-----Original Message----- From: Sampath Koppole <sampathkoppole@xxxxxxxxx> To: gcc-help@xxxxxxxxxxx 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