On Thu, Sep 17, 2009 at 11:14:47PM +0200, Tamas TEVESZ wrote: > /usr/bin/wmagnify: > Unused direct dependencies: Are you sure those were direct? ldd is not right tool for that.
$ objdump -p /usr/bin/wmagnify | grep NEEDED NEEDED libWINGs.so.2 NEEDED libWUtil.so.1 NEEDED libX11.so.6 NEEDED libc.so.6 > /usr/bin/setstyle: > Unused direct dependencies: $ objdump -p /usr/bin/setstyle | grep NEEDED NEEDED libWUtil.so.1 NEEDED libX11.so.6 NEEDED libc.so.6 > if... it so happens that someone has some time to kill... :) Add -Wl,--add-needed to LDFLAGS to figure what is really required. -- Regards, Sir Raorn.
signature.asc
Description: Digital signature
