[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Another odd toolchain problem



While trying to hunt down the .linkonce problem, I noticed the following (last
night's version of woody)

On all binaries (/bin/sleep just a simple example) the shared lib dependencies
are listed twice by ldd.   Is that just cosmetic, or does it indicate a problem?

% ls -l /bin/sleep
-rwxr-xr-x    1 root     root         7404 May 26 11:04 /bin/sleep

% ldd /bin/sleep
        libm.so.6 => /lib/libm.so.6 (0x4001f000)
        libc.so.6 => /lib/libc.so.6 (0x4003c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libm.so.6 => /lib/libm.so.6 (0x4001f000)
        libc.so.6 => /lib/libc.so.6 (0x4003c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)






This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan & Co. Incorporated, its
subsidiaries and affiliates.



Reply to: