Levi-Armstrong / gdb-7.7.1

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

Failure to make #6

Open kevinchewfigueroa opened 5 years ago

kevinchewfigueroa commented 5 years ago

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.

rh-chen commented 5 years ago

it works , thank you very much.