This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/35628] gcc-4.3.0 fails to build, mpfr problem, libmpfr.dylib, file is not of required architecture



------- Comment #2 from bill at cse dot ucdavis dot edu  2008-03-21 18:00 -------
(In reply to comment #1)
> This is a bug in how GMP and MPFR tries to figure out the target platform, it
> tries to always build a 64bit 
> library on a 64bit machine even when the default is 32bits.
> 
> Configure both GMP and MPFR with --host=powerpc-darwin .
> 
> -- Pinski

Seems strange to have GMP, MPFR, and GCC have different default --host
settings, but in any case that worked.  Many thanks.
> 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35628


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]