Yes. > -----Original Message----- > From: jaco / titine.fr.eu.org [mailto:jaco / titine.fr.eu.org]On Behalf Of > Eric Jacoboni > Sent: Sunday, May 20, 2001 6:10 AM > To: ruby-talk ML; ruby-talk / netlab.co.jp > Subject: [ruby-talk:15423] Re: tklib > > > >>>>> "Michael" == Michael Koh <mkoh / cs.indiana.edu> writes: > > Michael> require 'tk' > Michael> root = TkRoot.new { title "Ex1" } > Michael> TkLabel.new(root) { > Michael> text 'Hello, World!' > Michael> pack { padx 15 ; pady 15; side 'left' } > Michael> } > Michael> Tk.mainloop > > runs fine here (ruby 1.6.4 (2001-05-17) [i386-freebsd4.3]) > > Michael> I get the following error messages. > > Michael> /usr/local/lib/ruby/1.6/tk.rb:7:in `require': ld.so.1: > ruby: fatal: > Michael> libtk.so: open failed: No such file or directory - > > Is Tk installed on your box ? > > -- > Éòic Jacoboni, nil y a 1293799013 secondes >