|
|
Log in / Subscribe / Register

Static Library

Static Library

Posted Mar 19, 2010 6:05 UTC (Fri) by nikanth (guest, #50093)
Parent article: Applications and bundled libraries

Use static libraries and provide a single binary. Why do we need dynamic libraries, unless we want to provide multiple binaries for a package?

Static linking could achieve the goal without violating the Linux model.


to post comments

Static Library

Posted Mar 19, 2010 15:32 UTC (Fri) by mgedmin (guest, #34497) [Link]

Static linking has the same disadvantages as bundling own libraries, with
the addition that you can't easily see which apps bundle which libraries,
making e.g. security support that much harder.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds