From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15948 invoked from network); 29 Jan 2001 16:48:51 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Jan 2001 16:48:51 -0000 Received: (qmail 21593 invoked by alias); 29 Jan 2001 16:48:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13402 Received: (qmail 21581 invoked from network); 29 Jan 2001 16:48:45 -0000 Subject: Re: termcap moodule problem on Cygwin In-Reply-To: <001601c08a03$93fb5170$21c9ca95@mow.siemens.ru> from Andrej Borsenkow at "Jan 29, 2001 05:55:53 pm" To: Andrej Borsenkow Date: Mon, 29 Jan 2001 16:48:43 +0000 (GMT) CC: ZSH workers mailing list X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram 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