From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9864 invoked by alias); 25 Apr 2007 02:31:11 -0000 Received: (qmail 9854 invoked by uid 22791); 25 Apr 2007 02:31:10 -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; Wed, 25 Apr 2007 03:31:08 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id E70394B267; Tue, 24 Apr 2007 21:31:06 -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 BAF524B262; Tue, 24 Apr 2007 21:30:58 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HgXHR-0004dQ-W1; Tue, 24 Apr 2007 22:30:53 -0400 Date: Wed, 25 Apr 2007 02:31:00 -0000 From: Daniel Jacobowitz To: Kip Warner Cc: Keith Seitz , gdb@sourceware.org Subject: Re: Problem Debugging wxWidgets Applications (more) Message-ID: <20070425023053.GA17802@caradoc.them.org> Mail-Followup-To: Kip Warner , Keith Seitz , gdb@sourceware.org References: <462E9AC5.5090407@redhat.com> <20070425012757.GA15155@caradoc.them.org> <1177464813.6434.31.camel@kip-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1177464813.6434.31.camel@kip-laptop> User-Agent: Mutt/1.5.15 (2007-04-09) 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-04/txt/msg00143.txt.bz2 On Tue, Apr 24, 2007 at 06:33:33PM -0700, Kip Warner wrote: > On Tue, 2007-24-04 at 21:27 -0400, Daniel Jacobowitz wrote: > > On Tue, Apr 24, 2007 at 05:03:17PM -0700, Keith Seitz wrote: > > > Error while mapping shared library sections: > > > /usr/lib/libwx_gtk2u_media-2.8.so.0: No such file or directory. > > > > Looks to me like something in this build of Insight is setting the > > shared library search prefix. I've had lots of bugs of people failing > > to set it, but this may be the first time I've seen it set > > unnecessarily... does "show solib-absolute-prefix" show anything > > enlightening? > > (gdb) show solib-absolute-prefix > Prefix for loading absolute shared library symbol files is "/usr/share". > > Any help? When you (or whoever else) built that Insight, they must have passed --with-sysroot=/usr/share. I can't guess why, but it's wrong. Try again without that, or manually "set solib-absolute-prefix /." (there's no way to set it to an empty string but that's close enough). -- Daniel Jacobowitz CodeSourcery