Unix卸载gdb调试工具出现问题的解决方法

番茄系统家园 · 2022-03-04 02:58:22

  Unix系统通过命令能够卸载安装的程序,但有用户在用make uninstall命令卸载gdb调试工具时出现了问题,卸载失败,下面小编就教大家Unix如何卸载gdb调试工具。

Unix卸载gdb调试工具出现问题的解决方法

  前几天安装最新的gdb过程中出了点问题,想卸载一下。结果执行“make uninstall”命令后,出现下面的结果:

  bash-3.2# make uninstall

  the uninstall target is not supported in this tree

  看起来,gdb不支持直接用“make uninstall”命令卸载,那么如何卸载它呢?

  Yikes.

  A clumsy workaround is to cd into each subdir in the build tree and do

  make uninstall there.

  只能是进入每个子目录,分别执行“make uninstall”命令了。

  该问题主要是gdb调试工具卸载出现了bug,在没有修复的前提下需进入每个子目录执行命令卸载gdb调试工具。

免责声明: 凡标注转载/编译字样内容并非本站原创,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。如果你觉得本文好,欢迎推荐给朋友阅读;本文链接: https://m.nndssk.com/xtwt/187296VbtlVN.html
猜你喜欢
最新应用
热门应用