Levi-Armstrong / gdb-7.7.1

GNU General Public License v2.0
4 stars 4 forks source link

I also failed compiling for gdb on Ubuntu 16.04 #5

Open Neoplanetz opened 6 years ago

Neoplanetz commented 6 years ago

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

KnightCL commented 5 years ago

You can install using add-apt-repository ...

sudo add-apt-repository ppa:levi-armstrong/qt-libraries-xenial
sudo add-apt-repository ppa:levi-armstrong/ppa
sudo apt-get update