[질문]freetype2 설정중 make: Nothing to be done for `unix'. 에러..

조야의 이미지

FreeType build system -- automatic system detection

The following settings are used:

platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk

If 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.

--- 생략 ----

make: Nothing to be done for `unix'.

configure을 설정 했는데.. 이렇게 나오네요.. 유닉스를 위한것이 아니다 ㅡ.ㅡ?..

후.. ntop 소스 컴파일 하는데.. rrdtool 이 필요하고.. rrdtool을 설치 하자니.. freetype2가 필요하고..

너무 걸리네요 ㅠ_ㅠ.. 이것 어떻게 설정 해야 될까요?;

auditory의 이미지

"유닉스를 위한것이 아니다" 라는게 아니라

"유닉스"를 위해서 할 것이 없다 라는 뜻입니다.

즉 이미 최신 상태로 컴파일이 되어있다는 뜻입니다.

메이크를 두번 연달아 실행시켰거나.. 또는 파일의 날짜들과

시스템의 날짜가 맞지 않아서 그런것 아닐까요?

make clean 한 다음에 다시 한번 해보시면 다른 메세지가 나올 것 같습니다.