Q: problem with 001206 version on HP-UX 11

Alan Modra alan@linuxcare.com.au
Sun Dec 10 20:37:00 GMT 2000


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.



More information about the Binutils mailing list