Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

does zig cc expose a linker (ld)?

I am trying to compile xz with zig cc on Linux without build tools except zig:

$ zig version
0.8.0-dev.1039+bea791b63
$ export CC="zig cc"
$ ./configure
<...>
checking for ld used by zig cc... no
configure: error: no acceptable ld found in $PATH

Which is true: system does not have a linker. And zig doesn't advertise one:

$ zig cc -print-prog-name=ld
ld

Can/does zig cc provide a linker?

question from:https://stackoverflow.com/questions/65876143/does-zig-cc-expose-a-linker-ld

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
zig ld.lld

for ELF. See this for other formats.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...