From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13801 invoked by alias); 12 Apr 2005 14:49:36 -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 13763 invoked from network); 12 Apr 2005 14:49:29 -0000 Received: from unknown (HELO wproxy.gmail.com) (64.233.184.203) by sourceware.org with SMTP; 12 Apr 2005 14:49:29 -0000 Received: by wproxy.gmail.com with SMTP id 69so1899230wri for ; Tue, 12 Apr 2005 07:49:29 -0700 (PDT) Received: by 10.54.105.13 with SMTP id d13mr870148wrc; Tue, 12 Apr 2005 07:49:29 -0700 (PDT) Received: by 10.54.81.3 with HTTP; Tue, 12 Apr 2005 07:49:29 -0700 (PDT) Message-ID: <1ac35b5005041207493e62287c@mail.gmail.com> Date: Tue, 12 Apr 2005 14:49:00 -0000 From: Pablo Silva Reply-To: Pablo Silva To: gdb@sources.redhat.com Subject: GDB asks for term lib Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00068.txt.bz2 Hi, When I want to build gdb 5.0 for ARMulator using my ubuntu (Hoary Hedgehg) the gdb asks for a term lib: checking for tgetent in -lncurses... (cached) no checking for tgetent in -lHcurses... no checking for tgetent in -ltermlib... no checking for tgetent in -ltermcap... (cached) no checking for tgetent in -lcurses... (cached) no checking for tgetent in -lterminfo... no configure: error: Could not find a term library Configure in /gdb-5.0/gdb failed, exiting. What lib should I take? Thanks a lot