Samuel Sparks wrote: > /usr/src/gdb-6.8-2/libgui/src/tclwinprint.c:26:22: tkWinInt.h: No such > file or directory
AFAIK libgui is a component of insight. So it looks like you've got a full copy of the gdb+insight tree, as opposed to a plain gdb tree. (Insight is an overlay on top of the gdb tree.) If you don't want to build insight (which is what --disable-gdbtk means) then you shouldn't have those directories in your source tree. You didn't state what method you used to get the source, but I suggest using a gdb release tarball downloaded from the gdb site, as it will not contain any of the insight components. If you are using the gdb source package from Cygwin then it's going to have all the insight components as Cygwin's gdb includes insight. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/