[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20030226: install udunit
- Subject: 20030226: install udunit
- Date: Wed, 26 Feb 2003 10:44:08 -0700
Wanli Wu,
> To: address@hidden
> From: Wanli Wu <address@hidden>
> Subject: install udunit
> Organization: ?
The above message contained the following:
> I wanted to run grib2nc program on bluesky, it turned out it required 'udunit'
> library, but bluesky doesn't have it (or I could not find it). So I tried to
> install udunits-1.11.7, but failed. the infomation I have are as follows,
> please help me out. Thanks.
>
> uname -a
> AIX bs1101en 1 5 0023F83A4C00
>
> config.log
...
> make install
> making `install' in directory /ptmp/wanliwu/grib2nc/udunits-1.11.7/src/udunits
>
> mkdir -p /home/bluesky/wanliwu/bin
> chmod u+rwx,g+rws,o=rx /home/bluesky/wanliwu/bin
> cc -c -O -I../lib -I../port/misc -D_ALL_SOURCE -Dextname udunits.c
> cc -o udunits -O udunits.o -L/ptmp/wanliwu/grib2nc/udunits-1.11.7/src/lib
> -ludunits -L/ptmp/wanliwu/grib2nc/udunits-1.11.7/src/port/misc -ludport -ly
> -lm
> ld: 0706-006 Cannot find or open library file: -l udport
> ld:open(): A file or directory in the path name does not exist.
> make: 1254-004 The error code from the last command is 1.
Did you execute the command "make" before the command "make install"?
Regards,
Steve Emmerson <http://www.unidata.ucar.edu>