From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20299 invoked by alias); 25 Jun 2003 18:31:53 -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 13294 invoked from network); 25 Jun 2003 17:42:19 -0000 Received: from unknown (HELO mail.drexel.edu) (144.118.25.40) by sources.redhat.com with SMTP; 25 Jun 2003 17:42:19 -0000 Received: from webmail.drexel.edu (webmail.drexel.edu [144.118.25.20]) by mail.drexel.edu (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0HH1000TXT6IWF@mail.drexel.edu> for gdb@sources.redhat.com; Wed, 25 Jun 2003 13:42:18 -0400 (EDT) Date: Wed, 25 Jun 2003 18:31:00 -0000 From: nak26 Subject: RE: pthread_db innitializing error To: Daniel Jacobowitz Cc: gdb Message-id: <3EF9EED0@webmail.drexel.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-WebMail-UserID: nak26 X-EXP32-SerialNo: 00003005 X-SW-Source: 2003-06/txt/msg00479.txt.bz2 > >Eh? It sounds like you're not using the right libraries at all. >solib-absolute-prefix should point to a copy of the target filesystem >layout - the target's versions of libraries. It shouldn't search /lib >at all. > I meant to say solib-search-path... > >Probably symbol resolution is not working; most likely because you have >the wrong libpthread on the host. > What do you mean by "you have the wrong libpthread on the host"? How can I doctor this? Thanks, --Nik