On Fri, Oct 16, 2009 at 01:09:55PM -0400, Dossy Shiobara wrote:
> Sorry, it appears that pthreads should be part of glibc and glibc-devel.
>  Check for those.

What?  Any vaguely normal Linux system is certainly going to have
POSIX threads support, so looking at that stuff is a waste of time.
What the original poster needs is:

1. A Tcl correctly configured and built using --enable-threads.  He
   absolutely definitely needs this.

2. Optionally, the Tcl Thread Extension, for the enhanced
   AOLserver-compatible tsv support, etc.  This stuff:
     http://tcl.cvs.sourceforge.net/viewvc/tcl/thread/doc/html/
     
http://tcl.cvs.sourceforge.net/viewvc/*checkout*/tcl/thread/doc/html/tsv.html?revision=1.16
   On Ubuntu the Thread Extension is the "tclthread" package.

Your distribution might have #1 available as a pre-built binary
package, or it might not.  If not, you need to compile Tcl yourself,
either from source in the normal cross-platform Tcl manner, or by
rebuilding your distribution's source package with different options.

Recent versions of Ubuntu build Tcl with thread support, but
historically, most Linux and Unix systems built Tcl single-threaded.

-- 
Andrew Piskorski <[email protected]>
http://www.piskorski.com/


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
<[email protected]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to