This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/37310] gfortran errors in compilation and the making for upgraded compilers



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]