Hi All, I got dillo compiled on arm with natively build toolchain, when I check the size of dillo it is 1.2mb. my configure option is: ./configure --with-gtk-prefix=/etc/gtk --x-includes=/usr/X11R6/include --x-libraries=/opt/toolchain/arm-linux/lib/X11 --with-jpeg-lib=/opt/toolchain/arm-linux/lib when I do file dillo ....... I am getting. dillo: ELF 32-bit LSB executable, Advanced RISC Machines ARM, version 1, dynamically linked (uses shared libs), stripped nothing seems satically linked. could any one please tell me what could be the cause..... Thanks and regards Nags
At 12:11 AM 7/14/2003, Nagaraja wrote:
could any one please tell me what could be the cause.....
You have debug info in the file. You can either run make install-strip to install instead of just "make install", or you can go into /usr/local/bin (or wherever you installed it) and run strip dillo strip bm_srv12 Either of these will bring it down to the expected size. Kelson Vibber www.hyperborea.org
participants (2)
-
Kelson Vibber
-
Nagaraja