This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/35628] gcc-4.3.0 fails to build, mpfr problem, libmpfr.dylib, file is not of required architecture
- From: "bill at cse dot ucdavis dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Mar 2008 18:00:48 -0000
- Subject: [Bug bootstrap/35628] gcc-4.3.0 fails to build, mpfr problem, libmpfr.dylib, file is not of required architecture
- References: <bug-35628-13037@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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