Please apply the following patch fragment to find 
tk.h etc on recent Debian.
--- conf/configure.in.tk       Tue Nov  7 21:40:15 2000
+++ conf/configure.in.tk     Fri May 10 18:11:30 2002
@@ -114,7 +115,10 @@
$x_includes/tk \
$x_includes \
/usr/include \
-                /usr/include/tcl"
+                /usr/include/tcl \
+                /usr/include/tcl$TKVERS \
+                /usr/include/tcl$TK_ALT_VERS \
+                /usr/include/tcl$TK_HI_VERS" 
dnl /usr/include/tcl for debian/linux
TK_LIB_PLACES_D="$d \ 
$d/lib \
btw, it surprises me that I have to report this, as 
the sourceforge compile farm is so debian dominated.
-neil
Logged In: YES
user_id=341994
the attached patch to Makefile.in makes building a tclcl
debian package possible.
patch to allow compiling a debian package of otcl.
patch to allow compiling .deb of tclcl