Development tips, help, and suggestions for building performant websites
Linux – CentOS – No acceptable C compiler found in $PATH
If you attempt to compile an application from source and run into a ‘no acceptable C compiler found in $PATH’ on a CentOS system, just run:
yum install gcc


Thanks a million worked like a charm!!