This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Q: problem with 001206 version on HP-UX 11


On Fri, 8 Dec 2000, Heiko Nardmann wrote:

> /usr/bin/ld: Unsatisfied symbols:
>    frexp (code)
>    ldexp (code)
> collect2: ld returned 1 exit status
> make[3]: *** [as-new] Error 1
> 
> I added "-lm" to the LIBS definition in gas/Makefile to make it link.

Would you please determine which files require frexp and ldexp?  

Something like the following should work.
for z in gas/*.o bfd/*.o; do nm $z | egrep 'frexp|ldexp' && echo $z; done

I'd like to know whether this is a host- or target-specific problem.

-- 
Linuxcare.  Support for the Revolution.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]