[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: Netcdf 3.3 under Digital Unix 3.2 (DEC Alpha)
- Subject: Re: Re[2]: Netcdf 3.3 under Digital Unix 3.2 (DEC Alpha)
- Date: Mon, 2 Jun 1997 10:03:10 -0600
> It cannot be on a VAX - vaxen do not run Digital Unix (they run Ultrix).
This
> is on an Alpha.
Okay. You've got a broken compilation environment that
is fixed in later versions. (Works fine on Digital UNIX 4.0)
Try replacing the value of the constant X_FLOAT_MAX in src/libsrc/ncx.h
with the value of FLT_MAX from /usr/include/limits.h. (It should be
close to the same value.)
There may be a couple of other places where you have to do the
same thing. nc_test and nf_test try to test out to the boundary
value but don't share the private include file ncx.h.
-glenn