From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4589 invoked by alias); 23 Feb 2004 20:05:16 -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 4573 invoked from network); 23 Feb 2004 20:05:14 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 23 Feb 2004 20:05:14 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id A4EB147D62; Mon, 23 Feb 2004 12:05:13 -0800 (PST) Date: Mon, 23 Feb 2004 20:05:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [hppa] GDB doesn't build with tui Message-ID: <20040223200513.GF1273@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00654.txt.bz2 Hello, 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. 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? (BTW: it's bizarre to see that 'man wborder' on HP/UX reveals that it thinks that this function is defined, and then we can even see it in /usr/include/curses.h - albeit protected by a #ifdef -, but then the symbol is missing from /usr/lib/libcurses.1... Will have a look, but I'm not familiar with curses). -- Joel