Unix系統(tǒng)通過(guò)命令能夠卸載安裝的程序,但有用戶在用make uninstall命令卸載gdb調(diào)試工具時(shí)出現(xiàn)了問(wèn)題,卸載失敗,下面小編就教大家Unix如何卸載gdb調(diào)試工具。
前幾天安裝最新的gdb過(guò)程中出了點(diǎn)問(wèn)題,想卸載一下。結(jié)果執(zhí)行“make uninstall”命令后,出現(xiàn)下面的結(jié)果:
bash-3.2# make uninstall
the uninstall target is not supported in this tree
看起來(lái),gdb不支持直接用“make uninstall”命令卸載,那么如何卸載它呢?
Yikes.
A clumsy workaround is to cd into each subdir in the build tree and do
make uninstall there.
只能是進(jìn)入每個(gè)子目錄,分別執(zhí)行“make uninstall”命令了。
該問(wèn)題主要是gdb調(diào)試工具卸載出現(xiàn)了bug,在沒(méi)有修復(fù)的前提下需進(jìn)入每個(gè)子目錄執(zhí)行命令卸載gdb調(diào)試工具。
|
新聞熱點(diǎn)
疑難解答
圖片精選