Closed kakyoism closed 4 years ago
that's how configure works. it tries a bunch of things and -- based on what works and what doesn't -- guesses what your system looks like. some failures in the log are normal.
note that zeromq has documentation and scripts for building on Android. you're probably better off there: https://github.com/zeromq/libzmq/tree/master/builds/android
note that zeromq has documentation and scripts for building on Android. you're probably better off there: https://github.com/zeromq/libzmq/tree/master/builds/android
Actually all my work is based on their build system which is outdated and does not support arm64. Seems I'm alone on this effort for now. I intend to fix the build script and send a pull request to them.
I'm building an autotool-based project against NDK for arm64 on macOS. The NDK is the builtin bundle of Android Studio 3.5.3.
But although I did my best to follow the guide, I still got a few problems in the config.log. I'd appreciate it if anyone could help:
Problem 1
Problem 2
Problem 3
Problem 4
Am I missing flags or simply hitting wrong toolchain?
Here is the complete config.log