-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
When I cross compile cgo to macos, undefined reference to symbols inside frameworks #10660
Comments
the single quotes are likely destroying the variable text replacement |
These should be hard errors instead of warnings:
In master branch, they are. Looks like a duplicate of #1349. @kubkon do we have a FAQ link or documentation page to link people to when they run into this particular issue? |
Correct, I've fixed it for the next release from warnings into hard errors, but you know this already.
Excellent question, and I don't think we have, no. Where would you think we should add info like this? Main docs? Or perhaps we should have a separate page for the toolchain (compiler+linker)? |
I'd start with making sure #1349 has up-to-date info. Maybe an entry in https://github.com/ziglang/zig/wiki/FAQ that we can link to. And that's enough for now. |
Zig Version
0.9.0
Steps to Reproduce
When I cross compile cgo from linux to macos, compile error
error
see https://github.com/akkuman/rotateproxy/runs/4863624753?check_suite_focus=true
Expected Behavior
compile successfully
Actual Behavior
error
The text was updated successfully, but these errors were encountered: