On 9/18/2011 14:10, Kyle wrote: > On 9/18/2011 1:01 AM, NightStrike wrote: >> You're going to have to provide a lot more detail, then, about your >> build procedure. We made a script to do it all for you to make the >> process easier to understand and troubleshoot. If you are doing it >> yourself, you have to tell us exactly what you are doing each step of >> the way, including the specific commands you are issuing. We'd be >> happy to help you fix your issue, but you have to provide that >> information first. > > Well, it's failing on GCC, and the same configure worked on previous > versions of MinGW-w64's source. > > Here is what I configured GCC with: > ../source/gcc-4.6.1/configure --build=x86_64-unknown-linux-gnu > --target=i686-w64-mingw32 --disable-nls --disable-multilib > --prefix="/home/kyle/software/mingw-w64/builds/testing/mingw-w64-i686" > --with-sysroot="/home/kyle/software/mingw-w64/builds/testing/mingw-w64-i686" > --with-mpc="/home/kyle/software/mingw-w64/builds/testing/packages/gcc/packages/mpc/mpc-0.9-x86_64" > > --with-mpfr="/home/kyle/software/mingw-w64/builds/testing/packages/gcc/packages/mpfr/mpfr-3.0.1-x86_64" > > --with-gmp="/home/kyle/software/mingw-w64/builds/testing/packages/gcc/packages/gmp/gmp-5.0.2-x86_64" > > --with-host-libstdcxx="-lstdc++ -lpwl" > --with-ppl="/home/kyle/software/mingw-w64/builds/testing/packages/gcc/packages/ppl/ppl-0.11.2-x86_64" > > --with-cloog="/home/kyle/software/mingw-w64/builds/testing/packages/gcc/packages/cloog-ppl/cloog-ppl-0.15.11-x86_64" > > --enable-languages=all > > I'm using GCC 4.6.1 > > The issue seems to be --enable-languages=all related, I can build just > fine with C and C++. >
Objective C seems to be affecting your issue. BTW, please use "--enable-fully-dynamic-strings" for gcc. I can't emphasize this point enough to anybody rolling their own mingw-w64 gcc binaries. This option changes ABI, any c++ code you compile with your compiler will not work when used by other mingw-w64, unless it is also enabled.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
