------- Comment #2 from kargl at gcc dot gnu dot org 2007-02-25 15:29 ------- configure:4917: /usr/gcc/host-i686-pc-linux-gnu/gcc/gfortran -B/usr/gcc/host-i686-pc-linux-gnu/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -c conftest.f >&5 /usr/gcc/host-i686-pc-linux-gnu/gcc/f951: symbol lookup error: /usr/gcc/host-i686-pc-linux-gnu/gcc/f951: undefined symbol: __gmp_get_memory_functions
You need to fix your gmp/mpfr installation. Yes, you can configure without gfortan by using the --enable-languages configure option. But, the above error suggests that you may have problems because the middle-end now uses gmp/mpfr for folding of builtin functions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30960