From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13971 invoked from network); 8 Oct 2001 06:30:33 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Oct 2001 06:30:33 -0000 Received: (qmail 11009 invoked by alias); 8 Oct 2001 06:30:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15960 Received: (qmail 10996 invoked from network); 8 Oct 2001 06:30:26 -0000 From: Borsenkow Andrej To: "'Zefram'" , "'Chris Gehlker'" Cc: zsh-workers@sunsite.dk Subject: RE: zsh 4.0.2 (powerpc-apple-darwin1.4) Date: Mon, 8 Oct 2001 10:30:13 +0400 Message-ID: <000601c14fc2$afabdbd0$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, Build 10.0.2627 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20011008001533.A7577@fysh.org> Importance: Normal > >> configure goes to some effort to avoid using the -s flag where that > >> wouldn't work. > > But it only makes that effort when it's likely to need it, which is when > it's doing dynamic module loading. Obviously we hit the case when we need it even without dynamic loading. Now we have to come up with good test for it. -andrej