From: Hidetoshi NAGAI Date: 2007-02-24T16:48:26+09:00 Subject: Re: tcl interface From: Michael Satterwhite Subject: Re: tcl interface Date: Sat, 24 Feb 2007 12:01:50 +0900 Message-ID: <37043ce6f522a3b0eb12b3f07e94c322@ruby-forum.com> > I did. I've insured that tcl and tk (with development files) are > installed. I verified that the library files are in /usr/lib, and the > include files are in /usr/include/tcl8.4 > > I then rebuilt ruby with the following commands: > make clean Please "rm ext/tk/Makefile". > ./configure --prefix=/usr/ --with-tcllib=tcl8.4 --with-tklib=tk8.4 > --with-tcl-include =/usr/include/tcl8.4 --with-tcl-lib=/usr/lib > --with-tk-include=/usr/include/tcl8.4 --with-tk-lib=/usr/lib Maybe, '--enable-pthread' is required (depend on your Tcl/Tk library). > make > sudo make install -- Hidetoshi Nagai (nagai@ai.kyutech.ac.jp)