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.
T. W. Tesche, >Date: Tue, 21 Dec 2004 11:31:57 -0500 >From: "T. W. Tesche" <address@hidden> >Organization: Alpine Geophysics, LLC >To: "Emmerson, Steve" <address@hidden> >Subject: make install output > Keywords: 200412211526.iBLFQDgJ001714 netCDF 3.5.1 RedHat Linux 9 The above message contained the following: > if test -f netcdf.mod; then \ > header=netcdf.mod; \ > elif test -f NETCDF.mod; then \ > header=NETCDF.mod; \ > elif test -f NETCDF.MOD; then \ > header=NETCDF.MOD; \ > elif test -f netcdf.MOD; then \ > header=netcdf.MOD; \ > else \ > echo 1>&2 "netCDF header-module not found"; \ > exit 1; \ > fi; \ > make HEADER=$header /home/twt/aqm/cmaq/lib/netCDF/netcdf-3.5.1/include/$header > make[1]: Entering directory > `/home/twt/aqm/cmaq/lib/netCDF/netcdf-3.5.1/src/f90' > cp netcdf.mod /home/twt/aqm/cmaq/lib/netCDF/netcdf-3.5.1/include/netcdf.mod > make[1]: Leaving directory > `/home/twt/aqm/cmaq/lib/netCDF/netcdf-3.5.1/src/f90' > if test -f typesizes.mod; then \ > header=typesizes.mod; \ > elif test -f typeSizes.mod; then \ > header=typeSizes.mod; \ > elif test -f TYPESIZES.mod; then \ > header=TYPESIZES.mod; \ > elif test -f TYPESIZES.MOD; then \ > header=TYPESIZES.MOD; \ > elif test -f typeSizes.MOD; then \ > header=typeSizes.MOD; \ > elif test -f typesizes.MOD; then \ > header=typesizes.MOD; \ > else \ > echo 1>&2 "typeSizes header-module not found"; \ > exit 1; \ > fi; \ > make HEADER=$header /home/twt/aqm/cmaq/lib/netCDF/netcdf-3.5.1/include/$header > make[1]: Entering directory > `/home/twt/aqm/cmaq/lib/netCDF/netcdf-3.5.1/src/f90' > cp typesizes.mod > /home/twt/aqm/cmaq/lib/netCDF/netcdf-3.5.1/include/typesizes.mod > make[1]: Leaving directory > `/home/twt/aqm/cmaq/lib/netCDF/netcdf-3.5.1/src/f90' Odd. The above indicates that the "make install" command in the "f90/" subdirectory should work. Please go into the "f90/" subdirectory and send me the standard output and standard error streams from the following command make install Regards, Steve Emmerson