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.
Deanne, > To: address@hidden, > To: address@hidden, > To: address@hidden > From: address@hidden > Subject: Problem with NET CDF 3.4 > Organization: UCAR/Unidata > Keywords: 200007141844.e6EIi1T22703 In the above message, you wrote: ... > When running make test, we got error with nf_test. Please help us > figure out the problem. ... > Thanks, > > Deanne Sato > Raytheon Systems Company ... > Attachments > ---------------------------------------------------------- > > A) > [~/builds/netcdf-3.4/src] npdis01> uname -a > SunOS npdis01 5.7 Generic_106541-10 sun4u sparc SUNW,Ultra-Enterprise > > > B) > [~/builds/netcdf-3.4/src] npdis01> cat VERSION > 3.4 > > C) > [~/builds/netcdf-3.4/src] npdis01> which cc > /npd/opt/SUNWspro/bin/cc > [~/builds/netcdf-3.4/src] npdis01> which CC > /npd/opt/SUNWspro/bin/CC > [~/builds/netcdf-3.4/src] npdis01> which f90 > /npd/opt/SUNWspro/bin/f90 > > D-H) attached There's a problem building version 3.4 of the netCDF package with the native compilers of SunOS 5.7. I suggest that you obtain version 3.5-beta3 of the netCDF package and build it. Besides fixing this problem, it also has much better Fortran-90 support. Version 3.5-beta3 is available at ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-3.5-beta3.tar.Z I just built this version on my SunOS 5.7 system using the following settings: CC=/opt/SUNWspro/bin/c89 CPPFLAGS= CFLAGS=-g FC=/opt/SUNWspro/bin/f90 FFLAGS="-g -w" CXX=/opt/SUNWspro/bin/CC Regards, Steve Emmerson <http://www.unidata.ucar.edu>