If you want to use Ruby/Tk (tk.rb and so on), you must have tcltklib.so which is working correctly. If you fail to call 'require "tcltklib"', you may not have tcltklib.so. When you have some troubles on compiling tcltklib, please read README files on tcltklib. Even if there is a tcltklib.so on your Ruby library directry, it will not work without Tcl/Tk libraries (e.g. libtcl8.4.so) on your environment. You must also check that your Tcl/Tk is installed properly.


( the following is written in EUC-JP )

Ruby/Tk (tk.rb ????) ????????????????????tcltklib.so ?????????????? ?????????????????????????? 'require "tcltklib"' ???????????????????? tcltklib.so ????????????????????????????????????????????tcltklib ?? ??????????????????????????????????????????tcltklib ?? README ???????? ???????????????? ?????? Ruby ?????????????????????????? tcltklib.so ???????????????????? ?????????????? Tcl/Tk ?????????? (libtcl8.4.so ????) ?????????????????? ??????Tcl/Tk ????????????????????????????????????????????????????????

Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)