From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31037 invoked by alias); 11 Feb 2004 14:52:05 -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 31018 invoked from network); 11 Feb 2004 14:52:04 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 11 Feb 2004 14:52:04 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3650E2B92; Wed, 11 Feb 2004 09:52:02 -0500 (EST) Message-ID: <402A4192.1000702@gnu.org> Date: Wed, 11 Feb 2004 14:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Build TUI when curses References: <40293ACC.5040506@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00284.txt.bz2 > Date: Tue, 10 Feb 2004 15:10:52 -0500 >> From: Andrew Cagney >> >> +AC_SEARCH_LIBS(initscr, [ncurses Hcurses curses], [], > > > Could we please have pdcurses in this list as well? That would > certainly make DJGPP users happy, but I believe PDCurses can be built > on Unix and other systems as well, so it is not limited to DJGPP. Will do. >> + [AC_MSG_ERROR([no curses library found])]) > > > Does that mean the configury will abort after this message? If so, > I'd suggest instead to display a message to the effect that only a > command-line version will be built, and continue with building as if > they asked for --disable-tui. Good question/point, aborting the configure script certainly wasn't the intent. It's ment to stumble on regardless but without the TUI. I'll check and adjust accordingly. Andrew