[Xcb] [RFC PATCHv2] New XCB socket handoff mechanism for Xlib/XCB and other libraries
Julien Cristau
jcristau at debian.org
Fri May 9 06:39:14 PDT 2008
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):
> [colin at jimmy ~]$ 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
More information about the xorg
mailing list