From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Peschko To: Keith Seitz Cc: gdb@sources.redhat.com Subject: Re: using perl in gdbinit Date: Wed, 28 Feb 2001 14:49:00 -0000 Message-id: <20010228144907.A28215@excitehome.net> References: <20010228142124.A28042@excitehome.net> X-SW-Source: 2001-02/msg00436.html On Wed, Feb 28, 2001 at 02:29:28PM -0800, Keith Seitz wrote: > On Wed, 28 Feb 2001, Edward Peschko wrote: > > > I didn't see [Insight] inside gdb-5.0... is it integrated with the standard > > distribution or an add on? > > If you normally download snapshots, you'll need to grab the "insight" > one. It's huge, unfortunately, because it still requires its own versions > of tcl, tk, incrTcl, tix. hm. I guess, why is it not integrated into 'configure'? ie - why can't you say configure --enable-tcl and download the tcl package separately? Personally I don't want to have a gui on top of gdb (for that I use ddd), but I *would* want the extra syntax power that tcl embedded into gdb would give me. Ed