(This article is under constant construction) DISCLAIMER: 本文的主要内容来自https://gcc.gnu.org/onlinedocs/gcc/ 这篇随笔主要记录有关build C/C++程序的知识. 包括 gcc/g++ 的各个参数的含义 编译, 链接等概念 Linux中make的使用 静态/动态链接库 Linux的文件系统 从源文件到可执行文件 Compilation can involve up to four stages: p…