another argument against shared libraries

bob at ucla-locus bob at ucla-locus
Wed Aug 17 02:17:00 AEST 1983


From:            Bob English <bob at ucla-locus>

How about providing a loader option that would "compile in" a
specified shared library, thus insulating a program from all
future shared library changes?  If you kept the old versions of
libraries around, you would be able to handle most (if not all)
of the retrofit problems.

Another possible solution is to keep old versions of library
routines around forever, so that old programs find the routines
they expect, and new programs get the new versions.  This might
apply only to genuine revisions, and not to bug fixes.

--bob--



More information about the Comp.unix.wizards mailing list