From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7362 invoked by alias); 28 Apr 2004 00:13:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7353 invoked from network); 28 Apr 2004 00:13:16 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sources.redhat.com with SMTP; 28 Apr 2004 00:13:16 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i3S0DDS6000297; Wed, 28 Apr 2004 02:13:13 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i3S0DD4C012827; Wed, 28 Apr 2004 02:13:13 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i3S0DCNa012824; Wed, 28 Apr 2004 02:13:12 +0200 (CEST) Date: Wed, 28 Apr 2004 00:13:00 -0000 Message-Id: <200404280013.i3S0DCNa012824@elgar.kettenis.dyndns.org> From: Mark Kettenis To: mec.gnu@mindspring.com CC: gdb-patches@sources.redhat.com In-reply-to: <20040424110212.19DF64B104@berman.michael-chastain.com> (mec.gnu@mindspring.com) Subject: Re: [patch] configure.ac, configure: curses/termcap on *-*-osf5.* References: <20040424110212.19DF64B104@berman.michael-chastain.com> X-SW-Source: 2004-04/txt/msg00622.txt.bz2 Date: Sat, 24 Apr 2004 07:02:12 -0400 (EDT) From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) This patch fixes gdb/1626, build failure on native alphaev58-dec-osf5.1 . The second problem is that ncurses does not work on the system that I'm using (an HP test drive alpha system). So I just added some logic with "case osf5.*)" to probe a shorter list of curses libraries on that system. Sorry, but this isn't right. Just because ncurses doesn't work on one particular system, we shouldn't treat all those systems specially. Why is ncurses not working on this particular system? Mark