configure: error: no acceptable C compiler found

最近更新时间 2020-01-04 11:54:57

源代码安装Python3时出现如下错误:

checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.8... no
checking for python3... no
checking for python... python
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... "linux"
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/data/software/Python-3.8.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

解决方案: 

报错的原因时系统中没有C编译器,安装即可,可同时安装C++编译器。

yum -y install gcc gcc-c++
rss_feed