1、 错误描述
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by python configure 3.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/home/admin/cony/python_venv/python36
## --------- ##
## Platform. ##
## --------- ##
hostname = xs-tomcat03.000231.ai
uname -m = x86_64
uname -r = 3.10.0-1062.1.2.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Mon Sep 30 14:19:46 UTC 2019
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
2、出错原因
缺少gcc
3、解决办法
sudo yum -y install gcc