Hey guys,
I'm trying to build the head (master - 891be99f908b5640c9264f200b647bd98e74dd42) from the source, following readme.ios, and I'm having some issues when it tries to build libssh (dependencies script):
Why is it even looking there for libz? iOS' sdk already comes with it.
Am I doing something wrong?
Running Mountain Lion, Xcode 4.4, iOS 5.1.1 sdk. Don't have MacPorts nor brew installed.
Thanks
I'm trying to build the head (master - 891be99f908b5640c9264f200b647bd98e74dd42) from the source, following readme.ios, and I'm having some issues when it tries to build libssh (dependencies script):
Code:
make -j 1 -C libssh-0.5.0/build
Linking C shared library libssh.dylib
ld: warning: ignoring file /usr/local/lib/libz.dylib, file was built for unsupported file format which is not the architecture being linked (armv7)
Undefined symbols for architecture armv7:
"_deflateInit_", referenced from:
_compress_buffer in gzip.c.o
"_deflate", referenced from:
_compress_buffer in gzip.c.o
<snip>
ld: symbol(s) not found for architecture armv7
Why is it even looking there for libz? iOS' sdk already comes with it.
Am I doing something wrong?
Running Mountain Lion, Xcode 4.4, iOS 5.1.1 sdk. Don't have MacPorts nor brew installed.
Thanks