-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
error: unsupported linker arg: --undefined #162
Comments
See ziglang/zig#11906, consider open a PR to filter it out like #97. |
So the flag is added by |
Hmmm, it seems like so. Not sure how this to approach this problem, cc @Shnatsel |
The flag is needed to make sure the audit info is not removed by the linker. Without It does seem like an instance of ziglang/zig#11906. The flag should be simply forwarded to the linker as-is. |
Is there any workaround? cc @Shnatsel @messense We want to update ziglang v0.11 cargo-bins/cargo-binstall#1564 but failed. |
I believe this is an issue with Zig, and it needs to be modified to recognize this flag and pass it along to the linker. Other similar PRs dealing with linker flags: ziglang/zig#11679 I am not aware of any workarounds. |
I will probably have to stay on ziglang v0.10 and instead zlib-ng on aarch64 to fix the error mentioned in #210 |
In CI of cargo-bins/cargo-quickinstall#225 :
It runs the command:
The text was updated successfully, but these errors were encountered: