CentOS7.5 Install Python3.7 error: configure: error: no acceptable C compiler found in $PATH

1. Problem analysis

There is such an error message: configure: error: no acceptable C compiler found in $path that is: configuration error, no acceptable C compiler found in $path

2. Solutions

To install the C compiler GCC (GNU compiler suite): 1

yum -y install gcc

3. Expansion

GCC that is: GNU compiler collection includes the front ends of C, C + +, Objective-C, FORTRAN, Java, ADA and go languages, as well as the libraries of these languages (such as libstdc + +, libgcj ) GCC is a compiler specially written for GNU operating system

Similar Posts: