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
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
Leave a Reply