<div class="gmail_quote">On Wed, Nov 9, 2011 at 12:29 PM, Sebastian Pop <span dir="ltr"><<a href="mailto:spop@codeaurora.org">spop@codeaurora.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":3nz"># clang -v foo.c<br>
[...]<br></div></blockquote><div><br></div><div>Eeep! I asked for the output because.. well, I need the output! ;] You've snipped the really important part here: the paths it *didn't* find but tried to find, the target it decided to use, the CC1 invocation, etc. =D</div>
<div><br></div><div>Can i have the full output?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div id=":3nz">
#include "..." search starts here:<br>
End of search list.<br>
/x/foo.c:1:10: fatal error: 'stdio.h' file not found<br>
#include "stdio.h"<br>
         ^<br>
1 error generated.<br></div></blockquote></div><br>