Loïc Minier a écrit :
On Wed, Aug 20, 2008, Fabian Greffrath wrote:
if LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib ldd $$file 2> /dev/null | grep -q libX11; then \

 objdump -x foo.so | grep -w NEEDED
 or
 objdump -p foo.so | grep -w NEEDED

But if the libX11 dependency could come from another object but foo.so - an object with which foo.so is linked to ?

Thanks.



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

Reply via email to