[elephant-devel] Re: SBCL exits abnormally when compiling sleepycat.lisp

Howard Yeh hayeah at gmail.com
Fri Jun 30 21:34:30 UTC 2006


I figured out the problem for ACL80. Haven't tried to get SBCL working yet...

I think the reason is that for allegro UFFI simply uses the "load"
function. Apparently load expects the ".so" extension for foreign
libraries.

So if your system has a version number attached to the end, then
allegro will load it as a lisp source... or whatever. Hence the
"whitespace in token" error.

I am guessing your pthread .so has a version number, whereas libpth doesn't.

All tests passed for ACL80.  \0/



More information about the elephant-devel mailing list