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.
Yun He, >Date: Wed, 9 Oct 1996 14:40:12 -0400 >From: address@hidden (Yun He) >Organization: University of Delaware >To: address@hidden >Subject: Re: 961009: install problem: can't find Solaris XDR library in cxx/ >Keywords: 199610091657.AA29515 In the above message you wrote: > Dear Steve, > > Now, I have followed your suggestion. Still problems: > > error message in configure: > libsrc/local_nc.h is unchanged > /usr/ucb/cc: language optional software package not installed > conftest: No such file or directory You should try to use a Standard C compiler to compile the netCDF package. Apparently, your environment get the Berkeley compiler /usr/ucb/cc before the other, more standard compilers (/bin/cc, /opt/SUNWspro/bin/cc). I suggest the following: 1. Go to the top-level, netCDF source directory. 2. Execute a `make clean'. 3. Set your PATH environment variable to access the more standard utilities first (i.e ensure that `/usr/ucb' lies further along the string than `/bin' or `/opt/SUNWspro/bin/cc'). 4. Re-execute the `configure' script. 5. Re-execute the `make all'. Please let me know if this helps. -------- Steve Emmerson <address@hidden>