-
Notifications
You must be signed in to change notification settings - Fork 189
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
network installs on Windows with cabal, but cannot be linked #161
Comments
I've had this a bunch of times. I switched to MinGHC and the problems all went away: https://github.com/fpco/minghc My best guess is it was due to calling conventions and name mangling being configured wrongly, but I never really tracked it down. |
We just spent quite a while debugging this at fpco/minghc#42. It appears that the fix for this was written in December, but never released: @tibbe This is a major issue for Windows, can we get a patch release for this onto Hackage ASAP? |
Released as 2.6.1.0. |
Thank you! On Thu, May 7, 2015, 10:22 AM Johan Tibell [email protected] wrote:
|
Reproduced with GHC 7.8.3 in Platform 2014.2.0.0, and GHC 7.8.4 Windows binary by @joshcough. Applies to various versions, including (reinstalling) the exact version included with Platform.
Basics:
This is not like the various other network issues reported here. The network build completed successfully; it is just that the result can't be linked.
Basic reproduction explained in https://bitbucket.org/S11001001/ghc-7.8.4-windows-network/ ; originally found for ermine-language/ermine#17.
The text was updated successfully, but these errors were encountered: