help-octave
[Top][All Lists]
Advanced

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

Re: Compiling 2.1.71 on FC4


From: Quentin Spencer
Subject: Re: Compiling 2.1.71 on FC4
Date: Thu, 22 Sep 2005 09:05:42 -0500
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

Shai Ayal wrote:

Hi

As promised I upgraded to FC4. This is not a vanilla install of FC4, rather FC1 upgraded to FC4. My previously compiled 2.1.71, (compiled on FC1) is still working, however, I decided I need to recompile just in case. I know there are binary rpm's, but I feel safer if I can compile it myself.

Recompliation fails when trying to link the octave binary


I suspect part of your problem has to do with the compiler. FC4 uses gcc 4, which no longer uses g77, but a new compiler called gfortran. It appears the octave configure script is picking up g++ from gcc4, but g77 from the old gcc that is on your system from FC1. I would suggest removing the gcc-g77 package, installing gcc-gfortran from FC4 (if it isn't already), and trying the compile again.

-Quentin



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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