[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 20040504: libnetcdf.a for o2k's (sgi), 64 bit version!
- Subject: Re: 20040504: libnetcdf.a for o2k's (sgi), 64 bit version!
- Date: Thu, 06 May 2004 12:26:04 -0600
>To: address@hidden,
>To: address@hidden
>From: Bob Mackey <address@hidden>
>Subject: libnetcdf.a for o2k's (sgi), 64 bit version!
>Organization: NASA/JPL
>Keywords: 200405042156.i44Lu4tK005649 netCDF SGI O2 64-bit libnetcdf.a
Hi Bob,
> Is there such a beast? we had one, it built, but never ran right-
> user codes using it got funny/wrong results ---
>
> is there any site u know that USES a libnetcdf.a, 64bit version,?
I just succeeded in building a 64-bit version of the library for
IRIX64 6.5 using version 3.5.1, and it passes all our tests. I used:
CC=c89
CFLAGS='-O -64'
FC=f90
FFLAGS='-O -64'
CXX=CC
CXXFLAGS='-O -64'
With a little trouble, I could package up the binaries and make them
available to you, but it might be easier for you to just download
ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf.tar.Z
unpack it, type
./configure --prefix=WHERE_YOU_WANT_TO_INSTALL_IT
make all test install
and you're done.
So let me know if you have problems or want the binaries we built.
--Russ