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

Re: 20050310: Problems in installing netCDF on Linux (fwd)



------- Forwarded Message

Date:    Thu, 10 Mar 2005 11:19:16 -0700
From:    Russ Rew <address@hidden>
To:      "Eui-Seok Chung" <address@hidden>
Subject: Re: 20050310: Problems in installing netCDF on Linux 

Hi,

>To: <address@hidden>
>From: "Eui-Seok Chung" <address@hidden>
>Subject: Problems in installing netCDF on Linux
>Organization: UCAR/Unidata
>Keywords: 200503100720.j2A7KWv2017095

Hi,

> version: netcdf-3.6.0-pl
> FC: GNU g77
> F90: INTEL ifort
> System: Linux
> 
> I got warning messages as follows:
> 
> configure: WARNING: "The Fortran-90 interface will not be built"
> configure: WARNING: "The Fortran-77 interface will not be built"
> 
> How I can fix these problems?

The following messages in the config.log file show that
the ifort compiler could not be located by the configure script:

  configure:4180: checking for Fortran compiler version
  configure:4183: ifort= --version </dev/null >&5
  ./configure: ifort=: command not found
  ...

You need to either set the FC and F90 environment variables to the
absolute path to the Fortran compilers you want to use (presumably
ifort), or set the PATH environment variable so that the configure
script can find ifort.  Then "make clean" and invoke "configure"
again, then "make all", "make test", and "make install".

--Russ
_____________________________________________________________________

Russ Rew                                         UCAR Unidata Program
address@hidden          http://www.unidata.ucar.edu/staff/russ

------- End of Forwarded Message