-
Notifications
You must be signed in to change notification settings - Fork 9
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
GHC linker error - undefined symbol: mblock_address_space #13
Comments
oh, probably a missing c library? |
Apologies, I did not see this issue (did not spend time on this recently, very busy). |
I am encountering the same problem. GHC version 8.8.4. This is using the current Searching for I am running on an x86_64 arch linux system. |
Thanks for the report @Qqwy |
No worries! It might indeed also have been caused by the fact that GHC is also being linked dynamically on my machine (with unfortunately not an easy option to turn it off... I'm using Arch by the way 😅 ). |
I haven't investigated this closely, but when I try to compile with packman I get this:
I copied the code I needed into my app for the moment. Has anyone seen this error?
The text was updated successfully, but these errors were encountered: