From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15591 invoked by alias); 20 Mar 2007 06:40:17 -0000 Received: (qmail 15582 invoked by uid 22791); 20 Mar 2007 06:40:16 -0000 X-Spam-Check-By: sourceware.org Received: from quechua.inka.de (HELO mail.inka.de) (193.197.184.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Mar 2007 06:40:13 +0000 Received: from raven.inka.de (uucp@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1HTY0w-0006bB-0z; Tue, 20 Mar 2007 07:40:10 +0100 Received: by raven.inka.de (Postfix, from userid 1000) id 670DB3AB2D; Tue, 20 Mar 2007 07:37:55 +0100 (CET) Date: Tue, 20 Mar 2007 06:40:00 -0000 From: Josef Wolf To: gdb@sourceware.org Subject: Re: Insight can't find iwidgets when built outside source directory. Message-ID: <20070320063755.GD26951@raven.wolf.local> Mail-Followup-To: Josef Wolf , gdb@sourceware.org References: <20070319193420.GC26951@raven.wolf.local> <20070319194417.GA17489@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070319194417.GA17489@caradoc.them.org> User-Agent: Mutt/1.5.9i 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/msg00224.txt.bz2 On Mon, Mar 19, 2007 at 03:44:17PM -0400, Daniel Jacobowitz wrote: > On Mon, Mar 19, 2007 at 08:34:20PM +0100, Josef Wolf wrote: > > 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. Oh. I thought insight is covered by the gdb project since it is pretty much woven into gdb. > > 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. Thanks. Since I want both, gdb _and_ insight, I'll probably build gdb+gdbserver from gdb sources, totally avoiding the mentioned problem. I just thought it would make sense to fix the real problem.