Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh and autoconf-2.50
- X-seq: zsh-workers 14596
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Jos Backus <josb@xxxxxxxxxx>
- Subject: Re: zsh and autoconf-2.50
- Date: Thu, 31 May 2001 04:52:12 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20010530181550.K47866@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010530155301.H47866@xxxxxxxxxxxxxxxxxx> <Pine.LNX.4.33L2.0105301618520.5838-100000@xxxxxxxxxxxxxxx> <20010530165042.J47866@xxxxxxxxxxxxxxxxxx> <010530171233.ZM4082@xxxxxxxxxxxxxxxxxxxxxxx> <20010530181550.K47866@xxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author