Undefined symbols for architecture x86_64:
"_crc32", referenced from:
_own in easside_ng-easside-ng.o
_decrypt_packet in easside_ng-easside-ng.o
ref
https://stackoverflow.com/questions/20424110/crc32-missing-when-building-libzip-on-osx-10-9
note
You seem to be missing to link a against libz.
Get the developer files for zlib somewhere and add -lz to the (end of the command line of the) link command.
这是在安装 aircrack 时候碰到的, 最后的sol 是 使用 with-xcode 的一个configuration option 就在之后的 make 中顺利了。