From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1910 invoked by alias); 10 May 2006 21:11:29 -0000 Received: (qmail 1901 invoked by uid 22791); 10 May 2006 21:11:27 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 May 2006 21:11:16 +0000 Received: (qmail 3484 invoked from network); 10 May 2006 21:11:14 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 May 2006 21:11:14 -0000 To: gdb-patches@sourceware.org Cc: Kevin Buettner Subject: Re: RFA: More concise errors for missing shared libraries References: <20060509174426.GA9730@nevyn.them.org> From: Jim Blandy Date: Wed, 10 May 2006 21:11:00 -0000 In-Reply-To: <20060509174426.GA9730@nevyn.them.org> (Daniel Jacobowitz's message of "Tue, 9 May 2006 13:44:26 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00202.txt.bz2 Daniel Jacobowitz writes: > warning: Could not load shared library symbols for 2 libraries, e.g. /lib/libnss_dns.so.2. > Do you need "set solib-search-path" or "set solib-absolute-prefix"? Should message suggest trying 'info shared' to get the full list of libraries? People getting that message might not know about it.