디버깅/리눅스2010. 4. 13. 10:48
반응형

checking build system type... i386-pc-linux-gnu
checking host system type... i386-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.


해결책 : gcc가 설치 안된 경우이니 gcc를 설치하면 됨
yum install gcc
rpm -qa|grep gcc

반응형
Posted by pmj0403