----- Original Message ----- From: "Ruben Van Boxem" > > Three tests of MPFR 3.0.1 fail on mingw-w64, (sezero's 4.5.2 x64 > build). The "make check" log is attached. >
If your build is seen as a cross-compilation (which, I think, happens if you provide --build and --host arguments to configure) then the configure script skips the tests that would have determined that "%td" and "%Lf" are unsupported with your compiler - and you end up with the errors you have reported. At least, that's what I found when I configured with "--build=i686-pc-mingw32 --host=x86_64-w64-mingw32". The solution, in my case, was to simply drop the "--build=i686-pc-mingw32 --host=x86_64-w64-mingw32" from the configure command. Configure then determined that "%td" and "%Lf" were unsupported, and modified the testing accordingly. Cheers, Rob ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
