On 2010-06-15 18:28, Sunay Ismail wrote: > I read on web that llvm compiles itself with clang, but could not find the > instruction to achieve that. I try "./configure CC=clang CXX=clang" but get link > errors. Try using CXX=clang++ instead. Always use clang++ for C++ code. :)