Hello,
When i do a make i get this message :
Code:
make
make all-recursive
make[1]: Entering directory `/mnt/lfs/sources/texinfo-4.13'
Making all in gnulib/lib
make[2]: Entering directory `/mnt/lfs/sources/texinfo-4.13/gnulib/lib'
make all-am
make[3]: Entering directory `/mnt/lfs/sources/texinfo-4.13/gnulib/lib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/gnulib/lib'
make[2]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/gnulib/lib'
Making all in lib
make[2]: Entering directory `/mnt/lfs/sources/texinfo-4.13/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/lib'
Making all in install-info
make[2]: Entering directory `/mnt/lfs/sources/texinfo-4.13/install-info'
Making all in tests
make[3]: Entering directory `/mnt/lfs/sources/texinfo-4.13/install-info/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/install-info/tests'
make[3]: Entering directory `/mnt/lfs/sources/texinfo-4.13/install-info'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/install-info'
make[2]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/install-info'
Making all in info
make[2]: Entering directory `/mnt/lfs/sources/texinfo-4.13/info'
make all-am
make[3]: Entering directory `/mnt/lfs/sources/texinfo-4.13/info'
gcc -g -O2 -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 ../lib/libtxi.a ../gnulib/lib/libgnu.a
terminal.o: In function `terminal_ring_bell':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:348: undefined reference to `tputs'
terminal.o: In function `terminal_end_inverse':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:332: undefined reference to `tputs'
terminal.o: In function `terminal_begin_inverse':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:320: undefined reference to `tputs'
terminal.o: In function `terminal_down_line':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:308: undefined reference to `tputs'
terminal.o: In function `terminal_up_line':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:296: undefined reference to `tputs'
terminal.o:/mnt/lfs/sources/texinfo-4.13/info/terminal.c:284: more undefined references to `tputs' follow
terminal.o: In function `terminal_get_screen_size':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:481: undefined reference to `tgetnum'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:493: undefined reference to `tgetnum'
terminal.o: In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:539: undefined reference to `tgetent'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:553: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:579: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:580: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:581: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:582: undefined reference to `tgetstr'
terminal.o:/mnt/lfs/sources/texinfo-4.13/info/terminal.c:585: more undefined references to `tgetstr' follow
terminal.o: In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:617: undefined reference to `tgetflag'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:620: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:628: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:629: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:630: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:631: undefined reference to `tgetstr'
terminal.o:/mnt/lfs/sources/texinfo-4.13/info/terminal.c:633: more undefined references to `tgetstr' follow
terminal.o: In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:617: undefined reference to `tgetflag'
terminal.o: In function `terminal_goto_xy':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:235: undefined reference to `tgoto'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:235: undefined reference to `tputs'
terminal.o: In function `terminal_delete_lines':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:365: undefined reference to `tgoto'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:365: undefined reference to `tputs'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:369: undefined reference to `tputs'
terminal.o: In function `terminal_insert_lines':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:389: undefined reference to `tgoto'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:389: undefined reference to `tputs'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:393: undefined reference to `tputs'
collect2: ld returned 1 exit status
make[3]: *** [ginfo] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/info'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/info'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/texinfo-4.13'
make: *** [all] Error 2
What went wrong ?
Roelof