shcl icon indicating copy to clipboard operation
shcl copied to clipboard

Can't find sbcl.core

Open charJe opened this issue 3 years ago • 1 comments

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?

charJe avatar Jun 24 '21 14:06 charJe

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

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

armlesshobo avatar Dec 30 '21 16:12 armlesshobo