From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11084 invoked by alias); 3 Jan 2010 22:46:02 -0000 Received: (qmail 11064 invoked by uid 22791); 3 Jan 2010 22:46:01 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Jan 2010 22:45:57 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 26AF610D2C; Sun, 3 Jan 2010 22:45:56 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 1643F108B0; Sun, 3 Jan 2010 22:45:56 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1NRZCt-0004Tv-Bj; Sun, 03 Jan 2010 17:45:55 -0500 Date: Sun, 03 Jan 2010 22:46:00 -0000 From: Daniel Jacobowitz To: Chris Sutcliffe Cc: gdb@sourceware.org Subject: Re: libiberty Message-ID: <20100103224555.GA17181@caradoc.them.org> Mail-Followup-To: Chris Sutcliffe , gdb@sourceware.org References: <2bf229d31001031421o4c8ecfc4h37a5387ce32558ec@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2bf229d31001031421o4c8ecfc4h37a5387ce32558ec@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-01/txt/msg00034.txt.bz2 On Sun, Jan 03, 2010 at 05:21:29PM -0500, Chris Sutcliffe wrote: > I'm building gdb for MinGW and I was wondering if gdb needs to use > it's own libiberty? If not, is it possible to link against the > libiberty included as part of binutils? How would I go about doing so > assuming it is possible? Generally GDB needs to use its own copy. Applications using libiberty always include their own copy for this reason. In practice, it may work, but you'd have to do it by hand. The build system does not support this. -- Daniel Jacobowitz CodeSourcery