So I tried to install clang + cmake to compile a simple C++ program and I\'m getting the following error:
-- The C compiler identification is GNU 4.8.3 -- Th
You need the development libraries and headers for C++ library, try
yum install libstdc++-devel