[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: loop-aes: make of Gnupg as static fails
> > 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(displa
> y.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 ?
Yes. That did the trick. Thanks!
Doug
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/