리눅스/trouble shooting
configure: error: no acceptable C compiler found in $PATH
주원이^^
2011. 2. 18. 17:44
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
이런 메세지가 뜨면 gcc 가 설치가 안된것이다.
해결방법 --
#yum -y install gcc
See `config.log' for more details.
이런 메세지가 뜨면 gcc 가 설치가 안된것이다.
해결방법 --
#yum -y install gcc