From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40324 invoked by alias); 25 Oct 2018 18:50:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 40315 invoked by uid 89); 25 Oct 2018 18:50:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=libncurses, Hx-languages-length:774 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 25 Oct 2018 18:50:17 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 91E949091B; Thu, 25 Oct 2018 18:50:16 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-116-62.ams2.redhat.com [10.36.116.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1875D5D9C5; Thu, 25 Oct 2018 18:50:16 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id AC731A81858; Thu, 25 Oct 2018 20:50:14 +0200 (CEST) Date: Thu, 25 Oct 2018 18:50:00 -0000 From: Corinna Vinschen To: Pedro Alves Cc: joel@rtems.org, GDB patches Subject: Re: [PATCH] configure.ac: Cygwin now has ncurses not termcap. Use standard logic. Message-ID: <20181025185014.GN3310@calimero.vinschen.de> References: <1540415244-4879-1-git-send-email-joel@rtems.org> <8bc11746-527b-b123-0879-0c4cbd81eda3@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8bc11746-527b-b123-0879-0c4cbd81eda3@redhat.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-SW-Source: 2018-10/txt/msg00589.txt.bz2 On Oct 25 16:30, Pedro Alves wrote: > On 10/25/2018 04:01 PM, Joel Sherrill wrote: > > On Thu, Oct 25, 2018 at 9:34 AM Pedro Alves wrote: > > > >> WDTY by "now"? > >> > >> I mean Cygwin used to include libtermcap and this built. I updated my > > Cygwin this > > week and it is no longer there. I wasn't able to figure out when it went > > away. libncurses.a > > is included and that's suitable. > > > > That's so much clearer. > > > I cc'ed Corinna. I assume she can speak to when libtermcap.a was removed. I have no idea, ages ago. libncurses is used for a long time. Cygwin should use the same autoconf code to figure out the correct lib as any other target. Corinna