반응형
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
반응형
'디버깅 > 리눅스' 카테고리의 다른 글
configure: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing) (0) | 2010.04.13 |
---|---|
configure: error: C++ preprocessor "/lib/cpp" fails sanity check (0) | 2010.04.13 |
./configure 에러날 때 해결책 (0) | 2010.04.13 |
bash : command not found (0) | 2010.04.09 |
kernel panic vfs unable to mount root fs on unknown-block(0,0) (0) | 2009.11.18 |