[Dillo-dev]The binary size is 3MB?
It is said that the dillo binary is only 350KB on the website, but I compile the source and get the binary,which is more than 3MB. Why? --------------------------------- Do You Yahoo!? 完全免费的雅虎电邮,马上注册获赠额外60兆网络存储空间
On Thu, 1 Apr 2004 19:11:19 +0800 (CST) Lei Jin <victorjinl@yahoo.com.cn> wrote:
It is said that the dillo binary is only 350KB on the website, but I compile the source and get the binary,which is more than 3MB. Why?
Maybe you could try to strip(1) it ? $ ls -lh dillo -rwxr-xr-x 1 ht05089 linfo 1.4M Mar 31 2003 dillo $ strip dillo $ ls -lh dillo -rwxr-xr-x 1 ht05089 linfo 275K Apr 1 13:24 dillo -- Nipo
350KB is the size of compile time.But it's the runtime that really means.
Lei Jin <victorjinl@yahoo.com.cn> wrote:
It is said that the dillo binary is only 350KB on the website, but I compile the source and get the binary,which is more than 3MB. Why?
Maybe you could try to strip(1) it ?
$ ls -lh dillo -rwxr-xr-x 1 ht05089 linfo 1.4M Mar 31 2003 dillo $ strip dillo $ ls -lh dillo -rwxr-xr-x 1 ht05089 linfo 275K Apr 1 13:24 dillo
-- Nipo
_______________________________________________ Dillo-dev mailing list Dillo-dev@lists.auriga.wearlab.de
http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev _________________________________________________________ Do You Yahoo!? 完全免费的雅虎电邮,马上注册获赠额外60兆网络存储空间 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.mail.yahoo.com
He, he, I made the same mistake once :-) Try: strip dillo It does wonders. Mike On Thu, 1 Apr 2004, [gb2312] Lei Jin wrote:
It is said that the dillo binary is only 350KB on the website, but I compile the source and get the binary,which is more than 3MB. Why?
--------------------------------- Do You Yahoo!? ��ȫ��ѵ��Ż����ʣ�����ע���������60������洢�ռ�
-- Thinstation FAQ maintainer http://thinstation.sourceforge.net - a light, full featured linux based thin client OS
participants (4)
-
Fang Yidong
-
Lei Jin
-
Mike Eriksen
-
Nicolas Pouillon