码迷,mamicode.com
首页 > 其他好文 > 详细

GCC编译器命令

时间:2016-12-02 19:02:48      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:使用   linux   lin   警告   程序   目录   get   开始   apt   

开始接触linux,将这篇博文作为使用GCC过程中学习笔记,碰到新的命令就往上添加。

1. 安装

gcc安装                        sudo apt-get install build-essential  对于ubuntu或debian用户

 

2. 编译

编译hello.c 文件            gcc hello.c -Wall -o hello

-Wall                          显示完整警告

-o                              编译生成的文件名,如果没有默认为a.exe

-lm                            链接数学math库


 ./hello                       运行hello程序,hello要在当前目录下,.表示当前目录,/表示执行

GCC编译器命令

标签:使用   linux   lin   警告   程序   目录   get   开始   apt   

原文地址:http://www.cnblogs.com/liuteng/p/6126468.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!