Re: libtool & dependency_libs in *.la files

2010-11-26 Thread Richard W.M. Jones
Even better, fixing libtool revealed some bugs (missing -llibs). Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.re

libtool & dependency_libs in *.la files

2010-11-26 Thread Richard W.M. Jones
[Apologies if this has been covered before, but I cannot find anything in the archives] When building a package I noticed that binaries in the package were still getting unnecessary DT_NEEDED entries. Example: binary ---> depends only on libfoo.so |