Hi, We're trying to get clang++ working in a chroot directory, and currently it's not finding any of the g++ include dirs, e.g. /usr/include/c++/4.8. How does it find those? Does it invoke g++? Is there any way to get more information about what's going wrong? Thanks, Martin