gdb源码安装过程中的问题:no termcap library found
gdb使用源码安装的时候遇到错误:no termcap library found
./configure --> make --> make install
解决办法,下载termcap然后源码安装:./configure --> make --> make install
下载地址:
https://ftp.gnu.org/gnu/termcap/
gdb使用源码安装的时候遇到错误:no termcap library found
./configure --> make --> make install
解决办法,下载termcap然后源码安装:./configure --> make --> make install
下载地址:
https://ftp.gnu.org/gnu/termcap/