Skip to content

Instantly share code, notes, and snippets.

@ipatch
Created November 30, 2018 20:35
Show Gist options
  • Save ipatch/8911e19107d34eda47f9a0ebda669c79 to your computer and use it in GitHub Desktop.
Save ipatch/8911e19107d34eda47f9a0ebda669c79 to your computer and use it in GitHub Desktop.
build radare2 on macOS 10.13.6 with Xcode 10.1
LD libr_util.dylib
ld: warning: ignoring file /opt/Code/github/public/forks/radare2/libr/../shlr/zip/librz.a, file was built for archive which is not the architecture being linked (x86_64): /opt/Code/github/public/forks/radare2/libr/../shlr/zip/librz.a
Undefined symbols for architecture x86_64:
"_inflate", referenced from:
_r_inflate in zip.o
(maybe you meant: _r_inflate)
"_inflateEnd", referenced from:
_r_inflate in zip.o
"_inflateInit2_", referenced from:
_r_inflate in zip.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment