Xref: utzoo comp.windows.x:19678 comp.unix.questions:20568 Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.windows.x,comp.unix.questions Subject: Re: Motif shared library? Message-ID: <3024@auspex.auspex.com> Date: 12 Mar 90 19:41:31 GMT References: <3019@jato.Jpl.Nasa.Gov> <132807@sun.Eng.Sun.COM> Followup-To: comp.windows.x Organization: Auspex Systems, Santa Clara Lines: 7 >In terms of how to do it on SunOS 4.0.x, you create two parts to a shared >library--.so and .sa. The .so is the entire shared library. The .sa part >contains the information that a client of the library references *by name*. Err, it contains *data* that the client may reference by name - not code, even if it is referred to by name. If it contained code, said code wouldn't be shared.