[Peeweelinux] help - static compiling

Barry Gershenfeld [email protected]
Wed, 11 Dec 2002 13:00:35 -0800 (PST)


>I am trying to comile my app with -static option.
>However the application size is still the same.
>Is there any other things to look at in order to
>use -static?
>Cem

1. Could it be that the application is already static?
   (Compile without -static and check the size).

2. There is also a -s switch that removes all symbol
table information (strip?); though you can't debug it, 
it gets even smaller.

Barry