|
From: Al <Al_...@is...> - 2005-07-07 08:17:28
|
Hi,
When I try to install affix (affix kernel installed OK), I =
encounter=20
errors:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
gcc -O2 -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -o =
.libs/btftp=20
btftp.o ../utils/.libs/libaffix_utils.so=20
../obex/.libs/libaffix_obex.so -lopenobex -lreadline=20
../lib/.libs/libaffix.so -Wl,--rpath -Wl,/usr/local/lib
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgetnum'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgoto'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgetflag'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `BC'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tputs'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `PC'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgetent'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `UP'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgetstr'
collect2: ld returned 1 exit status
make[1]: *** [btftp] Error 1
make[1]: Leaving directory `/root/download/affix/affix-3.2.0/control'
make: *** [all-recursive] Error 1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
I also found FAQ has the similiar issue. But I have no idea how to =
do=20
it.
Can anyone help with this error?
thanks a lot,
Al
FAQ:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Compiling Affix 3.0 utilities on Gentoo produces lots of=20
"/lib/libreadline.so: undefined reference to `XXX'" error messages?
The problem can be solved by compiling libreadline with libncurses.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
|