From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20835 invoked by alias); 15 Nov 2007 00:51:58 -0000 Received: (qmail 20827 invoked by uid 22791); 15 Nov 2007 00:51:58 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Nov 2007 00:51:48 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id C02623BD59; Wed, 14 Nov 2007 16:32:55 -0800 (PST) Subject: Re: Is there a 64-bit Solaris distribution of gdb? From: Michael Snyder To: Gordon Prieur Cc: gdb@sources.redhat.com In-Reply-To: <473B7F34.3070902@sun.com> References: <473B7F34.3070902@sun.com> Content-Type: text/plain Date: Thu, 15 Nov 2007 00:51:00 -0000 Message-Id: <1195087336.12695.81.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit 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: 2007-11/txt/msg00152.txt.bz2 On Wed, 2007-11-14 at 15:05 -0800, Gordon Prieur wrote: > Hi, > > I'm looking for a (semi-official) 64-bit Solaris edition. Is one > available? > I looked through the 1st 2 pages of a google search and couldn't find any > reference to one. Hello Gordon! ;-) Grab your favorite gdb source release, and look at the files gdb/configure.tgt and gdb/configure.host. Look for the strings "sparcv9" and "sparc64". They are both there, as configure options to gdb. We don't do binary distros, although somebody might. It should be a simple matter to build it yourself. GDB prefers to have the build tree separate from the source tree: So... % tar xf gdb-x.x.tar.gz % mkdir build % cd build % ../gdb-x.x/configure --target=... % make all-gdb