<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Wj3C7c"><br></div></div>clang currently uses the GCC versions of these files.  I'd wager that
<br>'clang -v 1.c' does not list the gcc include directory.  To handle<br>this, you have to hack the clang driver to know where to look<br>currently.  Search for "FIXME: temporary hack: hard-coded paths" on
<br>this page:<br><a href="http://clang.llvm.org/get_started.html" target="_blank">http://clang.llvm.org/get_started.html</a><br><font color="#888888"><br>-Chris<br></font></blockquote></div><br><br>Thank you. It works.<br>