Nathan Folkman wrote:

What you need to do is build a version of Tcl that has support for threads,
but does not use the "Zippy" allocator. I seem to remember there being
issues with core Tcl that did not allow you to do this easily, but you'd
have to double check. Maybe try something like "--enable-threads
--disable-thread-alloc."

If I recall from when I was poking at this, there is no configure flag to disable the threaded allocator; instead you need to edit the generated Makefile after you run "configure" and remove -DUSE_THREAD_ALLOC=1 from AC_FLAGS. And of course, 'make clean' before remaking or nothing will change.

-J


--
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