Subject: Re: Shared Libs and executables: How?
To: None <hacksaw@user1.channel1.com>
From: Grzegorz Wojtowicz <grzesiek@ajax.umcs.lublin.pl>
List: netbsd-help
Date: 10/27/1996 21:14:35
On Sun, 27 Oct 1996, Hacksaw wrote:

> Can someone point me to litereature on how to produce shared
> libraries, and executables that use shared libraries?
> 
> Thanks in advance
> --
> Hacksaw
> 

Check ELF FAQ for a good start , u can find it on every linux site
e.g. tsx-11.mit.edu
U can read about shared libraries in man pages:
ld -sharedlibrary ... etc.

Greetings
		gelo.