Hello,
I finally compiled SBCL 1.0.4.5 for Linux 2.6.17-11-powerpc ppc.
When running the tests (cd tests && sh run-tests.sh) I have errors about
threads, I'm not surprised.
Is that a very hard job to make "experimental" threads available for ppc
with sbcl 1.0 ? May I hope for some help for this plateform ?
Cheers,
FV
CL-USER> (sb-thread:make-thread (lambda () (write-line "Hello, world")))
Not supported in unithread builds.
[Condition of type SIMPLE-ERROR]
Restarts:
0: [ABORT-REQUEST] Abort handling SLIME request.
1: [ABORT] Exit debugger, returning to top level.
Backtrace:
0: (SB-THREAD:MAKE-THREAD #<unavailable argument>)
1: (SB-INT:SIMPLE-EVAL-IN-LEXENV (SB-THREAD:MAKE-THREAD (LAMBDA NIL
(WRITE-LINE "Hello, world"))) #<NULL-LEXENV>)
FV
|