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

Re: 20041102: netcdf compilation error on linux using PGI Fortran



Cara-Lyn,

>Date: Tue, 2 Nov 2004 14:42:46 -0700
>From: Cara-Lyn Lappen <address@hidden>
>Organization: Colorado State University
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20041102: netcdf compilation error on linux using PGI Fortran
>Keywords: 200411021745.iA2HjqvV020011 netCDF PDI

The above message contained the following:

> ok- I did it again and here are the files- I think they are the same as 
> the files I sent you, but you can
> check them out.
...

That appears to have worked as the files are slightly different.  First
off, the gcc(1) compiler is found by the configure script (rather than
the c89(1) compiler):

> checking C compiler "/usr/bin/gcc"... works

Second, the problem with the pgf90(1) compiler:

> checking user-defined Fortran-77 compiler "/usr/pgi/linux86/5.2/bin/pgf90"... 
> failed to compile test program
> configure: warning: The Fortran-77 interface will not be built

is detailed in the "config.log" file:

> configure:1383: checking user-defined Fortran-77 compiler 
> "/usr/pgi/linux86/5.2/bin/pgf90"
> configure:1389: /usr/pgi/linux86/5.2/bin/pgf90 -c -O -w conftest.f
> pgf90-linux86: LICENSE MANAGER PROBLEM: No such feature exists
> Feature:       pgf90-linux86
> License path:  /usr/local/lib/idl/license/license.dat:/Applications -
>    /Absoft/lib/license.dat
> FLEXlm error:  -5,357.  System Error: 2 "No such file or directory"
> For further information, refer to the FLEXlm End User Manual,
> available at "www.macrovision.com".

It appears that the pgf90(1) compiler isn't licensed.  You'll have to
fix this first if you want to use that Fortran compiler.  If you have a
system administrator, then you should contact them.

Regards,
Steve Emmerson