Pyramid Support of Shared Libraries

Rick Adams rick at uunet.UU.NET
Sat Aug 12 01:28:39 AEST 1989


> Once shared libraries are available, it would be possible to make fixes 
> to standard libraries without touching the application binaries. This is one 
> of two main benefits of shared libraries.

Note that this also raises the problem of breaking existing binaries
that depend on the 'old' behavior of the library routine.

You have to be very careful about fixing shared library modules if you
dont expect to break something that was already working.

Version numbers are a start, but then you dont get the automatic update
that you mentioned



More information about the Comp.sys.pyramid mailing list