From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29915 invoked from network); 31 May 2001 04:52:41 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 May 2001 04:52:41 -0000 Received: (qmail 3884 invoked by alias); 31 May 2001 04:52:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14596 Received: (qmail 3872 invoked from network); 31 May 2001 04:52:33 -0000 From: "Bart Schaefer" Message-Id: <1010531045212.ZM5393@candle.brasslantern.com> Date: Thu, 31 May 2001 04:52:12 +0000 In-Reply-To: <20010530181550.K47866@lizzy.bugworks.com> Comments: In reply to Jos Backus "Re: zsh and autoconf-2.50" (May 30, 6:15pm) References: <20010530155301.H47866@lizzy.bugworks.com> <20010530165042.J47866@lizzy.bugworks.com> <010530171233.ZM4082@candle.brasslantern.com> <20010530181550.K47866@lizzy.bugworks.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Jos Backus Subject: Re: zsh and autoconf-2.50 Cc: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 30, 6:15pm, Jos Backus wrote: } Subject: Re: zsh and autoconf-2.50 } } OK, I have to get it built first without the shell coredumping, which } it wasn't doing earlier when I built it used --disable-dynamic You really can't use purify very well on a program that does its own dynamic loading. You will need --disable-dynamic. } but then the zpty tests failed during ``gmake check''. I guess I may } have to go back to using --disable-dynamic and force zpty to be loaded } statically (somehow). Have you tried reading the INSTALL file? There's a large section titled "Adding and removing modules". The short answer is that you edit the config.modules file and change the values of `link' and `auto' on the line for the zpty module to be `static' and `no' respectively. -- 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