|
From: Al <Al_...@is...> - 2005-07-11 02:08:50
|
Hi,=20
=20
Thanks for the reply.
=20
I've tried to disable readline support you mentioned. But still got =
the=20
same error. Does Linux distribution matter ?
=20
Thanks,
=20
Al
-----Original Message-----=20
From: Car...@no... [mailto:Car...@no...]=20
Sent: 2005/7/7 [=ACP=B4=C1=A5|] =A4U=A4=C8 11:16=20
To: Al; aff...@li...=20
Cc:=20
Subject: RE: [Affix-support] Affix Install Errors on Fedora core 2 =
(2.6.5)
=09
=09
Hi !
=09
Do you really need/want the prompt support in the btftp ?
If you can get along with just the command line options of the btftp, =
then I will suggest to disable the readline support.
To do that run:
./configure --disable-readline
make
make install
=09
Br,
Carlos
=09
> -----Original Message-----
> From: aff...@li...
> [mailto:aff...@li...]On Behalf Of ext Al
> Sent: 07 July, 2005 11:17
> To: aff...@li...
> Subject: [Affix-support] Affix Install Errors on Fedora core 2 =
(2.6.5)
>
>
> Hi,
>
> When I try to install affix (affix kernel installed
> OK), I encounter
> 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
> 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
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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
> 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
> "/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=
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration =
Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dick
> _______________________________________________
> Affix-support mailing list
> Aff...@li...
> https://lists.sourceforge.net/lists/listinfo/affix-support
>
=09
|