compiling libc++ with clang++ in Ubuntu
问题 My OS is Ubuntu-11.04 i compiled llvm with clang as per the user manual successfully. then i tried to compile libcxx with clang++, i made modifications to the $LIBCXX_DIR/lib/buildit.sh by reading the following http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-February/013228.html The modified file $LIBCXX_DIR/lib/buildit is pasted after the error message. with the modified buildit.sh i get following errors. It seems clang++ is unable to compile the header file 'string' successfully. Here is