From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22695 invoked from network); 6 Jul 2001 07:51:44 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jul 2001 07:51:44 -0000 Received: (qmail 21963 invoked by alias); 6 Jul 2001 07:50:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15273 Received: (qmail 21133 invoked from network); 6 Jul 2001 07:50:05 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Bart Schaefer" , Subject: RE: I hate it when you break my static link Date: Fri, 6 Jul 2001 11:49:15 +0400 Message-ID: <004801c105f0$27291be0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <1010706060302.ZM10729@candle.brasslantern.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 > > diff -u zsh-forge/current/Src/Modules/pcre.mdd > zsh-4.0/Src/Modules/pcre.mdd > --- zsh-forge/current/Src/Modules/pcre.mdd Mon Jul 2 12:39:35 2001 > +++ zsh-4.0/Src/Modules/pcre.mdd Thu Jul 5 22:44:55 2001 > @@ -1,5 +1,5 @@ > name=zsh/pcre > -link=either > +link=dynamic > load=no I guess it should be changed to conditionally enable building only if prerequisites (pcre) is found. I do not see any point in having load of dummy modules all of them defining aliases for bin_notavail. We have some legacy commands that were moved from main to modules; but no point to do it with new ones. -andrej