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.
Huisheng Bian, > To: address@hidden > From: Huisheng Bian <address@hidden> > Subject: netCDF header-module? > Organization: UCAR/Unidata The above message contained the following: > I'm installing netCDF-3.5.1-beta13 in our SGI machine using IRIX setting. > The installation is crashed although I've followed your instruction. The > software doesn't know how to install netCDF header-module. Could you > kindly help me identify the problem? > > Here is the problem report: > 1. I've read your install document. > 2. cd /home/bian/bin/netCDF-3.5.1-beta13/src > 3. make distclean > 4. no config.cache needs to be removed > 5. I set my environment variables as these: > setenv CC /bin/c89 > setenv CPPFLAGS -DNDEBUG > setenv CFLAGS -O > setenv FC /bin/f90 > setenv FFLAGS -O > setenv F90 /bin/f90 > setenv F90FLAGS -O > setenv CXX /bin/CC > setenv CXXFLAGS -O > 6. I re-execute the configure script, see configure.log in attachment. > 7. I execute the command make, see make.log in attachment. You will find > make.log reports an installation problem: netCDF header-modele not found. > > A similar problem also happens when I try to install netCDF-3.5.0. > > Thank you very much for your help. > > Yours, > > Huisheng Bian > Goddard Space Flight Center > Mail Code 916 > Greenbelt, MD 20771 > (301) 614-5092 ... The first line in the file "make.log" is the following: > Making `install' in directory /home/bian/bin/netcdf-3.5.1-beta13/src/libsrc This indicates that the command "make install" was executed. Did you execute the command "make" or "make all" before executing the command "make install"? Regards, Steve Emmerson