appears to be similar to reported bug against 4.3.2
appears similar to bug 37865, but without --enable-intermodule. Only departure from defaults is --prefix
Subject: Re: stage 3 libgfortran build fails Sent from my iPhone On Feb 2, 2009, at 8:33 PM, "tony_eckert at umsl dot edu" <gcc-bugzilla@gcc.gnu.org > wrote: > > > ------- Comment #1 from tony_eckert at umsl dot edu 2009-02-03 > 04:33 ------- > appears similar to bug 37865, but without --enable-intermodule. > Only departure from defaults is --prefix Are you building in the source tree? > > > > -- > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39083 >
Created attachment 17233 [details] autoconf log of failed stage 3 build
no he's not.
/export/home/eckerta/Desktop/objdir/./gcc/gfortran -B/export/home/eckerta/Desktop/objdir/./gcc/ -B/usr/local/gcc-4.3.3/i686-pc-linux-gnu/bin/ -B/usr/local/gcc-4.3.3/i686-pc-linux-gnu/lib/ -isystem /usr/local/gcc-4.3.3/i686-pc-linux-gnu/include -isystem /usr/local/gcc-4.3.3/i686-pc-linux-gnu/sys-include -c conftest.F >&5 /export/home/eckerta/Desktop/objdir/./gcc/f951: symbol lookup error: /usr/local/lib/libmpfr.so.1: undefined symbol: __gmp_get_memory_functions I guess it's a problem with gmp. Do you have it installed? Which versions of mpfr and gmp do you have?
(In reply to comment #1) > Only departure from defaults is --prefix No, -prefix ;)
Thanks to Mikael Morin for spotting that. Updating from gmp-4.1.4 to gmp-4.2.4 and adding the latest mpfr fixed the problem. Thanks to all who replied.