>>>> "juhp" == Jens-Ulrik Petersen
<petersen(a)kurims.kyoto-u.ac.jp> writes:
juhp> I am curious, can someone explain to me why for me XEmacs
juhp> binaries built under Sparc/Solaris-2+gcc-2.8 are always so
juhp> much larger than XEmacs binaries built under Intel/Linux?
juhp> 19678112 May 13 13:37 solaris/bin/xemacs*
Is that stripped? My unstripped Linux binary is half that size, and a
now-obsolete stripped one that started out the same size is 5.6MB or so:
bash-2.00$ ls -l `which xemacs`*
15 May 11 13:08 /playpen/gnu/plat/bin/xemacs->xemacs-21.0-b39
5630020 May 13 14:37 /playpen/gnu/plat/bin/xemacs-21.0-b37
11096950 May 11 13:08 /playpen/gnu/plat/bin/xemacs-21.0-b39
(b37 is later than b39 because I just stripped it a minute ago.) I
suspect a stripped comparison would be more accurate.