C:\C>type try.c #include int main(void) { printf("Hello World\n"); return 0; } C:\C>gcc -o try.exe try.c gcc: installation problem, cannot exec `cc1': No such file or directory C:\C>set PATH=C:\strawberry\c\libexec\gcc\mingw32\3.4.5;%PATH% C:\C>gcc -o try.exe try.c try.c:1:19: no include path in which to search for stdio.h C:\C>