This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC does not build gfortran !!
- From: "Timothy C Prince" <tprince at myrealbox dot com>
- To: sampathkoppole at yahoo dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 07 Dec 2007 16:13:26 +0000
- Subject: Re: GCC does not build gfortran !!
- Reply-to: tprince at computer dot org
-----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