Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: termcap moodule problem on Cygwin
- X-seq: zsh-workers 13402
- From: Zefram <zefram@xxxxxxxx>
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: termcap moodule problem on Cygwin
- Date: Mon, 29 Jan 2001 16:48:43 +0000 (GMT)
- Cc: ZSH workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- In-reply-to: <001601c08a03$93fb5170$21c9ca95@xxxxxxxxxxxxxx> from Andrej Borsenkow at "Jan 29, 2001 05:55:53 pm"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
>Cygwin has only static libtermcap. It gets linked twice - into main zsh
>(libzsh to be sure) where term is (re-)initalized and into termcap.dll where
>bin_echotc is defined. Only first one calls tgetent() so every call to `echotc
>cap' crashes somewhere in termcap.
We've had this problem before, with a static `environ' symbol. There's an
autoconf test for it in aczsh.m4. Is there an appropriate symbol here
that we can use to test for a static termcap, to extend the test?
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author