SquircleSpace / shcl

SHell in Common Lisp
Apache License 2.0
318 stars 17 forks source link

"Fatal error: Cannot save core with multiple threads running" on a simple "make" #11

Open phmarek opened 6 years ago

phmarek commented 6 years ago

see above; the problem comes from my ~/.sbclrc initializing swank.

With a --no-userinit in the Makefile QL is not initialized, and so the required libraries are not found.

How should we fix this? Include a QL stub here, or have a way to autodetect/configure the QL software directory?

phmarek commented 6 years ago

I guess that --no-userinit would now make some sense.