Having decided to use Blackbox as WM for a small embedded Linux machine (64/64), I'm really interested in trimming the rather large blackbox-binary - it's more than 4megs large.
Try stripping the binary:
$ ls -sh /usr/local/bin/blackbox 4.3M /usr/local/bin/blackbox
$ cp /usr/local/bin/blackbox ~/tmp/
$ strip ~/tmp/blackbox $ ls -sh ~/tmp/blackbox 388K tmp/blackbox
Brilliant! Thanks Jamin, Chris, and Martin...
"Strip" is now glowing! ;-)

Regards,
 Martin


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]



Reply via email to