Hallo,
I get a problem using module Tk on Suse Linux 6.2
shortest possible example:
ruby -e 'require "tk.rb"'
produces:
/usr/local/lib/ruby/1.6/tk.rb:460: [BUG] Segmentation fault
ruby 1.6.2 (2000-12-25) [i686-linux]
btw: Line 460 of tk.rb is far too complex for my simple mind!
perl -e 'use Tk'
does not give any error!
Any hints?
Hubert Stiglbauer
--