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: "a b" <address@hidden> >Subject: not finding src/ directory >Organization: ? >Keywords: 200309070348.h873mQLd010612 Hi, > I use IRIX for a short time.Now I need to install NETCDF in my IRIX6.5 .I > download from your page and read > "http://www.unidata.ucar.edu/packages/netcdf/INSTALL.html#SetEnvVar".in > this page ,you say "Go to the top-level netCDF src/ directory",but i can't > find src/ directory at all. > i have been in this trouble for several days,i hope you could help me!! How > to generate that directory? Thank you very much! You have to get the netCDF source distribution and unpack it, then you will see the src/ directory. Specifically, first download the latest beta release (which has several problems fixed from the production release) from ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-beta13.tar.Z This will create the compressed tar file netcdf-3.5.1-beta13.tar.Z in some directory where you downloaded it, say DIR. You will need to uncompress and untar that file: % uncompress netcdf-3.5.1-beta13.tar.Z % tar xf netcdf-3.5.1-beta13.tar Now there will be a subdirectory of DIR named netcdf-3.5.1-beta13, which contains a subdirectory named "src". That is the src/ directory referred to in the installation instructions. If you would rather use the older released version instead of the beta13 version, just do all the above except get the source distribution from ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf.tar.Z then uncompress and untar that file. --Russ _____________________________________________________________________ Russ Rew UCAR Unidata Program address@hidden http://my.unidata.ucar.edu