Re: size of gnome-apps
- From: Adrian Hosey <ahosey snowcrash kiva net>
- To: gnome-devel-list gnome org
- Subject: Re: size of gnome-apps
- Date: Fri, 17 Sep 1999 13:45:30 -0500 (EST)
On 16 Sep, Andrea Bosio wrote:
:
: I mean... this program:
:
: main () { g_print("Hello world\n"); }
:
: Takes up 1200kb bytes stripped. Why?!
It does? Mine doesn't:
[ahosey@snowcrash ahosey]$ gcc -o ghello ghello.c `gtk-config --cflags` `gtk-config --libs` You have mail in
[ahosey@snowcrash ahosey]$ ls -l ghello
-rwxr-xr-x 1 ahosey ahosey 4443 Sep 17 13:38 ghello*
The same thing with stdio/printf:
[ahosey@snowcrash ahosey]$ gcc -o hello hello.c
[ahosey@snowcrash ahosey]$ ls -l hello
-rwxr-xr-x 1 ahosey ahosey 4149 Sep 17 13:40 hello*
Note these aren't stripped yet.
- A
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]