michaeleisel / zld

A faster version of Apple's linker
MIT License
1.19k stars 50 forks source link

falied to build on mac #108

Closed y0zong closed 2 years ago

y0zong commented 2 years ago
  ** BUILD FAILED **

  The following build commands failed:
      CompileC /tmp/zld-20220423-10991-3opvv/zld-homebrew-fixes-1.3.3/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/tlvp.o /tmp/zld-20220423-10991-3opvv/zld-homebrew-fixes-1.3.3/ld/src/ld/passes/tlvp.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
  (1 failure)
  make: *** [build_homebrew] Error 65
michaeleisel commented 2 years ago

Is this an arm mac or x86? I double-checked that it works on my arm machine.

michaeleisel commented 2 years ago

I've also re-tested with an x86 mac. Please make sure you have Xcode installed and do a make clean. Also, you can just use the latest release from the releases page. Closing due to inactivity, feel free to comment and reopen.