public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Is there a 64-bit Solaris distribution of gdb?
@ 2007-11-14 23:05 Gordon Prieur
  2007-11-15  0:51 ` Michael Snyder
  0 siblings, 1 reply; 2+ messages in thread
From: Gordon Prieur @ 2007-11-14 23:05 UTC (permalink / raw)
  To: gdb

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.

Thanks,
Gordon

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is there a 64-bit Solaris distribution of gdb?
  2007-11-14 23:05 Is there a 64-bit Solaris distribution of gdb? Gordon Prieur
@ 2007-11-15  0:51 ` Michael Snyder
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Snyder @ 2007-11-15  0:51 UTC (permalink / raw)
  To: Gordon Prieur; +Cc: gdb

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-15  0:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-14 23:05 Is there a 64-bit Solaris distribution of gdb? Gordon Prieur
2007-11-15  0:51 ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).