This is the mail archive of the gcc-help@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]

Re: GCC does not build gfortran !!



-----Original Message-----
From: Sampath Koppole <sampathkoppole@yahoo.com>
To: gcc-help@gcc.gnu.org
Date: Fri, 7 Dec 2007 06:10:12 -0800 (PST)
Subject: GCC does not build gfortran !!

Dear all,
When I try to build my gcc (version 4.2.2) it does not
build gfortran.

when I run:
.../gcc-4.2.2/configure --prefix=/usr/prog/gcc
--enable-languages=all

I get the follwing config.log file:

checking for any version of mpfr.h... no
The following languages will be built: c,c++,java,objc
*** This configuration is not supported in the
following subdirectories:
     target-libada gnattools target-libgfortran
    (Any other directories should still work fine.)
____________
You need that header.  It should be installed with the development version of mpfr libraries. It's easy enough to build and install mpfr from source, if you aren't sure of finding the right version. I too miss the point of having mpfr builds with and without mpfr.h.
Tim Prince


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