We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With 7509619 adding the use of --no-undefined with the linker broke the build on OpenBSD.
--no-undefined
Shared libraries that reference libc functions cannot use --no-undefined on OpenBSD.
The text was updated successfully, but these errors were encountered:
Why? What symbols are missing?
Sorry, something went wrong.
176fce8
Nevermind, I found a few reports online about this problem. Seems like -Wl,--no-undefined is completely broken for shared libraries on OpenBSD.
-Wl,--no-undefined
Thanks for the report.
Thanks. Tested here and it completes the build in full.
No branches or pull requests
With 7509619 adding the use of
--no-undefined
with the linker broke the build on OpenBSD.Shared libraries that reference libc functions cannot use
--no-undefined
on OpenBSD.The text was updated successfully, but these errors were encountered: