From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17191 invoked by alias); 23 Feb 2004 21:27:08 -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 17181 invoked from network); 23 Feb 2004 21:27:06 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 23 Feb 2004 21:27:06 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 9E41947D62; Mon, 23 Feb 2004 13:27:05 -0800 (PST) Date: Mon, 23 Feb 2004 21:27:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [hppa] GDB doesn't build with tui Message-ID: <20040223212705.GG1273@gnat.com> References: <20040223200513.GF1273@gnat.com> <200402232114.i1NLEBnH000310@elgar.kettenis.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402232114.i1NLEBnH000310@elgar.kettenis.dyndns.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00662.txt.bz2 > GDB no longer builds on HP/UX 11.00 since TUI is built in by default. > The obvious work-around is to configure GDB --without-tui. > > i386-*-solaris2.9 fails for the same reason. Here the problem is that > the header files are broken when _SYCALL32 is defined. I'm working on > a solution. I found the library where the symbol is defined: libcur_colr.sl. I'm working on a patch as well. > The error we get is during the link: the wborder symbol is undefined. > > This triggers a question: Which version of curses are we planning on > supporting. For instance, on our machine, we currently have the system > curses library. Do we intend to support the system curses libraries, > or only say ncurses? > > HP-UX has several curses libs: Hcurses, Xcurses? It looks like it's using Hcurses. -- Joel