Hi! Running
"make -C tools/gnulib/lib" works fine. Running "make -C tools" ends in error: =================================== .. ... ... .... 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 /mnt/clfs/sources/texinfo-4.13/info/window.c: In function 'process_node_text': /mnt/clfs/sources/texinfo-4.13/info/window.c:1600: warning: passing argument 2 of 'ansi_escape' from incompatible pointer type /mnt/clfs/sources/texinfo-4.13/info/window.c:1605: warning: passing argument 3 of 'info_tag' from incompatible pointer type /mnt/clfs/sources/texinfo-4.13/info/window.c:1615: warning: passing argument 4 of 'printed_representation' from incompatible pointer type /mnt/clfs/sources/texinfo-4.13/info/window.c:1624: warning: passing argument 4 of 'printed_representation' from incompatible pointer type /mnt/clfs/sources/texinfo-4.13/info/window.c: In function 'clean_manpage': /mnt/clfs/sources/texinfo-4.13/info/window.c:1766: warning: passing argument 2 of 'ansi_escape' from incompatible pointer type /mnt/clfs/sources/texinfo-4.13/info/window.c: In function 'window_scan_line': /mnt/clfs/sources/texinfo-4.13/info/window.c:1872: warning: passing argument 2 of 'ansi_escape' from incompatible pointer type /mnt/clfs/sources/texinfo-4.13/info/window.c:1877: warning: passing argument 3 of 'info_tag' from incompatible pointer type /mnt/clfs/sources/texinfo-4.13/info/window.c:1887: warning: passing argument 4 of 'printed_representation' from incompatible pointer type /mnt/clfs/sources/texinfo-4.13/info/window.c:1895: warning: passing argument 4 of 'printed_representation' from incompatible pointer type mv -f .deps/window.Tpo .deps/window.Po 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 mv -f .deps/doc.Tpo .deps/doc.Po 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_end_using_terminal': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:166: undefined reference to `tputs' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:175: undefined reference to `tputs' terminal.o: In function `terminal_begin_using_terminal': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:135: undefined reference to `tputs' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:144: undefined reference to `tputs' terminal.o: In function `terminal_get_screen_size': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:481: undefined reference to `tgetnum' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:493: undefined reference to `tgetnum' terminal.o: In function `terminal_initialize_terminal': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:539: undefined reference to `tgetent' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:553: undefined reference to `tgetstr' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:579: undefined reference to `tgetstr' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:580: undefined reference to `tgetstr' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:581: undefined reference to `tgetstr' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:582: undefined reference to `tgetstr' terminal.o:/mnt/clfs/sources/texinfo-4.13/info/terminal.c:585: more undefined references to `tgetstr' follow terminal.o: In function `terminal_initialize_terminal': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:617: undefined reference to `tgetflag' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:620: undefined reference to `tgetstr' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:628: undefined reference to `tgetstr' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:629: undefined reference to `tgetstr' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:630: undefined reference to `tgetstr' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:631: undefined reference to `tgetstr' terminal.o:/mnt/clfs/sources/texinfo-4.13/info/terminal.c:633: more undefined references to `tgetstr' follow terminal.o: In function `terminal_initialize_terminal': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:617: undefined reference to `tgetflag' terminal.o: In function `terminal_goto_xy': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:235: undefined reference to `tgoto' terminal.o: In function `terminal_delete_lines': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:365: undefined reference to `tgoto' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:365: undefined reference to `tputs' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:369: undefined reference to `tputs' terminal.o: In function `terminal_insert_lines': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:389: undefined reference to `tgoto' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:389: undefined reference to `tputs' /mnt/clfs/sources/texinfo-4.13/info/terminal.c:393: undefined reference to `tputs' terminal.o: In function `terminal_ring_bell': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:348: undefined reference to `tputs' terminal.o: In function `terminal_end_inverse': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:332: undefined reference to `tputs' terminal.o: In function `terminal_begin_inverse': /mnt/clfs/sources/texinfo-4.13/info/terminal.c:320: undefined reference to `tputs' terminal.o:/mnt/clfs/sources/texinfo-4.13/info/terminal.c:308: more undefined references to `tputs' follow collect2: ld returned 1 exit status make[3]: *** [ginfo] Error 1 make[3]: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools/info' make[2]: *** [all] Error 2 make[2]: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools/info' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools' make: *** [all] Error 2 make: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools' =================================== Is something missing? /John S
_______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
