Why does configure say no C compiler found when GCC is installed? Why does configure say no C compiler found when GCC is installed? linux linux

Why does configure say no C compiler found when GCC is installed?


try yum groupinstall "Development Tools"

if the installation is success then you will have a full set of development tools. Such as gcc, g++, make, ld ect. After that you can try the compilation of Code Blocks again.

Since yum is deprecated you can use dnf instead:

dnf groupinstall "Development Tools"


Install GCC in Ubuntu Debian Base

sudo apt-get install build-essential


i have same problem at the moment. I just run yum install gcc