[Gambas-user] Dinamic Libraries unused with ldd

craf prog at ...2177...
Mon Dec 21 21:14:42 CET 2009


Hello 

I'm seeing the dynamic libs that depends gbx2 file. 

For that I use: 

$ ldd / usr/local/bin/gbx2. 

The result gives me is: 

linux-gate.so.1 =>  (0xb8033000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7ff3000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7fef000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7fd5000)
libffi.so.5 => /usr/lib/libffi.so.5 (0xb7fcd000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e6a000)
/lib/ld-linux.so.2 (0xb8034000)

Now with the -u option, the result is, the result is: 

/lib/tls/i686/cmov/libm.so.6
/lib/tls/i686/cmov/libdl.so.2
/lib/tls/i686/cmov/libpthread.so.0

The -u option (unused) shows me what dependencies are not being used. 

Question: 

Can I ignore these dependencies, since they are not being taken into
account?

Regards.



More information about the User mailing list