I suspect you configured your clang with --with-sysroot-default or some other config parameter that expects a path and you treated like a boolean flag.<div><br></div><div>Try removing some config options? they really shouldn't be necessary for most users.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 12, 2012 at 1:52 PM, Ryan Taylor <span dir="ltr"><<a href="mailto:ryta1203@gmail.com" target="_blank">ryta1203@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is probably a pretty stupid question, but why am I seeing this instead of just /usr/include?<br><br>clang -cc1 version 3.2 based upon LLVM 3.2svn default target x86_64-unknown-linux-gnu<br>ignoring nonexistent directory "yes/usr/local/include"<br>

ignoring nonexistent directory "yes/include"<br>ignoring nonexistent directory "yes/usr/include"<br>#include "..." search starts here:<br>#include <...> search starts here:<br> /usr/local/bin/../lib/clang/3.2/include<br>

End of search list.<br><br><br>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>