From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22577 invoked by alias); 30 May 2003 23:18:17 -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 22552 invoked from network); 30 May 2003 23:18:16 -0000 Received: from unknown (HELO smtp04.exodus.net) (216.34.163.234) by sources.redhat.com with SMTP; 30 May 2003 23:18:16 -0000 Received: from ms101.mail1.com (ms101.mail1.com [209.1.5.174]) by smtp04.exodus.net (8.12.9/8.12.9) with ESMTP id h4UMqfJ3032513 for ; Fri, 30 May 2003 17:52:41 -0500 Received: from [10.0.0.42] (unverified [66.228.91.169]) by accounting.espmail.com (Rockliffe SMTPRA 5.2.5) with ESMTP id for ; Fri, 30 May 2003 16:18:16 -0700 Subject: Where do I put ncurses for ARM cross-compilation? From: Ben Giddings To: gdb@sources.redhat.com Content-Type: text/plain Organization: ThingMagic LLC Message-Id: <1054336694.31812.31.camel@localhost.localdomain> Mime-Version: 1.0 Date: Fri, 30 May 2003 23:18:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00423.txt.bz2 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. Ben -- Ben Giddings ThingMagic LLC