Ruben Van Boxem <vanboxem.ruben@...> writes: > > Hi everyone,I am in the process of uploading a GCC 4.8 experimental build fo > 64-bit Windows.
I tried it after I used my own toolchain. The thing that I noticed is that both your toolchain(cc1.exe) and mine crash when compiling Boost. That is something that the GCC 4.7.x did not. Also, a tip: With 4.8 you can compile all the dependencies for GCC (gmp,mpfr,mpc,cloog and ppl) statically. Also, if all the prereqs are installed in the same directory you only need to tell GCC's configure where gmp is and where isl is. It will figure out the rest by it self. This is my configure line (for creating a native windows compiler) prefix=/home/solskogen/obj/mingw64 --build=x86_64-unknown-freebsd9.1 --target=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --disable-nls --with-gmp=/home/solskogen/obj/prereq.x86_64-w64-mingw32 --with-isl=/home/solskogen/obj/prereq.x86_64-w64-mingw32 --enable-languages=c,c++ --with-sysroot=/home/solskogen/obj/mingw64 --enable-checking=release --enable-gomp --with-threads=win32 --disable-win32-registry --enable-shared --enable-static -- chs ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
