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.
Michael, We don't have an on-line HP-UX 10 system in-house, so I'll need you to help me diagnose your problem. The file "netcdf.mod" (or "NETCDF.mod") should have been created in the "src/f90/" subdirectory by the Fortran-90 compiler. Does it (or anything like it) exist there? Regards, Steve Emmerson <http://www.unidata.ucar.edu> > To: address@hidden > From: Michael Vrencur <address@hidden> > Subject: netcdf-3.5.0 on hp-ux 10.20 > Organization: UCAR/Unidata > Keywords: 200104022107.f32L7lL19111 > > I was having problems building the new netcdf software and thought you > folks would be able to help. Everything seems to work okay (save a few > problems in the config.log) but then the "make install" fails miserably. > > Please let me know what you think. Below is the information you desire. > > Thanks, > > mpv > > > grep -i err config.log > /* Override any gcc2 internal prototype to avoid an error. */ > configure:2824: checking for strerror > cc: "configure", line 3623: error 1000: Unexpected symbol: > "endian". > cc: "configure", line 3623: error 1588: "bogus" undefined. > > ---------------->> > > > A) > > HP-UX mystic B.10.20 A 9000/715 2012985569 two-user license > > B) ---------------->> > > 3.5.0 > > C) ---------------->> > > /usr/bin/CC > /bin/c89 > /opt/fortran/bin/fort77 > /opt/fortran90/bin/f90 > > D) ---------------->> ... > Making `all' in directory /scratch/vrencur/netcdf-3.5.0/src/f90 > > /opt/fortran90/bin/f90 -c -O3 -w typeSizes.f90 > typeSizes.f90 > module TYPESIZES > module function BYTESIZESOK > > 64 Lines Compiled > /opt/fortran90/bin/f90 -c -O3 -w netcdf.f90 > netcdf.f90 > module NETCDF ... > Making `install' in directory /scratch/vrencur/netcdf-3.5.0/src/f90 > > Make: Don't know how to make netcdf.mod. Stop. > *** Error exit code 1