From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10128 invoked by alias); 7 Jan 2004 06:04:00 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10091 invoked from network); 7 Jan 2004 06:03:59 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 7 Jan 2004 06:03:59 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1Ae7jo-0002QO-69; Wed, 07 Jan 2004 02:04:20 -0500 Date: Wed, 07 Jan 2004 06:04:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew Cagney CC: gdb@sources.redhat.com,stcarrez@nerim.fr In-reply-to: <3FFB2E9F.1060508@gnu.org> (message from Andrew Cagney on Tue, 06 Jan 2004 16:54:39 -0500) Subject: Re: GNUtify TUI code, enable TUI Reply-to: Eli Zaretskii References: <3FF9C6C3.1000704@gnu.org> <3FFB2E9F.1060508@gnu.org> X-SW-Source: 2004-01/txt/msg00063.txt.bz2 > Date: Tue, 06 Jan 2004 16:54:39 -0500 > From: Andrew Cagney > > (looking at configure.in) It would be made conditional on there > being a curses library (which I think precludes DJGPP). Not necessarily: there's a port of PDCurses. I will look into using that to get a TUI build when I have time. One thing I'd request to change in preparation for making TUI the default is to rename some of the files in gdb/tui/ so that they don't conflict after 8+3 butchery (see fnchange.lst or run doschk). Renaming via fnchange.lst is okay for files that aren't used in the DJGPP build, but it's a darn PITA for those that need to be compiled, since Makefile's etc. need to be edited as well, which fnchange.lst doesn't do.