------- Comment #3 from kargl at gcc dot gnu dot org 2008-09-01 22:38 ------- (In reply to comment #2)
> checking for correct version of gmp.h... yes > checking for correct version of mpfr.h... no Clearly, configure can't find your installation of MPFR. > configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+. > Try the --with-gmp and/or --with-mpfr options to specify their locations. Re-read the last sentence above. It appears you forgot to try the --with-mpfr configure option. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37310