学习笔记之编译器的工作过程 | 菜鸟教程
编译器的工作过程
http://www.runoob.com/w3cnote/working-process-of-the-compiler.html
第一步 配置(configure)
第二步 确定标准库和头文件的位置
第三步 确定依赖关系
第四步 头文件的预编译(precompilation)
第五步 预处理(Preprocessing)
第六步 编译(Compilation)
第七步 连接(Linking)
第八步 安装(Installation)
第九步 操作系统连接
第十步 生成安装包
第十一步 动态连接(Dynamic linking)