From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17914 invoked from network); 19 Jan 2001 15:06:01 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Jan 2001 15:06:01 -0000 Received: (qmail 8232 invoked by alias); 19 Jan 2001 15:05:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13381 Received: (qmail 8215 invoked from network); 19 Jan 2001 15:05:51 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: Cc: "Zsh hackers list" Subject: RE: Some general problems with exporting cariables (Was: TERMCAP problem. ) Date: Fri, 19 Jan 2001 18:05:48 +0300 Message-ID: <001001c08229$4e11e700$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <3A6711BF.7DE6DF56@alcatel.be> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > > > I'll change configure to use AC_SERCH_LIBS instead to be able to override > > library selection. > It now uses termcap again. > Zsh without the patch crashes within screen. > After applying the patch, it works fine. !!!! > O.K. I've committed both (I did cosmetic modification of 13370). It should now be possible to select termcap by configure --enable-libs=-ltermcap (LIBS=-ltermcap should work as well, but is not preserved by config.status). -andrej