From: 7stud -- Date: 2008-02-19T05:05:06+09:00 Subject: Re: ruby tk -- how do you get it working? Morton Goldberg wrote: > On Feb 18, 2008, at 2:52 AM, 7stud -- wrote: > >>> Sources of "tcltklib.so" are included in Ruby's source tree. >>> >> >> I searched my computer and I don't have any file by that name. > > > On some platforms (e.g., OS X) it won't have the '.so' extension. On > my iMac I get > > ~ mg: sudo find / -name tcltklib.* -print > Password: > /Users/mg/Projects/Ruby/Docs/tcltklib.eng.txt > /usr/lib/ruby/1.8/powerpc-darwin8.0/tcltklib.bundle > > If you are running OS X, tcltklib.bundle is what you should look for. > Ok, I found it: /usr/lib/ruby/1.8/universal-darwin8.0/tcltklib.bundle Now what do I do? -- Posted via http://www.ruby-forum.com/.