Shareable Images/dynamic binding possible with Unix?

seth.r.rosenthal sethr at cbnewsl.att.com
Sat Mar 2 04:19:13 AEST 1991


In article <598 at bellahs.UUCP>, neff at bellahs.UUCP (Dan Neff) writes:
> Please respond to this article in the appropriate news group. Our
> e-mail has been bouncing mail lately and I don't want to miss
> any of your valuable responses.
> 
> We would like to know if it is possible to have/implement shareable images
> in the Unix environment similar to the VMS implementation with
> the LIB$FIND_IMAGE_SYMBOL library call. I believe the same functionality
> exists in Unix with dynamic binding, but this is a difficult topic
> to find information on in the Unix environment.

I won't comment on comparability to VMS, but UNIX System V Release 4
has dynamically linked shared libraries.  A good place to find
information about the facility, and how it ties into the Elf
object format is the SVR4 Generic ABI, available from Prentice-Hall.
Any of the processor supplements will explain some of the architecture
dependant details for various platforms.

	Seth Rosenthal



More information about the Comp.unix.internals mailing list