From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22743 invoked from network); 19 Apr 2001 18:15:47 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Apr 2001 18:15:47 -0000 Received: (qmail 19475 invoked by alias); 19 Apr 2001 18:15:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14042 Received: (qmail 19463 invoked from network); 19 Apr 2001 18:15:36 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) Date: Thu, 19 Apr 2001 22:15:33 +0400 (MSD) From: Andrej Borsenkow X-X-Sender: To: Subject: Re: PATCH: reduce unnecessary linking In-Reply-To: <20010419115908.A27595@dman.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 19 Apr 2001, Clint Adams wrote: > > Are you saying that all the libraries that any DSO's are linked against > need to be linked to the main binary? > Sort of. And in particular order (due to ugly interdependencies) :( It is actually a bit more complicated - but in default linkage mode (binding happens at runtime) - yes, that's correct. Anything else needs real testing and lacks good documentation. -andrej