最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Unix平台下如何卸载gdb调试工具?
时间:2022-11-14 22:07:45 编辑:袖梨 来源:一聚教程网
前几天安装最新的gdb过程中出了点问题,想卸载一下。结果执行“make uninstall”命令后,出现下面的结果:
bash-3.2# make uninstall
the uninstall target is not supported in this tree
看起来,gdb不支持直接用“make uninstall”命令卸载,那么如何卸载它呢?我在gdb mailing list里问了一下,收到了Doug Evans的回信:
Yikes.
A clumsy workaround is to cd into each subdir in the build tree and do
make uninstall there.
只能是进入每个子目录,分别执行“make uninstall”命令了。
后来,他又在一封单独的信中提到,他已经提交了bug,看看会不会有人做一下改进了。
相关文章
- 开放空间宁蒙有什么技能 09-15
- 小鸡舰队出击天空首领活动怎么玩 09-15
- 魔法工艺套装如何解锁使用 09-15
- 三国群英传策定九州资源地有什么打法技巧 09-15
- 下一站江湖2马夫人任务怎么完成 09-15
- 小鸡舰队出击终焉灵王队伍如何搭配 09-15