[cfe-dev] yes/usr/include?

Chandler Carruth chandlerc at google.com
Wed Sep 12 14:00:02 PDT 2012


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.

Try removing some config options? they really shouldn't be necessary for
most users.


On Wed, Sep 12, 2012 at 1:52 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:

> This is probably a pretty stupid question, but why am I seeing this
> instead of just /usr/include?
>
> clang -cc1 version 3.2 based upon LLVM 3.2svn default target
> x86_64-unknown-linux-gnu
> ignoring nonexistent directory "yes/usr/local/include"
> ignoring nonexistent directory "yes/include"
> ignoring nonexistent directory "yes/usr/include"
> #include "..." search starts here:
> #include <...> search starts here:
>  /usr/local/bin/../lib/clang/3.2/include
> End of search list.
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120912/96371f45/attachment.html>


More information about the cfe-dev mailing list