You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> uname -a
Darwin Tengs-MacBook-Air.local 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:41 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T8103 arm64
Uh oh!
There was an error while loading. Please reload this page.
Zig Version
0.10.1
Mac system Version
Steps to Reproduce and Observed Behavior
on a Mac system, we have a
print.c
fileif we compile it with
zig cc
the problem lies in
zig ld
, because if we compileprint.o
and link it with the system providedld
with the parameters untouchedit just work
Expected Behavior
zig ld
should work as system providedld
and as it on my Linux systemThe text was updated successfully, but these errors were encountered: