> OK, that helped a little bit. Here is the output: > > ldd lftp > libutil.so.1 => /lib/libutil.so.1 (0x40021000) > libncurses.so.5 => /lib/libncurses.so.5 (0x40024000) > libdl.so.2 => /lib/libdl.so.2 (0x40064000) > libm.so.6 => /lib/libm.so.6 (0x40068000) > libc.so.6 => /lib/libc.so.6 (0x4008a000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > > > file lftp > lftp: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically > linked (uses shared libs), not stripped > > Obviously the static directives are not working in the compilation > progress. There must be another way to direct the formation of a static > binary. I will keep try different combinations.
Yep. And I remember we discussed about it earlier in the mailing list. If you feel like crawling the archive... ;-)
