This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Sue,
>Date: Tue, 14 Aug 2001 10:14:12 +1000
>From: "Xue (Sue) YANG" <address@hidden>
>Organization: Australian Bureau of Meterology
>To: "Steve Emmerson" <address@hidden>
>Subject: RE: 20010809: building "-i8" Fortran interface
>Keywords: 200107061719.f66HJK123471
The above message contained the following:
> The attatched file contains the compiling options chosen to build the netCDF
> package on our IRIX64 system. With the netCDF libraries built
> this way, we software system can read and write integer and float data
> from/into netcdf data files correctly.
I was able to build the netCDF package with the following settings:
CPPFLAGS=-DNDEBUG
CFLAGS='-O -64'
FC=f90
FFLAGS='-O -64 -r -64 -r8 -i8'
CXX=
The "make test" failed in the "nf_test/" and "f90/" subdirectories --
but I suspect that the netCDF library is still usable.
Regards,
Steve Emmerson <http://www.unidata.ucar.edu>