From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12656 invoked by alias); 16 Jun 2011 17:36:35 -0000 Received: (qmail 12502 invoked by uid 22791); 16 Jun 2011 17:36:34 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Jun 2011 17:36:20 +0000 From: "eisoab at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/49438] error during make X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eisoab at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 16 Jun 2011 17:36:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg01468.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438 --- Comment #3 from eisoab at gmail dot com 2011-06-16 17:36:15 UTC --- kargl at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438 > > kargl at gcc dot gnu.org changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |kargl at gcc dot gnu.org > > --- Comment #2 from kargl at gcc dot gnu.org 2011-06-16 16:31:23 UTC --- > (In reply to comment #0) > >> Created attachment 24545 [details] >> config.log >> >> make ends with >> >> checking whether the GNU Fortran compiler is working... no >> configure: error: GNU Fortran is not working; please report a bug in >> http://gcc.gnu.org/bugzilla, attaching >> /home/e.ab/software/src/gcc-4.5.3-build/i686-pc-linux-gnu/libgfortran/config.log >> make[1]: *** [configure-target-libgfortran] Error 1 >> make[1]: Leaving directory `/data1/software/src/gcc-4.5.3-build' >> make: *** [all] Error 2 >> >> > What is the configure command line you used to configure > the gcc? > > nothing. just ../configure there was a gmp version on the machine that was too old and no mpfr I unpacked the latest source tar files of gmp and mpfr in the source directory (gcc-4.5.3) hoping that they would be found an installed. But after make distclean ; ../gcc-4.5.3/configure make ends with the same error as before. (although i didn't compare the config.log it was overwritten) I'm now first installing gmp and mpfr by hand. I probably have to remove the old gmp version right? Eiso