From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26359 invoked by alias); 20 Oct 2004 21:46:43 -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 26336 invoked from network); 20 Oct 2004 21:46:42 -0000 Received: from unknown (HELO blount.mail.mindspring.net) (207.69.200.226) by sourceware.org with SMTP; 20 Oct 2004 21:46:42 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CKOI4-0005C8-00; Wed, 20 Oct 2004 17:46:40 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 935C04B102; Wed, 20 Oct 2004 17:47:10 -0400 (EDT) Date: Wed, 20 Oct 2004 23:11:00 -0000 From: Michael Chastain To: halla3@corp.earthlink.net Subject: Re: compile error on solaris 8 and 2.6 Cc: gdb@sources.redhat.com, brobecker@gnat.com Message-ID: <4176DCDD.nailDU3112UA9@mindspring.com> References: <1098287184.27340.41.camel@flagg> <20041020174438.GE3527@gnat.com> <4176AEA7.nail4LS113L23@mindspring.com> <1098301417.27340.114.camel@flagg> <1098303035.27340.134.camel@flagg> <4176CA13.nail4RV11TEFL@mindspring.com> <1098307136.27340.145.camel@flagg> In-Reply-To: <1098307136.27340.145.camel@flagg> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00387.txt.bz2 Andrew Hall wrote: > One last question. I noticed that gdb is attempting to install a > version of libiberty.a. That is also installed by my gcc pkg. Is there > anyway to get gdb to not build that lib and use the system version? I happen to install gcc and gdb in separate trees and add two lines to my $PATH instead of one. Then I don't have to care about multiple versions of libiberty.a getting installed. Michael