From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27938 invoked by alias); 21 Mar 2007 16:20:32 -0000 Received: (qmail 27930 invoked by uid 22791); 21 Mar 2007 16:20:31 -0000 X-Spam-Check-By: sourceware.org Received: from fed1rmmtao101.cox.net (HELO fed1rmmtao101.cox.net) (68.230.241.45) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Mar 2007 16:20:25 +0000 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao101.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070321162024.QNVI748.fed1rmmtao101.cox.net@fed1rmimpo01.cox.net>; Wed, 21 Mar 2007 12:20:24 -0400 Received: from [127.0.0.1] ([68.5.129.201]) by fed1rmimpo01.cox.net with bizsmtp id dULP1W00H4LrGeU0000000; Wed, 21 Mar 2007 12:20:23 -0400 Message-ID: <46015B49.9080001@cox.net> Date: Wed, 21 Mar 2007 16:20:00 -0000 From: Don Mies User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: gdb@sourceware.org CC: Daniel Jacobowitz Subject: Re: GDB Can't Find My Shared Libraries References: <46015360.9070701@cox.net> <20070321155916.GA7689@caradoc.them.org> In-Reply-To: <20070321155916.GA7689@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00255.txt.bz2 Daniel, That was it. Thank you very much! Daniel Jacobowitz wrote: > On Wed, Mar 21, 2007 at 08:46:40AM -0700, Don Mies wrote: > > >> I'm having a lot of trouble with gdb not finding my shared libraries... > 99% of the time, this symptom means that your shell startup files are > clobbering LD_LIBRARY_PATH. GDB runs the program by invoking a > subshell to handle command line processing. I recommend checking that. > >