If you have downloaded the recommend distribution by just pressing
download on:
http://sourceforge.net/projects/tcl/
you have the Thread package in the subfolder "pkgs".
Now, why did it not build or install ?
Well, if you use the
makefile.vc in the windows folder, it should
install as a bundeled package.
So:
nmake -f
makefile.vc release OPTS=threads
nmake -f
makefile.vc install OPTS=threads INSTALLDIR=c:\test\tcl860
should do it.
Please place your source and install files in a path without spaces.
Hope this helps,
Harald