Doug Campbell wrote: > gcc -O2 -Wall -static -s -o bftest bftest.o > ../cipher/libcipher.a ../mpi/libmpi.a > ../util/libutil.a -ldl -lreadline > ../cipher/libcipher.a(idea-stub.o)(.text+0x5b): In > function `idea_get_info': > : warning: Using 'dlopen' in statically linked > applications requires at runtime the shared libraries > from the glibc version used for > linking/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(complete. > o)(.text+0x1e51): [snip] > /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libreadline.a(display.o)(.text > +0x6d3): > In function `cr': > : undefined reference to `tputs' [snip] > Any ideas? Maybe static version of some library is missing and linker tried to use dynamically linked versions of those functions? Dunno. Does it help if --without-readline parameter is passed to ./configure ? -- Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/