From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22048 invoked by alias); 8 Sep 2009 14:32:30 -0000 Received: (qmail 20337 invoked by uid 48); 8 Sep 2009 14:32:10 -0000 Date: Tue, 08 Sep 2009 14:32:00 -0000 Subject: [Bug fortran/41309] New: 4.4.1 build of fortran fails on T5140 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ian dot james at bnymellon dot com" 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: 2009-09/txt/msg00852.txt.bz2 after successful build & install 4.4.1 c,c++, attempt to build all languages fails with: configure: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla my config script is: PATH=/usr/local/bin:$PATH export PATH CC="" CFLAGS="" unset CC unset CFLAGS ../gcc-4.4.1/configure \ --without-gnu-ld \ --with-ld=/usr/ccs/bin/ld \ --enable-shared my make script is: PATH=/usr/local/bin:$PATH CC="" CFLAGS="" unset CC unset CFLAGS export PATH CC make -j 40 $@ I will submit this and then see how to attach the detailed report ./build/sparc-sun-solaris2.10/libgfortran/config.log -- Summary: 4.4.1 build of fortran fails on T5140 Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ian dot james at bnymellon dot com GCC build triplet: sparc-sun-solaris2.10 GCC host triplet: sparc-sun-solaris2.10 GCC target triplet: sparc-sun-solaris2.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41309