본문 바로가기

Linux/설정 및 명령어

./configure명령어 시 configure: error: no acceptable C compiler found in $PATH 에러 해결

컴파일 설치 에러


./configure 명령어 시 아래와 같은 에러가 발생하는 경우

configure: error: no acceptable C compiler found in $PATH


[root@localhost ~]# rpm -qa | grep gcc


##설치 되어 있지 않다면 설치 진행


[root@localhost ~]# yum install gcc