This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by zeromq configure 4.0.4, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp12 uname -m = x86_64 uname -r = 3.13.6-1.x86_64 uname -s = Linux uname -v = #1 SMP Wed Mar 12 08:53:42 UTC 2014 /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/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2750: checking for a BSD-compatible install configure:2818: result: /bin/install -c configure:2829: checking whether build environment is sane configure:2879: result: yes configure:3020: checking for a thread-safe mkdir -p configure:3059: result: /bin/mkdir -p configure:3072: checking for gawk configure:3088: found /bin/gawk configure:3099: result: gawk configure:3110: checking whether make sets $(MAKE) configure:3132: result: yes configure:3207: checking how to create a ustar tar archive configure:3220: tar --version tar (GNU tar) 1.27.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . 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:3223: $? = 0 configure:3263: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3266: $? = 0 configure:3270: tar -xf - &5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 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:3684: $? = 0 configure:3673: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3684: $? = 0 configure:3673: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3684: $? = 1 configure:3673: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3684: $? = 1 configure:3704: checking whether the C compiler works configure:3726: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3730: $? = 0 configure:3778: result: yes configure:3781: checking for C compiler default output file name configure:3783: result: a.out configure:3789: checking for suffix of executables configure:3796: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3800: $? = 0 configure:3822: result: configure:3844: checking whether we are cross compiling configure:3852: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3856: $? = 0 configure:3863: ./conftest configure:3867: $? = 0 configure:3882: result: no configure:3887: checking for suffix of object files configure:3909: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3913: $? = 0 configure:3934: result: o configure:3938: checking whether we are using the GNU C compiler configure:3957: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3957: $? = 0 configure:3966: result: yes configure:3975: checking whether i686-uhu-linux-gcc accepts -g configure:3995: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3995: $? = 0 configure:4036: result: yes configure:4053: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:4117: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4117: $? = 0 configure:4130: result: none needed configure:4161: checking for style of include used by make configure:4189: result: GNU configure:4215: checking dependency style of i686-uhu-linux-gcc configure:4326: result: gcc3 configure:4341: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4490: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:115:18: error: 'newvar' undeclared (first use in this function) conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4490: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:4490: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4490: $? = 0 configure:4510: result: -std=gnu99 configure:4532: checking for i686-uhu-linux-g++ configure:4548: found /usr/bin/i686-uhu-linux-g++ configure:4559: result: i686-uhu-linux-g++ configure:4630: checking for C++ compiler version configure:4639: i686-uhu-linux-g++ --version >&5 i686-uhu-linux-g++ (GCC) 4.8.3 Copyright (C) 2013 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:4650: $? = 0 configure:4639: i686-uhu-linux-g++ -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:4650: $? = 0 configure:4639: i686-uhu-linux-g++ -V >&5 i686-uhu-linux-g++: error: unrecognized command line option '-V' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:4650: $? = 1 configure:4639: i686-uhu-linux-g++ -qversion >&5 i686-uhu-linux-g++: error: unrecognized command line option '-qversion' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:4650: $? = 1 configure:4654: checking whether we are using the GNU C++ compiler configure:4673: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:4673: $? = 0 configure:4682: result: yes configure:4691: checking whether i686-uhu-linux-g++ accepts -g configure:4711: i686-uhu-linux-g++ -c -g conftest.cpp >&5 configure:4711: $? = 0 configure:4752: result: yes configure:4777: checking dependency style of i686-uhu-linux-g++ configure:4888: result: gcc3 configure:4904: checking whether i686-uhu-linux-gcc -std=gnu99 and cc understand -c and -o together configure:4935: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4939: $? = 0 configure:4945: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4949: $? = 0 configure:4960: cc -c conftest.c >&5 configure:4964: $? = 0 configure:4972: cc -c conftest.c -o conftest2.o >&5 configure:4976: $? = 0 configure:4982: cc -c conftest.c -o conftest2.o >&5 configure:4986: $? = 0 configure:5004: result: yes configure:5029: checking for a sed that does not truncate output configure:5093: result: /bin/sed configure:5102: checking for gawk configure:5129: result: gawk configure:5145: checking for xmlto configure:5178: result: no configure:5186: checking for asciidoc configure:5219: result: no configure:5228: checking build system type configure:5242: result: i686-uhu-linux-gnu configure:5262: checking host system type configure:5275: result: i686-uhu-linux-gnu configure:5716: checking how to print strings configure:5743: result: printf configure:5764: checking for a sed that does not truncate output configure:5828: result: /bin/sed configure:5846: checking for grep that handles long lines and -e configure:5904: result: /bin/grep configure:5909: checking for egrep configure:5971: result: /bin/grep -E configure:5976: checking for fgrep configure:6038: result: /bin/grep -F configure:6073: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:6140: result: /usr/bin/ld configure:6147: checking if the linker (/usr/bin/ld) is GNU ld configure:6162: result: yes configure:6174: checking for BSD- or MS-compatible name lister (nm) configure:6223: result: /usr/bin/nm -B configure:6353: checking the name lister (/usr/bin/nm -B) interface configure:6360: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6363: /usr/bin/nm -B "conftest.o" configure:6366: output 00000000 B some_variable configure:6373: result: BSD nm configure:6376: checking whether ln -s works configure:6380: result: yes configure:6388: checking the maximum length of command line arguments configure:6518: result: 1572864 configure:6535: checking whether the shell understands some XSI constructs configure:6545: result: yes configure:6549: checking whether the shell understands "+=" configure:6555: result: yes configure:6590: checking how to convert i686-uhu-linux-gnu file names to i686-uhu-linux-gnu format configure:6630: result: func_convert_file_noop configure:6637: checking how to convert i686-uhu-linux-gnu file names to toolchain format configure:6657: result: func_convert_file_noop configure:6664: checking for /usr/bin/ld option to reload object files configure:6671: result: -r configure:6705: checking for i686-uhu-linux-objdump configure:6732: result: objdump configure:6801: checking how to recognize dependent libraries configure:7003: result: pass_all configure:7048: checking for i686-uhu-linux-dlltool configure:7075: result: dlltool configure:7145: checking how to associate runtime and link libraries configure:7172: result: printf %s\n configure:7189: checking for i686-uhu-linux-ar configure:7205: found /usr/bin/i686-uhu-linux-ar configure:7216: result: i686-uhu-linux-ar configure:7297: checking for archiver @FILE support configure:7314: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7314: $? = 0 configure:7317: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 configure:7320: $? = 0 configure:7325: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 i686-uhu-linux-ar: conftest.o: No such file or directory configure:7328: $? = 1 configure:7340: result: @ configure:7358: checking for i686-uhu-linux-strip configure:7388: result: no configure:7398: checking for strip configure:7414: found /usr/bin/strip configure:7425: result: strip configure:7457: checking for i686-uhu-linux-ranlib configure:7487: result: no configure:7497: checking for ranlib configure:7513: found /usr/bin/ranlib configure:7524: result: ranlib configure:7626: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:7746: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7749: $? = 0 configure:7753: /usr/bin/nm -B 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:7756: $? = 0 configure:7822: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:7825: $? = 0 configure:7863: result: ok configure:7900: checking for sysroot configure:7930: result: no configure:8146: checking for i686-uhu-linux-mt configure:8176: result: no configure:8186: checking for mt configure:8216: result: no configure:8236: checking if : is a manifest tool configure:8242: : '-?' configure:8250: result: no configure:8892: checking how to run the C preprocessor configure:8923: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:8923: $? = 0 configure:8937: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8937: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | /* end confdefs.h. */ | #include configure:8962: result: i686-uhu-linux-gcc -std=gnu99 -E configure:8982: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:8982: $? = 0 configure:8996: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8996: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | /* end confdefs.h. */ | #include configure:9025: checking for ANSI C header files configure:9045: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9045: $? = 0 configure:9118: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9118: $? = 0 configure:9118: ./conftest configure:9118: $? = 0 configure:9129: result: yes configure:9142: checking for sys/types.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9142: checking for sys/stat.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9142: checking for stdlib.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9142: checking for string.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9142: checking for memory.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9142: checking for strings.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9142: checking for inttypes.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9142: checking for stdint.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9142: checking for unistd.h configure:9142: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9142: $? = 0 configure:9142: result: yes configure:9156: checking for dlfcn.h configure:9156: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9156: $? = 0 configure:9156: result: yes configure:9341: checking for objdir configure:9356: result: .libs configure:9627: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:9645: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -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:9649: $? = 0 configure:9662: result: no configure:9989: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:9996: result: -fPIC -DPIC configure:10004: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:10022: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:10026: $? = 0 configure:10039: result: yes configure:10068: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:10096: result: yes configure:10111: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:10132: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:10136: $? = 0 configure:10158: result: yes configure:10166: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:10213: result: yes configure:10246: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:11403: result: yes configure:11440: checking whether -lc should be explicitly linked in configure:11448: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11451: $? = 0 configure:11466: i686-uhu-linux-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11469: $? = 0 configure:11483: result: no configure:11643: checking dynamic linker characteristics configure:12154: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12154: $? = 0 configure:12388: result: GNU/Linux ld.so configure:12495: checking how to hardcode library paths into programs configure:12520: result: immediate configure:13060: checking whether stripping libraries is possible configure:13065: result: yes configure:13100: checking if libtool supports shared libraries configure:13102: result: yes configure:13105: checking whether to build shared libraries configure:13126: result: yes configure:13129: checking whether to build static libraries configure:13133: result: no configure:13156: checking how to run the C++ preprocessor configure:13183: i686-uhu-linux-g++ -E conftest.cpp configure:13183: $? = 0 configure:13197: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:13197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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 configure:13222: result: i686-uhu-linux-g++ -E configure:13242: i686-uhu-linux-g++ -E conftest.cpp configure:13242: $? = 0 configure:13256: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:13256: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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 configure:13425: checking for ld used by i686-uhu-linux-g++ configure:13492: result: /usr/bin/ld configure:13499: checking if the linker (/usr/bin/ld) is GNU ld configure:13514: result: yes configure:13569: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:14574: result: yes configure:14610: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:14613: $? = 0 configure:15133: checking for i686-uhu-linux-g++ option to produce PIC configure:15140: result: -fPIC -DPIC configure:15148: checking if i686-uhu-linux-g++ PIC flag -fPIC -DPIC works configure:15166: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:15170: $? = 0 configure:15183: result: yes configure:15206: checking if i686-uhu-linux-g++ static flag -static works configure:15234: result: yes configure:15246: checking if i686-uhu-linux-g++ supports -c -o file.o configure:15267: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15271: $? = 0 configure:15293: result: yes configure:15298: checking if i686-uhu-linux-g++ supports -c -o file.o configure:15345: result: yes configure:15375: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:15414: result: yes configure:15555: checking dynamic linker characteristics configure:16234: result: GNU/Linux ld.so configure:16287: checking how to hardcode library paths into programs configure:16312: result: immediate configure:16385: checking whether the C compiler works configure:16401: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16401: $? = 0 configure:16410: result: yes configure:16418: checking whether we are using Intel C compiler configure:16437: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:28:8: error: 'error' undeclared (first use in this function) error if not ICC ^ conftest.c:28:8: note: each undeclared identifier is reported only once for each function it appears in conftest.c:28:14: error: expected ';' before 'if' error if not ICC ^ configure:16437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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. */ | | int | main () | { | #ifndef __INTEL_COMPILER | error if not ICC | #endif | | ; | return 0; | } configure:16445: result: no configure:16447: checking whether we are using Sun Studio C compiler configure:16466: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:28:8: error: 'error' undeclared (first use in this function) error if not sun studio ^ conftest.c:28:8: note: each undeclared identifier is reported only once for each function it appears in conftest.c:28:14: error: expected ';' before 'if' error if not sun studio ^ configure:16466: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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. */ | | int | main () | { | #if !defined(__SUNPRO_CC) && !defined(__SUNPRO_C) | error if not sun studio | #endif | | ; | return 0; | } configure:16474: result: no configure:16476: checking whether we are using clang C compiler configure:16495: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:28:8: error: 'error' undeclared (first use in this function) error if not clang ^ conftest.c:28:8: note: each undeclared identifier is reported only once for each function it appears in conftest.c:28:14: error: expected ';' before 'if' error if not clang ^ configure:16495: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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. */ | | int | main () | { | #ifndef __clang__ | error if not clang | #endif | | ; | return 0; | } configure:16503: result: no configure:16505: checking whether we are using gcc >= 4 C compiler configure:16524: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16524: $? = 0 configure:16532: result: yes configure:16549: checking whether the C++ compiler works configure:16565: i686-uhu-linux-g++ -o conftest -g -O2 conftest.cpp >&5 configure:16565: $? = 0 configure:16574: result: yes configure:16582: checking whether we are using Intel C++ compiler configure:16601: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:28:8: error: 'error' was not declared in this scope error if not ICC ^ conftest.cpp:28:14: error: expected ';' before 'if' error if not ICC ^ configure:16601: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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. */ | | int | main () | { | #ifndef __INTEL_COMPILER | error if not ICC | #endif | | ; | return 0; | } configure:16609: result: no configure:16611: checking whether we are using Sun Studio C++ compiler configure:16630: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:28:8: error: 'error' was not declared in this scope error if not sun studio ^ conftest.cpp:28:14: error: expected ';' before 'if' error if not sun studio ^ configure:16630: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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. */ | | int | main () | { | #if !defined(__SUNPRO_CC) && !defined(__SUNPRO_C) | error if not sun studio | #endif | | ; | return 0; | } configure:16638: result: no configure:16640: checking whether we are using clang C++ compiler configure:16659: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:28:8: error: 'error' was not declared in this scope error if not clang ^ conftest.cpp:28:14: error: expected ';' before 'if' error if not clang ^ configure:16659: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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. */ | | int | main () | { | #ifndef __clang__ | error if not clang | #endif | | ; | return 0; | } configure:16667: result: no configure:16669: checking whether we are using gcc >= 4 C++ compiler configure:16688: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:16688: $? = 0 configure:16696: result: yes configure:16730: checking whether to enable debugging information configure:16768: result: no configure:16785: checking whether to enable code coverage configure:16816: result: no configure:17639: checking for pthread_create in -lpthread configure:17664: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -lpthread >&5 configure:17664: $? = 0 configure:17673: result: yes configure:17684: checking for clock_gettime in -lrt configure:17709: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -lrt -lpthread >&5 configure:17709: $? = 0 configure:17718: result: yes configure:17729: checking for sodium_init in -lsodium configure:17754: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -lsodium -lrt -lpthread >&5 /usr/bin/ld: cannot find -lsodium collect2: error: ld returned 1 exit status configure:17754: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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/" | #define ZMQ_HAVE_LINUX 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | /* 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 sodium_init (); | int | main () | { | return sodium_init (); | ; | return 0; | } configure:17763: result: no configure:17773: WARNING: libsodium is needed for CURVE security configure:17799: checking whether C++ compiler supports -fvisibility=hidden configure:17831: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -fvisibility=hidden conftest.cpp >&5 configure:17831: $? = 0 configure:17862: result: yes configure:17948: checking whether C++ compiler supports dso visibility configure:17952: result: yes configure:18096: checking for asciidoc configure:18124: result: no configure:18134: checking for xmlto configure:18162: result: no configure:18188: checking whether to build documentation configure:18190: result: no configure:18193: checking whether to install manpages configure:18195: result: yes configure:18227: checking for suitable polling system configure:18263: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -lrt -lpthread >&5 conftest.c:28:23: fatal error: sys/event.h: No such file or directory #include ^ compilation terminated. configure:18263: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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/" | #define ZMQ_HAVE_LINUX 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | | struct kevent t_kev; | kqueue(); | | | ; | return 0; | } configure:18323: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -lrt -lpthread >&5 configure:18323: $? = 0 configure:18323: ./conftest configure:18323: $? = 0 configure:18448: result: using epoll configure:18457: checking for ANSI C header files configure:18561: result: yes configure:18573: checking errno.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking errno.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for errno.h configure:18573: result: yes configure:18573: checking arpa/inet.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking arpa/inet.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for arpa/inet.h configure:18573: result: yes configure:18573: checking netinet/tcp.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking netinet/tcp.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for netinet/tcp.h configure:18573: result: yes configure:18573: checking netinet/in.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking netinet/in.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for netinet/in.h configure:18573: result: yes configure:18573: checking stddef.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking stddef.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for stddef.h configure:18573: result: yes configure:18573: checking for stdlib.h configure:18573: result: yes configure:18573: checking for string.h configure:18573: result: yes configure:18573: checking sys/socket.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking sys/socket.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for sys/socket.h configure:18573: result: yes configure:18573: checking sys/time.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking sys/time.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for sys/time.h configure:18573: result: yes configure:18573: checking time.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking time.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for time.h configure:18573: result: yes configure:18573: checking for unistd.h configure:18573: result: yes configure:18573: checking limits.h usability configure:18573: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking limits.h presence configure:18573: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18573: $? = 0 configure:18573: result: yes configure:18573: checking for limits.h configure:18573: result: yes configure:18587: checking ifaddrs.h usability configure:18587: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18587: $? = 0 configure:18587: result: yes configure:18587: checking ifaddrs.h presence configure:18587: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18587: $? = 0 configure:18587: result: yes configure:18587: checking for ifaddrs.h configure:18587: result: yes configure:18603: checking sys/uio.h usability configure:18603: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18603: $? = 0 configure:18603: result: yes configure:18603: checking sys/uio.h presence configure:18603: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18603: $? = 0 configure:18603: result: yes configure:18603: checking for sys/uio.h configure:18603: result: yes configure:18629: checking sys/eventfd.h usability configure:18629: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c >&5 configure:18629: $? = 0 configure:18629: result: yes configure:18629: checking sys/eventfd.h presence configure:18629: i686-uhu-linux-gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.c configure:18629: $? = 0 configure:18629: result: yes configure:18629: checking for sys/eventfd.h configure:18629: result: yes configure:18651: checking for stdbool.h that conforms to C99 configure:18718: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:18718: $? = 0 configure:18725: result: yes configure:18727: checking for _Bool configure:18727: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:81:13: error: '_Bool' was not declared in this scope if (sizeof (_Bool)) ^ configure:18727: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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/" | #define ZMQ_HAVE_LINUX 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_IFADDRS_H 1 | #define ZMQ_HAVE_IFADDRS 1 | #define HAVE_SYS_UIO_H 1 | #define ZMQ_HAVE_UIO 1 | #define HAVE_SYS_EVENTFD_H 1 | #define ZMQ_HAVE_EVENTFD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (_Bool)) | return 0; | ; | return 0; | } configure:18727: result: no configure:18743: checking for an ANSI C-conforming const configure:18808: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:18808: $? = 0 configure:18815: result: yes configure:18823: checking for inline configure:18839: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:18839: $? = 0 configure:18847: result: inline configure:18914: checking for size_t configure:18914: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:18914: $? = 0 configure:18914: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:82:20: error: expected primary-expression before ')' token if (sizeof ((size_t))) ^ configure:18914: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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/" | #define ZMQ_HAVE_LINUX 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_IFADDRS_H 1 | #define ZMQ_HAVE_IFADDRS 1 | #define HAVE_SYS_UIO_H 1 | #define ZMQ_HAVE_UIO 1 | #define HAVE_SYS_EVENTFD_H 1 | #define ZMQ_HAVE_EVENTFD 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:18914: result: yes configure:18925: checking for ssize_t configure:18925: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:18925: $? = 0 configure:18925: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:82:21: error: expected primary-expression before ')' token if (sizeof ((ssize_t))) ^ configure:18925: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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/" | #define ZMQ_HAVE_LINUX 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_IFADDRS_H 1 | #define ZMQ_HAVE_IFADDRS 1 | #define HAVE_SYS_UIO_H 1 | #define ZMQ_HAVE_UIO 1 | #define HAVE_SYS_EVENTFD_H 1 | #define ZMQ_HAVE_EVENTFD 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:18925: result: yes configure:18937: checking whether time.h and sys/time.h may both be included configure:18957: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:18957: $? = 0 configure:18964: result: yes configure:18972: checking for uint32_t configure:18972: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:18972: $? = 0 configure:18972: result: yes configure:18986: checking for working volatile configure:19005: i686-uhu-linux-g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:19005: $? = 0 configure:19012: result: yes configure:19683: checking how to enable additional warnings for C++ compiler configure:19718: result: -Wall configure:19730: checking how to turn warnings to errors in C++ compiler configure:19761: result: -Werror configure:19774: checking how to enable strict standards compliance in C++ compiler configure:19809: result: -pedantic configure:19860: checking return type of signal handlers configure:19878: i686-uhu-linux-g++ -c -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:53:22: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:19878: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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/" | #define ZMQ_HAVE_LINUX 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_IFADDRS_H 1 | #define ZMQ_HAVE_IFADDRS 1 | #define HAVE_SYS_UIO_H 1 | #define ZMQ_HAVE_UIO 1 | #define HAVE_SYS_EVENTFD_H 1 | #define ZMQ_HAVE_EVENTFD 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:19885: result: void configure:19896: checking for perror configure:19896: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19896: checking for gettimeofday configure:19896: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19896: checking for clock_gettime configure:19896: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19896: checking for memset configure:19896: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19896: checking for socket configure:19896: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19896: checking for getifaddrs configure:19896: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19896: checking for freeifaddrs configure:19896: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19896: checking for fork configure:19896: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19908: checking alloca.h usability configure:19908: i686-uhu-linux-g++ -c -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp >&5 configure:19908: $? = 0 configure:19908: result: yes configure:19908: checking alloca.h presence configure:19908: i686-uhu-linux-g++ -E -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp configure:19908: $? = 0 configure:19908: result: yes configure:19908: checking for alloca.h configure:19908: result: yes configure:19919: checking whether SOCK_CLOEXEC is supported configure:19939: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19939: $? = 0 configure:19939: ./conftest configure:19939: $? = 0 configure:19940: result: yes configure:19957: checking whether SO_KEEPALIVE is supported configure:19980: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:19980: $? = 0 configure:19980: ./conftest configure:19980: $? = 0 configure:19981: result: yes configure:19996: checking whether TCP_KEEPCNT is supported configure:20022: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:20022: $? = 0 configure:20022: ./conftest configure:20022: $? = 0 configure:20023: result: yes configure:20038: checking whether TCP_KEEPIDLE is supported configure:20064: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:20064: $? = 0 configure:20064: ./conftest configure:20064: $? = 0 configure:20065: result: yes configure:20080: checking whether TCP_KEEPINTVL is supported configure:20106: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 configure:20106: $? = 0 configure:20106: ./conftest configure:20106: $? = 0 configure:20107: result: yes configure:20122: checking whether TCP_KEEPALIVE is supported configure:20148: i686-uhu-linux-g++ -o conftest -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL conftest.cpp -lrt -lpthread >&5 conftest.cpp: In function 'int main(int, char**)': conftest.cpp:74:44: error: 'TCP_KEEPALIVE' was not declared in this scope ((rc = setsockopt (s, IPPROTO_TCP, TCP_KEEPALIVE, (char*) &opt, sizeof (int))) == -1) ^ configure:20148: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "zeromq" | #define PACKAGE_TARNAME "zeromq" | #define PACKAGE_VERSION "4.0.4" | #define PACKAGE_STRING "zeromq 4.0.4" | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" | #define PACKAGE_URL "" | #define PACKAGE "zeromq" | #define VERSION "4.0.4" | #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/" | #define ZMQ_HAVE_LINUX 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_IFADDRS_H 1 | #define ZMQ_HAVE_IFADDRS 1 | #define HAVE_SYS_UIO_H 1 | #define ZMQ_HAVE_UIO 1 | #define HAVE_SYS_EVENTFD_H 1 | #define ZMQ_HAVE_EVENTFD 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_PERROR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_MEMSET 1 | #define HAVE_SOCKET 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_FORK 1 | #define HAVE_ALLOCA_H 1 | #define ZMQ_HAVE_SOCK_CLOEXEC 1 | #define ZMQ_HAVE_SO_KEEPALIVE 1 | #define ZMQ_HAVE_TCP_KEEPCNT 1 | #define ZMQ_HAVE_TCP_KEEPIDLE 1 | #define ZMQ_HAVE_TCP_KEEPINTVL 1 | /* end confdefs.h. */ | /* TCP_KEEPALIVE test */ | #include | #include | #include | #include | | int main (int argc, char *argv []) | { | int s, rc, opt = 1; | return ( | ((s = socket (PF_INET, SOCK_STREAM, 0)) == -1) || | ((rc = setsockopt (s, SOL_SOCKET, SO_KEEPALIVE, (char*) &opt, sizeof (int))) == -1) || | ((rc = setsockopt (s, IPPROTO_TCP, TCP_KEEPALIVE, (char*) &opt, sizeof (int))) == -1) | ); | } | configure:20155: result: no configure:20329: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by zeromq config.status 4.0.4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp12 config.status:1234: creating Makefile config.status:1234: creating src/Makefile config.status:1234: creating src/libzmq.pc config.status:1234: creating doc/Makefile config.status:1234: creating perf/Makefile config.status:1234: creating tests/Makefile config.status:1234: creating tools/Makefile config.status:1234: creating builds/msvc/Makefile config.status:1234: creating foreign/openpgm/Makefile config.status:1234: creating builds/redhat/zeromq.spec config.status:1234: creating src/platform.hpp config.status:1463: executing depfiles commands config.status:1463: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_uint32_t=yes ac_cv_c_volatile=yes ac_cv_cxx_compiler_gnu=yes 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= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= 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= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_OpenPGM_CFLAGS_set= ac_cv_env_OpenPGM_CFLAGS_value= ac_cv_env_OpenPGM_LIBS_set= ac_cv_env_OpenPGM_LIBS_value= 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_XMLTO_set= ac_cv_env_XMLTO_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_clock_gettime=yes ac_cv_func_fork=yes ac_cv_func_freeifaddrs=yes ac_cv_func_getifaddrs=yes ac_cv_func_gettimeofday=yes ac_cv_func_memset=yes ac_cv_func_perror=yes ac_cv_func_socket=yes ac_cv_header_alloca_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=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_eventfd_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_rt_clock_gettime=yes ac_cv_lib_sodium_sodium_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='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu99 -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_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_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_i686_uhu_linux_gcc_c_o=yes ac_cv_prog_cxx_g=yes ac_cv_prog_libzmq_have_asciidoc=no ac_cv_prog_libzmq_have_xmlto=no ac_cv_prog_make_make_set=yes ac_cv_type__Bool=no ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_tar_ustar=gnutar libzmq_cv_c_clang_compiler=no libzmq_cv_c_compiler_works=yes libzmq_cv_c_gcc4_compiler=yes libzmq_cv_c_intel_compiler=no libzmq_cv_c_sun_studio_compiler=no libzmq_cv_check_lang_flag_save_CPPFLAGS='-D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE ' libzmq_cv_cxx_clang_compiler=no libzmq_cv_cxx_compiler_works=yes libzmq_cv_cxx_gcc4_compiler=yes libzmq_cv_cxx_intel_compiler=no libzmq_cv_cxx_strict_flag=-pedantic libzmq_cv_cxx_sun_studio_compiler=no libzmq_cv_cxx_supports_flag__fvisibility_hidden=yes libzmq_cv_cxx_visibility_flag=-fvisibility=hidden libzmq_cv_cxx_wall_flag=-Wall libzmq_cv_cxx_werror_flag=-Werror libzmq_cv_cxx_werror_flag_save= libzmq_cv_have_poller_epoll=yes libzmq_cv_have_poller_kqueue=no libzmq_cv_poller=epoll libzmq_cv_poller_flag=ZMQ_FORCE_EPOLL libzmq_cv_so_keepalive=yes libzmq_cv_sock_cloexec=yes libzmq_cv_tcp_keepalive=no libzmq_cv_tcp_keepcnt=yes libzmq_cv_tcp_keepidle=yes libzmq_cv_tcp_keepintvl=yes 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='/usr/bin/nm -B' 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} /var/uhubuild/work/compile/config/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='i686-uhu-linux-ar' AS='as' ASCIIDOC='' AUTOCONF='${SHELL} /var/uhubuild/work/compile/config/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/config/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/config/missing --run automake-1.11' AWK='gawk' BUILD_DOC_FALSE='' BUILD_DOC_TRUE='#' BUILD_PGM_FALSE='' BUILD_PGM_TRUE='#' CC='i686-uhu-linux-gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='-pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -DZMQ_FORCE_EPOLL' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' 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_MAN_FALSE='#' INSTALL_MAN_TRUE='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld' LDFLAGS='' LIBOBJS='' LIBS='-lrt -lpthread ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBZMQ_EXTRA_CFLAGS='' LIBZMQ_EXTRA_CXXFLAGS='-fvisibility=hidden ' LIBZMQ_EXTRA_LDFLAGS='' LIPO='' LN_S='ln -s' LTLIBOBJS='' LTVER='4:0:1' MAKEINFO='${SHELL} /var/uhubuild/work/compile/config/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' ON_ANDROID_FALSE='' ON_ANDROID_TRUE='#' ON_LINUX_FALSE='#' ON_LINUX_TRUE='' ON_MINGW_FALSE='' ON_MINGW_TRUE='#' OTOOL64='' OTOOL='' OpenPGM_CFLAGS='' OpenPGM_LIBS='' PACKAGE='zeromq' PACKAGE_BUGREPORT='zeromq-dev@lists.zeromq.org' PACKAGE_NAME='zeromq' PACKAGE_STRING='zeromq 4.0.4' PACKAGE_TARNAME='zeromq' PACKAGE_URL='' PACKAGE_VERSION='4.0.4' PATH_SEPARATOR=':' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='4.0.4' XMLTO='' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' 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='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libzmq_have_asciidoc='no' libzmq_have_xmlto='no' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pgm_basename='libpgm-5.2.122~dfsg' pgm_srcdir='' pgm_subdir='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "zeromq" #define PACKAGE_TARNAME "zeromq" #define PACKAGE_VERSION "4.0.4" #define PACKAGE_STRING "zeromq 4.0.4" #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" #define PACKAGE_URL "" #define PACKAGE "zeromq" #define VERSION "4.0.4" #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/" #define ZMQ_HAVE_LINUX 1 #define HAVE_LIBPTHREAD 1 #define HAVE_LIBRT 1 #define STDC_HEADERS 1 #define HAVE_ERRNO_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LIMITS_H 1 #define HAVE_IFADDRS_H 1 #define ZMQ_HAVE_IFADDRS 1 #define HAVE_SYS_UIO_H 1 #define ZMQ_HAVE_UIO 1 #define HAVE_SYS_EVENTFD_H 1 #define ZMQ_HAVE_EVENTFD 1 #define HAVE_STDBOOL_H 1 #define TIME_WITH_SYS_TIME 1 #define RETSIGTYPE void #define HAVE_PERROR 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_MEMSET 1 #define HAVE_SOCKET 1 #define HAVE_GETIFADDRS 1 #define HAVE_FREEIFADDRS 1 #define HAVE_FORK 1 #define HAVE_ALLOCA_H 1 #define ZMQ_HAVE_SOCK_CLOEXEC 1 #define ZMQ_HAVE_SO_KEEPALIVE 1 #define ZMQ_HAVE_TCP_KEEPCNT 1 #define ZMQ_HAVE_TCP_KEEPIDLE 1 #define ZMQ_HAVE_TCP_KEEPINTVL 1 configure: exit 0