Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

can't start chibi-scheme-static if shared object exist in default path #897

Open
chk-jxcn opened this issue Feb 21, 2023 · 0 comments
Open

Comments

@chk-jxcn
Copy link
Contributor

If shared object exist, start chibi-scheme-static show follow error:

ERROR: couldn't find builtin library: "/usr/local/lib/chibi/srfi/69/hash.so"

Maybe could skip function file_exists_p if sexp_find_static_library fail and path end with ".so" and static compiled.

    if (sexp_find_static_library(path) || file_exists_p(path, buf))
      return path;
    free(path);

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

No branches or pull requests

1 participant