From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2117 invoked by alias); 25 Apr 2005 18:56:52 -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 859 invoked from network); 25 Apr 2005 18:56:11 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 25 Apr 2005 18:56:11 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DQ8kZ-0005u3-W3; Mon, 25 Apr 2005 14:56:08 -0400 Date: Mon, 25 Apr 2005 19:28:00 -0000 From: Daniel Jacobowitz To: =?iso-8859-1?Q?Jos=E9?= Miguel Cc: gdb@sources.redhat.com Subject: Re: Error in configure Message-ID: <20050425185606.GA22661@nevyn.them.org> Mail-Followup-To: =?iso-8859-1?Q?Jos=E9?= Miguel , gdb@sources.redhat.com References: <200504252050.23171.jmiguelbenitez@supercable.es> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200504252050.23171.jmiguelbenitez@supercable.es> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00177.txt.bz2 On Mon, Apr 25, 2005 at 08:50:23PM +0200, José Miguel wrote: > > Hi! > > I'm trying to compile gdb 5.2.1, but I get an error in configure process: > > 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 > > I run a Debian Sarge and I've got installed the libncurses5 package, so I'm a > bit lost. What happens then? > > Thank you! Try libncurses5-dev, or "apt-get build-dep gdb". -- Daniel Jacobowitz CodeSourcery, LLC