The use of dynamic link library under Linux

Source: Internet
Author: User

Many of the tools and program modules under Linux are implemented through a dynamic link library.

It is divided into two processes when used:

(1) Need to know the location of the dynamic link library file at compile time

(2) The runtime needs to open the dynamic link library

For the case of (1), specified in the makefile file, the conditions in the (2) need to be specified in the environment variable Ld_library_path; If the program is installed to install make install in, install location if in the system default open dynamic link library path, It is no longer required to be described in the Ld_library_path variable, otherwise it needs to be added to Ld_library_path.

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.