IA64 libc.so always depends on libunwind?
David Mosberger
davidm@napali.hpl.hp.com
Tue Apr 6 20:58:00 GMT 2004
>>>>> On Tue, 6 Apr 2004 13:47:37 -0700, "H. J. Lu" <hjl@lucon.org> said:
HJ> When I built glibc with gcc 3.4 and libunwind 0.96, I got
HJ> # ldd libc.so
HJ> /lib/ld-linux-ia64.so.2 => /lib/ld-linux-ia64.so.2 (0x2000000000000000)
HJ> libunwind-ia64.so.1 => /usr/lib/libunwind-ia64.so.1 (0x2000000000040000)
HJ> Is that intentional?
I didn't think so. I thought the unwind-dependencies in glibc were
handled by loading libgcc_s on demand (which has its own dependency on
libunwind, if built against it).
--david
More information about the Libc-alpha
mailing list