From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29708 invoked by alias); 7 Dec 2007 16:13:40 -0000 Received: (qmail 29693 invoked by uid 22791); 7 Dec 2007 16:13:37 -0000 X-Spam-Check-By: sourceware.org Received: from 238.122.8.72.dhcp.mstarmetro.net (HELO psmtp-send.myrealbox.com) (72.8.122.238) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Dec 2007 16:13:28 +0000 Received: from tprince [143.183.121.2] by myrealbox.com with NetMail ModWeb Module; Fri, 07 Dec 2007 16:13:26 +0000 Subject: Re: GCC does not build gfortran !! Reply-To: tprince@computer.org From: "Timothy C Prince" To: sampathkoppole@yahoo.com CC: gcc-help@gcc.gnu.org Date: Fri, 07 Dec 2007 16:13:00 -0000 X-Mailer: NetMail ModWeb Module X-Sender: tprince MIME-Version: 1.0 Message-ID: <1197044006.c7dcd97ctprince@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00164.txt.bz2 -----Original Message----- From: Sampath Koppole 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=3D/usr/prog/gcc --enable-languages=3Dall 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 ha= ving mpfr builds with and without mpfr.h. Tim Prince