[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fail to build octave with GCC 4.1.2
From: |
Thomas Weber |
Subject: |
Re: Fail to build octave with GCC 4.1.2 |
Date: |
Fri, 3 Jul 2009 14:39:17 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Thu, Jul 02, 2009 at 11:00:45PM -0700, RickG wrote:
>
> The same thing happened to me in Ubuntu 9.04. The problem is that the
> library libg2c, which is needed by GNU Fortran 77 code, was not loaded
> or linked.
Why don't you use gfortran instead of g77?
> Then the problem of getting it to link. I got it to work, but
> somebody should install an option in the configure process for GNU
> Fortran that deals with this.
If you are using gfortran, then you shouldn't need g77 and libg2c.
Thomas