zig icon indicating copy to clipboard operation
zig copied to clipboard

NetBSD 10.0 fixes

Open agreppin opened this issue 1 year ago • 0 comments

  1. find local/pkg headers & libs
  2. avoid ldd error on executables too: $ ldd -v main_4segs .../main_4segs: wrong number of segments (4 != 2) .../main_4segs: invalid ELF class 2; expected 1

related issue https://github.com/ziglang/zig/issues/9109 and PR https://github.com/ziglang/zig/pull/9131

agreppin avatar Apr 17 '24 12:04 agreppin