On Thu, Mar 06, 2003 at 09:22:46PM +0200, Eli Billauer wrote:

> And here's my little session:
> 
> [EMAIL PROTECTED] helloworld]$ gcc -static -o hello hello.c

You forgot -O2, and you forgot to give your machine a name! 

> [EMAIL PROTECTED] helloworld]$ ls -l hello
> -rwxrwxr-x    1 eli      eli        441940 Mar  6 21:05 hello*
> [EMAIL PROTECTED] helloworld]$

You forgot to run strip(1). 

> Any suggestions of how to shrink this down to some normal size?

strip(1). Anything beyond that requires assembly and careful
massaging.

> Thanks in advance,

We aim to please. 
-- 
Muli Ben-Yehuda
http://www.mulix.org

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to