From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24709 invoked by alias); 19 Mar 2007 19:44:26 -0000 Received: (qmail 24692 invoked by uid 22791); 19 Mar 2007 19:44:24 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Mar 2007 19:44:19 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 89BB64B267; Mon, 19 Mar 2007 14:44:18 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 664A54B262; Mon, 19 Mar 2007 14:44:17 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HTNmD-0004Zp-D9; Mon, 19 Mar 2007 15:44:17 -0400 Date: Mon, 19 Mar 2007 19:44:00 -0000 From: Daniel Jacobowitz To: Josef Wolf , gdb@sourceware.org Subject: Re: Insight can't find iwidgets when built outside source directory. Message-ID: <20070319194417.GA17489@caradoc.them.org> Mail-Followup-To: Josef Wolf , gdb@sourceware.org References: <20070319193420.GC26951@raven.wolf.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070319193420.GC26951@raven.wolf.local> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00220.txt.bz2 On Mon, Mar 19, 2007 at 08:34:20PM +0100, Josef Wolf wrote: > Hello! > > I'm trying to build insight-6.6 for cross-debugging. I recomment you send mail to the insight@sourceware.org list; they may be more able to help you. > mkdir build-arm ; \ > ( cd build-arm ; \ > CC=arm-elf-gcc CFLAGS=foo LDFLAGS=bar ../configure --host=arm-linux ;\ > make > ) > ) If all you need is gdbserver here, you can run ../gdb/gdbserver/configure. Note: that is not general advice. It applies only to gdbserver, not to any other subdirectories of src. -- Daniel Jacobowitz CodeSourcery