|
From: Andrew P. <and...@gm...> - 2011-02-27 23:49:14
|
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 |