[uClibc] ldconfig/ldd problem tested against uClibc++

Mike Frysinger vapier at gentoo.org
Tue Sep 7 22:07:26 UTC 2004


On Tuesday 07 September 2004 04:21 pm, Peter S. Mazinger wrote:
> ldd against libuClibc++.so.0.1.3 shows
> libc.so.0 and libgcc_s.so.1, after that
> not a dynamic executable
> if used against other libs it does not show the message about not a
> dynamic executable)

this will happen when you run ldd against anything that isnt an executable (i 
dont mean something that doesnt have +x as the permissions)

imagine it's because ldd tries to have the linker gather the info but the 
linker complains it isnt a dynamic executable and then ldd gets the info 
itself ... never bothered looking into it though ;)
-mike



More information about the uClibc mailing list