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.
>To: address@hidden >From: "G. Hernandez" <address@hidden> >Subject: NETCDF for Solaris 8 -SPARC >Organization: UCAR/Unidata >Keywords: 200310290653.h9T6r5Ob017634 Hi, > Hello: Just collected the binaries fro NetCDF for Solaris 8 -SPARC. > However, no obvious installation instructions were provided. Could you > remedy this prblem I am having ? Yes, you can unpack the tar.Z file wherever you like, for example /usr/local/netcdf/. If you copy the file to that directory and go there and and invoke zcat netcdf-3.5.0.tar.Z | tar xf - it will create the subdirectory netcdf-3.5.0/ and the file README. The netcdf-3.5.0/ subdirectory will contain the subdirectories man/ contains the reference documentation bin/ includes the utility programs ncgen, ncdump include/ "include" files for C, C++, f77, and f90 libraries lib/ C++ library and C/f77/f90 library You can move the contents of thee directories somewhere else, but you will need to note where the include files and library files are for use in later compiling programs that use the libraries. See the documentation on using the libraries in the NetCDF Users Guide for C, for example: http://www.unidata.ucar.edu/staff/russ/netcdf/guidec/guidec-9.html#HEADING9-89 --Russ