[Bug fortran/37310] gfortran errors in compilation and the making for upgraded compilers
kargl at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 1 22:40:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list