Created
November 30, 2018 20:35
-
-
Save ipatch/8911e19107d34eda47f9a0ebda669c79 to your computer and use it in GitHub Desktop.
build radare2 on macOS 10.13.6 with Xcode 10.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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