本文介绍 GNU make。为了准确,本文引用英语原文为主,作为学习笔记。 The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile t..
阅读全文>>
GCC 使用 原帖链接http://blog.chinaunix.net/u/13991/showart_96714.html -------------------------------------------------------------------------------- 1984年,Richard Stallman发起了自由软件运动,..
GCC(GNU C Compiler or GNU Complier Collection)是GNU项目的编译器套件。它能够编译C、C++和Objective C语言编写的程序。GCC能够支持多种不同的C语言变体,比如ANSI C和传统(Kernighan和Ritchie,K&R)C。此外,GC..