Autor: Dennis Heuer
Data:
Para: pcre-dev
Asunto: [pcre-dev] pcre 7.8 fails to compile with libreadline 5.2 and GCC
3.4.3
There seems to be a simple linking problem:
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -o dftables
dftables.o -lz -lbz2 -lreadline gcc -O2 -o dftables dftables.o -lz
-lbz2 -lreadline /usr/lib/libreadline.so: undefined reference to
`tgetnum' /usr/lib/libreadline.so: undefined reference to `tgoto'
/usr/lib/libreadline.so: undefined reference to `tgetflag'
/usr/lib/libreadline.so: undefined reference to `BC'
/usr/lib/libreadline.so: undefined reference to `tputs'
/usr/lib/libreadline.so: undefined reference to `PC'
/usr/lib/libreadline.so: undefined reference to `tgetent'
/usr/lib/libreadline.so: undefined reference to `UP'
/usr/lib/libreadline.so: undefined reference to `tgetstr'
collect2: ld returned 1 exit status
Regards,
Dennis Heuer