From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10736 invoked by alias); 18 Jun 2004 00:59:28 -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 10729 invoked from network); 18 Jun 2004 00:59:28 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 18 Jun 2004 00:59:28 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1Bb7j3-0003i1-2a; Thu, 17 Jun 2004 20:59:25 -0400 Date: Fri, 18 Jun 2004 00:59:00 -0000 From: Daniel Jacobowitz To: Modi Banti Cc: gdb@sources.redhat.com Subject: Re: probelms with building gdb-6.1.1 Message-ID: <20040618005924.GA13555@nevyn.them.org> Mail-Followup-To: Modi Banti , gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-06/txt/msg00194.txt.bz2 On Fri, Jun 18, 2004 at 01:53:17AM +0200, Modi Banti wrote: > > Hi all, > > I am trying to build gdb-6.1.1. I confiured it as > > ./configure --target=arm-elf --prefix=$HOME/ARM7 > > and then make all install > > I am getting following errors- can anybody please tell me > how to get around this? I think I am missing some > prequisite Library. does anybody any idea about this? and > from where can i get this? Try saying --disable-tui. What host system is this? The configure script thinks you have an acceptable curses library, but obviously you don't. -- Daniel Jacobowitz