From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10375 invoked from network); 21 Jun 2001 04:46:22 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jun 2001 04:46:22 -0000 Received: (qmail 28244 invoked by alias); 21 Jun 2001 04:45:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15016 Received: (qmail 28224 invoked from network); 21 Jun 2001 04:45:42 -0000 From: "Bart Schaefer" Message-Id: <1010621044444.ZM1403@candle.brasslantern.com> Date: Thu, 21 Jun 2001 04:44:44 +0000 In-Reply-To: Comments: In reply to Vin Shelton "Re: gcc 3.0 produces broken zsh" (Jun 20, 11:19pm) References: <20010619235049.A20425@oobleck.gatech.edu> X-Mailer: Z-Mail (5.0.0 30July97) To: Vin Shelton Subject: Re: gcc 3.0 produces broken zsh Cc: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 20, 11:19pm, Vin Shelton wrote: } } I get the following testsuite failures, which indicate problems with } the module subsystem, IIRC: } } /usr/local/src/zsh-2001-06-20/Test/V01zmodload.ztst: starting. } Warning: zsh/example not linked: not checking autoloading This is very suspicious. zsh/example should be linked by default except when you are buiding with*out* dynamic linkage. And then this ... } comptestinit:7: failed to load module: zsh/zpty ... also looks like static linkage. At the very least you have somehow managed to do a dynamic link with a config.modules file left over from a static one. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net