[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Xcb] [RFC PATCHv2] New XCB socket handoff mechanism for Xlib/XCB and other libraries



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@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


Reply to: