Probably means you’re missing the g++ compiled at all, which isn’t install with a groupinstall of the development tools.
configure: error: C++ compiler g++ does not work or no compiler found
Solution:
$ yum install gcc gcc-c++
And that’s it.
Mattias Geniar, April 15, 2013
Follow me on Twitter as @mattiasgeniar
Probably means you’re missing the g++ compiled at all, which isn’t install with a groupinstall of the development tools.
configure: error: C++ compiler g++ does not work or no compiler found
Solution:
$ yum install gcc gcc-c++
And that’s it.
I write a weekly-ish newsletter on Linux, open source & webdevelopment called cron.weekly.
It features the latest news, guides & tutorials and new open source projects. You can sign up via email below.
No spam. Just some good, practical Linux & open source content.