Linux下程序hello Linux GCC编译

 

 

首页Linux编程

背景:

阅读新闻

Linux下程序hello Linux GCC编译

[日期:2010-12-16]   来源:Linux社区  作者:alalmn   [字体:]  

代码

int main(int argc,char **argv)
{
printf("Hello Linux\n");
}

奇怪Linux居然不定义头文件   还是编译器自动包含默认的了


SHELL 

hopebao@hopebao-virtual-machine:~$ cd /home/hopebao/桌面/1                                //进入目录
hopebao@hopebao-virtual-machine:~/桌面/1$ gcc -o hello hello.c                               //编译文件
hello.c: In function ‘main’:                           //不知道这个错误什么意思
hello.c:3: warning: incompatible implicit declaration of built-in function ‘printf’
hopebao@hopebao-virtual-machine:~/桌面/1$ ./hello         //不能直接双击运行  而要    ./hello
Hello Linux                                                     //现实内容
hopebao@hopebao-virtual-machine:~/桌面/1$

Linux下程序hello Linux GCC编译

Shell Perl 脚本查询 MySQL DB

简单的Linux字符设备驱动

相关资讯       Linux编程  gcc 

   

本文评论   查看全部评论 (0)


评论声明

尊重网上道德,遵守中华人民共和国的各项有关法律法规

承担一切因您的行为而直接或间接导致的民事或刑事法律责任

本站管理人员有权保留或删除其管辖留言中的任意内容

本站有权在网站内转载或引用您的评论

参与本评论即表明您已经阅读并接受上述条款

 

 

 

最新资讯

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwsjdw.html