From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6015 invoked by alias); 20 May 2004 21:05:49 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5990 invoked from network); 20 May 2004 21:05:48 -0000 Received: from unknown (HELO fed1rmmtao10.cox.net) (68.230.241.29) by sourceware.org with SMTP; 20 May 2004 21:05:48 -0000 Received: from ip68-3-5-250.ph.ph.cox.net ([68.3.5.250]) by fed1rmmtao10.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040520210546.TVNJ23237.fed1rmmtao10.cox.net@ip68-3-5-250.ph.ph.cox.net> for ; Thu, 20 May 2004 17:05:46 -0400 Received: (qmail 8891 invoked from network); 20 May 2004 21:05:48 -0000 Received: from localhost (HELO cox.net) (127.0.0.1) by ip68-3-5-250.ph.ph.cox.net with SMTP; 20 May 2004 21:05:48 -0000 Message-ID: <40AD1DA8.3090809@cox.net> Date: Thu, 20 May 2004 21:05:00 -0000 From: "Stephen P. Smith" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: Kevin Buettner CC: gdb Subject: Re: shared library support Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00140.txt.bz2 ./gdb/solib-svr4.c warning ("no shared library support for this OS / ABI"); Sorry about misleading you. sps Kevin Buettner wrote: >On Tue, 18 May 2004 10:08:56 -0700 >"Stephen P. Smith" wrote: > > > >>Kevin Buettner wrote: >> >> >> >>>Where, precisely, is that message coming from? >>> >>> >>I don't know where it is coming from. I am using the insight tree, but >>I have verified that the GDB code has been mucked with. The source was >>fetched on the 14th from CVS. >> >> > >Would you mind searching for the error message in your source tree? I >looked for the message you quoted earlier today in a set of up-to-date >gdb sources, but came up empty. > >You might also try placing a breakpoint on error() or warning() to >find out where this message is being generated. > >Kevin > > > >