Hi, At Thu, 4 Apr 2002 03:20:25 +0900, Tobias DiPasquale wrote: > I tracked down the problem with the Tk on my Debian box. It > was never getting built when I built Ruby 1.6.7 from source because > the have_header("tcl.h") test failed. However, I __DO__ have this > header file. It is in /usr/include/tcl8.3. How do I pass this into > either the configure script or the ext/extmk.rb script to get it to > recognize the location of the header files? Any ideas? TIA! Try --with-tcl-include=/usr/include/tcl8.3 for configure. -- Nobu Nakada