Niels Möller wrote: >Karl Peters <[EMAIL PROTECTED]> writes: > >>But my only problem ia, that lshd is too big for my "embedded" system. >>Exactly I have 2.3M for lshd and 268k for libgmp. Is this "normal"? >> > >That's pretty much. On my system, both lsh and lshd (dynamically linked to glibc, > >and stripped) are about 350K. > Oh then something goes really wrong at my mashine.
I tried it again like this: # ./configure --prefix=/usr --disable-x11-forward --without-zlib --disable-ipv6 CFLAGS=-march=i586 # make # ldd src/lshd libgmp.so.3 => /usr/i386-linux-uclibc/lib/libgmp.so.3 libcrypt.so.0 => /usr/i386-linux-uclibc/lib/libcrypt.so.0 libutil.so.0 => /usr/i386-linux-uclibc/lib/libutil.so.0 libc.so.0 => /usr/i386-linux-uclibc/lib/libc.so.0 /usr/i386-linux-uclibc/lib/ld-uClibc.so.0 => /usr/i386-linux-uclibc/lib/ld-uClibc.so.0 # du -h src/lshd 2.4M src/lshd And I have absolutely no idea, why it is so big! I will try your other usefull tips, when lshd shrinks under 1 M :-). cu karl peters