> Another thing I noticed occurs when using the -sysroot option. clang then
> tries to use $sysroot/usr/include. In my oppinion it should use
> $sysroot/include instead.

I could be wrong here, but --sysroot and --isysroot (with some hand
waiving) means use <corss-path>/usr/include to find headers and
<corss-path>/usr/lib to find libraries. That is, --sysroot and
--isysroot point to the top or root of the tree.

Jeff
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to