From: Manuel Zabelt Date: 2001-08-15T20:11:14+09:00 Subject: [ruby-talk:19766] Re: Compiling Ruby with cygwin and Tk support WATANABE Hirofumi wrote: > 1) Download Tcl/Tk source package from your nearest Cygwin mirror site: > http://cygwin.com/mirrors.html > latest/tcltk/tcltk-20001125-1-src.tar.gz (5656102 bytes) > > Extract headers. > > $ tar xfvz tcltk-20001125-1-src.tar.gz tcltk-20001125-1/tk/xlib/X11 > $ cp -av tcltk-20001125-1/tk/xlib/X11 /usr/include > > And run configure with --enable-shared (recommended). > I tried this one. But there is another problem: There seems to be no Makefile in the ext/tcltlib directory of the ruby source tree. The compiler does not even touch any file in this directory. This can't be normal, can it? thanks manu