On Tue, Apr 03, 2001 at 06:18:34PM +0200, Andreas Jaeger wrote: > > Please check the facts. Each shared lib is linked against > ld-linux.so.2:
No! [EMAIL PROTECTED] msw]$ objdump -p /lib/libm.so.6.1 | grep ld-linux [EMAIL PROTECTED] msw]$ objdump -p /lib/libc.so.6.1 | grep ld-linux NEEDED ld-linux.so.2 required from ld-linux.so.2: The only reason you get it with LD_TRACE_LOADED_OBJECTS=1 is because libm is linked against libc, which is in turn linked against ld-linux. Cheers, Matt
