Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: termcap moodule problem on Cygwin



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