configure: error: no acceptable C compiler found in $PATH
在编译软件遇到
configure: error: in xxx
configure: error: no acceptable C compiler found in $PATH

系统缺少C编译器,尤其是 gcc。安装可用的 C 编译器即可。
Centos:
yum -y install gcc
在编译软件遇到
configure: error: in xxx
configure: error: no acceptable C compiler found in $PATH

系统缺少C编译器,尤其是 gcc。安装可用的 C 编译器即可。
Centos:
yum -y install gcc