SquircleSpace / shcl

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

Can't find sbcl.core #31

Open charJe opened 3 years ago

charJe commented 3 years ago

I managed to build shcl on guix, but get this error when trying to run.

$ shcl
fatal error encountered in SBCL pid 10164 tid 10164:
Can't find sbcl.core

this is what the installed directory looks like:

├── bin
│   └── shcl
├── lib
│   └── libshcl-support.so
└── share
    └── doc
        └── sbcl-shcl-0.0.1
            └── LICENSE.txt

am I missing something?

armlesshobo commented 2 years ago

Try setting SBCL_HOME to where your sbcl.core file lives.

In my case, it's SBCL_HOME=/usr/lib/sbcl