-
Notifications
You must be signed in to change notification settings - Fork 37
GHCi doesn't work: unknown symbol `__gmpn_rshift' #241
Comments
Yes, this is also reproducible on my machine. I don't think we could ever run |
I did a build using the old build system, using a
|
Yes, GHCi definitely is supported, and we only switched to dynamic linking in 7.8. Before that we used GHC's own home-grown linker, and in fact, every time you use Windows, you use the built in static linker. |
So, I found the cause: Hadrian incorrectly builds |
Using the same build as reported in #240, I'm getting the following error when trying to start
ghci
:(as reported in #240, my build didn't finish, but
ghc-stage2
exists, so I thinkghci
should work regardless)The
__gmpn_rshift
issue has come up before:The text was updated successfully, but these errors were encountered: