LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: How dynamic linking for modular libraries works on Linux (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-how-dynamic-linking-for-modular-libraries-works-on-linux-4175712856/)

LXer 06-01-2022 06:21 AM

LXer: How dynamic linking for modular libraries works on Linux
 
Published at LXer:

When you write an application using the C programming language, your code usually has multiple source files. Ultimately, these files must be compiled into a single executable. You can do this by creating either static or dynamic libraries (the latter are also referred to as shared libraries). These two types of libraries vary in how they are created and linked. Both have advantages and disadvantages, depending on your use case.

Read More...


All times are GMT -5. The time now is 10:39 PM.