Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> 關於Linux >> Unix卸載gdb調試工具的技巧

Unix卸載gdb調試工具的技巧

日期:2017/1/25 10:28:30      編輯:關於Linux

  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調試工具。

Copyright © Windows教程網 All Rights Reserved