On 9/6/2010 8:05 PM, Xiaofan Chen wrote: > Sorry I am not a compiler expert here. What is the difference between a > multilib x86_64-w64-mingw32 compiler and a multilib i686-w64-mingw32 > compiler?
One defaults to the 32-bit target (i686-w64-mingw32), and the other defaults to the 64-bit target (x86_64-w64-mingw32). Therefore, the default libraries for each reside in the "lib" directory, and the alternate arch libraries reside in "lib64" on the 32-bit default, and "lib32" on the 64-bit default. -John E. / TDM ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
