[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with netCDF on HPUX 10.20 and cc

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.


  • Subject: Re: Problem with netCDF on HPUX 10.20 and cc
  • Date: Wed, 24 Jun 1998 10:42:09 -0600

> Keywords: 199806241439.IAA10195

Markus:

The problem is that the configure script
is not detecting the definition of 'ptrdiff_t'
and directing ncconfig.h to provide one.

You can work around this by commenting out
the line
#define ptrdiff_t int
in libsrc/ncconfig.h

-glenn