006_wz_bbk_Make,外部库

Recompiling and Relinking

  • In genaral,linking is a faster than compliation----in a large project with many source files,recompiling only those that have been modified can make a significant saving.
  • The process of recompiling only the modified files in a project cna be antomated using GNU Make

Linking With External Libraries

  • A library is a collection of precompiled object files which can be linked into programs.The most common use of libraries is to provide system function,such as the square root function sqrt found in the C math library.
  • Libraries are typically stored in special archive files with the extension '.a',referred to as static libraries.They are created from object files with a separate tool,the GNU archiver ar,and used by the linker to resolve refernces to functions at compile-time.
  • The standard system libraries are usually found in the directories '/usr/lib' and '/lib'.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值