From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20006 invoked by alias); 4 Jan 2010 00:04:21 -0000 Received: (qmail 19998 invoked by uid 22791); 4 Jan 2010 00:04:20 -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; Mon, 04 Jan 2010 00:04:16 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 51E8810D2C; Mon, 4 Jan 2010 00:04:14 +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 3CBF1108B0; Mon, 4 Jan 2010 00:04:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1NRaQf-0007qO-Cp; Sun, 03 Jan 2010 19:04:13 -0500 Date: Mon, 04 Jan 2010 00:04:00 -0000 From: Daniel Jacobowitz To: Chris Sutcliffe Cc: gdb@sourceware.org Subject: Re: libiberty Message-ID: <20100104000413.GA30073@caradoc.them.org> Mail-Followup-To: Chris Sutcliffe , gdb@sourceware.org References: <2bf229d31001031421o4c8ecfc4h37a5387ce32558ec@mail.gmail.com> <20100103224555.GA17181@caradoc.them.org> <2bf229d31001031526n17bb122q5554a0c29b0523a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2bf229d31001031526n17bb122q5554a0c29b0523a@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/msg00037.txt.bz2 On Sun, Jan 03, 2010 at 06:26:24PM -0500, Chris Sutcliffe wrote: > Fair enough, is there a way to add a prefix specifically to gdb's > libiberty (i.e. instead of installing to lib32/libiberty.a install to > lib32/gdb/libiberty.a), or perhaps add a suffix (like libiberty.gdb.a) > so as to not cause a conflict with binutils' libiberty? Just don't install the file. It is a static archive; it is only used to build GDB. -- Daniel Jacobowitz CodeSourcery