Actually this is linked to my another question, I was trying to find out why my clang cannot find the std headers then I found some people suggest using Clang's libc++. Then the first go failed as I followed the instructions here :
I checked out libcxx and libcxxabi to llvm/projects and then do the following:
cd llvm
mkdir build && cd build
cmake ..
make
The error is :
cc : error: unrecognized command line option '-stdlib=libc++'
Any help will be much appreciated.
Thanks