From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12680 invoked by alias); 13 Apr 2005 11:57:57 -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 12604 invoked from network); 13 Apr 2005 11:57:46 -0000 Received: from unknown (HELO wproxy.gmail.com) (64.233.184.193) by sourceware.org with SMTP; 13 Apr 2005 11:57:46 -0000 Received: by wproxy.gmail.com with SMTP id 69so102779wri for ; Wed, 13 Apr 2005 04:57:46 -0700 (PDT) Received: by 10.54.55.61 with SMTP id d61mr258274wra; Wed, 13 Apr 2005 04:57:45 -0700 (PDT) Received: by 10.54.81.3 with HTTP; Wed, 13 Apr 2005 04:57:44 -0700 (PDT) Message-ID: <1ac35b5005041304576d8f0018@mail.gmail.com> Date: Wed, 13 Apr 2005 11:57:00 -0000 From: Pablo Silva Reply-To: Pablo Silva To: Pablo Silva , gdb@sources.redhat.com Subject: Re: GDB asks for term lib In-Reply-To: <20050412145315.GA15210@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1ac35b5005041207493e62287c@mail.gmail.com> <20050412145315.GA15210@nevyn.them.org> X-SW-Source: 2005-04/txt/msg00071.txt.bz2 Daniel, I have this lib installed, do you have anything suggestion? :( thanks a lot On 4/12/05, Daniel Jacobowitz wrote: > 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? >=20 > The first one it checked for? You want libncurses5-dev, assuming > Ubuntu has not renamed the package. >=20 > -- > Daniel Jacobowitz > CodeSourcery, LLC >