From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2013 invoked by alias); 30 May 2003 23:23:25 -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 2006 invoked from network); 30 May 2003 23:23:25 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 30 May 2003 23:23:25 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19LtE9-0006rL-00; Fri, 30 May 2003 18:24:02 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19LtDV-0005lw-00; Fri, 30 May 2003 19:23:21 -0400 Date: Fri, 30 May 2003 23:23:00 -0000 From: Daniel Jacobowitz To: Ben Giddings Cc: gdb@sources.redhat.com Subject: Re: Where do I put ncurses for ARM cross-compilation? Message-ID: <20030530232321.GA22165@nevyn.them.org> Mail-Followup-To: Ben Giddings , gdb@sources.redhat.com References: <1054336694.31812.31.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1054336694.31812.31.camel@localhost.localdomain> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-05/txt/msg00424.txt.bz2 On Fri, May 30, 2003 at 07:18:14PM -0400, Ben Giddings wrote: > Hi there, > > I'm trying to cross-compile GDB to be hosted on an arm processor, but > configure complains it can't find a "term library", so I googled around > and found that people recommend I cross-compile ncurses and use that. > > I managed to cross-compile ncurses, although there were errors in the > ADA bindings (which I don't plan to use, but couldn't find a way to > avoid building) > > So... now what? Where do I put the ncurses libraries so that the GDB > configure can find them? Also, will "make" alone build both gdb and > gdbserver? Although I want to run GDB on the host, I also might want to > run the server later. That's a problem with your cross compiler, not with GDB. But probably it's wherever you put your C library so that GCC could find that. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer