Skip to content

Instantly share code, notes, and snippets.

@terinjokes
Created October 8, 2012 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terinjokes/3854368 to your computer and use it in GitHub Desktop.
Save terinjokes/3854368 to your computer and use it in GitHub Desktop.
error compiling texinfo
make: Entering directory `/mnt/clfs/sources/texinfo-4.13/tools'make all-recursivemake[1]: Entering directory `/mnt/clfs/sources/texinfo-4.13/tools'
Making all in lib
make[2]: Entering directory `/mnt/clfs/sources/texinfo-4.13/tools/lib'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/mnt/clfs/sources/texinfo-4.13/tools/lib'
Making all in info
make[2]: Entering directory `/mnt/clfs/sources/texinfo-4.13/tools/info'
make all-am
make[3]: Entering directory `/mnt/clfs/sources/texinfo-4.13/tools/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_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: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'
@oyeb
Copy link

oyeb commented Sep 9, 2019

Encountered this error, did you manage to fix it?

@terinjokes
Copy link
Author

@oyeb I have never successfully compiled LFS or CLFS. This is from 7 years ago, but I don't recall ever resolving it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment