맥북에서 ./configure 오류

ScalDi의 이미지

맥북에서 ./configure로 설치하는데..

자꾸 이런 오류가 뜨는데..

configure: error: The following required libraries were not found:
libjpeg libgif/libungif libtiff
Maybe some development libraries/packages are missing?
If you don't want to link with them give
--with-jpeg=no --with-gif=no --with-tiff=no
as options to configure

대체로.. 어떤게 없어서 찾지 못하는지 잘 모르겠어요..

johnnyp의 이미지

libjpeg, libgif/libungif, libtiff 라이브러리가 없다고 메시지가 보여주는군요. 저 라이브러리들을 갖다가 추가로 설치하시든가, 아니면 그 아래 메시지에 나와있는대로, ./configure를 할 때, --with-jpeg=no --with-gif=no --with-tiff=no 옵션을 추가로 붙여서 ./configure를 돌리시면 makefile을 만들어내겠지요.