<html><head></head><body style="font-size: 10pt; font-family: Verdana,Arial,Helvetica,sans-serif;">Hi!<br><br>Running<br><pre class="userinput">"make -C tools/gnulib/lib"</pre> works fine.<br><br>Running<br><pre class="userinput">"make -C tools"</pre>ends in error:<br><br>===================================<br>..<br>...<br>...<br>....<br>gcc -DHAVE_CONFIG_H -I. -I/mnt/clfs/sources/texinfo-4.13/info -I..  -I/mnt/clfs/sources/texinfo-4.13 -I/mnt/clfs/sources/texinfo-4.13/gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/share/locale\" -DINFODIR=\"/usr/local/share/info\" -DINFODIR2=\"/usr/local/share/info\"   -g -O2 -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o /mnt/clfs/sources/texinfo-4.13/info/window.c<br>/mnt/clfs/sources/texinfo-4.13/info/window.c: In function 'process_node_text':<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1600: warning: passing argument 2 of 'ansi_escape' from incompatible pointer type<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1605: warning: passing argument 3 of 'info_tag' from incompatible pointer type<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1615: warning: passing argument 4 of 'printed_representation' from incompatible pointer type<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1624: warning: passing argument 4 of 'printed_representation' from incompatible pointer type<br>/mnt/clfs/sources/texinfo-4.13/info/window.c: In function 'clean_manpage':<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1766: warning: passing argument 2 of 'ansi_escape' from incompatible pointer type<br>/mnt/clfs/sources/texinfo-4.13/info/window.c: In function 'window_scan_line':<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1872: warning: passing argument 2 of 'ansi_escape' from incompatible pointer type<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1877: warning: passing argument 3 of 'info_tag' from incompatible pointer type<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1887: warning: passing argument 4 of 'printed_representation' from incompatible pointer type<br>/mnt/clfs/sources/texinfo-4.13/info/window.c:1895: warning: passing argument 4 of 'printed_representation' from incompatible pointer type<br>mv -f .deps/window.Tpo .deps/window.Po<br>gcc -DHAVE_CONFIG_H -I. -I/mnt/clfs/sources/texinfo-4.13/info -I..  -I/mnt/clfs/sources/texinfo-4.13 -I/mnt/clfs/sources/texinfo-4.13/gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/share/locale\" -DINFODIR=\"/usr/local/share/info\" -DINFODIR2=\"/usr/local/share/info\"   -g -O2 -MT doc.o -MD -MP -MF .deps/doc.Tpo -c -o doc.o doc.c<br>mv -f .deps/doc.Tpo .deps/doc.Po<br>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   <br>terminal.o: In function `terminal_end_using_terminal':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:166: undefined reference to `tputs'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:175: undefined reference to `tputs'<br>terminal.o: In function `terminal_begin_using_terminal':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:135: undefined reference to `tputs'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:144: undefined reference to `tputs'<br>terminal.o: In function `terminal_get_screen_size':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:481: undefined reference to `tgetnum'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:493: undefined reference to `tgetnum'<br>terminal.o: In function `terminal_initialize_terminal':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:539: undefined reference to `tgetent'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:553: undefined reference to `tgetstr'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:579: undefined reference to `tgetstr'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:580: undefined reference to `tgetstr'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:581: undefined reference to `tgetstr'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:582: undefined reference to `tgetstr'<br>terminal.o:/mnt/clfs/sources/texinfo-4.13/info/terminal.c:585: more undefined references to `tgetstr' follow<br>terminal.o: In function `terminal_initialize_terminal':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:617: undefined reference to `tgetflag'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:620: undefined reference to `tgetstr'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:628: undefined reference to `tgetstr'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:629: undefined reference to `tgetstr'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:630: undefined reference to `tgetstr'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:631: undefined reference to `tgetstr'<br>terminal.o:/mnt/clfs/sources/texinfo-4.13/info/terminal.c:633: more undefined references to `tgetstr' follow<br>terminal.o: In function `terminal_initialize_terminal':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:617: undefined reference to `tgetflag'<br>terminal.o: In function `terminal_goto_xy':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:235: undefined reference to `tgoto'<br>terminal.o: In function `terminal_delete_lines':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:365: undefined reference to `tgoto'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:365: undefined reference to `tputs'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:369: undefined reference to `tputs'<br>terminal.o: In function `terminal_insert_lines':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:389: undefined reference to `tgoto'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:389: undefined reference to `tputs'<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:393: undefined reference to `tputs'<br>terminal.o: In function `terminal_ring_bell':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:348: undefined reference to `tputs'<br>terminal.o: In function `terminal_end_inverse':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:332: undefined reference to `tputs'<br>terminal.o: In function `terminal_begin_inverse':<br>/mnt/clfs/sources/texinfo-4.13/info/terminal.c:320: undefined reference to `tputs'<br>terminal.o:/mnt/clfs/sources/texinfo-4.13/info/terminal.c:308: more undefined references to `tputs' follow<br>collect2: ld returned 1 exit status<br>make[3]: *** [ginfo] Error 1<br>make[3]: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools/info'<br>make[2]: *** [all] Error 2<br>make[2]: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools/info'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools'<br>make: *** [all] Error 2<br>make: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools'<br>===================================<br><br>Is something missing?<br><br>/John S<br><br></body></html>