Scott Kostyshak wrote: > On Tue, Jun 14, 2016 at 08:45:28PM -0400, Scott Kostyshak wrote: >> On Tue, Jun 14, 2016 at 10:24:18PM +0200, Georg Baum wrote: >> >> > The xmingw script works fine for me BTW with the monolithic build. >> >> What is your version? Kornel has 4.8.2 and it works for him. >> >> It does not work for me with either >> >> $ i686-w64-mingw32-g++ --version >> i686-w64-mingw32-g++ (GCC) 4.9.2 >> >> or >> >> $ /usr/bin/i686-w64-mingw32-g++ --version >> i686-w64-mingw32-g++ (GCC) 5.3.1 20160211 > > Georg what is your version of i686-w64-mingw32-g++ ? > I'm not planning to look into this issue any more, but in case we > revisit it in the future it will be useful to know what your version is. > If it is newer than 4.9.2, then my hypothesis that the failure is due to > my version is likely false.
Sorry I overlooked the question. $ i686-w64-mingw32-g++ --version i686-w64-mingw32-g++ (GCC) 4.9.1 This is from the official debian package in jessie. Georg