Answers for "no acceptable c compiler found in $path"

0

configure: error: no acceptable C compiler found in $PATH

Redhat base:
sudo yum groupinstall "Development Tools"

Debian base:
sudo apt-get install build-essential
Posted by: Guest on September-03-2021

Browse Popular Code Answers by Language