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.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to