• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    Unix卸载gdb调试工具出现问题的解决方法

      Unix系统通过命令能够卸载安装的程序,但有用户在用make uninstall命令卸载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调试工具。

    上一篇:Linux分辨电脑是否有USB 3.0接口的命令行
    下一篇:在Linux系统中使用dupeGuru查找并移除重复文件的教程
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

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