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:
- error: library dfftpack has Fortran sources but no Fortran compiler found [Solved]
- /lib64/libstdc++.so.6: version `CXXABI’1.3.8′ not found `36733;
- [Solved] Xcode 10 Error: library not found for -lstdc++.6.0.9
- Python Compile Error: configure: error: no acceptable C compiler found in $PATH
- 3d reference to “uxx’personality’ libstdc++-6.dll
- [How to Use] System.getProperty(“user.dir”)
- [Solved] linux configure: error: no acceptable C compiler found in $PATH
- [Solved] Linux Error: configure: error: C compiler cannot create executables
- Go to: install C extended compiler environment of Python under windows (solve the problem of “unable to find vcfarsall. Bat”
- [Solved] LD: library not found for – XXX when Xcode compiles code