On 2/2/07, Galaxy Travel <[EMAIL PROTECTED]> wrote: > Im installing the Development LFS and tried installing Inetutils-1.5 and I > get this error when using make command: > > telnet.o: In function `init_term': > /sources/inetutils-1.5/telnet/telnet.c:746: undefined reference to `tgetent' > collect2: ld returned 1 exit status > make[1]: *** [telnet] Error 1
tgetent should come from ncurses. Can you show the actual command before this? If it's not trying to link to ncurses, then it is a bug. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
