From: "Gerardo Santana Gómez Garrido" Date: 2006-01-03T11:21:36+09:00 Subject: Re: Ruby 1.8.4 and tcltk under Linux 2006/1/2, Mark Volkmann : > Got it! Here's what I had to do. > > 1) Download tcl8.4.12-src.tar.gz and tk8.4.12-src.tar.gz > http://www.tcl.tk/software/tcltk/downloadnow84.html > 2) Unzip and untar them into /opt/TclTk. > 3) ruby extconf.rb \ > --with-tcl-include=/opt/TclTk/tcl8.4.12/generic \ > --with-tk-include=/opt/TclTk/tk8.4.12/generic > 4) make > 5) make install > > Extracting the sources you get the header files, yes, but not the libraries. But still your post implies that somehow extconf.rb found the libraries, otherwise you wouldn't be able to build the tcltklib extension. I suppose your Linux distribution has the Tcl/Tk libraries already installed but not the header files. These header files are located in a so called development package or -devel I think. -- Gerardo Santana "Between individuals, as between nations, respect for the rights of others is peace" - Don Benito Ju�rez http://santanatechnotes.blogspot.com/