On 8/23/2010 06:27, Chris Saunders wrote: > If I run configure for GMP, MPFR, MPC and MPFI I get this warning from > configure: > > configure: WARNING: If you wanted to set the --build type, don't use --host. > If a cross compiler is detected then cross compile mode will be used. > > Now, all of the libraries cited seem to work just fine but I am wondering if > there is a way to avoid this warning. I'll point out that I am building > these libraries using MSYS on Windows 7 64-bit. > > Regards > Chris Saunders >
Hi, you could use --build in conjunction with --host. All autotools is saying is that "are you sure you want to cross compile?". --build is usually the native triplet. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
