Re: size of gnome-apps
- From: Andrea Bosio <st970751 educ di unito it>
- To: Bertrand Guiheneuf <Bertrand Guiheneuf inria fr>
- Cc: gnome-devel-list gnome org
- Subject: Re: size of gnome-apps
- Date: Thu, 16 Sep 1999 16:40:16 +0200
On Fri, Sep 17, 1999 at 08:16:03PM +0200, Bertrand Guiheneuf wrote:
> http://cvs.gnome.org/lxr/source/white-papers/MemoryUsage/MemoryUsage.txt
MMh. I don't think we are talking about the same thing.
$ echo "#include <gnome.h>" > test.c
$ echo "main() { g_print(\"hello world\n\"); } " >> test.c
$ gcc `gnome-config --cflags --libs gnomeui` -o test test.c
$ ls -l test
-rwxr-xr-x 1 torello torello 1394312 Sep 16 16:38 test*
$ strip test
$ ls -l test
-rwxr-xr-x 1 torello torello 1212992 Sep 16 16:38 test*
^^^^^^^
I think it's quite strange.
--
Ciao, Andrea
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]