CentOS - make: g++: Command not found

Foutmelding:

g++ -Wall -O3 -I ../ -Wno-multichar -fPIC -c bsha1.cpp -o bsha1.o 
make: g++: Command not found
make: *** [bsha1.o] Error 127

Oplossing:

yum install gcc-c++