[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20031212: Pb installing Netcdf-3.5.0 on HP-UXB.11.11
- Subject: 20031212: Pb installing Netcdf-3.5.0 on HP-UXB.11.11
- Date: Fri, 12 Dec 2003 10:30:12 -0700
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