We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Try setting SBCL_HOME to where your sbcl.core file lives.
In my case, it's SBCL_HOME=/usr/lib/sbcl
Sorry, something went wrong.
No branches or pull requests
I managed to build shcl on guix, but get this error when trying to run.
this is what the installed directory looks like:
am I missing something?
The text was updated successfully, but these errors were encountered: