E:\msys\1.0\home\gcc>gcc -v Using built-in specs. Target: mingw32 Configured with: ../gcc-4.1-20051223/configure --host=mingw32 --build=mingw32 -- target=mingw32 --enable-threads --disable-nls --enable-optimize --enable-languag es=c,c++ --prefix=e:/mingw4 Thread model: win32 gcc version 4.1.0 20051230 (prerelease)
w32api 3.5 mingw-runtime 3.9 binutils 2.16.91-20050827-1 Build required manual correction of gcc-obj\gcc\Makefile - ORIGINAL_LD_FOR_TARGET gets set to "./E:/mingw/bin......../ld.exe" different from the other stuff such as ORIGINAL_AS_FOR_TARGET=/mingw/bin/as. make doesn't like the "E:/" and build fails with an error Makefile:1277 : target pattern contains no '%'. Stop. Setting ORIGINAL_LD_FOR_TARGET=/mingw/bin/ld.exe makes it build successfully. The built GCC and G++ succesfully compile Trolltech Qt-4.1 Windows. Every compiled thing works fine and fast at -O2 -mtune=athlon64 -mmmx -msse2 ! Thanks Parag