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.
Stephane, >Date: Fri, 12 Dec 2003 07:51:38 +0100 >From: AMANT Stephane <address@hidden> >Organization: Airbus Industries >To: "'Steve Emmerson'" <address@hidden> >Subject: RE: 20031213: Pb installing Netcdf-3.5.0 on HP-UXB.11.11 The above message contained the following: > 1) How can I check the types of "ptrdiff_t" and "size_t" on our system > = ? I'm not very skilled on this kind of issue. Send me the output from the following: $ echo '#include <stddef.h> ptrdiff_t ptrdiff; size_t size;' >a.c $ cc -E +DD64 -D_HPUX_SOURCE -D_FILE_OFFSET_BITS=64 a.c | grep ptrdiff_t ... $ cc -E +DD64 -D_HPUX_SOURCE -D_FILE_OFFSET_BITS=64 a.c | grep size_t ... > 2) I'm just interested in installing the Fortran library. Is there a = > means of just compiling the Fortran part, and not the C part ? This wouldn't work because the Fortran netCDF interface uses the C netCDF implementation. > 3) I'm not sure having downloaded the good package. Can you tell me = > where I may find the good one ? The latest and best is ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-3.5.1-beta13.tar.Z The "beta" doesn't mean that it's less stable than version 3.5.0. > Best regards, > > St=E9phane Regards, Steve Emmerson