-
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
Linking fails with 9.4.* on Windows when using lld linker #9414
Labels
Comments
Better error message in #9270 . |
erikd
added a commit
to erikd/cabal
that referenced
this issue
Nov 7, 2023
The `lld` linker (commonly used on Windows) does not support relocatable output. Closes: haskell#9414
erikd
added a commit
to erikd/cabal
that referenced
this issue
Nov 7, 2023
The `lld` linker (commonly used on Windows) does not support relocatable output. Closes: haskell#9414
erikd
added a commit
to erikd/cabal
that referenced
this issue
Nov 7, 2023
The `lld` linker (commonly used on Windows) does not support relocatable output. Closes: haskell#9414
Mikolaj
added
platform: windows
re: error-message
Concerning error messages delivered to the user
and removed
needs triage
labels
Nov 7, 2023
erikd
added a commit
to erikd/cabal
that referenced
this issue
Nov 12, 2023
The `lld` linker (commonly used on Windows) does not support relocatable output. Closes: haskell#9414
erikd
added a commit
to erikd/cabal
that referenced
this issue
Nov 14, 2023
The `lld` linker (commonly used on Windows) does not support relocatable output. Closes: haskell#9414
This can be closed when #9443 us merged (its a better solution). |
#9443 has been merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Numerous cabal testsuite failures with (at least)
ghc-9.4.*
on Windows of the form:To Reproduce
Steps to reproduce the behavior:
ghc-9.4.*
on Windows in a setup using thelld
linker.cabal
run the cabal testsuite using./validate.sh
.Expected behavior
There should be a more comprehensible error message.
System information
cabal <= 3.10.1.0
andghc-9.4.*
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: