-
Notifications
You must be signed in to change notification settings - Fork 62
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
Build fails on 32-bit CentOS 6 #96
Comments
I believe this is happening during Template Haskell expansion, so GHCi is trying to load the I think these pages might be relevant: https://ghc.haskell.org/trac/ghc/wiki/DynamicGhcPrograms In addition, this page suggests that the default behavior of the GHCi linker might be different on 32-bit Linux than it is on 64-bit Linux: |
I managed to fix this by somewhat extensive refactoring to avoid the |
Modify saw-core external-format parser to use fresh `ExtCns` indices.
While building later packages we get the following error:
__fixunssfdi
is floating-point conversion function, and a symbol that should be inlibgcc
, as I understand it. I've no idea why it is being referenced or why it is not found.The text was updated successfully, but these errors were encountered: