This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there a 64-bit Solaris distribution of 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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]