[Solved] Centos7 Error: gcc: configure: error: in build‘: configure: error: no acceptable C compiler found in $PATH


configure: error: in /opt/gcc-9.3.0/build': configure: error: no acceptable C compiler found in $PATH Seeconfig.log’ for more details
No gcc installed
Download the rpm package that gcc depends on
rpm -ivh *.rpm –nodeps –force
Centos7 source install gcc4.8

Read More: