This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37310] gfortran errors in compilation and the making for upgraded compilers
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2008 22:38:57 -0000
- Subject: [Bug fortran/37310] gfortran errors in compilation and the making for upgraded compilers
- References: <bug-37310-16653@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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