Forum OpenACS Q&A: Re: tcl platform not threaded

Collapse
Posted by Mark Marihugh on
Thanks for the reply Dave. I did this to install tcl8.4.9:

[root root]# cd /usr/local/src
[root src]# wget http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl8.4.9-src.tar.gz
[root src]# tar xfz tcl8.4.9-src.tar.gz
[root src]# cd tcl8.4.9/unix
[root unix]# ./configure --enable-threads
[root unix]# make install

As far as if I have more than one install, I don't know how to tell.

Thanks!