/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
In file included from /usr/include/stdio.h:75
/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
In file included from /usr/include/stdio.h:75,
Can someone please let me know what is going wrong here?
Edit: Now able to complie using "/usr/bin/gcc hello.c -o hello" but I dont want to specify path of gcc everytime. If I do "gcc hello.c -o hello" I get the above error.