rendered paste bodyThis file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by zeromq configure 2.1.4, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure --prefix=/usr/local --enable-shared
## --------- ##
## Platform. ##
## --------- ##
hostname = CapiServer1
uname -m = i686
uname -r = 1.7.9(0.237/5/3)
uname -s = CYGWIN_NT-6.0
uname -v = 2011-03-29 10:10
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/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/bin
PATH: /usr/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
PATH: /cygdrive/c/Program Files/IDM Computer Solutions/UltraEdit
PATH: /cygdrive/c/Program Files/IDM Computer Solutions/UltraCompare
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2790: checking for a BSD-compatible install
configure:2858: result: /usr/bin/install -c
configure:2869: checking whether build environment is sane
configure:2919: result: yes
configure:3060: checking for a thread-safe mkdir -p
configure:3099: result: /usr/bin/mkdir -p
configure:3112: checking for gawk
configure:3128: found /usr/bin/gawk
configure:3139: result: gawk
configure:3150: checking whether make sets $(MAKE)
configure:3172: result: yes
configure:3247: checking how to create a ustar tar archive
configure:3260: tar --version
tar (GNU tar) 1.25
Packaged by Cygwin (1.25-1)
Copyright (C) 2010 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:3263: $? = 0
configure:3303: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3306: $? = 0
configure:3310: tar -xf - <conftest.tar
configure:3313: $? = 0
configure:3326: result: gnutar
configure:3418: checking for gcc
configure:3434: found /usr/bin/gcc
configure:3445: result: gcc
configure:3674: checking for C compiler version
configure:3683: gcc --version >&5
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:3694: $? = 0
configure:3683: gcc -v >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure --verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:3694: $? = 0
configure:3683: gcc -V >&5
gcc: `-V' option must have argument
configure:3694: $? = 1
configure:3683: gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:3694: $? = 1
configure:3714: checking whether the C compiler works
configure:3736: gcc conftest.c >&5
configure:3740: $? = 0
configure:3788: result: yes
configure:3791: checking for C compiler default output file name
configure:3793: result: a.exe
configure:3799: checking for suffix of executables
configure:3806: gcc -o conftest.exe conftest.c >&5
configure:3810: $? = 0
configure:3832: result: .exe
configure:3854: checking whether we are cross compiling
configure:3862: gcc -o conftest.exe conftest.c >&5
configure:3866: $? = 0
configure:3873: ./conftest.exe
configure:3877: $? = 0
configure:3892: result: no
configure:3897: checking for suffix of object files
configure:3919: gcc -c conftest.c >&5
configure:3923: $? = 0
configure:3944: result: o
configure:3948: checking whether we are using the GNU C compiler
configure:3967: gcc -c conftest.c >&5
configure:3967: $? = 0
configure:3976: result: yes
configure:3985: checking whether gcc accepts -g
configure:4005: gcc -c -g conftest.c >&5
configure:4005: $? = 0
configure:4046: result: yes
configure:4063: checking for gcc option to accept ISO C89
configure:4127: gcc -c -g -O2 conftest.c >&5
configure:4127: $? = 0
configure:4140: result: none needed
configure:4171: checking for style of include used by make
configure:4199: result: GNU
configure:4224: checking dependency style of gcc
configure:4334: result: gcc3
configure:4349: checking for gcc option to accept ISO C99
configure:4498: gcc -c -g -O2 conftest.c >&5
conftest.c:61: error: parse error before "text"
conftest.c: In function `test_restrict':
conftest.c:66: error: 'for' loop initial declaration used outside C99 mode
conftest.c:66: error: `text' undeclared (first use in this function)
conftest.c:66: error: (Each undeclared identifier is reported only once
conftest.c:66: error: for each function it appears in.)
conftest.c: In function `main':
conftest.c:115: error: syntax error before "newvar"
conftest.c:125: error: 'for' loop initial declaration used outside C99 mode
conftest.c:141: error: `newvar' undeclared (first use in this function)
configure:4498: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.4"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // 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:4498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:4498: $? = 0
configure:4518: result: -std=gnu99
configure:4584: checking for g++
configure:4600: found /usr/bin/g++
configure:4611: result: g++
configure:4638: checking for C++ compiler version
configure:4647: g++ --version >&5
g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:4658: $? = 0
configure:4647: g++ -v >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure --verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:4658: $? = 0
configure:4647: g++ -V >&5
g++: `-V' option must have argument
configure:4658: $? = 1
configure:4647: g++ -qversion >&5
g++: unrecognized option `-qversion'
g++: no input files
configure:4658: $? = 1
configure:4662: checking whether we are using the GNU C++ compiler
configure:4681: g++ -c conftest.cpp >&5
configure:4681: $? = 0
configure:4690: result: yes
configure:4699: checking whether g++ accepts -g
configure:4719: g++ -c -g conftest.cpp >&5
configure:4719: $? = 0
configure:4760: result: yes
configure:4785: checking dependency style of g++
configure:4895: result: gcc3
configure:4911: checking whether gcc -std=gnu99 and cc understand -c and -o together
configure:4942: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:4946: $? = 0
configure:4952: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:4956: $? = 0
configure:4967: cc -c conftest.c >&5
configure:4971: $? = 0
configure:4979: cc -c conftest.c -o conftest2.o >&5
configure:4983: $? = 0
configure:4989: cc -c conftest.c -o conftest2.o >&5
configure:4993: $? = 0
configure:5011: result: yes
configure:5036: checking for a sed that does not truncate output
configure:5100: result: /usr/bin/sed
configure:5109: checking for gawk
configure:5136: result: gawk
configure:5151: checking for xmlto
configure:5184: result: no
configure:5192: checking for asciidoc
configure:5225: result: no
configure:5236: checking build system type
configure:5250: result: i686-pc-cygwin
configure:5270: checking host system type
configure:5283: result: i686-pc-cygwin
configure:5422: checking for as
configure:5438: found /usr/bin/as
configure:5449: result: as
configure:5514: checking for dlltool
configure:5530: found /usr/bin/dlltool
configure:5541: result: dlltool
configure:5606: checking for objdump
configure:5622: found /usr/bin/objdump
configure:5633: result: objdump
configure:5703: checking for a sed that does not truncate output
configure:5767: result: /usr/bin/sed
configure:5785: checking for grep that handles long lines and -e
configure:5843: result: /usr/bin/grep
configure:5848: checking for egrep
configure:5910: result: /usr/bin/grep -E
configure:5915: checking for fgrep
configure:5977: result: /usr/bin/grep -F
configure:6012: checking for ld used by gcc -std=gnu99
configure:6079: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:6086: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
configure:6101: result: yes
configure:6113: checking for BSD- or MS-compatible name lister (nm)
configure:6162: result: /usr/bin/nm -B
configure:6280: checking the name lister (/usr/bin/nm -B) interface
configure:6287: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6290: /usr/bin/nm -B "conftest.o"
configure:6293: output
00000000 b .bss
00000000 d .data
00000000 N .stab
00000000 N .stabstr
00000000 t .text
00000000 B _some_variable
configure:6300: result: BSD nm
configure:6303: checking whether ln -s works
configure:6307: result: yes
configure:6315: checking the maximum length of command line arguments
configure:6435: result: 8192
configure:6452: checking whether the shell understands some XSI constructs
configure:6462: result: yes
configure:6466: checking whether the shell understands "+="
configure:6472: result: yes
configure:6507: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files
configure:6514: result: -r
configure:6583: checking for objdump
configure:6610: result: objdump
configure:6639: checking how to recognize dependent libraries
configure:6835: result: file_magic ^x86 archive import|^x86 DLL
configure:6895: checking for ar
configure:6911: found /usr/bin/ar
configure:6922: result: ar
configure:7000: checking for strip
configure:7016: found /usr/bin/strip
configure:7027: result: strip
configure:7099: checking for ranlib
configure:7115: found /usr/bin/ranlib
configure:7126: result: ranlib
configure:7216: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
configure:7334: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:7337: $? = 0
configure:7341: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7344: $? = 0
cannot find nm_test_var in conftest.nm
configure:7334: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:7337: $? = 0
configure:7341: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:7344: $? = 0
configure:7398: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:7401: $? = 0
configure:7439: result: ok
configure:8248: checking how to run the C preprocessor
configure:8279: gcc -std=gnu99 -E conftest.c
configure:8279: $? = 0
configure:8293: gcc -std=gnu99 -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:8293: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8318: result: gcc -std=gnu99 -E
configure:8338: gcc -std=gnu99 -E conftest.c
configure:8338: $? = 0
configure:8352: gcc -std=gnu99 -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:8352: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8381: checking for ANSI C header files
configure:8401: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8401: $? = 0
configure:8474: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c >&5
configure:8474: $? = 0
configure:8474: ./conftest.exe
configure:8474: $? = 0
configure:8485: result: yes
configure:8498: checking for sys/types.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8498: checking for sys/stat.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8498: checking for stdlib.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8498: checking for string.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8498: checking for memory.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8498: checking for strings.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8498: checking for inttypes.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8498: checking for stdint.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8498: checking for unistd.h
configure:8498: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8498: $? = 0
configure:8498: result: yes
configure:8512: checking for dlfcn.h
configure:8512: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8512: $? = 0
configure:8512: result: yes
configure:8637: checking for C++ compiler version
configure:8646: g++ --version >&5
g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:8657: $? = 0
configure:8646: g++ -v >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure --verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:8657: $? = 0
configure:8646: g++ -V >&5
g++: `-V' option must have argument
configure:8657: $? = 1
configure:8646: g++ -qversion >&5
g++: unrecognized option `-qversion'
g++: no input files
configure:8657: $? = 1
configure:8661: checking whether we are using the GNU C++ compiler
configure:8689: result: yes
configure:8698: checking whether g++ accepts -g
configure:8759: result: yes
configure:8784: checking dependency style of g++
configure:8894: result: gcc3
configure:8917: checking how to run the C++ preprocessor
configure:8944: g++ -E conftest.cpp
configure:8944: $? = 0
configure:8958: g++ -E conftest.cpp
conftest.cpp:22:28: ac_nonexistent.h: No such file or directory
configure:8958: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8983: result: g++ -E
configure:9003: g++ -E conftest.cpp
configure:9003: $? = 0
configure:9017: g++ -E conftest.cpp
conftest.cpp:22:28: ac_nonexistent.h: No such file or directory
configure:9017: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9191: checking for objdir
configure:9206: result: .libs
configure:9502: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:9520: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9524: $? = 0
configure:9537: result: no
configure:9557: checking for gcc -std=gnu99 option to produce PIC
configure:9829: result: -DDLL_EXPORT -DPIC
configure:9841: checking if gcc -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works
configure:9859: gcc -std=gnu99 -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:9863: $? = 0
configure:9876: result: yes
configure:9900: checking if gcc -std=gnu99 static flag -static works
configure:9928: result: yes
configure:9943: checking if gcc -std=gnu99 supports -c -o file.o
configure:9964: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9968: $? = 0
configure:9990: result: yes
configure:9998: checking if gcc -std=gnu99 supports -c -o file.o
configure:10045: result: yes
configure:10078: checking whether the gcc -std=gnu99 linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:11069: result: yes
configure:11106: checking whether -lc should be explicitly linked in
configure:11111: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11114: $? = 0
configure:11129: gcc -std=gnu99 -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:11132: $? = 1
configure:11144: result: yes
configure:11308: checking dynamic linker characteristics
configure:11971: result: Win32 ld.exe
configure:12073: checking how to hardcode library paths into programs
configure:12098: result: immediate
configure:12618: checking whether stripping libraries is possible
configure:12623: result: yes
configure:12658: checking if libtool supports shared libraries
configure:12660: result: yes
configure:12663: checking whether to build shared libraries
configure:12684: result: yes
configure:12687: checking whether to build static libraries
configure:12691: result: no
configure:12841: checking for ld used by g++
configure:12908: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:12915: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
configure:12930: result: yes
configure:12985: checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:13898: result: yes
configure:13926: g++ -c -g -O2 conftest.cpp >&5
configure:13929: $? = 0
configure:14111: checking for g++ option to produce PIC
configure:14428: result: -DDLL_EXPORT -DPIC
configure:14437: checking if g++ PIC flag -DDLL_EXPORT -DPIC works
configure:14455: g++ -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
configure:14459: $? = 0
configure:14472: result: yes
configure:14493: checking if g++ static flag -static works
configure:14521: result: yes
configure:14533: checking if g++ supports -c -o file.o
configure:14554: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14558: $? = 0
configure:14580: result: yes
configure:14585: checking if g++ supports -c -o file.o
configure:14632: result: yes
configure:14662: checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:14691: result: yes
configure:14828: checking dynamic linker characteristics
configure:15439: result: Win32 ld.exe
configure:15490: checking how to hardcode library paths into programs
configure:15515: result: immediate
configure:15585: checking whether the C compiler works
configure:15601: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c >&5
configure:15601: $? = 0
configure:15610: result: yes
configure:15618: checking whether we are using Intel C compiler
configure:15637: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:28: error: `error' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: parse error before "if"
configure:15637: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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:15645: result: no
configure:15647: checking whether we are using Sun Studio C compiler
configure:15666: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:28: error: `error' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: parse error before "if"
configure:15666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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:15674: result: no
configure:15676: checking whether we are using clang C compiler
configure:15695: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:28: error: `error' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: parse error before "if"
configure:15695: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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:15703: result: no
configure:15705: checking whether we are using gcc >= 4 C compiler
configure:15724: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:28: error: `error' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: parse error before "if"
configure:15724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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 __GNUC__ || __GNUC__ < 4)
| error if not gcc4 or higher
| #endif
|
| ;
| return 0;
| }
configure:15732: result: no
configure:15749: checking whether the C++ compiler works
configure:15765: g++ -o conftest.exe -g -O2 conftest.cpp >&5
configure:15765: $? = 0
configure:15774: result: yes
configure:15782: checking whether we are using Intel C++ compiler
configure:15801: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:28: error: `error' undeclared (first use this function)
conftest.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
conftest.cpp:28: error: expected `;' before "if"
configure:15801: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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:15809: result: no
configure:15811: checking whether we are using Sun Studio C++ compiler
configure:15830: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:28: error: `error' undeclared (first use this function)
conftest.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
conftest.cpp:28: error: expected `;' before "if"
configure:15830: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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:15838: result: no
configure:15840: checking whether we are using clang C++ compiler
configure:15859: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:28: error: `error' undeclared (first use this function)
conftest.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
conftest.cpp:28: error: expected `;' before "if"
configure:15859: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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:15867: result: no
configure:15869: checking whether we are using gcc >= 4 C++ compiler
configure:15888: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:28: error: `error' undeclared (first use this function)
conftest.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
conftest.cpp:28: error: expected `;' before "if"
configure:15888: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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 __GNUC__ || __GNUC__ < 4)
| error if not gcc4 or higher
| #endif
|
| ;
| return 0;
| }
configure:15896: result: no
configure:15930: checking whether to enable debugging information
configure:15968: result: no
configure:15974: checking for pthread_create in -lpthread
configure:15999: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c -lpthread >&5
configure:15999: $? = 0
configure:16008: result: yes
configure:17038: checking for uuid_generate in -luuid
configure:17063: gcc -std=gnu99 -o conftest.exe -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -L/usr/lib/e2fsprogs conftest.c -luuid -lpthread >&5
configure:17063: $? = 0
configure:17072: result: yes
configure:17265: checking whether C compiler supports dso visibility
configure:17272: result: no
configure:17449: checking whether C++ compiler supports dso visibility
configure:17456: result: no
configure:17597: checking for asciidoc
configure:17625: result: no
configure:17635: checking for xmlto
configure:17663: result: no
configure:17689: checking whether to build documentation
configure:17691: result: no
configure:17694: checking whether to install manpages
configure:17696: result: yes
configure:17718: checking for ANSI C header files
configure:17822: result: yes
configure:17834: checking errno.h usability
configure:17834: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking errno.h presence
configure:17834: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking for errno.h
configure:17834: result: yes
configure:17834: checking arpa/inet.h usability
configure:17834: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking arpa/inet.h presence
configure:17834: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking for arpa/inet.h
configure:17834: result: yes
configure:17834: checking netinet/tcp.h usability
configure:17834: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking netinet/tcp.h presence
configure:17834: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking for netinet/tcp.h
configure:17834: result: yes
configure:17834: checking netinet/in.h usability
configure:17834: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking netinet/in.h presence
configure:17834: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking for netinet/in.h
configure:17834: result: yes
configure:17834: checking stddef.h usability
configure:17834: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking stddef.h presence
configure:17834: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking for stddef.h
configure:17834: result: yes
configure:17834: checking for stdlib.h
configure:17834: result: yes
configure:17834: checking for string.h
configure:17834: result: yes
configure:17834: checking sys/socket.h usability
configure:17834: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking sys/socket.h presence
configure:17834: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking for sys/socket.h
configure:17834: result: yes
configure:17834: checking sys/time.h usability
configure:17834: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking sys/time.h presence
configure:17834: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking for sys/time.h
configure:17834: result: yes
configure:17834: checking for unistd.h
configure:17834: result: yes
configure:17834: checking limits.h usability
configure:17834: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking limits.h presence
configure:17834: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17834: $? = 0
configure:17834: result: yes
configure:17834: checking for limits.h
configure:17834: result: yes
configure:17848: checking ifaddrs.h usability
configure:17848: gcc -std=gnu99 -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17848: $? = 0
configure:17848: result: yes
configure:17848: checking ifaddrs.h presence
configure:17848: gcc -std=gnu99 -E -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17848: $? = 0
configure:17848: result: yes
configure:17848: checking for ifaddrs.h
configure:17848: result: yes
configure:17869: checking for stdbool.h that conforms to C99
configure:17954: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:17954: $? = 0
configure:17961: result: yes
configure:17963: checking for _Bool
configure:17963: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:76: error: `_Bool' undeclared (first use this function)
conftest.cpp:76: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:17963: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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 HAVE_LIBPTHREAD 1
| #define ZMQ_HAVE_CYGWIN 1
| #define HAVE_LIBUUID 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_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_IFADDRS_H 1
| #define ZMQ_HAVE_IFADDRS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (_Bool))
| return 0;
| ;
| return 0;
| }
configure:17963: result: no
configure:17979: checking for an ANSI C-conforming const
configure:18044: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:18044: $? = 0
configure:18051: result: yes
configure:18059: checking for inline
configure:18075: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:18075: $? = 0
configure:18083: result: inline
configure:18150: checking for size_t
configure:18150: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:18150: $? = 0
configure:18150: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:77: error: expected primary-expression before ')' token
configure:18150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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 HAVE_LIBPTHREAD 1
| #define ZMQ_HAVE_CYGWIN 1
| #define HAVE_LIBUUID 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_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_IFADDRS_H 1
| #define ZMQ_HAVE_IFADDRS 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:18150: result: yes
configure:18161: checking for ssize_t
configure:18161: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:18161: $? = 0
configure:18161: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:77: error: expected primary-expression before ')' token
configure:18161: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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 HAVE_LIBPTHREAD 1
| #define ZMQ_HAVE_CYGWIN 1
| #define HAVE_LIBUUID 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_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_IFADDRS_H 1
| #define ZMQ_HAVE_IFADDRS 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:18161: result: yes
configure:18173: checking whether time.h and sys/time.h may both be included
configure:18193: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:18193: $? = 0
configure:18200: result: yes
configure:18208: checking for uint32_t
configure:18208: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:18208: $? = 0
configure:18208: result: yes
configure:18222: checking for working volatile
configure:18241: g++ -c -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:18241: $? = 0
configure:18248: result: yes
configure:18331: checking how to enable additional warnings for C++ compiler
configure:18366: result: -Wall
configure:18378: checking how to turn warnings to errors in C++ compiler
configure:18409: result: -Werror
configure:18422: checking how to enable strict standards compliance in C++ compiler
configure:18457: result: -pedantic
configure:18492: checking return type of signal handlers
configure:18510: g++ -c -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:48: error: void value not ignored as it ought to be
configure:18510: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.4"
| #define PACKAGE_STRING "zeromq 2.1.4"
| #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.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 HAVE_LIBPTHREAD 1
| #define ZMQ_HAVE_CYGWIN 1
| #define HAVE_LIBUUID 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_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_IFADDRS_H 1
| #define ZMQ_HAVE_IFADDRS 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:18517: result: void
configure:18528: checking for perror
configure:18528: g++ -o conftest.exe -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -L/usr/lib/e2fsprogs conftest.cpp -luuid -lpthread >&5
configure:18528: $? = 0
configure:18528: result: yes
configure:18528: checking for gettimeofday
configure:18528: g++ -o conftest.exe -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -L/usr/lib/e2fsprogs conftest.cpp -luuid -lpthread >&5
configure:18528: $? = 0
configure:18528: result: yes
configure:18528: checking for memset
configure:18528: g++ -o conftest.exe -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -L/usr/lib/e2fsprogs conftest.cpp -luuid -lpthread >&5
configure:18528: $? = 0
configure:18528: result: yes
configure:18528: checking for socket
configure:18528: g++ -o conftest.exe -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -L/usr/lib/e2fsprogs conftest.cpp -luuid -lpthread >&5
configure:18528: $? = 0
configure:18528: result: yes
configure:18528: checking for getifaddrs
configure:18528: g++ -o conftest.exe -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -L/usr/lib/e2fsprogs conftest.cpp -luuid -lpthread >&5
configure:18528: $? = 0
configure:18528: result: yes
configure:18528: checking for freeifaddrs
configure:18528: g++ -o conftest.exe -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -L/usr/lib/e2fsprogs conftest.cpp -luuid -lpthread >&5
configure:18528: $? = 0
configure:18528: result: yes
configure:18540: checking alloca.h usability
configure:18540: g++ -c -g -O2 -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp >&5
configure:18540: $? = 0
configure:18540: result: yes
configure:18540: checking alloca.h presence
configure:18540: g++ -E -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.cpp
configure:18540: $? = 0
configure:18540: result: yes
configure:18540: checking for alloca.h
configure:18540: result: yes
configure:18701: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by zeromq config.status 2.1.4, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on CapiServer1
config.status:1209: creating Makefile
config.status:1209: creating src/Makefile
config.status:1209: creating doc/Makefile
config.status:1209: creating perf/Makefile
config.status:1209: creating src/libzmq.pc
config.status:1209: creating builds/msvc/Makefile
config.status:1209: creating tests/Makefile
config.status:1209: creating foreign/openpgm/Makefile
config.status:1209: creating src/platform.hpp
config.status:1389: src/platform.hpp is unchanged
config.status:1437: executing depfiles commands
config.status:1437: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-cygwin
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=
ac_cv_env_CFLAGS_value=
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_XMLTO_set=
ac_cv_env_XMLTO_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
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_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_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-cygwin
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_uuid_uuid_generate=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_ac_zmq_have_asciidoc=no
ac_cv_prog_ac_zmq_have_xmlto=no
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
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
ac_cv_type__Bool=no
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_zmq_cv_c_clang_compiler=no
ac_zmq_cv_c_compiler_works=yes
ac_zmq_cv_c_gcc4_compiler=no
ac_zmq_cv_c_intel_compiler=no
ac_zmq_cv_c_sun_studio_compiler=no
ac_zmq_cv_c_visibility_flag=
ac_zmq_cv_cxx_clang_compiler=no
ac_zmq_cv_cxx_compiler_works=yes
ac_zmq_cv_cxx_gcc4_compiler=no
ac_zmq_cv_cxx_intel_compiler=no
ac_zmq_cv_cxx_strict_flag=-pedantic
ac_zmq_cv_cxx_sun_studio_compiler=no
ac_zmq_cv_cxx_visibility_flag=
ac_zmq_cv_cxx_wall_flag=-Wall
ac_zmq_cv_cxx_werror_flag=-Werror
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=gnutar
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
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/i686-pc-cygwin/bin/ld.exe
lt_cv_path_LDCXX=/usr/i686-pc-cygwin/bin/ld.exe
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
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_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
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=8192
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /cygdrive/c/build/zeromq-2.1.4/config/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /cygdrive/c/build/zeromq-2.1.4/config/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AS='as'
ASCIIDOC=''
AUTOCONF='${SHELL} /cygdrive/c/build/zeromq-2.1.4/config/missing --run autoconf'
AUTOHEADER='${SHELL} /cygdrive/c/build/zeromq-2.1.4/config/missing --run autoheader'
AUTOMAKE='${SHELL} /cygdrive/c/build/zeromq-2.1.4/config/missing --run automake-1.11'
AWK='gawk'
BUILD_DOC_FALSE=''
BUILD_DOC_TRUE='#'
BUILD_PGM_FALSE=''
BUILD_PGM_TRUE='#'
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -std=gnu99 -E'
CPPFLAGS='-pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='cygpath -w'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='.exe'
FGREP='/usr/bin/grep -F'
GREP='/usr/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/i686-pc-cygwin/bin/ld.exe'
LDFLAGS='-L/usr/lib/e2fsprogs '
LIBOBJS=''
LIBS='-luuid -lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBZMQ_EXTRA_CFLAGS=''
LIBZMQ_EXTRA_CXXFLAGS=''
LIBZMQ_EXTRA_LDFLAGS=''
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LTVER='1:0:0'
MAKEINFO='${SHELL} /cygdrive/c/build/zeromq-2.1.4/config/missing --run makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
ON_MINGW_FALSE=''
ON_MINGW_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='zeromq'
PACKAGE_BUGREPORT='zeromq-dev@lists.zeromq.org'
PACKAGE_NAME='zeromq'
PACKAGE_STRING='zeromq 2.1.4'
PACKAGE_TARNAME='zeromq'
PACKAGE_URL=''
PACKAGE_VERSION='2.1.4'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.1.4'
XMLTO=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_zmq_have_asciidoc='no'
ac_zmq_have_xmlto='no'
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__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-cygwin'
build_alias=''
build_cpu='i686'
build_os='cygwin'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-cygwin'
host_alias=''
host_cpu='i686'
host_os='cygwin'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /cygdrive/c/build/zeromq-2.1.4/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pgm_basename='libpgm-5.1.115~dfsg'
pgm_srcdir=''
pgm_subdir=''
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "zeromq"
#define PACKAGE_TARNAME "zeromq"
#define PACKAGE_VERSION "2.1.4"
#define PACKAGE_STRING "zeromq 2.1.4"
#define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
#define PACKAGE_URL ""
#define PACKAGE "zeromq"
#define VERSION "2.1.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 HAVE_LIBPTHREAD 1
#define ZMQ_HAVE_CYGWIN 1
#define HAVE_LIBUUID 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_UNISTD_H 1
#define HAVE_LIMITS_H 1
#define HAVE_IFADDRS_H 1
#define ZMQ_HAVE_IFADDRS 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_MEMSET 1
#define HAVE_SOCKET 1
#define HAVE_GETIFADDRS 1
#define HAVE_FREEIFADDRS 1
#define HAVE_ALLOCA_H 1
configure: exit 0