error: Fortran could not compile .f90 files

Hi
I'm trying to install NETCDF 4.0.1 under Linux. When I run

../configure --prefix=/scratch_shared/Elsanabary/EFDL_DATA_POTAL/netcdf-4.0.1

, however, I get: see the attached file.

Please help me in details ( I am a UNIX bigenner)

config.log (22.3 KB)

Hi,

It looks like your system has a problem with the PGI license manager for Fortran compiler. Here is an error from the file you sent.

Please talk to your sysadmin.

Elena

configure: failed program was:

      program main

      end

configure:5830: result: no
configure:5878: setting up Fortran 90
configure:5897: checking for Fortran flag to compile .f90 files
configure:5919: pgf95 -c conftest.f90 >&5
pgf90-linux86-64: LICENSE MANAGER PROBLEM: Failed to checkout license
pgf90-linux86-64: LICENSE MANAGER PROBLEM: Cannot connect to license server system.
  The license server manager (lmgrd) has not been started yet,
  the wrong port@host or license file is being used, or the
  port or hostname in the license file has been changed.
Feature: pgf90-linux86-64
Server name: opus
License path: /local_shared/pgi/license.dat
FLEXnet Licensing error:-15,570. System Error: 115 "Operation now in progress"
For further information, refer to the FLEXnet Licensing End User Guide,

···

On Oct 8, 2009, at 2:15 PM, MMME wrote:

Hi
I'm trying to install NETCDF 4.0.1 under Linux. When I run

../configure --prefix=/scratch_shared/Elsanabary/EFDL_DATA_POTAL/netcdf-4.0.1

, however, I get: see the attached file.

Please help me in details ( I am a UNIX bigenner)

<config.log>_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Hello,

Note these lines in your attached config.log:

pgf90-linux86-64: LICENSE MANAGER PROBLEM: Failed to checkout license
pgf90-linux86-64: LICENSE MANAGER PROBLEM: Cannot connect to license server
system.
The license server manager (lmgrd) has not been started yet,
the wrong port@host or license file is being used, or the
port or hostname in the license file has been changed.

If you intend to use pgi fortran you probably need to check with your system
administrator for the details of using the license. If you don't need
fortran (or if you don't know) you can disable it by adding the
--disable-f77 and --disable-f90 options to your configure line, or set
environment variables FC="" and F90="". If you want netcdf-4 (and not just
netcdf-3) you probably also need configure options --enable-netcdf-4 and
--with-hdf5=<path to hdf5 installation> and possibly --with-szlib=<path to
szip install directory>. (This according to the NETDF4 instructions at
http://www.unidata.ucar.edu/software/netcdf/docs_beta/netcdf-install.html#Bu
ilding-on-Unix. As a beginner it's probably worth your while to read
through section 3.) If you don't know where hdf5 and szip are installed,
running h5cc -show will tell you provided hdf5 is installed and in your
path. If not, ask the system administrator if they're installed. If not
you can download them from http://www.hdfgroup.org/downloads/.

Larry

···

-----Original Message-----
From: hdf-forum-bounces@hdfgroup.org [mailto:hdf-forum-bounces@hdfgroup.org]
On Behalf Of MMME
Sent: Thursday, October 08, 2009 2:15 PM
To: hdf-forum@hdfgroup.org
Subject: [Hdf-forum] error: Fortran could not compile .f90 files

Hi
I'm trying to install NETCDF 4.0.1 under Linux. When I run

../configure
--prefix=/scratch_shared/Elsanabary/EFDL_DATA_POTAL/netcdf-4.0.1

, however, I get: see the attached file.

Please help me in details ( I am a UNIX bigenner)