Can't find tcltklib

A couple of weeks ago, I had installed 1.8.2.

Though I know I have tk installed on my system, Ruby doesn't seem to be able
to find it when I try to experiment with some ruby tk stuff.

Basically, it can't find 'tcltklib' (included in the tk.rb file).

How do I get ruby to see where my tk stuff is? Is there a switch I should
have included when running the configure switch?

Thanks,
KPB

Keith P. Boruff wrote:

A couple of weeks ago, I had installed 1.8.2.

Though I know I have tk installed on my system, Ruby doesn't seem to be
able to find it when I try to experiment with some ruby tk stuff.

Basically, it can't find 'tcltklib' (included in the tk.rb file).

How do I get ruby to see where my tk stuff is? Is there a switch I should
have included when running the configure switch?

Thanks,
KPB

Nevermind. I found the ext/tcltklib directory and the README file there so I
should be fine.

Sorry to bother.

KPB