------- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-10-24 22:57 ------- Try reversing the order here:
./configure --enable-languages=fortran --with-gmp=/home/local/gmp-4.2.2 --with-mpfr=/home/local/mpfr-2.3.0 to: ./configure --enable-languages=fortran --with-mpfr=/home/local/mpfr-2.3.0 --with-gmp=/home/local/gmp-4.2.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33883