-
Notifications
You must be signed in to change notification settings - Fork 697
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
Die if dynamic executable is requested on Windows #10217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. thanks!
827c188
to
11063a8
Compare
11063a8
to
84fe6b5
Compare
@jasagredo can you update this wiki page with a short paragraph on the Windows situation? https://gitlab.haskell.org/ghc/ghc/-/wikis/Linking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I'm an ideal reviewer given that I don't have a Windows install.
@Kleidukos I wish I could. I know that it doesn't work, but I don't know why it doesn't work 😄 |
@jasagredo curse. Send me the paragraph and I'll integrate it. :) |
This is the only info I have https://gitlab.haskell.org/ghc/ghc/-/wikis/windows-dynamic-linking and maybe it is outdated, I don't know 😢 |
84fe6b5
to
0b90f48
Compare
Closes #9807
QA
Trying to build with
--enable-executable-dynamic
will now stop before attempting to compile.