Skip to content
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

Windows users must pass -pgml=gcc to ghc manually when compiling binaries with the Haskell Platform #68

Open
Ralith opened this issue Jun 10, 2013 · 0 comments

Comments

@Ralith
Copy link
Collaborator

Ralith commented Jun 10, 2013

This occurs because the Haskell Platform links using the gcc (and MinGW) it ships with, causing the Haskell Platform libstdc++ to be linked, which is unlikely to be binary-compatible with a libstdc++ provided by a system MinGW as would typically be used to compile LLVM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant