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

[netCDF #DGR-483032]: I need some help



Hi Torsten,

The binary you are using was built with "f95" for the Fortran-90 compiler 
(which is what "gfortran" used to be called), and the module files created by 
that compiler are unfortunately not compatible with g95.  So if you want to 
install the binary, you either have to build with the same compiler used to 
create the binary distribution (including the .mod files), or you have to build 
from source with the compiler you want to use, for example g95.

Building the netCDF libraries and utilities from source is fairly easy, so I 
recommend that.  It's typically as easy as running the "configure" script and 
then invoking "make check install".  You may have to set some environment 
variables before running configure.  For instructions, see the installation 
guide at

  http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-install/

and the "NetCDF Build Troubleshooter" on the netCDF home page if you run into 
problems, or send your questions to address@hidden.

--Russ





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



Ticket Details
===================
Ticket ID: DGR-483032
Department: Support netCDF
Priority: Normal
Status: Closed