-
Notifications
You must be signed in to change notification settings - Fork 78
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
cargo_without_cmake does not link with ld.bfd #223
Comments
I'm not sure there is anything we can do about this. I think it is a bug in GNU ld. |
Create a minimal example of the linking failure and report upstream to GNU ld to see if they have any ideas if it's a bug or something missing? |
Here are the link errors with GNU ld:
|
It has been found that |
The mitigation for this is to call |
Using
ld
with thecargo_without_cmake
fails to link on Linux.The text was updated successfully, but these errors were encountered: