On Mon, Dec 01, 2003 at 09:55:05PM +0100, Martin Egholm Nielsen wrote: > > 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 -- Jamin W. Collins Remember, root always has a loaded gun. Don't run around with it unless you absolutely need it. -- Vineet Kumar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]

