This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |