On Thu, May  1, 2008 at 12:07:18 +0100, Colin Guthrie wrote:

> Just a simple example (there are lots of other apps like this):
> [EMAIL PROTECTED] ~]$ ldd /usr/bin/compiz| grep xcb
>       libX11-xcb.so.1 => /usr/lib64/libX11-xcb.so.1 (0x00002b6192005000)
>       libxcb-xlib.so.0 => /usr/lib64/libxcb-xlib.so.0 (0x00002b61940f2000)
>       libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00002b61942f3000)
> 
This simple example is also wrong.  You want
objdump -p $foo | grep NEEDED
not ldd.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to