Hi, trying to compile:
#include <stdio.h>
int main() {
printf("Hello\n");
return 0;
}
with tcc hello.c gives:
In file included from hello.c:1:
/usr/include/stdio.h:34: include file 'stddef.h' not found
How do I get this to compile? The system has glibc-2.3.6 libraries.
Thanks
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
