Shared Libraries YO!!!

Barry Margolin barmar at think.com
Thu Jun 27 18:12:10 AEST 1991


In article <349 at titccy.cc.titech.ac.jp> mohta at necom830.cc.titech.ac.jp (Masataka Ohta) writes:
>You can do bug fixes and performance enhancements at *every* release without
>losing transparency.

With static libraries, how do you incporporate bug fixes and performance
enhancements transparently?  You have to relink things to make them pick up
the improvements.  Commercial software is often distributed as prelinked
executables, without the original .o files, so you can't even relink it if
you want to.

New versions of shared libraries, however, are used automatically.
-- 
Barry Margolin, Thinking Machines Corp.

barmar at think.com
{uunet,harvard}!think!barmar



More information about the Comp.unix.internals mailing list