From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuriy Dudko To: insight@sourceware.cygnus.com Subject: Instructions on how to enable Insight during gdb compilation Date: Thu, 15 Jun 2000 06:09:00 -0000 Message-id: <3948D5CA.C3351ED9@cdt.com> X-SW-Source: 2000-q2/msg00268.html Hello, I didn't find any instructions on how to enable Insight GUI for gdb 5.0 either on http://sourceware.cygnus.com/insight/ or in GDB documentation. Browsing through GDB source tree I found the only references to GUI for gdb using "./configure --help" in gdb/ subdirectory of the gdb source tree. The following options seemed to be relevant to GUI: --with-tclconfig= --with-tkconfig= --with-tclinclude= --with-tkinclude= --with-itclconfig= --with-itkconfig= --enable-gdbtk So I installed Itcl/Itk and Tix on my computer, updated paths to Tcl/Tk, Itcl/Itk and Tix directories (or made an appropriate symlinks). As a result of this, during compilation the file gdbtk/generic/gdbtk.c could not be found. I wonder if GDBTK is outdated and no longer included in a source tree and a different option should be used to compile gdb with Insight. Looking through a gdb tar-ball I haven't found any files or directories containing "gdbtk" in them. So to compile with Insight you need some additional files in addition to gdb 5.0 source tar-ball, don't you? Sincerely, Yuriy.