From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31264 invoked by alias); 22 Jul 2006 10:03:26 -0000 Received: (qmail 31255 invoked by uid 22791); 22 Jul 2006 10:03:25 -0000 X-Spam-Check-By: sourceware.org Received: from host-84-9-56-114.bulldogdsl.com (HELO pigeon.zoo.lan) (84.9.56.114) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Jul 2006 10:03:21 +0000 Received: from SPIRITBEAR ([10.0.11.3]) by pigeon.zoo.lan with Microsoft SMTPSVC(6.0.3790.1830); Sat, 22 Jul 2006 11:03:08 +0100 From: "Rupert Wood" To: "'Athichart Tangpong'" Cc: , References: <44B484B0.2020608@cse.psu.edu> <44B5A0DA.8030007@sbcglobal.net> In-Reply-To: <44B5A0DA.8030007@sbcglobal.net> Subject: RE: Problem with libg2c Date: Sat, 22 Jul 2006 10:03:00 -0000 Message-ID: <015401c6ad76$085f5750$191e05f0$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-gb X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg00292.txt.bz2 > Athichart Tangpong wrote: > > > Dear Sir, > > > > I have a problem with libg2c on a newly-installed Fedora Core 5 > > system. When I compile programs that require libg2c, I have got > > this error. It's also possible you no longer need libg2c: it (IIRC) is for g77 the old Fortran implementation that has been replaced by gfortran. (That said you may need to link something else instead for gfortran but I don't know enough about it.) The one you found on disk: > > /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libg2c.so > > /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libg2c.a is for the old compatibility compiler: Fedora Core 5's system compiler is gcc 4.1 not 3.2.3. Or you could try building your program with that compiler instead. Rup.