官網(wǎng)下載的第三方軟件包,編譯安裝會(huì)報(bào)以下錯(cuò)誤,解決辦法如下:
第一種:make: Nothing to be done for `all' 解決方法1.這句提示是說(shuō)明你已經(jīng)編譯好了,而且沒(méi)有對(duì)代碼進(jìn)行任何改動(dòng)。
若想重新編譯,可以先刪除以前編譯產(chǎn)生的目標(biāo)文件:make clean然后再make
實(shí)在不行就:#ldconfig上面所說(shuō)的方法并不能解決題目上的錯(cuò)誤,看下面的方法。第二種方法:make: Nothing to be done for `unix'.centos5.8下安裝freetype出錯(cuò)處理configure: creating ./config.statusconfig.status: creating unix-cc.mkconfig.status: creating unix-def.mkconfig.status: creating freetype-configconfig.status: creating freetype2.pcconfig.status: creating ftconfig.h www.2cto.com FreeType build system -- automatic system detectionmake: Nothing to be done for `unix'.處理辦法:builds/unix在freetype下載解壓的目錄下。先進(jìn)入 builds/unix目錄,然后在里邊運(yùn)行./configure命令,運(yùn)行該命令不會(huì)出現(xiàn)上邊錯(cuò)誤。#cd /usr/local/src/freetype-2.5.3/builds/unix# ./configure --PRefix=/usr/local/freetype --enable-shared新聞熱點(diǎn)
疑難解答
圖片精選