How static linking works on Linux

Posted by Scott_Ruecker on Jun 5, 2022 1:47 AM EDT
Opensource.com; By Jayashree Huttanagoudar
Mail this story
Print this story

Code for applications written using C usually has multiple source files, but ultimately you will need to compile them into a single executable. You can do this in two ways: by creating a static library or a dynamic library (also called a shared library). These two types of libraries vary in terms of how they are created and linked. Your choice of which to use depends on your use case.

Full Story

  Nav
» Read more about: Story Type: News Story; Groups: Embedded, Linux, Red Hat

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.