当前位置:  技术问答>linux和unix

关于“stdio.h 没有那个文件或目录”的问题

    来源: 互联网  发布时间:2017-03-07

    本文导语:  我在Redhat linux写了小程序: #include  void main() { printf ("Hello worldn") }  但用GCC编译提示:stdio.h 没有那个文件或目录。 我在/usr/include/下也可以找到stdio.h。 我在网上找了很久也没有找到办法,只看到“apt-get   in...

我在Redhat linux写了小程序:
#include 
void main()
{
printf ("Hello worldn")

但用GCC编译提示:stdio.h 没有那个文件或目录。


我在/usr/include/下也可以找到stdio.h。


我在网上找了很久也没有找到办法,只看到“apt-get   install   build-essential”但这个命令好像对redhat不起作用。

哪位高手能否帮助解决一下。
本来是新手中的菜鸟,麻烦请说的详尽一点,谢谢

|
或者在编译时加入stdio.h的路径

例子
gcc -I/usr/include -o out1 out1.c

|
可否把gcc -v的全部输出贴上来

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • C++ I/O 成员 sync_with_stdio():同标准I/O同步
  • 在cygwin中编译c,结果打不开stdio.h,如何解决!
  • [求救]:找不到stdio.h与ctype.h怎么办
  • error:stdio.h:No such file or directory
  • 调查在unix/linux 下用c编程时你们使用c的stdio库 还是C++的标准流库?
  • 请问哪位大侠有jrun stdio3.01的注册码
  • stdio和read/write,缓冲区写满时阻塞的实现机制是什么
  • help,FEDORA13下找不到stdio.h
  • 请问linux内核编程的能不能调用#include <stdio.h>的函数
  • mingw dev stdio(for win) or vc6 在win 下做gtk程序,怎么配置?
  • 关于stdio.h中的函数,请高手帮忙!
  • 关于stdio.h的函数
  • stdio对比unistd仅仅是多了一层缓存么?
  • 同样的代码,换个系统编译就出事了,/usr/include/bits/stdio2.h:282: undefined reference to `__fread
  • stdio.h:No such file or directory?
  • stdio.h:312: error: expected declaration specifiers or


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3