반응형
[jsmall@localhost xmms-1.2.11]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for prefix by checking for xmms... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.


여기서
configure: error: no acceptable C compiler found in $PATH
이런 메세지가 뜨면 gcc 가 깔려있는지 확인 하라고 한다..

[jsmall@localhost xmms-1.2.11]$ rpm -qa|grep gcc
libgcc-4.1.1-52.el5.2
[jsmall@localhost xmms-1.2.11]$

없나보다 깔자 ;;;

////

configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***

이런 메세지가 뜨면 Glib 와 Glib-dev 그리고 GTK+ 랑 GTK+ - dev 도 깔아줘야 저메세지가 사라짐
반응형

'CentOS' 카테고리의 다른 글

centos 에서 mplayer.. 깔기..  (0) 2007.12.07
기본중에 기본.. 까묵지 말자..  (0) 2007.12.06
리눅스에 대한 환상...  (0) 2007.11.27