From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Erland Lewin Cc: Subject: Re: Difficulty for community involvment in gdb Date: Thu, 02 Aug 2001 08:05:00 -0000 Message-id: References: <3B693AC7.4050106@voxi.com> X-SW-Source: 2001-08/msg00021.html On Thu, 2 Aug 2001, Erland Lewin wrote: > > ./gdb > ide_initialize_paths failed: Can't find the GUI Tcl library in the > following directories: > /usr/src/programming/gdb-cvs/build/usr/share/cygnus/gui > /usr/src/programming/gdb-cvs/build/share/cygnus/gui > /usr/src/programming/gdb-cvs/share/cygnus/gui /usr/libgui/library > /usr/src/programming/gdb-cvs/build/usr/share/cygnus/ide > /usr/src/programming/gdb-cvs/build/share/cygnus/ide > /usr/src/programming/gdb-cvs/share/cygnus/ide /usr/libide/library Since you did the "cvs update -d", you picked up Tcl, Tk, Itcl, Tix, blah, blah, and gdb/gdbtk. In other words, insight. (See http://sources.redhat.com/insight .) You can always run an insight executable with the "-nw" flag to suppress the gui. (Or configure with "--enable-gdbtk=no" or get rid of all the superfluous directories, especially gdb/gdbtk.) Keith