Configure error no acceptable C compiler found in $PATH in Linux
You could get following error message “configure: error: no acceptable C compiler found in $PATH” when you try to compile and install a software from a source. I got above error message once, when I was going to install python 3 on CentOS 7.
Reason for the error is your Linux machine does not have the gcc compiler installed. Install gcc compiler to fix the problem.