当前位置: 技术问答>linux和unix
用gcc编译出错
来源: 互联网 发布时间:2015-10-24
本文导语: gcc hello.c -o hello 时出现错误: hello.c:5:20: error: studio.h: 没有那个文件或目录 请问是什么回事? 源码: #include int main(void) { printf("Hello,Linux programming world!n"); return 0; } | #include ...
gcc hello.c -o hello 时出现错误:
hello.c:5:20: error: studio.h: 没有那个文件或目录
请问是什么回事?
源码:
#include
int main(void)
{
printf("Hello,Linux programming world!n");
return 0;
}
hello.c:5:20: error: studio.h: 没有那个文件或目录
请问是什么回事?
源码:
#include
int main(void)
{
printf("Hello,Linux programming world!n");
return 0;
}
|
#include
不是studio.h,多写了个u
不是studio.h,多写了个u
|
-_-b
|
灯下黑
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。