δΊ 2011/10/14 19:37, Alexandre Gouraud ει: > see below. I am not sure I do (or want) canadian-cross compilation. I > just need a win64 native compiler, and in the manual it is said I > would need to start creating a cross compiler first. No, you don't need cross compiler, because you have had a x86_64-w64-mingw32 native compiler. > > $ gcc -v > Using built-in specs. > COLLECT_GCC=C:\s2e\s2e-toolchain\mingw64\bin\gcc.exe > COLLECT_LTO_WRAPPER=c:/s2e/s2e-toolchain/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.6.1/lto-wrapper.exe > Target: x86_64-w64-mingw32 > Configured with: /home/drangon/work/mingw-w64-dgn/source/gcc/configure > --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --disable-nls > --enable-languages=c,c++,objc,obj-c++ > --with-gmp=/home/drangon/work/mingw-w64-dgn/build/for_target > --enable-twoprocess --disable-libstdcxx-pch --disable-win32-registry > --prefix=/home/drangon/work/mingw-w64-dgn/target > --with-sysroot=/home/drangon/work/mingw-w64-dgn/target > Thread model: win32 > gcc version 4.6.1 20110417 (prerelease) (GCC) If you native build the gcc, you can use --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32
ps: drangon mingw64 gcc is built by jon_y. -- Best Regards, xunxun ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
