Nagaraja wrote:
Hi All,
Hi.
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.
:( Well, please assert not a single library was linked in statically. Maybe `strings dillo` or better `nm dillo` could help. (IO/libDio.a is OK to be included statically! ;)
could any one please tell me what could be the cause.....
A long time ago I was getting huge binaries for dillo with lcc, I don't know which compiler you're using, but it can be an issue. (On 64bit machines it also grows somehow). Please tell us what you find out. Cheers Jorge.-
participants (1)
-
Jorge Arellano Cid