------- 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