Gcc-l link shared library (Dynamic/static Shared Library)

Source: Internet
Author: User

We usually make some common functions into function libraries for otherProgram. The function library can be divided into two types: static library and dynamic library:

Static Library: it is linked to the target during program compilation.Code.

Dynamic library: it is not linked to the target code during program compilation, but loaded only when the program is running. Therefore, dynamic inventory is required when the program is running.

The static library suffix is. A dynamic library suffix is. So

Reference Links:

Http://hi.baidu.com/coder841112/blog/item/079cff9679b0ce0dd31b7048.html

Http://www.cublog.cn/u/21948/showart_161614.html

The GCC-static option allows GCC to use static links instead of dynamic link libraries.

File a. out can be viewed in the form of a. Out links, using dynamic or static links

Size A. OutThe size of each segment in the file, such as text, data, and BSS.

Ldd a. Out allows you to view the shared library required by A. Out (LDD reference: http://blog.csdn.net/benben85/article/details/4161134)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.