------- Comment #1 from brian at dessent dot net 2008-07-11 21:28 ------- Subject: Re: New: "make" asked me to report this error [GNU Fortran is not working]
lachele at gmail dot com wrote: > configure:13398: /usr/local/gcc/./gcc/gfortran -B/usr/local/gcc/./gcc/ > -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ > -isystem /usr/local/i6 > 86-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -c > conftest.f >&5 > /usr/local/gcc/./gcc/f951: symbol lookup error: /usr/local/lib/libmpfr.so.1: > undefined symbol: __gmp_get_memory_functions This is your problem. Your GMP is not properly installed. You likely installed a newer GMP in a location not in the default dynamic linker search list and forgot to set LD_LIBRARY_PATH, and it's finding this older version in /usr/local that lacks this symbol. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36810