Found a bug in the build system of the crt when using a 32 bit (ie. i386-w64-mingw32) toolchain to build the 64 bit crt --- the correct --as-flags are not passed to dlltool for the 64 bit libraries. This means that when dlltool compiles its generated assembler, the assembler, if it picks up the 32 bit assembler, compiles the wrong type of object file. Put in bug tracker id 2971375, with patch which just adds the --as-flags=--64 to the command line for the 64 bit libraries..
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
