프로그래밍/리눅스

configure: error: cannot run /bin/sh build/config.sub 해결방법

알뜰사랑 2016. 8. 23. 15:01
반응형

CentOS 7.x 에서 발생한 오류에서 아래 명령어를 수행 하면 해결 된다.

 

> ./autogen.sh --system

 

> automake --add-missing

 

> ./configure

 

반응형