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
ghc Version 7.6.3:
mapa2lts-dist dyld: Library not loaded: /Users/ian/zz64/ghc-7.6.3/libffi/build/inst/lib/libffi.6.dylib Referenced from: libscoop.so Reason: image not found [1] 80563 trace trap mapa2lts-dist
Turns out the dynamic library for scoop refers to libffi with a hard-coded path to Ian's machine!
haskell/haskell-platform#27
The text was updated successfully, but these errors were encountered:
This is solved by updating to ghc 7.8.3. This requires also an import of Data.Array.Unsafe in LibScoop.hs
Sorry, something went wrong.
buschko
No branches or pull requests
ghc Version 7.6.3:
mapa2lts-dist
dyld: Library not loaded: /Users/ian/zz64/ghc-7.6.3/libffi/build/inst/lib/libffi.6.dylib
Referenced from: libscoop.so
Reason: image not found
[1] 80563 trace trap mapa2lts-dist
Turns out the dynamic library for scoop refers to libffi with a hard-coded path to Ian's machine!
haskell/haskell-platform#27
The text was updated successfully, but these errors were encountered: