/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,
有人可以告诉我这里出了什么问题吗?
编辑:现在能够使用“/ usr / bin / gcc hello.c -o hello”进行编译,但我不想每次都指定gcc的路径。如果我执行“gcc hello.c -o hello”,我会收到上述错误。