From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17378 invoked by alias); 12 Apr 2005 14:53:27 -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 17002 invoked from network); 12 Apr 2005 14:53:19 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 12 Apr 2005 14:53:19 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DLMlQ-0001IA-0x; Tue, 12 Apr 2005 10:53:16 -0400 Date: Tue, 12 Apr 2005 14:53:00 -0000 From: Daniel Jacobowitz To: Pablo Silva Cc: gdb@sources.redhat.com Subject: Re: GDB asks for term lib Message-ID: <20050412145315.GA15210@nevyn.them.org> Mail-Followup-To: Pablo Silva , gdb@sources.redhat.com References: <1ac35b5005041207493e62287c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1ac35b5005041207493e62287c@mail.gmail.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00069.txt.bz2 On Tue, Apr 12, 2005 at 11:49:29AM -0300, Pablo Silva wrote: > 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? The first one it checked for? You want libncurses5-dev, assuming Ubuntu has not renamed the package. -- Daniel Jacobowitz CodeSourcery, LLC