yum install gcc
#To install the Development Tools including the GCC Compiler, run:
sudo yum group install "Development Tools"
Lazy Lizard
#To install the Development Tools including the GCC Compiler, run:
sudo yum group install "Development Tools"
./configure --disable-multilib --enable-languages=c,c++