|
From: Al <Al_...@is...> - 2005-07-07 06:07:16
|
Hi, there:
=20
1. I disable BlueZ support and compile new kernel and modules.
2. Reboot use new-built kernel/modules without BlueZ.
3. Install Affix Kernel for 2.6 kernel 3.2.0. It's ok.
4. Install Affix package, ./configure, but encounter errors=20
when doing make.
Any ideas what might be wrong?
thanks,
Al
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 btftp.o ../utils/.libs/libaffix_utils.so =
../obex/.libs/libaffix_obex.so -lopenobex -lreadline =
../lib/.libs/libaffix.so -Wl,--rpath -Wl,/usr/local/lib
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgetnum'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgoto'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgetflag'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `BC'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tputs'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `PC'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgetent'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `UP'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined 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
[root@AL30 affix-3.2.0]#
|