Difference between revisions of "Linux Libraries"

From Teknologisk videncenter
Jump to: navigation, search
(Created page with "Linux Libraries comes in two forms: Static and shared. =Static Libraries= Static libraries link needed code from the object (.o) files or an archive of object files into the b...")
(No difference)

Revision as of 08:23, 23 December 2018

Linux Libraries comes in two forms: Static and shared.

Static Libraries

Static libraries link needed code from the object (.o) files or an archive of object files into the binary file.