[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
970718: problems installing netcdf on sun ultra II
- Subject: 970718: problems installing netcdf on sun ultra II
- Date: Fri, 18 Jul 97 11:02:52 -0600
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>