[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UDUNITS HELP: src/port/misc/libudunits.a not used ...



Rong,

>Date: Sun, 9 Sep 2001 10:31:03 +0800
>From: "rong" <address@hidden>
>Organization: UCAR/Unidata
>To: <address@hidden>
>Subject: UDUNITS HELP
>Keywords: 200109090233.f892XR102448

The above message contained the following:

> I am a graduate student in the Department of Atmospheric
> Sciences, Nanjing Unive rsity(Nanjing, P.R.China).I
> got the udunits package from the home page :
>     http://www.unidata.ucar.edu/packages/udunits/index.html
> and put it on
> a SGI Origin3800(IRIX64 SGI3800 6.5).AS I installed this package, some
> problem happened.Because I did not want to install the perl module,so
> environment was set as:
>     CC=/bin/cc PERL=      
> 
> But when I ran the "make",the WARNING messages displayed as:
>    ld32: WARNING 84:/raid1/atmoce/udunits-1.11.7/src/port/misc/libudunits.a 
> is not used for resolving any symbol
>    ld32: WARNING 84:/usr/lib32/liby.a is not used for resolving any symbol
> and the "make" stop.Why this problem happened?how could resolve it?

The above are warning messages only and do not indicate a problem. The
library "src/port/misc/libudunits.a" contains any necessary, Standard
C fuctions that are missing from the operating system. Your system has
all the necessary functions, so the library is empty -- resulting in a
warning message.

I don't know about the library "/usr/lib32/liby.a". It is referenced for
functions related to the use of a yacc(1)-generated parser.  Perhaps
these functions are already in the C runtime library of your system.  
Regardless, the warning message may be safely ignored.

If your "make" terminates abnormally (i.e. with an error status) then
send me the file "make.log" (mentioned in the INSTALL file) and I'll
investigate.

Regards,
Steve Emmerson   <http://www.unidata.ucar.edu>