Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by jzmq configure 2.1.0, which was
- generated by GNU Autoconf 2.68. Invocation command line was
- $ ./configure --host=arm-linux-androideabi --prefix=/tmp/zeromq-android --with-zeromq=/tmp/zeromq-android CPPFLAGS=-fPIC -I/tmp/zeromq-android/include LDFLAGS=-L/tmp/zeromq-android/lib LIBS=-luuid --disable-version
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = U
- uname -m = x86_64
- uname -r = 3.2.0-23-generic
- uname -s = Linux
- uname -v = #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012
- /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: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2454: checking for a BSD-compatible install
- configure:2522: result: /usr/bin/install -c
- configure:2533: checking whether build environment is sane
- configure:2583: result: yes
- configure:2632: checking for arm-linux-androideabi-strip
- configure:2662: result: no
- configure:2672: checking for strip
- configure:2688: found /usr/bin/strip
- configure:2699: result: strip
- configure:2724: checking for a thread-safe mkdir -p
- configure:2763: result: /bin/mkdir -p
- configure:2776: checking for gawk
- configure:2806: result: no
- configure:2776: checking for mawk
- configure:2792: found /usr/bin/mawk
- configure:2803: result: mawk
- configure:2814: checking whether make sets $(MAKE)
- configure:2836: result: yes
- configure:2911: checking how to create a ustar tar archive
- configure:2924: tar --version
- tar (GNU tar) 1.26
- Copyright (C) 2011 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:2927: $? = 0
- configure:2967: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
- configure:2970: $? = 0
- configure:2974: tar -xf - <conftest.tar
- configure:2977: $? = 0
- configure:2990: result: gnutar
- configure:3039: checking build system type
- configure:3053: result: x86_64-unknown-linux-gnu
- configure:3073: checking host system type
- configure:3086: result: arm-unknown-linux-androideabi
- configure:3127: checking how to print strings
- configure:3154: result: printf
- configure:3187: checking for style of include used by make
- configure:3215: result: GNU
- configure:3246: checking for arm-linux-androideabi-gcc
- configure:3276: result: no
- configure:3286: checking for gcc
- configure:3302: found /usr/bin/gcc
- configure:3313: result: gcc
- configure:3542: checking for C compiler version
- configure:3551: gcc --version >&5
- gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
- Copyright (C) 2011 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:3562: $? = 0
- configure:3551: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
- configure:3562: $? = 0
- configure:3551: gcc -V >&5
- gcc: error: unrecognized option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3562: $? = 4
- configure:3551: gcc -qversion >&5
- gcc: error: unrecognized option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3562: $? = 4
- configure:3582: checking whether the C compiler works
- configure:3604: gcc -fPIC -I/tmp/zeromq-android/include -L/tmp/zeromq-android/lib conftest.c -luuid >&5
- configure:3608: $? = 0
- configure:3656: result: yes
- configure:3659: checking for C compiler default output file name
- configure:3661: result: a.out
- configure:3667: checking for suffix of executables
- configure:3674: gcc -o conftest -fPIC -I/tmp/zeromq-android/include -L/tmp/zeromq-android/lib conftest.c -luuid >&5
- configure:3678: $? = 0
- configure:3700: result:
- configure:3722: checking whether we are cross compiling
- configure:3730: gcc -o conftest -fPIC -I/tmp/zeromq-android/include -L/tmp/zeromq-android/lib conftest.c -luuid >&5
- configure:3734: $? = 0
- configure:3741: ./conftest
- configure:3745: $? = 0
- configure:3760: result: no
- configure:3765: checking for suffix of object files
- configure:3787: gcc -c -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:3791: $? = 0
- configure:3812: result: o
- configure:3816: checking whether we are using the GNU C compiler
- configure:3835: gcc -c -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:3835: $? = 0
- configure:3844: result: yes
- configure:3853: checking whether gcc accepts -g
- configure:3873: gcc -c -g -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:3873: $? = 0
- configure:3914: result: yes
- configure:3931: checking for gcc option to accept ISO C89
- configure:3995: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:3995: $? = 0
- configure:4008: result: none needed
- configure:4030: checking dependency style of gcc
- configure:4141: result: gcc3
- configure:4156: checking for a sed that does not truncate output
- configure:4220: result: /bin/sed
- configure:4238: checking for grep that handles long lines and -e
- configure:4296: result: /bin/grep
- configure:4301: checking for egrep
- configure:4363: result: /bin/grep -E
- configure:4368: checking for fgrep
- configure:4430: result: /bin/grep -F
- configure:4465: checking for ld used by gcc
- configure:4532: result: /usr/bin/ld
- configure:4539: checking if the linker (/usr/bin/ld) is GNU ld
- configure:4554: result: yes
- configure:4566: checking for BSD- or MS-compatible name lister (nm)
- configure:4615: result: no
- configure:4629: checking for arm-linux-androideabi-dumpbin
- configure:4659: result: no
- configure:4629: checking for arm-linux-androideabi-link
- configure:4659: result: no
- configure:4673: checking for dumpbin
- configure:4703: result: no
- configure:4673: checking for link
- configure:4689: found /usr/bin/link
- configure:4700: result: link -dump
- configure:4745: checking the name lister (nm) interface
- configure:4752: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:4755: nm "conftest.o"
- configure:4758: output
- 0000000000000000 B some_variable
- configure:4765: result: BSD nm
- configure:4768: checking whether ln -s works
- configure:4772: result: yes
- configure:4780: checking the maximum length of command line arguments
- configure:4910: result: 1572864
- configure:4927: checking whether the shell understands some XSI constructs
- configure:4937: result: yes
- configure:4941: checking whether the shell understands "+="
- configure:4947: result: yes
- configure:4982: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
- configure:5022: result: func_convert_file_noop
- configure:5029: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
- configure:5049: result: func_convert_file_noop
- configure:5056: checking for /usr/bin/ld option to reload object files
- configure:5063: result: -r
- configure:5097: checking for arm-linux-androideabi-objdump
- configure:5127: result: no
- configure:5137: checking for objdump
- configure:5153: found /usr/bin/objdump
- configure:5164: result: objdump
- configure:5196: checking how to recognize dependent libraries
- configure:5398: result: pass_all
- configure:5443: checking for arm-linux-androideabi-dlltool
- configure:5473: result: no
- configure:5483: checking for dlltool
- configure:5513: result: no
- configure:5543: checking how to associate runtime and link libraries
- configure:5570: result: printf %s\n
- configure:5587: checking for arm-linux-androideabi-ar
- configure:5617: result: no
- configure:5631: checking for ar
- configure:5647: found /usr/bin/ar
- configure:5658: result: ar
- configure:5695: checking for archiver @FILE support
- configure:5712: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:5712: $? = 0
- configure:5715: ar cru libconftest.a @conftest.lst >&5
- configure:5718: $? = 0
- configure:5723: ar cru libconftest.a @conftest.lst >&5
- ar: conftest.o: No such file or directory
- configure:5726: $? = 1
- configure:5738: result: @
- configure:5756: checking for arm-linux-androideabi-strip
- configure:5783: result: strip
- configure:5855: checking for arm-linux-androideabi-ranlib
- configure:5885: result: no
- configure:5895: checking for ranlib
- configure:5911: found /usr/bin/ranlib
- configure:5922: result: ranlib
- configure:6024: checking command to parse nm output from gcc object
- configure:6144: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:6147: $? = 0
- configure:6151: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
- configure:6154: $? = 0
- configure:6220: gcc -o conftest -g -O2 -fPIC -I/tmp/zeromq-android/include -L/tmp/zeromq-android/lib conftest.c conftstm.o >&5
- configure:6223: $? = 0
- configure:6261: result: ok
- configure:6298: checking for sysroot
- configure:6328: result: no
- configure:6544: checking for arm-linux-androideabi-mt
- configure:6574: result: no
- configure:6584: checking for mt
- configure:6600: found /bin/mt
- configure:6611: result: mt
- configure:6634: checking if mt is a manifest tool
- configure:6640: mt '-?'
- configure:6648: result: no
- configure:7290: checking how to run the C preprocessor
- configure:7321: gcc -E -fPIC -I/tmp/zeromq-android/include conftest.c
- configure:7321: $? = 0
- configure:7335: gcc -E -fPIC -I/tmp/zeromq-android/include conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:7335: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jzmq"
- | #define PACKAGE_TARNAME "jzmq"
- | #define PACKAGE_VERSION "2.1.0"
- | #define PACKAGE_STRING "jzmq 2.1.0"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jzmq"
- | #define VERSION "2.1.0"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7360: result: gcc -E
- configure:7380: gcc -E -fPIC -I/tmp/zeromq-android/include conftest.c
- configure:7380: $? = 0
- configure:7394: gcc -E -fPIC -I/tmp/zeromq-android/include conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:7394: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jzmq"
- | #define PACKAGE_TARNAME "jzmq"
- | #define PACKAGE_VERSION "2.1.0"
- | #define PACKAGE_STRING "jzmq 2.1.0"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jzmq"
- | #define VERSION "2.1.0"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7423: checking for ANSI C header files
- configure:7443: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7443: $? = 0
- configure:7516: gcc -o conftest -g -O2 -fPIC -I/tmp/zeromq-android/include -L/tmp/zeromq-android/lib conftest.c -luuid >&5
- configure:7516: $? = 0
- configure:7516: ./conftest
- configure:7516: $? = 0
- configure:7527: result: yes
- configure:7540: checking for sys/types.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7540: checking for sys/stat.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7540: checking for stdlib.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7540: checking for string.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7540: checking for memory.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7540: checking for strings.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7540: checking for inttypes.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7540: checking for stdint.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7540: checking for unistd.h
- configure:7540: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7540: $? = 0
- configure:7540: result: yes
- configure:7554: checking for dlfcn.h
- configure:7554: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:7554: $? = 0
- configure:7554: result: yes
- configure:7760: checking for objdir
- configure:7775: result: .libs
- configure:8046: checking if gcc supports -fno-rtti -fno-exceptions
- configure:8064: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
- configure:8068: $? = 0
- configure:8081: result: no
- configure:8408: checking for gcc option to produce PIC
- configure:8415: result: -fPIC -DPIC
- configure:8423: checking if gcc PIC flag -fPIC -DPIC works
- configure:8441: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include -fPIC -DPIC -DPIC conftest.c >&5
- configure:8445: $? = 0
- configure:8458: result: yes
- configure:8487: checking if gcc static flag -static works
- configure:8515: result: yes
- configure:8530: checking if gcc supports -c -o file.o
- configure:8551: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include -o out/conftest2.o conftest.c >&5
- configure:8555: $? = 0
- configure:8577: result: yes
- configure:8585: checking if gcc supports -c -o file.o
- configure:8632: result: yes
- configure:8665: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
- configure:9822: result: yes
- configure:9859: checking whether -lc should be explicitly linked in
- configure:9867: gcc -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.c >&5
- configure:9870: $? = 0
- configure:9885: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:9888: $? = 0
- configure:9902: result: no
- configure:10062: checking dynamic linker characteristics
- configure:10573: gcc -o conftest -g -O2 -fPIC -I/tmp/zeromq-android/include -L/tmp/zeromq-android/lib -Wl,-rpath -Wl,/foo conftest.c -luuid >&5
- configure:10573: $? = 0
- configure:10807: result: GNU/Linux ld.so
- configure:10914: checking how to hardcode library paths into programs
- configure:10939: result: immediate
- configure:11479: checking whether stripping libraries is possible
- configure:11484: result: yes
- configure:11519: checking if libtool supports shared libraries
- configure:11521: result: yes
- configure:11524: checking whether to build shared libraries
- configure:11545: result: yes
- configure:11548: checking whether to build static libraries
- configure:11552: result: yes
- configure:11595: checking for gawk
- configure:11622: result: mawk
- configure:11634: checking whether gcc and cc understand -c and -o together
- configure:11665: gcc -c conftest.c -o conftest2.o >&5
- configure:11669: $? = 0
- configure:11675: gcc -c conftest.c -o conftest2.o >&5
- configure:11679: $? = 0
- configure:11690: cc -c conftest.c >&5
- configure:11694: $? = 0
- configure:11702: cc -c conftest.c -o conftest2.o >&5
- configure:11706: $? = 0
- configure:11712: cc -c conftest.c -o conftest2.o >&5
- configure:11716: $? = 0
- configure:11734: result: yes
- configure:11773: checking for arm-linux-androideabi-g++
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-c++
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-gpp
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-aCC
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-CC
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-cxx
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-cc++
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-cl.exe
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-FCC
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-KCC
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-RCC
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-xlC_r
- configure:11803: result: no
- configure:11773: checking for arm-linux-androideabi-xlC
- configure:11803: result: no
- configure:11817: checking for g++
- configure:11833: found /usr/bin/g++
- configure:11844: result: g++
- configure:11871: checking for C++ compiler version
- configure:11880: g++ --version >&5
- g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
- Copyright (C) 2011 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:11891: $? = 0
- configure:11880: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
- configure:11891: $? = 0
- configure:11880: g++ -V >&5
- g++: error: unrecognized option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:11891: $? = 4
- configure:11880: g++ -qversion >&5
- g++: error: unrecognized option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:11891: $? = 4
- configure:11895: checking whether we are using the GNU C++ compiler
- configure:11914: g++ -c -fPIC -I/tmp/zeromq-android/include conftest.cpp >&5
- configure:11914: $? = 0
- configure:11923: result: yes
- configure:11932: checking whether g++ accepts -g
- configure:11952: g++ -c -g -fPIC -I/tmp/zeromq-android/include conftest.cpp >&5
- configure:11952: $? = 0
- configure:11993: result: yes
- configure:12018: checking dependency style of g++
- configure:12129: result: gcc3
- configure:12162: checking how to run the C++ preprocessor
- configure:12189: g++ -E -fPIC -I/tmp/zeromq-android/include conftest.cpp
- configure:12189: $? = 0
- configure:12203: g++ -E -fPIC -I/tmp/zeromq-android/include conftest.cpp
- conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:12203: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jzmq"
- | #define PACKAGE_TARNAME "jzmq"
- | #define PACKAGE_VERSION "2.1.0"
- | #define PACKAGE_STRING "jzmq 2.1.0"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jzmq"
- | #define VERSION "2.1.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:12228: result: g++ -E
- configure:12248: g++ -E -fPIC -I/tmp/zeromq-android/include conftest.cpp
- configure:12248: $? = 0
- configure:12262: g++ -E -fPIC -I/tmp/zeromq-android/include conftest.cpp
- conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:12262: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jzmq"
- | #define PACKAGE_TARNAME "jzmq"
- | #define PACKAGE_VERSION "2.1.0"
- | #define PACKAGE_STRING "jzmq 2.1.0"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jzmq"
- | #define VERSION "2.1.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:12431: checking for ld used by g++
- configure:12498: result: /usr/bin/ld
- configure:12505: checking if the linker (/usr/bin/ld) is GNU ld
- configure:12520: result: yes
- configure:12575: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
- configure:13580: result: yes
- configure:13616: g++ -c -g -O2 -fPIC -I/tmp/zeromq-android/include conftest.cpp >&5
- configure:13619: $? = 0
- configure:14139: checking for g++ option to produce PIC
- configure:14146: result: -fPIC -DPIC
- configure:14154: checking if g++ PIC flag -fPIC -DPIC works
- configure:14172: g++ -c -g -O2 -fPIC -I/tmp/zeromq-android/include -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:14176: $? = 0
- configure:14189: result: yes
- configure:14212: checking if g++ static flag -static works
- configure:14240: result: yes
- configure:14252: checking if g++ supports -c -o file.o
- configure:14273: g++ -c -g -O2 -fPIC -I/tmp/zeromq-android/include -o out/conftest2.o conftest.cpp >&5
- configure:14277: $? = 0
- configure:14299: result: yes
- configure:14304: checking if g++ supports -c -o file.o
- configure:14351: result: yes
- configure:14381: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
- configure:14420: result: yes
- configure:14561: checking dynamic linker characteristics
- configure:15240: result: GNU/Linux ld.so
- configure:15293: checking how to hardcode library paths into programs
- configure:15318: result: immediate
- configure:15601: checking zmq.h usability
- configure:15601: g++ -c -g -O2 -D_REENTRANT -D_THREAD_SAFE -fPIC -I/tmp/zeromq-android/include -I/tmp/zeromq-android/include conftest.cpp >&5
- configure:15601: $? = 0
- configure:15601: result: yes
- configure:15601: checking zmq.h presence
- configure:15601: g++ -E -D_REENTRANT -D_THREAD_SAFE -fPIC -I/tmp/zeromq-android/include -I/tmp/zeromq-android/include conftest.cpp
- configure:15601: $? = 0
- configure:15601: result: yes
- configure:15601: checking for zmq.h
- configure:15601: result: yes
- configure:15622: checking for zmq_init in -lzmq
- configure:15647: g++ -o conftest -g -O2 -D_REENTRANT -D_THREAD_SAFE -fPIC -I/tmp/zeromq-android/include -I/tmp/zeromq-android/include -L/tmp/zeromq-android/lib -L/tmp/zeromq-android/lib conftest.cpp -lzmq -luuid >&5
- /tmp/zeromq-android/lib/libzmq.a(libzmq_la-clock.o): In function `zmq::clock_t::now_us()':
- /tmp/zeromq-2.2.0/src/clock.cpp:72: undefined reference to `clock_gettime'
- /tmp/zeromq-android/lib/libzmq.a(libzmq_la-thread.o): In function `zmq::thread_t::start(void (*)(void*), void*)':
- /tmp/zeromq-2.2.0/src/thread.cpp:84: undefined reference to `pthread_create'
- /tmp/zeromq-android/lib/libzmq.a(libzmq_la-thread.o): In function `zmq::thread_t::stop()':
- /tmp/zeromq-2.2.0/src/thread.cpp:90: undefined reference to `pthread_join'
- collect2: ld returned 1 exit status
- configure:15647: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jzmq"
- | #define PACKAGE_TARNAME "jzmq"
- | #define PACKAGE_VERSION "2.1.0"
- | #define PACKAGE_STRING "jzmq 2.1.0"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jzmq"
- | #define VERSION "2.1.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char zmq_init ();
- | int
- | main ()
- | {
- | return zmq_init ();
- | ;
- | return 0;
- | }
- configure:15656: result: no
- configure:15670: error: cannot link with -lzmq
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_compiler_gnu=yes
- ac_cv_cxx_compiler_gnu=yes
- ac_cv_env_CCC_set=
- ac_cv_env_CCC_value=
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=set
- ac_cv_env_CPPFLAGS_value='-fPIC -I/tmp/zeromq-android/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=
- ac_cv_env_CXXFLAGS_value=
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- ac_cv_env_LDFLAGS_set=set
- ac_cv_env_LDFLAGS_value=-L/tmp/zeromq-android/lib
- ac_cv_env_LIBS_set=set
- ac_cv_env_LIBS_value=-luuid
- ac_cv_env_PKG_CONFIG_LIBDIR_set=
- ac_cv_env_PKG_CONFIG_LIBDIR_value=
- ac_cv_env_PKG_CONFIG_PATH_set=
- ac_cv_env_PKG_CONFIG_PATH_value=
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_ZeroMQ_CFLAGS_set=
- ac_cv_env_ZeroMQ_CFLAGS_value=
- ac_cv_env_ZeroMQ_LIBS_set=
- ac_cv_env_ZeroMQ_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=set
- ac_cv_env_host_alias_value=arm-linux-androideabi
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_header_zmq_h=yes
- ac_cv_host=arm-unknown-linux-androideabi
- ac_cv_lib_zmq_zmq_init=no
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_FGREP='/bin/grep -F'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_SED=/bin/sed
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AWK=mawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_CXXCPP='g++ -E'
- ac_cv_prog_STRIP=strip
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_DUMPBIN='link -dump'
- ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_gcc_c_o=yes
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_make_make_set=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_CXX_dependencies_compiler_type=gcc3
- am_cv_prog_tar_ustar=gnutar
- lt_cv_ar_at_file=@
- lt_cv_archive_cmds_need_lc=no
- lt_cv_deplibs_check_method=pass_all
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file=
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/usr/bin/ld
- lt_cv_path_LDCXX=/usr/bin/ld
- lt_cv_path_NM=no
- lt_cv_path_mainfest_tool=no
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_c_o_CXX=yes
- lt_cv_prog_compiler_pic='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_pic_works_CXX=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_compiler_static_works_CXX=yes
- lt_cv_prog_gnu_ld=yes
- lt_cv_prog_gnu_ldcxx=yes
- lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
- lt_cv_shlibpath_overrides_runpath=no
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_max_cmd_len=1572864
- lt_cv_to_host_file_cmd=func_convert_file_noop
- lt_cv_to_tool_file_cmd=func_convert_file_noop
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /tmp/jzmq/config/missing --run aclocal-1.11'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AR='ar'
- AUTOCONF='${SHELL} /tmp/jzmq/config/missing --run autoconf'
- AUTOHEADER='${SHELL} /tmp/jzmq/config/missing --run autoheader'
- AUTOMAKE='${SHELL} /tmp/jzmq/config/missing --run automake-1.11'
- AWK='mawk'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -O2'
- CPP='gcc -E'
- CPPFLAGS='-D_REENTRANT -D_THREAD_SAFE -fPIC -I/tmp/zeromq-android/include -I/tmp/zeromq-android/include'
- CXX='g++'
- CXXCPP='g++ -E'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS='-g -O2'
- CYGPATH_W='echo'
- DEFS=''
- DEPDIR='.deps'
- DISABLE_VERSION_FALSE='#'
- DISABLE_VERSION_TRUE=''
- DLLTOOL='false'
- DSYMUTIL=''
- DUMPBIN=':'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT=''
- FGREP='/bin/grep -F'
- GREP='/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- JAR=''
- JAVAC=''
- JAVAH=''
- JAVAROOT=''
- JLTVER='0:0:0'
- LD='/usr/bin/ld'
- LDFLAGS='-L/tmp/zeromq-android/lib -L/tmp/zeromq-android/lib'
- LIBOBJS=''
- LIBS='-luuid'
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='ln -s'
- LTLIBOBJS=''
- MAKEINFO='${SHELL} /tmp/jzmq/config/missing --run makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/bin/mkdir -p'
- NM='nm'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='jzmq'
- PACKAGE_BUGREPORT='[email protected]'
- PACKAGE_NAME='jzmq'
- PACKAGE_STRING='jzmq 2.1.0'
- PACKAGE_TARNAME='jzmq'
- PACKAGE_URL=''
- PACKAGE_VERSION='2.1.0'
- PATH_SEPARATOR=':'
- PKG_CONFIG=''
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH=''
- RANLIB='ranlib'
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/bash'
- STRIP='strip'
- VERSION='2.1.0'
- ZeroMQ_CFLAGS=''
- ZeroMQ_LIBS=''
- _ACJNI_JAVAC=''
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_DUMPBIN='link -dump'
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE=''
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__fastdepCXX_FALSE='#'
- am__fastdepCXX_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__tar='tar --format=ustar -chf - "$$tardir"'
- am__untar='tar -xf -'
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host='arm-unknown-linux-androideabi'
- host_alias='arm-linux-androideabi'
- host_cpu='arm'
- host_os='linux-androideabi'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /tmp/jzmq/config/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='/bin/mkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/tmp/zeromq-android'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "jzmq"
- #define PACKAGE_TARNAME "jzmq"
- #define PACKAGE_VERSION "2.1.0"
- #define PACKAGE_STRING "jzmq 2.1.0"
- #define PACKAGE_BUGREPORT "[email protected]"
- #define PACKAGE_URL ""
- #define PACKAGE "jzmq"
- #define VERSION "2.1.0"
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment