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

Re: [Pkg-octave-devel] octave forge optiminterp



On 17/02/08 17:54 +0100, Ólafur Jens Sigurðsson wrote:
> 
> checking for Fortran flag to compile .F90 files... unknown
> error: called from pkg:configure_make' in file
> /usr/share/octave/2.9.14/m/pkg/pkg.m near line 989, column 2
> 
> the compilers I am using are:
> gcc version 4.2.3 20071014 (prerelease) (Debian 4.2.2-3)
> gfortran from same version is installed

You are probably using g77 for the fortran files, which can't cope with
Fortran 90 files. 

> Any ideas on this one? Does this package compile on your system?
Wait, the g77 => gfortran transition is on its way. You can try and
compile the package with 

	./configure F77=gfortran

	Thomas



Reply to: