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.
Stephen, > From: address@hidden (Stephen W. Kay) > Organization: University of Florida > Keywords: 199506201821.AA16749 netCDF Solaris 2.4 In the above message you wrote: > This must be an FAQ but I could not find the answer. I try to build netcdf > under Solaris 2.4 using gcc 2.6.0. When I try the configure command it > says that two variables need to be defined OS and AR. Should I set OS to > sunos or solaris? There is no ar in Solaris. I'd do the the following: 1. Set the variable OS to `sunos'; and 2. Set the variable AR to `: true'. 3. Re-execute the configure script. None of this should be necessary in the next release. -------- Steve Emmerson <address@hidden>