Path: utzoo!attcan!uunet!cbmvax!ag From: ag@cbmvax.commodore.com (Keith Gabryelski) Newsgroups: comp.sys.amiga.tech Subject: Re: Amiga UNIX - shared libraries? Message-ID: <15453@cbmvax.commodore.com> Date: 29 Oct 90 17:50:53 GMT References: <9310013@hpfcso.HP.COM> Reply-To: ag@cbmvax.commodore.com (Keith Gabryelski) Organization: Commodore-Amiga Unix; West Chester, PA Lines: 9 In article <9310013@hpfcso.HP.COM> aoe@hpfcso.HP.COM (Alexander Elkins) writes: >What I mean is: Does every executable file get linked with all the >library code that needs when it is compiled? No. SVR4 supports dynamic libraries. This allows a executable to be compiled with only a table index of where library symbols can be found. Pax, Keith