error: no acceptable C compiler found
When compiling software from source i get error configure: error: no acceptable C compiler found in $PATH To fix error, on CentOS, run yum install gcc -y On Debian/Ubuntu apt install build-essential Errors
When compiling software from source i get error configure: error: no acceptable C compiler found in $PATH To fix error, on CentOS, run yum install gcc -y On Debian/Ubuntu apt install build-essential Errors