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.
Cara, >Date: Thu, 11 Jan 1996 09:18:45 +0800 >From: address@hidden (Cara Wilson) >Organization: Oregon State University >Subject: Re: 960111: netCDF installation >Keywords: 199601102202.AA13288 In the above message you wrote: > Enclosed are env.out (the output from "env") > CUSTOMIZE > config.out (the output from configure) > make.out (the output from make all) > > The file config.log did not exist. Thanks again. > > PATH=/home/server/homes/student/cwilson:/home/server/homes/student/cwilson/bin:/usr/local/bin.solaris2x:/usr/local/bin:/home/server/local/bin.scripts:/home/server/local/bin.solaris2x:/home/neptune/local/bin.solaris2x:/home/server/class/bin.solaris2x:/usr/ucb:/usr/bin:/bin:/usr/new:/usr/sbin:/usr/ccs/bin:/usr/openwin/bin:/usr/openwin/bin/xview:/usr/openwin/demo:/etc:/usr/etc:/usr/local/etc:/home/server/local/etc.solaris2x:/usr/games:/usr/lang/bin:. Judging from your PATH environment variable, I'd guess the configure script is using /usr/ucb/bin/cc for the C compiler. This is a very old compiler and shouldn't be used. Is there a C compiler in /usr/lang/bin? If so, then try that one by adjusting you PATH environment variable prior to executing the configure script. Please let me know if this helps. -------- Steve Emmerson <address@hidden>