From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Edward Peschko Cc: gdb@sources.redhat.com Subject: Re: using perl in gdbinit Date: Wed, 28 Feb 2001 15:03:00 -0000 Message-id: References: <20010228144907.A28215@excitehome.net> X-SW-Source: 2001-02/msg00437.html On Wed, 28 Feb 2001, Edward Peschko wrote: > On Wed, Feb 28, 2001 at 02:29:28PM -0800, Keith Seitz wrote: > > On Wed, 28 Feb 2001, Edward Peschko wrote: > > > > 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. Sorry, this is only offered when Insight is around. You could probaby hack up your own version of gdb for use with ddd which adds your perl interpreter. Keith