Terry Lambert wrote:
> 
> Maxim Sobolev wrote:
> > But no library has it here! libc comes out of blue just before libc_r
> > - see attached script. Perhaps I'm missing something, but I can't
> > figure out where it comes from, could you?
> 
> What does your patched ldd say about each and every one
> of those .so's you are linking in perhaps being linked
> against libc.so, or linked against something linked
> against something ... linked against something linked
> against libc.so?

It reports the full chain, so that when A.so depends on B.so, while
B.so depends on C.so, but A.so doesn't explicitly depend on C.so, `ldd
A.so' will show both B.so and C.so.

> Are *any* of the object files created with "ld -r"?

I don't think so.

> Which binutils are you using?

$ ld -v
GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719
[FreeBSD])

-Maxim

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to