when I run configure I get the error: --snip-- checking for tgetent in -lncurses... yes checking for Tcl configuration... found /usr/local/src/gdb+dejagnu-20000417/tcl/unix/tclConfig.sh checking for Tk configuration... found /usr/lib/tkConfig.sh checking for Tcl private headers. dir=unix... found in /usr/local/src/gdb+dejagnu-20000417/tcl/generic checking for Tk private headers... checking for tk.h... yes is installed checking for Itcl private headers. srcdir=.... configure: error: Can't find Itcl private headers root:/usr/local/src/gdb+dejagnu-20000417/gdb$ I looked through the configure script and it looks like it expects a directory itcl to exist in the gdb+dejagnu-20000417 directory, but it isn't there. On my machine the file itcl.h exists in /usr/include, but the configure script doesn't seem to know to look there. Am I doing something wrong? Thank you, -Jon Wilkening