Quote:
Originally Posted by nasser
Downloaded and installed gcc-4.7 & g++-4.7.
Since they installed into the non-standard /usr/bin, also entered EXPORT CC= and CXX= the actual paths in /usr/bin
But the cmake script still says no C++11 support and advises to upgrade compiler, though it is able to recognise both the versions and locations.
The install help file in the package clearly states v 4.7 is sufficient.
|
Check if it automagically pulled in libstdc++ for that version of the compiler.
Having that missing will break C++
It is possible that the direction writer had a system where the installation of libstdc++ was automated (they did it, but didn't know about it).
{You just gotta love these puzzles to be a software developer. Some people even do this for a living.}