ubuntu12.04下編譯安裝freetype出現如下錯誤資訊:
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.hFreeType build system -- automatic system detectionThe following settings are used: platform unix compiler cc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mkIf this does not correspond to your system or settings please remove the file`config.mk' from this directory then read the INSTALL file for help.Otherwise, simply type `make' again to build the library,or `make refdoc' to build the API reference (the latter needs python).make: Nothing to be done for `unix'.
////////////////////////////////////////////////////////////////
解決辦法:
cd builds/unix
./configure
cd ../../
make