How can I solve this Error? I'm also installed flex and bison before I compiled it.
checking for catalogs to be installed...
checking whether /home/keti/gdb-7.7.1/missing makeinfo --split-size=5000000 supports @click... no
checking for default auto-load directory... $debugdir:$datadir/auto-load
checking for default auto-load safe-path... $debugdir:$datadir/auto-load
checking libunwind-ia64.h usability... no
checking libunwind-ia64.h presence... no
checking for libunwind-ia64.h... no
checking for monstartup... yes
checking for _mcleanup... yes
checking for _etext... yes
checking for etext... yes
checking for gawk... mawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for bison... bison -y
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-dlltool... dlltool
checking for x86_64-unknown-linux-gnu-windres... windres
checking for main in -lm... yes
checking for wctype... yes
checking for library containing gethostbyname... none required
checking for library containing socketpair... none required
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing dlgetmodinfo... no
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char inbuf, size_t inbytesleft, char outbuf, size_t outbytesleft);
checking for library containing waddstr... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
configure: error: no termcap library found
Makefile:8582: recipe for target 'configure-gdb' failed
make[1]: [configure-gdb] Error 1
make[1]: Leaving directory '/home/keti/gdb-7.7.1'
Makefile:832: recipe for target 'all' failed
make: [all] Error 2
I also failed compiling for gdb on Ubuntu 16.04.
How can I solve this Error? I'm also installed flex and bison before I compiled it.
checking for catalogs to be installed... checking whether /home/keti/gdb-7.7.1/missing makeinfo --split-size=5000000 supports @click... no checking for default auto-load directory... $debugdir:$datadir/auto-load checking for default auto-load safe-path... $debugdir:$datadir/auto-load checking libunwind-ia64.h usability... no checking libunwind-ia64.h presence... no checking for libunwind-ia64.h... no checking for monstartup... yes checking for _mcleanup... yes checking for _etext... yes checking for etext... yes checking for gawk... mawk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for bison... bison -y checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-dlltool... dlltool checking for x86_64-unknown-linux-gnu-windres... windres checking for main in -lm... yes checking for wctype... yes checking for library containing gethostbyname... none required checking for library containing socketpair... none required checking for library containing zlibVersion... -lz checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for library containing dlgetmodinfo... no checking for iconv... yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char inbuf, size_t inbytesleft, char outbuf, size_t outbytesleft); checking for library containing waddstr... no configure: WARNING: no enhanced curses library found; disabling TUI checking for library containing tgetent... no configure: error: no termcap library found Makefile:8582: recipe for target 'configure-gdb' failed make[1]: [configure-gdb] Error 1 make[1]: Leaving directory '/home/keti/gdb-7.7.1' Makefile:832: recipe for target 'all' failed make: [all] Error 2