Dag, I think you need the ncurses-dev package installed on your server.
Jim McQuillan [EMAIL PROTECTED] On Fri, 26 Nov 2004, Dag Sverre Seljebotn wrote: > When building texinfo, libtxi.a won't link. Any hints? > > // Dag Sverre > > /home/ds/src/ltsp/lbe/i386-linux-crosscomp/bin/gcc -O2 -march=i386 > -static -o ginfo dir.o display.o dribble.o echo-area.o filesys.o > footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o > man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o > variables.o window.o doc.o key.o ../lib/libtxi.a > terminal.o: In function `terminal_begin_using_terminal': > terminal.o(.text+0xb2): undefined reference to `tputs' > terminal.o(.text+0xc6): undefined reference to `tputs' > terminal.o: In function `terminal_end_using_terminal': > terminal.o(.text+0x166): undefined reference to `tputs' > terminal.o(.text+0x17a): undefined reference to `tputs' > terminal.o: In function `terminal_goto_xy': > terminal.o(.text+0x1b9): undefined reference to `tgoto' > terminal.o(.text+0x1c2): undefined reference to `tputs' > terminal.o: In function `terminal_clear_to_eol': > terminal.o(.text+0x26a): undefined reference to `tputs' > terminal.o: In function `terminal_clear_screen': > terminal.o(.text+0x29e): undefined reference to `tputs' > terminal.o: In function `terminal_up_line': > terminal.o(.text+0x2d2): undefined reference to `tputs' > terminal.o: In function `terminal_down_line': > terminal.o(.text+0x306): undefined reference to `tputs' > terminal.o(.text+0x33a): more undefined references to `tputs' follow > terminal.o: In function `terminal_delete_lines': > terminal.o(.text+0x441): undefined reference to `tgoto' > terminal.o(.text+0x44a): undefined reference to `tputs' > terminal.o: In function `terminal_insert_lines': > terminal.o(.text+0x49b): undefined reference to `tputs' > terminal.o(.text+0x4c9): undefined reference to `tgoto' > terminal.o(.text+0x4d2): undefined reference to `tputs' > terminal.o: In function `terminal_get_screen_size': > terminal.o(.text+0x65a): undefined reference to `tgetnum' > terminal.o(.text+0x6a7): undefined reference to `tgetnum' > terminal.o: In function `terminal_initialize_terminal': > terminal.o(.text+0x741): undefined reference to `tgetent' > terminal.o(.text+0x75d): undefined reference to `tgetstr' > terminal.o(.text+0x7b7): undefined reference to `tgetstr' > terminal.o(.text+0x7cc): undefined reference to `tgetstr' > terminal.o(.text+0x7de): undefined reference to `tgetstr' > terminal.o(.text+0x7f0): undefined reference to `tgetstr' > terminal.o(.text+0x802): more undefined references to `tgetstr' follow > terminal.o: In function `terminal_initialize_terminal': > terminal.o(.text+0x971): undefined reference to `tgetflag' > terminal.o(.text+0x9b5): undefined reference to `tgetstr' > terminal.o(.text+0x9ca): undefined reference to `tgetstr' > terminal.o(.text+0x9dc): undefined reference to `tgetstr' > terminal.o(.text+0x9ee): undefined reference to `tgetstr' > terminal.o(.text+0xa00): undefined reference to `tgetstr' > terminal.o(.text+0xa12): more undefined references to `tgetstr' follow > terminal.o: In function `terminal_initialize_terminal': > terminal.o(.text+0xaf1): undefined reference to `tgetflag' > terminal.o(.text+0xb12): undefined reference to `tgetstr' > collect2: ld returned 1 exit status > make[3]: *** [ginfo] Error 1 > make[3]: Leaving directory > `/home/ds/src/ltsp/lbe/lbe-src/texinfo/texinfo-build/info' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/ds/src/ltsp/lbe/lbe-src/texinfo/texinfo-build/info' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/ds/src/ltsp/lbe/lbe-src/texinfo/texinfo-build'make: *** [all] > Error 2 > Unable to build texinfo > Unable to build lbe-src: > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _____________________________________________________________________ > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > For additional LTSP help, try #ltsp channel on irc.freenode.net > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
