From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16493 invoked by alias); 12 Nov 2011 17:54:08 -0000 Received: (qmail 16481 invoked by uid 22791); 12 Nov 2011 17:54:07 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_BG,TW_VJ,TW_XV 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; Sat, 12 Nov 2011 17:53:55 +0000 From: "richalewis at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/51103] configure: error: GNU Fortran is not working Date: Sat, 12 Nov 2011 17:58:00 -0000 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: richalewis 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 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-11/txt/msg01309.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51103 --- Comment #12 from Richard Lewis 2011-11-12 17:53:39 UTC --- This is what I originally did: 1. tar xvjf gcc-4.6.2.tar.bz 2. mkdir build 3. ../gcc-4.6.2/configure 4. make -j 8 Doesn't matter where I build it from, it fails (In reply to comment #11) > On Sat, Nov 12, 2011 at 05:22:42PM +0000, richalewis at gmail dot com wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51103 > > > > --- Comment #9 from Richard Lewis 2011-11-12 17:22:42 UTC --- > > (In reply to comment #8) > > > On Sat, Nov 12, 2011 at 02:51:32PM +0000, richalewis at gmail dot com wrote: > > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51103 > > > > > > > > --- Comment #7 from Richard Lewis 2011-11-12 14:51:32 UTC --- > > > > Created attachment 25807 [details] > > > > --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25807 > > > > libgfortran build log > > > > > > > > -- > > > > > > In what directory is the gcc source code? > > > > > > In what directory did you run configure? > > > > ./gcc-4.6.2 > > > > configure and make in the top level directory, libgfortran.a build fails > > > > What happens if you actually follow the installation instruction? > > Building gcc within its source directory hierarchy has not been > supported for years. One can get lucky and have a successful > build, but it is neither guaranteed to work nor recommended.