Quote:
Originally Posted by hansel
Great!
How big is the stripped xepdmgr? Just curious... Why not link the standard Xlibs that are available on every Iliad? The stripped executable would be only 23KB...
|
Code:
dario@calcifer:/shared/Devel/iliad/src.xepdmgr/xepdmgr-1.0-iliad$ ls -l xepdmgr
-rwxrwxr-x 1 dario dario 224692 2008-09-20 16:01 xepdmgr
The reason of including libX11 in the executable was to be in the safe side as I didn't know if the Xdamage extension used internal structures of libX11 that might have changed between the iliad version and the last xorg released version that I was using.
As you have tested that it works with the included libX11, your approach makes a lot more sense than mine ;-).
I'll post here a version that uses the iliad's internal libX11.so library as soon as possible (but that might not be very soon, anyway...).