From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1068 invoked by alias); 8 Sep 2009 14:55:32 -0000 Received: (qmail 32262 invoked by uid 48); 8 Sep 2009 14:55:16 -0000 Date: Tue, 08 Sep 2009 14:55:00 -0000 Message-ID: <20090908145516.32261.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/41309] 4.4.1 build of fortran fails on T5140 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl at gcc dot gnu dot org" 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/msg00858.txt.bz2 ------- Comment #2 from kargl at gcc dot gnu dot org 2009-09-08 14:55 ------- (In reply to comment #1) > Created an attachment (id=18542) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18542&action=view) [edit] > file generated during build failure > > The same result arises during make when configure is run without further > options. The following SMC packages are installed on the system: > SMCgmp SMClgcc346 SMCliconv SMClintl SMCmake SMCmpfr SMCnetsnmp > SMCsed SMCsudo SMCtar SUNWmgts SUNWtsmc > followed by s source build and install of mpfr-2.4.1 > My first and only guess is that SMCmpfr and mpfr-2.4.1 are incompatible. For example, configure is finding the library for mpfr-2.4.1 but the build is finding the SMCmpfr header file. Try using the --with-mpfr configure option or remove one of the mpfr packages. PS: I note that you don't list a GMP package, but one must be present if you built mpfr-2.4.1. You may need/want to use the --with-gmp option. -- kargl at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|4.4.1 build of fortran fails|4.4.1 build of fortran fails |on T5140 |on T5140 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41309