Hello All,
I am a beginner of clang. I installed clang 3.6 with llvm 3.6, but I found
my clang cannot work as expected.
For the next simple program test.c:
#include <stdio.h>
int main() {return 0;}
$ clang -c test.c
I got the next information:
fatal error: 'stdio.h' file not found
#include <stdio.h>
^
1 error generated.
what's wrong? I found other standard headers are also cannot be found.
Any suggestion is OK. Thank you in advance.
--------------------------------------------
Qiuping Yi
Institute Of Software
Chinese Academy of Sciences
_______________________________________________
cfe-users mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users