I have just installed clang
(3.4.2) from EPEL's Centos 6 repo (together with dependencies: llvm
3.4.2 and llvm-libs
3.4.2) but I have found out that there is no std lib to support it there.
Full list of packages here
So when I try to compile c++11 programs I get error that link to gcc 4.4.6 which already resides on my machine.
Am I missing anything in here? I know that I can specify a std library to use (as described in here http://libcxx.llvm.org/) but I need one first :)