Warnings are being returned in regards to missing dependencies and preventing successful makes:
makeinfo
No curses library functions found
You can install makeinfo by running:
sudo apt-get install texinfo
NOTE: that is not a typo, there is only one t in texinfo
You can install missing curses library functions by running:
sudo apt-get install libncurses5-dev libncursesw5-dev
You will then need to reclone the gdb-7.7.1, running ./configure again does not update the configuration to see that the missing packages are now installed. From here follow the remaining instructions in the README.
Warnings are being returned in regards to missing dependencies and preventing successful makes:
You can install makeinfo by running: sudo apt-get install texinfo NOTE: that is not a typo, there is only one t in texinfo
You can install missing curses library functions by running: sudo apt-get install libncurses5-dev libncursesw5-dev
You will then need to reclone the gdb-7.7.1, running ./configure again does not update the configuration to see that the missing packages are now installed. From here follow the remaining instructions in the README.