From: "Gerardo Santana Gómez Garrido" Date: 2006-03-29T13:51:35+09:00 Subject: Re: Require "tk" on linux 2006/3/28, Jeppe Jakobsen : > Yes I saw it but I don't quite understand. For one thing, I don't seem to > have a directory called ext/tcltklib. I can't find it and neither can my > search function. > I don't have a directory called /usr/swf either. You need Ruby's source code, ext/tcltklib is there. You need Tcl/Tk's header files and libraries. Depending on your Linux distribution, you'd need a *-devel and a *-lib package or something similar. Then substitute /usr/sfw with the path where those files are installed. Don't forget to read ext/tcltklib/README.1st -- Gerardo Santana