Freetype 安裝時提示 make: Nothing to be done for `unix'

 

[Software-Freetype] Freetype 安裝時提示 make: Nothing to be done for `unix'  

官網下載的第三方軟件包,編譯安裝會報如下錯誤,解決辦法以下:centos

 

第一種:
make: Nothing to be done for `all' 解決方法

1.這句提示是說明你已經編譯好了,並且沒有對代碼進行任何改動。ui

若想從新編譯,能夠先刪除之前編譯產生的目標文件:
make clean
而後再
makespa

實在不行就:
#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
相關文章
相關標籤/搜索