Re: size of gnome-apps



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]