shcl
shcl copied to clipboard
Can't find sbcl.core
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?
Try setting SBCL_HOME to where your sbcl.core file lives.
In my case, it's SBCL_HOME=/usr/lib/sbcl