-
Notifications
You must be signed in to change notification settings - Fork 334
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
clang 14.0.0 fails to link when using wrapper #334
Comments
Make sure |
That was it. Thank you! |
Hello! Apparently I have the same problem with clang-11 while building boost libraries: environment is ok:
I have no idea why compiler invokes default ld binary instead of provided in osxcross. Could you please help? UPD: looks like --target=x86_64-apple-darwin key in final invocation breaks the thing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any ideas as to what might be going on? I'm not sure where the linker options (like -dynamic) are even coming from.
Simple test program.
Fails when using clang inside of osxcross wrapper
Works when using clang without wrapper.
The text was updated successfully, but these errors were encountered: