I've got Tcl8.5 installed (debian package).
I need the Thread library. When I do a package require Thread
, it fails to find the package. However, tcl_platform(threaded)
is set to true.
Why is this the case? Do I need to grab another package? I have tcllib.