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.
Dear Paramesh, >Date: Tue, 18 Jul 95 22:07:16 PDT >From: address@hidden >Organization: Wadia Institute of Himalayan Geology >To: Steve Emmerson <address@hidden> >Subject: RE: 970718: problems installing netcdf on sun ultra II >Keywords: 199707161628.KAA18287 In the above message, you wrote: > I have run a test program on my Sun, as you have mentioned, and other small > programs also by the command CC -o test test.cc and it is working fine. The command "CC -o test test.cc" uses the C++ compiler (CC) and not the C comiler (cc). Have you tested the C compiler? > > Infact, the program ccfe is in /../SUNWspro/SC4.o/bin and the netcdf is > searching for it in /../SUNWspro/bin. > > Can you help me. You might try a symbolic link: cd SUNWspro/bin ln -s ../SC4.0/bin/ccfe ccfe This would allow for the discovery of the "ccfe" utility in the "SUNWspro/bin" directory. -------- Steve Emmerson <http://www.unidata.ucar.edu>