|
From: Vladimir T. <vtz...@gm...> - 2011-02-28 08:10:55
|
Note that threads in clisp are still experimental - they are not officially released. There are still few known issues. When they are resolved - probably Fink/MacPorts will add --with-threads compilation option. Vladimir On 2/28/11, Andrew Pennebaker <and...@gm...> wrote: > Bordeaux Threads reports that threading is not enabled in Fink CLISP nor > MacPorts CLISP. > > Can Fink and MacPorts CLISP add --with-threads to the compilation options as > per gnu.org <http://www.gnu.org/software/clisp/impnotes/mt.html>? > > Specs: > > - Fink CLISP 2.48-1 > - MacPorts CLISP 2.49 > - Mac OS X 10.6.6 > - MacBook Pro 5,1 > > Test code: > > (ql:quickload 'bordeaux-threads) > (bt:make-thread (lambda () (format t "Hello Threads~%")) :name "thready") > > Trace: > > *** - There is no thread support in this instance. > > Cheers, > Andrew Pennebaker > |