From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 663 invoked by alias); 12 Oct 2006 04:29:07 -0000 Received: (qmail 576 invoked by uid 22791); 12 Oct 2006 04:29:05 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 12 Oct 2006 04:29:03 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-254-18.inter.net.il [84.229.254.18]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EXD68468 (AUTH halo1); Thu, 12 Oct 2006 06:28:58 +0200 (IST) Date: Thu, 12 Oct 2006 04:29:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: mark.kettenis@xs4all.nl, brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <20061011203928.GA9409@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 11 Oct 2006 16:39:28 -0400) Subject: Re: [rfc] Clarify shared library warning Reply-to: Eli Zaretskii References: <20061010145213.GA20993@nevyn.them.org> <20061010213438.GC1059@adacore.com> <20061011133756.GB25164@nevyn.them.org> <9704.82.92.89.47.1160598745.squirrel@webmail.xs4all.nl> <20061011203928.GA9409@nevyn.them.org> 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-10/txt/msg00134.txt.bz2 > Date: Wed, 11 Oct 2006 16:39:28 -0400 > From: Daniel Jacobowitz > Cc: Joel Brobecker , Eli Zaretskii , > gdb-patches@sourceware.org > > Would you all be happy with this compromise? > > warning: .dynamic section for "/lib/libc.so.6" is not at the expected > address (wrong shared library found?) This doesn't mention the problem with the library version, which to me is a very important clue. I think version mismatch is a much more likely problem than a library mismatch.