On 2014-01-14 10:45, Corinna Vinschen wrote:
And, having said that, I'm wondering why Cygwin has two dirs:/usr/lib/tcl8.5 /usr/lib/tcl8 with the latter having two subdirs, 8.4 and 8.5. What's the deal here?
There are two different ways of providing tcl extensions, packages and modules, the latter being new in 8.5 but AFAICS hasn't taken off. You can read more about them here:
http://wiki.tcl.tk/37432 http://wiki.tcl.tk/12999 Yaakov