I am trying to cross-compile for android and I am getting a configure: error: C compiler cannot create executables error. I am missing something in the enviroment configuration, of course. What should I do to make the build script happy?
Environment
libzmq version (0867c380326829dc7e48e12d46b977bffad207c4):
OS: Ubuntu 16.04 LTS
Minimal test code / Steps to reproduce the issue
Install android studio.
Download sdk through the built in manager (23, 24, 28).
configure:2961: checking for a BSD-compatible install
configure:3029: result: /usr/bin/install -c
configure:3040: checking whether build environment is sane
configure:3095: result: yes
configure:3154: checking for arm-linux-androideabi-strip
configure:3170: found /home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip
configure:3181: result: arm-linux-androideabi-strip
configure:3246: checking for a thread-safe mkdir -p
configure:3285: result: /bin/mkdir -p
configure:3292: checking for gawk
configure:3308: found /usr/bin/gawk
configure:3319: result: gawk
configure:3330: checking whether make sets $(MAKE)
configure:3352: result: yes
configure:3381: checking whether make supports nested variables
configure:3398: result: yes
configure:3487: checking whether UID '1000' is supported by ustar format
configure:3490: result: yes
configure:3497: checking whether GID '1000' is supported by ustar format
configure:3500: result: yes
configure:3508: checking how to create a ustar tar archive
configure:3519: tar --version
tar (GNU tar) 1.28
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:3522: $? = 0
configure:3562: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3565: $? = 0
configure:3569: tar -xf - <conftest.tar
configure:3572: $? = 0
configure:3574: cat conftest.dir/file
GrepMe
configure:3577: $? = 0
configure:3590: result: gnutar
configure:3961: checking whether make supports nested variables
configure:3978: result: yes
configure:4033: checking for arm-linux-androideabi-gcc
configure:4060: result: /home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc
configure:4329: checking for C compiler version
configure:4338: /home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --version >&5
arm-linux-androideabi-gcc (GCC) 4.9.x 20150123 (prerelease)
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4438: error: in /home/rafael/android_build/arm-linux-androideabi-4.9/libzmq': configure:4440: error: C compiler cannot create executables Seeconfig.log' for more details
Issue description
I am trying to cross-compile for android and I am getting a
configure: error: C compiler cannot create executables
error. I am missing something in the enviroment configuration, of course. What should I do to make the build script happy?Environment
Minimal test code / Steps to reproduce the issue
What's the actual result? (include assertion message & call stack if applicable)
It was created by zeromq configure 4.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --quiet CC=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc CXX=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ LD=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld AS=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-as AR=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar RANLIB=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ranlib CFLAGS=--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include CPPFLAGS=--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include -I/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/include -I/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include CXXFLAGS=--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include LDFLAGS=-L/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/lib -L/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi LIBS=-lc -lgcc -ldl -lrt -lpthread -lgcc -lsupc++ -lstdc++ -lgnustl_shared PKG_CONFIG_PATH=/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/lib/pkgconfig --host=arm-linux-androideabi --prefix=/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9 --disable-curve --without-docs
---------
Platform.
---------
hostname = ft-lab uname -m = x86_64 uname -r = 4.4.0-127-generic uname -s = Linux uname -v = #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018
/usr/bin/uname -p = unknown /bin/uname -X = unknown
/bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown
PATH: /home/rafael/.rubies/ruby-2.5.0/bin PATH: /home/rafael/bin PATH: /home/rafael/.local/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /snap/bin PATH: /home/rafael/Android/Sdk/tools PATH: /home/rafael/Android/Sdk/platform-tools PATH: /home/rafael/Android/Sdk/ndk-bundle PATH: /home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin PATH: /home/rafael/git/castle-engine/tools/build-tool
-----------
Core tests.
-----------
configure:2961: checking for a BSD-compatible install configure:3029: result: /usr/bin/install -c configure:3040: checking whether build environment is sane configure:3095: result: yes configure:3154: checking for arm-linux-androideabi-strip configure:3170: found /home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip configure:3181: result: arm-linux-androideabi-strip configure:3246: checking for a thread-safe mkdir -p configure:3285: result: /bin/mkdir -p configure:3292: checking for gawk configure:3308: found /usr/bin/gawk configure:3319: result: gawk configure:3330: checking whether make sets $(MAKE) configure:3352: result: yes configure:3381: checking whether make supports nested variables configure:3398: result: yes configure:3487: checking whether UID '1000' is supported by ustar format configure:3490: result: yes configure:3497: checking whether GID '1000' is supported by ustar format configure:3500: result: yes configure:3508: checking how to create a ustar tar archive configure:3519: tar --version tar (GNU tar) 1.28 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason. configure:3522: $? = 0 configure:3562: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3565: $? = 0 configure:3569: tar -xf - <conftest.tar configure:3572: $? = 0 configure:3574: cat conftest.dir/file GrepMe configure:3577: $? = 0 configure:3590: result: gnutar configure:3961: checking whether make supports nested variables configure:3978: result: yes configure:4033: checking for arm-linux-androideabi-gcc configure:4060: result: /home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc configure:4329: checking for C compiler version configure:4338: /home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --version >&5 arm-linux-androideabi-gcc (GCC) 4.9.x 20150123 (prerelease) Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4438: error: in
/home/rafael/android_build/arm-linux-androideabi-4.9/libzmq': configure:4440: error: C compiler cannot create executables See
config.log' for more details----------------
Cache variables.
----------------
ac_cv_env_ASCIIDOC_set= ac_cv_env_ASCIIDOC_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include ' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value='--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include -I/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/include -I/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include ' ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include ' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-L/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/lib -L/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi ' ac_cv_env_LIBS_set=set ac_cv_env_LIBS_value='-lc -lgcc -ldl -lrt -lpthread -lgcc -lsupc++ -lstdc++ -lgnustl_shared ' ac_cv_env_LIBUNWIND_CFLAGS_set= ac_cv_env_LIBUNWIND_CFLAGS_value= ac_cv_env_LIBUNWIND_LIBS_set= ac_cv_env_LIBUNWIND_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/lib/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XMLTO_set= ac_cv_env_XMLTO_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_gssapi_krb5_CFLAGS_set= ac_cv_env_gssapi_krb5_CFLAGS_value= ac_cv_env_gssapi_krb5_LIBS_set= ac_cv_env_gssapi_krb5_LIBS_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=arm-linux-androideabi ac_cv_env_norm_CFLAGS_set= ac_cv_env_norm_CFLAGS_value= ac_cv_env_norm_LIBS_set= ac_cv_env_norm_LIBS_value= ac_cv_env_pgm_CFLAGS_set= ac_cv_env_pgm_CFLAGS_value= ac_cv_env_pgm_LIBS_set= ac_cv_env_pgm_LIBS_value= ac_cv_env_sodium_CFLAGS_set= ac_cv_env_sodium_CFLAGS_value= ac_cv_env_sodium_LIBS_set= ac_cv_env_sodium_LIBS_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc ac_cv_prog_STRIP=arm-linux-androideabi-strip ac_cv_prog_make_make_set=yes am_cv_make_support_nested_variables=yes am_cv_prog_tar_ustar=gnutar
-----------------
Output variables.
-----------------
ACLOCAL='${SHELL} /home/rafael/android_build/arm-linux-androideabi-4.9/libzmq/config/missing aclocal-1.15' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar' AS='/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-as' ASCIIDOC='' AUTOCONF='${SHELL} /home/rafael/android_build/arm-linux-androideabi-4.9/libzmq/config/missing autoconf' AUTOHEADER='${SHELL} /home/rafael/android_build/arm-linux-androideabi-4.9/libzmq/config/missing autoheader' AUTOMAKE='${SHELL} /home/rafael/android_build/arm-linux-androideabi-4.9/libzmq/config/missing automake-1.15' AWK='gawk' BUILD_DOC_FALSE='' BUILD_DOC_TRUE='' BUILD_GSSAPI_FALSE='' BUILD_GSSAPI_TRUE='' BUILD_TIPC_FALSE='' BUILD_TIPC_TRUE='' CC='/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc' CCDEPMODE='' CFLAGS='--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include ' CLANG_FORMAT='' CODE_COVERAGE_CFLAGS='' CODE_COVERAGE_CPPFLAGS='' CODE_COVERAGE_CXXFLAGS='' CODE_COVERAGE_ENABLED='' CODE_COVERAGE_ENABLED_FALSE='' CODE_COVERAGE_ENABLED_TRUE='' CODE_COVERAGE_LDFLAGS='' CODE_COVERAGE_LIBS='' CODE_COVERAGE_RULES='' CPP='' CPPFLAGS='--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include -I/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/include -I/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include ' CXX='/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++' CXXCPP='' CXXDEPMODE='' CXXFLAGS='--sysroot=/home/rafael/Android/Sdk/ndk-bundle/platforms/android-14/arch-arm -I/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/include ' CYGPATH_W='echo' DEFS='' DEPDIR='' DLLTOOL='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' ENABLE_ASAN_FALSE='' ENABLE_ASAN_TRUE='' ENABLE_CURVE_KEYGEN_FALSE='' ENABLE_CURVE_KEYGEN_TRUE='' ENABLE_DRAFTS_FALSE='' ENABLE_DRAFTS_TRUE='' ENABLE_PERF_FALSE='' ENABLE_PERF_TRUE='' ENABLE_STATIC_FALSE='' ENABLE_STATIC_TRUE='' EXEEXT='' FGREP='' GCOV='' GENHTML='' GREP='' HAVE_CURVE_FALSE='' HAVE_CURVE_TRUE='' HAVE_CXX11='' HAVE_FORK_FALSE='' HAVE_FORK_TRUE='' HAVE_IPC_PEERCRED_FALSE='' HAVE_IPC_PEERCRED_TRUE='' HAVE_NORM_FALSE='' HAVE_NORM_TRUE='' HAVE_PGM_FALSE='' HAVE_PGM_TRUE='' HAVE_VMCI_FALSE='' HAVE_VMCI_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_MAN_FALSE='' INSTALL_MAN_TRUE='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LCOV='' LD='/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld' LDFLAGS='-L/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/lib -L/home/rafael/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi ' LIBOBJS='' LIBS='-lc -lgcc -ldl -lrt -lpthread -lgcc -lsupc++ -lstdc++ -lgnustl_shared ' LIBTOOL='' LIBUNWIND_CFLAGS='' LIBUNWIND_LIBS='' LIBZMQ_EXTRA_CFLAGS='' LIBZMQ_EXTRA_CXXFLAGS='' LIBZMQ_EXTRA_LDFLAGS='' LIBZMQ_VMCI_CXXFLAGS='' LIBZMQ_VMCI_LDFLAGS='' LIPO='' LN_S='' LTLIBOBJS='' LTVER='6:6:1' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /home/rafael/android_build/arm-linux-androideabi-4.9/libzmq/config/missing makeinfo' MANIFEST_TOOL='' MKDIR_P='/bin/mkdir -p' NM='' NMEDIT='' OBJDUMP='' OBJEXT='' ON_ANDROID_FALSE='' ON_ANDROID_TRUE='' ON_CYGWIN_FALSE='' ON_CYGWIN_TRUE='' ON_GNU_FALSE='' ON_GNU_TRUE='' ON_LINUX_FALSE='' ON_LINUX_TRUE='' ON_MINGW_FALSE='' ON_MINGW_TRUE='' OTOOL64='' OTOOL='' PACKAGE='zeromq' PACKAGE_BUGREPORT='zeromq-dev@lists.zeromq.org' PACKAGE_NAME='zeromq' PACKAGE_STRING='zeromq 4.3.1' PACKAGE_TARNAME='zeromq' PACKAGE_URL='' PACKAGE_VERSION='4.3.1' PATH_SEPARATOR=':' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9/lib/pkgconfig' RANLIB='/home/rafael/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ranlib' SED='' SET_MAKE='' SHELL='/bin/bash' STRIP='arm-linux-androideabi-strip' USE_LIBSODIUM_FALSE='' USE_LIBSODIUM_TRUE='' USE_TWEETNACL_FALSE='' USE_TWEETNACL_TRUE='' USE_WEPOLL_FALSE='' USE_WEPOLL_TRUE='' VALGRIND='' VALGRIND_CHECK_RULES='' VALGRIND_ENABLED='' VALGRIND_ENABLED_FALSE='' VALGRIND_ENABLED_TRUE='' VALGRIND_HAVE_TOOL_drd='' VALGRIND_HAVE_TOOL_exp_sgcheck='' VALGRIND_HAVE_TOOL_helgrind='' VALGRIND_HAVE_TOOL_memcheck='' VERSION='4.3.1' WITH_CLANG_FORMAT='' WITH_CLANG_FORMAT_FALSE='' WITH_CLANG_FORMAT_TRUE='' XMLTO='' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' amEXEEXT_FALSE='' am__EXEEXT_TRUE='' amfastdepCC_FALSE='' amfastdepCC_TRUE='' am__fastdepCXX_FALSE='' amfastdepCXX_TRUE='' aminclude='' amisrc='' am__leading_dot='.' amnodep='' amquote='' amtar='tar --format=ustar -chf - "$$tardir"' amuntar='tar -xf -' bindir='${exec_prefix}/bin' build='' build_alias='' build_cpu='' build_os='' build_vendor='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' gssapi_krb5_CFLAGS='' gssapi_krb5_LIBS='' host='arm-linux-androideabi' host_alias='arm-linux-androideabi' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/rafael/android_build/arm-linux-androideabi-4.9/libzmq/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libzmq_have_asciidoc='' libzmq_have_xmlto='' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' norm_CFLAGS='' norm_LIBS='' oldincludedir='/usr/include' pdfdir='${docdir}' pgm_CFLAGS='' pgm_LIBS='' pkg_config_defines='' pkg_config_libs_private='' pkgconfigdir='' prefix='/home/rafael/git/castle-engine/examples/libzmq/builds/android/prefix/arm-linux-androideabi-4.9' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sodium_CFLAGS='' sodium_LIBS='' sysconfdir='${prefix}/etc' target_alias=''
-----------
confdefs.h.
-----------
/ confdefs.h /
define PACKAGE_NAME "zeromq"
define PACKAGE_TARNAME "zeromq"
define PACKAGE_VERSION "4.3.1"
define PACKAGE_STRING "zeromq 4.3.1"
define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
define PACKAGE_URL ""
define PACKAGE "zeromq"
define VERSION "4.3.1"
configure: exit 77