我已经成功地在"Linux 18.3 Sylvia“上建立了gdb-8.0.1 .效果很好。
GNU gdb (GDB) 8.0.1
Copyright (C) 2017 Free Software Foundation, Inc.
...
This GDB was configured as "x86_64-pc-linux-gnu".现在尝试用TUI支持重新编译。另外安装
libncurses5-dev and libncursesw5-dev还不能使gdb与tui相支持。
./configure --enable-tui=yes
make
configure: error: no enhanced curses library found; disable TUI
Makefile:9096: recipe for target 'configure-gdb' failed我安装错了libncurses吗?我还需要其他包裹吗?
发布于 2018-01-24 11:18:48
现在尝试用TUI支持重新编译
尝试从另一个目录从头开始重建所有内容。可能是以前运行时的旧配置由于某种原因被缓存了。
https://stackoverflow.com/questions/48370030
复制相似问题