help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unsuccessful compile of octave 2.9.13


From: John W. Eaton
Subject: Re: unsuccessful compile of octave 2.9.13
Date: Sun, 09 Sep 2007 13:59:47 -0400

On  9-Sep-2007, Alexander Barth wrote:

| Fedora 5 comes with gcc 4.1.1. It seems that you link against the gcc 3.2.3 
runtime libraries.
| Maybe that's creating the error.
| 
| Alex
| 
| stephen pearce wrote:
| > Hi
| > Trying to compile octave under fedora core 5
| > it fails during linking ... here is the end of the tty output ...
| > what am I doing wrong?
| > 
| > -L/usr/lib/gcc-lib/i386-redhat-linux/3.2.3 -L/usr/lib/gcc-l
| > ib/i386-redhat-linux/3.2.3/../../.. -lz -lfrtbegin -lg2c -lm -lgcc_s

These directories are being added to the link command because
configure determined that they are used by your Fortran compiler.
Is the version of g77 (or gfortran?) that you have installed
consistent with the versions of g++ and gcc on your system?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]