日志文章列表

2008年01月04日 10:05:46

Overview of make

本文介绍 GNU make。为了准确,本文引用英语原文为主,作为学习笔记。
The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile t..

阅读全文>>

Tags: make   makefile   Overview  

类别: Linux下 C/C++ 程序设计 |  评论(0) |  浏览(2048) |  收藏
2007年12月08日 11:22:08

gcc使用(附例子)

GCC 使用
原帖链接http://blog.chinaunix.net/u/13991/showart_96714.html
--------------------------------------------------------------------------------

1984年,Richard Stallman发起了自由软件运动,..

阅读全文>>

Tags: gcc  

类别: Linux下 C/C++ 程序设计 |  评论(0) |  浏览(2142) |  收藏
2007年12月07日 23:05:17

gcc常用命令

GCC(GNU C Compiler or GNU Complier Collection)是GNU项目的编译器套件。它能够编译C、C++和Objective C语言编写的程序。GCC能够支持多种不同的C语言变体,比如ANSI C和传统(Kernighan和Ritchie,K&R)C。此外,GC..

阅读全文>>

Tags: gcc  

类别: Linux下 C/C++ 程序设计 |  评论(0) |  浏览(1592) |  收藏