Issue
checking if we have a C++ compiler... no
configure: error: C++ compiler g++ does not work or no compiler foundProbably means you’re missing the g++ compiled at all, which isn’t installed.
Solution
sudo yum -y install gcc gcc-c++# yum list installed | grep gcc
gcc.x86_64 4.8.5-44.el7 @base
gcc-c++.x86_64 4.8.5-44.el7 @base
libgcc.x86_64 4.8.5-44.el7 @anacondaAnd that’s it.
ADVERTISEMENT
5/5 - (1 vote)




