-
Notifications
You must be signed in to change notification settings - Fork 6
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
get cabal repl working #7
Comments
on shell.nix having
using
So it might be that the missing |
by the way. Originally the issue says that
but I get |
ghci doesn't know where to look for the right shared libraries. Maybe cabal isn't passing them in correctly or something. so somehow we have to add to the ghci shared library path (maybe set the LD_LIBRARY_PATH environment variable? That's probably too easy) |
Solved it, but not elegantly: So pkgs.bohemgc provides libgc.so.1 I copied libgc.so.1 into a new There should be a more elegant solution using Nix. |
to reference it on sil.cabal I added |
by adding to get |
This is solved by giving complete path to In my case:
|
Might be able to have Gitter:
|
Original Issue: sfultong/stand-in-language#16
: user specified .o/.so/.DLL could not be loaded (libjumper.so: cannot open shared object file: No such file or directory)
Whilst trying to load: (dynamic) jumper
Additional directories searched: (none)
The text was updated successfully, but these errors were encountered: