speaking of shared libraries... if someone is looking for tasks to 
kill a few boring hours, it would be highly appreaciated if the 
library linkage was cleaned up...

right now, basically, almost everything is linked against every 
dependency lib, which results in a metric sh*tload of cases such as:

/usr/bin/wmagnify:
Unused direct dependencies:
        
        /usr/lib/libtiff.so.4
        /usr/lib/libXpm.so.4
        /usr/lib/libpng12.so.0
        /lib/libz.so.1
        /usr/lib/libjpeg.so.62
        /usr/lib/libgif.so.4
        /usr/lib/libXinerama.so.1
        /usr/lib/libXext.so.6
        /usr/lib/libX11.so.6
        /usr/lib/libXmu.so.6
        /lib/libm.so.6
        /usr/lib/libXft.so.2
        /lib/libdl.so.2

/usr/bin/setstyle:
Unused direct dependencies:
        
        /usr/lib/libXinerama.so.1
        /usr/lib/libXext.so.6
        /usr/lib/libX11.so.6
        /usr/lib/libXmu.so.6

etc etc.

this should ideally be accompanied by cleaning out the unused includes 
from sources as well.

if... it so happens that someone has some time to kill... :)

-- 
[-]

mkdir /nonexistent


-- 
To unsubscribe, send mail to [email protected].

Reply via email to