http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56185
Daniel Starke <daniel.f.starke at freenet dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |4.6.3 --- Comment #3 from Daniel Starke <daniel.f.starke at freenet dot de> 2013-02-05 19:43:05 UTC --- Sorry, I forgot to fill out that field. Works fine with: Using built-in specs. COLLECT_GCC=D:\Programme\msys\mingw64\bin\x86_64-w64-mingw32-gcc.exe COLLECT_LTO_WRAPPER=d:/programme/msys/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.6.3/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../../src/gcc-4.6.3/configure --enable-languages=c,c++ --disable-nls --disable-shared --enable-static --enable-lto --enable-libgomp --with-dwarf2 --disable-win32-registry --enable-version-specific-runtime-libs --prefix=/mingw64 --with-sysroot=/mingw64 --target=x86_64-w64-mingw32 --enable-targets=all --with-gmp=/usr/new-cross-gcc/lib/gmp-5.0.2 --with-mpfr=/usr/new-cross-gcc/lib/mpfr-2.4.2 --with-mpc=/usr/new-cross-gcc/lib/mpc-0.9 --with-ppl=/usr/new-cross-gcc/lib/ppl-0.11.2 --with-cloog=/usr/new-cross-gcc/lib/cloog-parma-0.16.1 --with-host-libstdcxx='-lstdc++ -lsupc++' --enable-cloog-backend=ppl Thread model: win32 gcc version 4.6.3 (GCC) This is a cross compiler, thus I can not bootstrap it. The versions of the used libraries are in the configure string. Or do you need the base of the build system used to create that cross compiler?