public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* compiling and using insight
@ 1999-08-18 10:02 Jeff.Walker
  1999-08-18 10:56 ` James Ingham
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff.Walker @ 1999-08-18 10:02 UTC (permalink / raw)
  To: insight

I am trying to get and compile insight.

My question is this:  I have the "snapshot" that you provide, but how do I
use it.

Inside it is tcl/tk, gdb and looks like maybe more stuff.  I already have
tcl/tk & gdb, all I need is insight.  It seems to be a front-end to gdb, so
it seems that it should just use the gdb that I have installed.

The documentation included in the archive is totally vague, it doesn't
mention the word "insight" anywhere.

-Jeff Walker
jeff.walker@autozone.com


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

* compiling and using insight
  1999-08-18 10:02 compiling and using insight Jeff.Walker
@ 1999-08-18 10:56 ` James Ingham
  0 siblings, 0 replies; 2+ messages in thread
From: James Ingham @ 1999-08-18 10:56 UTC (permalink / raw)
  To: Jeff.Walker; +Cc: insight

Jeff,

Couple of things.  First, Insight is the official (i.e. marketing)
name for what we have internally been calling GDBTk for quite some
time now.  Thus the few references to Insight.  Consider GDBTk a
misspelling of Insight (everyone knows engineers can't spell!)

GDBTk is a compiled in front end to gdb, so you can't use your extant
gdb.  It also relies on some hacked version of Tcl/Tk (various bug
fixes we needed that haven't made it into the Scriptics sources...)

We will work to remove the dependency on our local Tcl hacks over
time, so that you can use the Net version (though it will probably be
the 8.2 version when we get to this.)  But GDBTk will remain a
compiled in extension to gdb, so it will require rebuilding gdb.

So, having said all this, how to build it?  Just like any other bit of 
GNU software, untar is somewhere, if you are building a native
debugger, do

./configure --prefix=/wherever/you/want
make all-gdb
make install-gdb

and if all goes well, in an hour or so you should be done.

Jim

 > 
 > 
 > I am trying to get and compile insight.
 > 
 > My question is this:  I have the "snapshot" that you provide, but how do I
 > use it.
 > 
 > Inside it is tcl/tk, gdb and looks like maybe more stuff.  I already have
 > tcl/tk & gdb, all I need is insight.  It seems to be a front-end to gdb, so
 > it seems that it should just use the gdb that I have installed.
 > 
 > The documentation included in the archive is totally vague, it doesn't
 > mention the word "insight" anywhere.
 > 
 > -Jeff Walker
 > jeff.walker@autozone.com
 > 
 > 
 > 

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

end of thread, other threads:[~1999-08-18 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-18 10:02 compiling and using insight Jeff.Walker
1999-08-18 10:56 ` James Ingham

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).