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.
Ufuk, > To: <address@hidden> > From: "Ufuk Utku Turuncoglu" <address@hidden> > Subject: 64 bit netcdf install problem > Organization: Istanbul Technical University The above message contained the following: > I am using "SunOS space 5.8 Generic_108528-21 sun4u sparc = > SUNW,Sun-Fire-15000" system and i want to compile netcdf package ( = > 3.5.1-beta13 ) as 64 bit. Sun Forte Developer tool has been installed in = > to system. I try to install netcdf but it gives me error in make test = > stage. I use the fallowing environment variables, > > FFLAGS=3D-w -xarch=3Dv9b > F90FLAGS=3D-xarch=3Dv9b > CFLAGS=3D-xarch=3Dv9b > FC=3Df90 > CC=3Dc89 > CXX=3DCC > CXXFLAGS=3D-xarch=3Dv9b > > There is already netcdf library in system but it is 32 bit version. = > Could you please help me ? I just successfully built and tested version 3.5.1-beta13 of the netCDF package using the environment variables settings given in the example for SunOS 5.8 in the file INSTALL.html: CC=/opt/SUNWspro/bin/c89 CFLAGS='-xarch=v9' # 64-bit SPARC binary FC=/opt/SUNWspro/bin/f90 FFLAGS='-w -xarch=v9' CXX=/opt/SUNWspro/bin/CC CXXFLAGS='-xarch=v9' Please retry with the above settings. Do a "make distclean" first. If you encounter a problem, please following the instructions near the end of the file INSTALL.html in the section titled "Reporting Problems". > best regards, > > Ufuk Utku Turuncoglu =20 > Eurasia Institute of Earth Sciences > Istanbul Technical University > Turkey Regards, Steve Emmerson