Skip to content
New issue

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

Can't find sbcl.core #31

Open
charJe opened this issue Jun 24, 2021 · 1 comment
Open

Can't find sbcl.core #31

charJe opened this issue Jun 24, 2021 · 1 comment

Comments

@charJe
Copy link

charJe commented Jun 24, 2021

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
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants