Linux Libraries

From Teknologisk videncenter
Revision as of 08:23, 23 December 2018 by Heth (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.