On Friday, July 12, 2013 14:25 CEST, Edd Barrett <vex...@gmail.com> wrote: > On Thu, Jul 11, 2013 at 08:24:20AM -0400, Stuart Cassoff wrote: > > Can you use the -threaded FLAVOR? > > Yes, but you have to build anything that then depends upon tcl manually.
Instead of using the threaded tcl flavor, maybe the same trick I use with net/coccinella helps for you too: $ cat /usr/local/bin/coccinella #!/bin/ksh # for VoIP we need to have threading export LD_PRELOAD=libpthread.so exec /usr/local/lib/coccinella/Coccinella.tcl > > -- > Best Regards > Edd Barrett > > http://www.theunixzoo.co.uk >