[Software-Freetype] Freetype 安裝時提示 make: Nothing to be done for `unix'
官網下載的第三方軟體包,編譯安裝會報以下錯誤,解決辦法如下:
第一種:
make: Nothing to be done for `all' 解決方法
1.這句提示是說明你已經編譯好了,而且沒有對程式碼進行任何改動。
若想重新編譯,可以先刪除以前編譯產生的目標檔案:
make clean
然後再
make
實在不行就:
#ldconfig
上面所說的方法並不能解決題目上的錯誤,看下面的方法。
第二種方法:
make: Nothing to be done for `unix'.
centos5.8下安裝freetype出錯處理
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating freetype2.pc
config.status: creating ftconfig.h
www.2cto.com
FreeType build system -- automatic system detection
make: Nothing to be done for `unix'.
處理辦法:
builds/unix在freetype下載解壓的目錄下。
先進入 builds/unix目錄,然後在裡邊執行./configure命令,執行該命令不會出現上邊錯誤。
#cd /usr/local/src/freetype-2.5.3/builds/unix
# ./configure --prefix=/usr/local/freetype --enable-shared