This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libasyncns configure 0.8, which was generated by GNU Autoconf 2.63. 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 = hp11 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 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:2092: checking for a BSD-compatible install configure:2160: result: /bin/install -c configure:2171: checking whether build environment is sane configure:2231: result: yes configure:2372: checking for a thread-safe mkdir -p configure:2411: result: /bin/mkdir -p configure:2424: checking for gawk configure:2440: found /bin/gawk configure:2451: result: gawk configure:2462: checking whether make sets $(MAKE) configure:2484: result: yes configure:2600: checking for i686-uhu-linux-gcc configure:2616: found /usr/bin/i686-uhu-linux-gcc configure:2627: result: i686-uhu-linux-gcc configure:2899: checking for C compiler version configure:2907: i686-uhu-linux-gcc --version >&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:2911: $? = 0 configure:2918: 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:2922: $? = 0 configure:2929: 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:2933: $? = 1 configure:2956: checking for C compiler default output file name configure:2978: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2982: $? = 0 configure:3020: result: a.out configure:3039: checking whether the C compiler works configure:3049: ./a.out configure:3053: $? = 0 configure:3072: result: yes configure:3079: checking whether we are cross compiling configure:3081: result: no configure:3084: checking for suffix of executables configure:3091: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3095: $? = 0 configure:3121: result: configure:3127: checking for suffix of object files configure:3153: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3157: $? = 0 configure:3182: result: o configure:3186: checking whether we are using the GNU C compiler configure:3215: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3222: $? = 0 configure:3239: result: yes configure:3248: checking whether i686-uhu-linux-gcc accepts -g configure:3278: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3285: $? = 0 configure:3386: result: yes configure:3403: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3477: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3484: $? = 0 configure:3507: result: none needed configure:3536: checking for style of include used by make configure:3564: result: GNU configure:3589: checking dependency style of i686-uhu-linux-gcc configure:3699: result: gcc3 configure:3714: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:3873: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:60:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:114:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:114:18: error: 'newvar' undeclared (first use in this function) conftest.c:114:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:124:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:124:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:3880: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | /* 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:3873: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3880: $? = 0 configure:3910: result: -std=gnu99 configure:3917: checking whether i686-uhu-linux-gcc -std=gnu99 and cc understand -c and -o together configure:3952: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:3956: $? = 0 configure:3962: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:3966: $? = 0 configure:3977: cc -c conftest.c >&5 configure:3981: $? = 0 configure:3989: cc -c conftest.c -o conftest2.o >&5 configure:3993: $? = 0 configure:3999: cc -c conftest.c -o conftest2.o >&5 configure:4003: $? = 0 configure:4021: result: yes configure:4053: checking how to run the C preprocessor configure:4093: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4100: $? = 0 configure:4131: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4138: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | /* end confdefs.h. */ | #include configure:4171: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4200: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4207: $? = 0 configure:4238: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4245: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | /* end confdefs.h. */ | #include configure:4287: checking for grep that handles long lines and -e configure:4347: result: /bin/grep configure:4352: checking for egrep configure:4416: result: /bin/grep -E configure:4421: checking for ANSI C header files configure:4451: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4458: $? = 0 configure:4557: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4561: $? = 0 configure:4567: ./conftest configure:4571: $? = 0 configure:4589: result: yes configure:4613: checking for sys/types.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4613: checking for sys/stat.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4613: checking for stdlib.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4613: checking for string.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4613: checking for memory.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4613: checking for strings.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4613: checking for inttypes.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4613: checking for stdint.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4613: checking for unistd.h configure:4634: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4641: $? = 0 configure:4658: result: yes configure:4683: checking minix/config.h usability configure:4700: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:53:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4707: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 | /* 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 | #include configure:4721: result: no configure:4725: checking minix/config.h presence configure:4740: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:20:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4747: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 | /* end confdefs.h. */ | #include configure:4761: result: no configure:4794: checking for minix/config.h configure:4801: result: no configure:4832: checking whether it is safe to define __EXTENSIONS__ configure:4860: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4867: $? = 0 configure:4882: result: yes configure:4921: checking for a BSD-compatible install configure:4989: result: /bin/install -c configure:5000: checking whether ln -s works configure:5004: result: yes configure:5011: checking whether make sets $(MAKE) configure:5033: result: yes configure:5073: checking build system type configure:5091: result: i686-uhu-linux-gnu configure:5113: checking host system type configure:5128: result: i686-uhu-linux-gnu configure:5150: checking for a sed that does not truncate output configure:5216: result: /bin/sed configure:5234: checking for fgrep configure:5298: result: /bin/grep -F configure:5333: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:5400: result: /usr/bin/ld configure:5409: checking if the linker (/usr/bin/ld) is GNU ld configure:5424: result: yes configure:5436: checking for BSD- or MS-compatible name lister (nm) configure:5485: result: /usr/bin/nm -B configure:5603: checking the name lister (/usr/bin/nm -B) interface configure:5610: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5613: /usr/bin/nm -B "conftest.o" configure:5616: output 00000000 B some_variable configure:5623: result: BSD nm configure:5627: checking the maximum length of command line arguments configure:5747: result: 1572864 configure:5764: checking whether the shell understands some XSI constructs configure:5774: result: yes configure:5778: checking whether the shell understands "+=" configure:5784: result: yes configure:5819: checking for /usr/bin/ld option to reload object files configure:5826: result: -r configure:5855: checking for i686-uhu-linux-objdump configure:5885: result: no configure:5895: checking for objdump configure:5911: found /usr/bin/objdump configure:5922: result: objdump configure:5954: checking how to recognize dependent libraries configure:6150: result: pass_all configure:6170: checking for i686-uhu-linux-ar configure:6186: found /usr/bin/i686-uhu-linux-ar configure:6197: result: i686-uhu-linux-ar configure:6275: checking for i686-uhu-linux-strip configure:6305: result: no configure:6315: checking for strip configure:6331: found /usr/bin/strip configure:6342: result: strip configure:6374: checking for i686-uhu-linux-ranlib configure:6404: result: no configure:6414: checking for ranlib configure:6430: found /usr/bin/ranlib configure:6441: result: ranlib configure:6531: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:6649: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6652: $? = 0 configure:6656: /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:6659: $? = 0 configure:6712: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:6715: $? = 0 configure:6753: result: ok configure:7618: checking for dlfcn.h configure:7639: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7646: $? = 0 configure:7663: result: yes configure:7849: checking for objdir configure:7864: result: .libs configure:8160: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8178: 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:8182: $? = 0 configure:8195: result: no configure:8215: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:8487: result: -fPIC -DPIC configure:8499: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:8517: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:8521: $? = 0 configure:8534: result: yes configure:8558: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:8586: result: yes configure:8601: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:8622: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:8626: $? = 0 configure:8648: result: yes configure:8656: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:8703: result: yes configure:8736: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:9810: result: yes configure:9847: checking whether -lc should be explicitly linked in configure:9852: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9855: $? = 0 configure:9870: i686-uhu-linux-gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:9873: $? = 0 configure:9885: result: no configure:10049: checking dynamic linker characteristics configure:10492: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10499: $? = 0 configure:10735: result: GNU/Linux ld.so configure:10837: checking how to hardcode library paths into programs configure:10862: result: immediate configure:11695: checking whether stripping libraries is possible configure:11700: result: yes configure:11735: checking if libtool supports shared libraries configure:11737: result: yes configure:11740: checking whether to build shared libraries configure:11761: result: yes configure:11764: checking whether to build static libraries configure:11768: result: no configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -pipe flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wall flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -W flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wextra flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -pedantic flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wformat flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wold-style-definition flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wdeclaration-after-statement flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wfloat-equal flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wmissing-declarations flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wmissing-prototypes flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wstrict-prototypes flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wredundant-decls flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wmissing-noreturn flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wshadow flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wendif-labels flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wpointer-arith flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wbad-function-cast flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wcast-qual flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wcast-align flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wwrite-strings flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Winline flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wno-unused-parameter flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11807: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wstrict-aliasing flag configure:11827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:11834: $? = 0 configure:11858: result: yes configure:11870: checking whether to enable assertions configure:11882: result: yes configure:11887: checking for ANSI C header files configure:12055: result: yes configure:12065: checking for sys/wait.h that is POSIX.1 compatible configure:12101: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:38:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:38:1: warning: old-style function definition [-Wold-style-definition] configure:12108: $? = 0 configure:12123: result: yes configure:12158: checking arpa/inet.h usability configure:12175: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:12182: $? = 0 configure:12196: result: yes configure:12200: checking arpa/inet.h presence configure:12215: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12222: $? = 0 configure:12236: result: yes configure:12269: checking for arpa/inet.h configure:12278: result: yes configure:12158: checking fcntl.h usability configure:12175: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:12182: $? = 0 configure:12196: result: yes configure:12200: checking fcntl.h presence configure:12215: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12222: $? = 0 configure:12236: result: yes configure:12269: checking for fcntl.h configure:12278: result: yes configure:12158: checking netdb.h usability configure:12175: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:12182: $? = 0 configure:12196: result: yes configure:12200: checking netdb.h presence configure:12215: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12222: $? = 0 configure:12236: result: yes configure:12269: checking for netdb.h configure:12278: result: yes configure:12147: checking for stdlib.h configure:12154: result: yes configure:12147: checking for string.h configure:12154: result: yes configure:12158: checking sys/socket.h usability configure:12175: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:12182: $? = 0 configure:12196: result: yes configure:12200: checking sys/socket.h presence configure:12215: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12222: $? = 0 configure:12236: result: yes configure:12269: checking for sys/socket.h configure:12278: result: yes configure:12147: checking for unistd.h configure:12154: result: yes configure:12158: checking sys/prctl.h usability configure:12175: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:12182: $? = 0 configure:12196: result: yes configure:12200: checking sys/prctl.h presence configure:12215: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12222: $? = 0 configure:12236: result: yes configure:12269: checking for sys/prctl.h configure:12278: result: yes configure:12158: checking netinet/in.h usability configure:12175: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:12182: $? = 0 configure:12196: result: yes configure:12200: checking netinet/in.h presence configure:12215: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12222: $? = 0 configure:12236: result: yes configure:12269: checking for netinet/in.h configure:12278: result: yes configure:12158: checking arpa/nameser_compat.h usability configure:12175: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:12182: $? = 0 configure:12196: result: yes configure:12200: checking arpa/nameser_compat.h presence configure:12215: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12222: $? = 0 configure:12236: result: yes configure:12269: checking for arpa/nameser_compat.h configure:12278: result: yes configure:12294: checking for an ANSI C-conforming const configure:12369: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:41:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:41:1: warning: old-style function definition [-Wold-style-definition] conftest.c:62:9: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ppc = (char**) pcpcc; ^ conftest.c:68:7: warning: 't' is used uninitialized in this function [-Wuninitialized] *t++ = 0; ^ conftest.c:90:13: warning: 'cs[0]' is used uninitialized in this function [-Wuninitialized] return !cs[0] && !zero.x; ^ configure:12376: $? = 0 configure:12391: result: yes configure:12401: checking for pid_t configure:12429: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] configure:12436: $? = 0 configure:12463: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] conftest.c:75:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:12470: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_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 ((pid_t))) | return 0; | ; | return 0; | } configure:12493: result: yes configure:12505: checking for size_t configure:12533: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] configure:12540: $? = 0 configure:12567: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] conftest.c:75:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:12574: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_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:12597: result: yes configure:12609: checking for ssize_t configure:12637: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] configure:12644: $? = 0 configure:12671: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] conftest.c:75:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:12678: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_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:12701: result: yes configure:12714: checking for uint16_t configure:12745: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] conftest.c:75:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !((uint16_t) -1 >> (16 - 1) == 1)]; ^ configure:12752: $? = 0 configure:12773: result: yes configure:12787: checking for uint8_t configure:12818: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] conftest.c:75:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !((uint8_t) -1 >> (8 - 1) == 1)]; ^ configure:12825: $? = 0 configure:12846: result: yes configure:12863: checking whether time.h and sys/time.h may both be included configure:12893: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:44:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:44:1: warning: old-style function definition [-Wold-style-definition] configure:12900: $? = 0 configure:12915: result: yes configure:12942: checking vfork.h usability configure:12959: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:73:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:12966: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 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 | #include configure:12980: result: no configure:12984: checking vfork.h presence configure:12999: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:40:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:13006: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include configure:13020: result: no configure:13053: checking for vfork.h configure:13062: result: no configure:13082: checking for fork configure:13138: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char fork (); ^ conftest.c:63:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:72:1: warning: old-style function definition [-Wold-style-definition] configure:13145: $? = 0 configure:13167: result: yes configure:13082: checking for vfork configure:13138: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:64:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char vfork (); ^ conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] configure:13145: $? = 0 configure:13167: result: yes configure:13180: checking for working fork configure:13212: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:76:1: warning: old-style function definition [-Wold-style-definition] configure:13216: $? = 0 configure:13222: ./conftest configure:13226: $? = 0 configure:13243: result: yes configure:13264: checking for working vfork configure:13405: result: yes configure:13441: checking for stdlib.h configure:13448: result: yes configure:13587: checking for GNU libc compatible malloc configure:13621: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:52:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:52:1: warning: old-style function definition [-Wold-style-definition] configure:13625: $? = 0 configure:13631: ./conftest configure:13635: $? = 0 configure:13652: result: yes configure:13697: checking sys/select.h usability configure:13714: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 configure:13721: $? = 0 configure:13735: result: yes configure:13739: checking sys/select.h presence configure:13754: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:13761: $? = 0 configure:13775: result: yes configure:13808: checking for sys/select.h configure:13817: result: yes configure:13686: checking for sys/socket.h configure:13693: result: yes configure:13832: checking types of arguments for select configure:13870: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:89:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:89:1: warning: old-style function definition [-Wold-style-definition] conftest.c:91:12: warning: redundant redeclaration of 'select' [-Wredundant-decls] extern int select (int, ^ In file included from /usr/include/sys/types.h:219:0, from conftest.c:50: /usr/include/sys/select.h:106:12: note: previous declaration of 'select' was here extern int select (int __nfds, fd_set *__restrict __readfds, ^ configure:13877: $? = 0 configure:13898: result: int,fd_set *,struct timeval * configure:13921: checking return type of signal handlers configure:13949: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:55:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:55:1: warning: old-style function definition [-Wold-style-definition] conftest.c:57:1: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:13956: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:13971: result: void configure:13988: checking for memset configure:14044: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:75:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char memset (); ^ conftest.c:75:6: warning: conflicting types for built-in function 'memset' [enabled by default] char memset (); ^ conftest.c:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:84:1: warning: old-style function definition [-Wold-style-definition] configure:14051: $? = 0 configure:14073: result: yes configure:13988: checking for select configure:14044: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char select (); ^ conftest.c:85:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:85:1: warning: old-style function definition [-Wold-style-definition] configure:14051: $? = 0 configure:14073: result: yes configure:13988: checking for strndup configure:14044: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:77:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char strndup (); ^ conftest.c:77:6: warning: conflicting types for built-in function 'strndup' [enabled by default] char strndup (); ^ conftest.c:86:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:86:1: warning: old-style function definition [-Wold-style-definition] configure:14051: $? = 0 configure:14073: result: yes configure:13988: checking for setresuid configure:14044: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char setresuid (); ^ conftest.c:87:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:87:1: warning: old-style function definition [-Wold-style-definition] configure:14051: $? = 0 configure:14073: result: yes configure:13988: checking for setreuid configure:14044: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char setreuid (); ^ conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:88:1: warning: old-style function definition [-Wold-style-definition] configure:14051: $? = 0 configure:14073: result: yes configure:13988: checking for strerror configure:14044: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char strerror (); ^ conftest.c:89:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:89:1: warning: old-style function definition [-Wold-style-definition] configure:14051: $? = 0 configure:14073: result: yes configure:14093: checking for special C compiler options needed for large files configure:14188: result: no configure:14194: checking for _FILE_OFFSET_BITS value needed for large files configure:14229: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:64:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:64:3: warning: left shift count >= width of type [enabled by default] conftest.c:65:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:65:10: warning: left shift count >= width of type [enabled by default] conftest.c:64:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:68:1: warning: old-style function definition [-Wold-style-definition] configure:14236: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRNDUP 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:14280: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5 conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:69:1: warning: old-style function definition [-Wold-style-definition] configure:14287: $? = 0 configure:14305: result: 64 configure:14444: checking for gethostbyname in -lnsl configure:14479: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c -lnsl >&5 conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char gethostbyname (); ^ conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:68:1: warning: old-style function definition [-Wold-style-definition] configure:14486: $? = 0 configure:14507: result: yes configure:14519: checking for connect in -lsocket configure:14554: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c -lsocket -lnsl >&5 conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char connect (); ^ conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:69:1: warning: old-style function definition [-Wold-style-definition] /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:14561: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRNDUP 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_STRERROR 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LIBNSL 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 connect (); | int | main () | { | return connect (); | ; | return 0; | } configure:14582: result: no configure:14601: checking for library containing res_query configure:14636: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c -lnsl >&5 conftest.c:65:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:65:1: warning: old-style function definition [-Wold-style-definition] /tmp/cckRIxR4.o: In function `main': conftest.c:(.text.startup+0x31): undefined reference to `__res_query' collect2: error: ld returned 1 exit status configure:14643: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRNDUP 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_STRERROR 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | | #include | | int | main () | { | res_query(0, 0, 0, 0, 0); | ; | return 0; | } | | configure:14696: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c -lnsl -lresolv >&5 conftest.c:65:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:65:1: warning: old-style function definition [-Wold-style-definition] configure:14703: $? = 0 configure:14792: result: -lresolv configure:15007: checking for the pthreads library -lpthreads configure:15050: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c -lpthreads -lnsl -lresolv >&5 conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:62:1: warning: old-style function definition [-Wold-style-definition] conftest.c:65:22: warning: null argument where non-null required (argument 1) [-Wnonnull] pthread_attr_init(0); pthread_cleanup_push(0, 0); ^ conftest.c:66:22: warning: null argument where non-null required (argument 1) [-Wnonnull] pthread_create(0,0,0,0); pthread_cleanup_pop(0); ^ conftest.c:66:22: warning: null argument where non-null required (argument 3) [-Wnonnull] conftest.c:64:27: warning: 'th' is used uninitialized in this function [-Wuninitialized] pthread_t th; pthread_join(th, 0); ^ /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:15057: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRNDUP 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_STRERROR 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:15080: result: no configure:14952: checking whether pthreads work without any flags configure:15050: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c -lnsl -lresolv >&5 conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:62:1: warning: old-style function definition [-Wold-style-definition] conftest.c:65:22: warning: null argument where non-null required (argument 1) [-Wnonnull] pthread_attr_init(0); pthread_cleanup_push(0, 0); ^ conftest.c:66:22: warning: null argument where non-null required (argument 1) [-Wnonnull] pthread_create(0,0,0,0); pthread_cleanup_pop(0); ^ conftest.c:66:22: warning: null argument where non-null required (argument 3) [-Wnonnull] conftest.c:64:27: warning: 'th' is used uninitialized in this function [-Wuninitialized] pthread_t th; pthread_join(th, 0); ^ /tmp/ccAQQc1j.o: In function `main': conftest.c:(.text.startup+0x19): undefined reference to `pthread_join' conftest.c:(.text.startup+0x46): undefined reference to `__pthread_register_cancel' conftest.c:(.text.startup+0x6a): undefined reference to `pthread_create' conftest.c:(.text.startup+0x73): undefined reference to `__pthread_unregister_cancel' collect2: error: ld returned 1 exit status configure:15057: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRNDUP 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_STRERROR 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:15080: result: no configure:14957: checking whether pthreads work with -Kthread configure:15050: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing -Kthread conftest.c -lnsl -lresolv >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-Kthread' configure:15057: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRNDUP 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_STRERROR 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:15080: result: no configure:14957: checking whether pthreads work with -kthread configure:15050: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing -kthread conftest.c -lnsl -lresolv >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-kthread' configure:15057: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRNDUP 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_STRERROR 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:15080: result: no configure:15007: checking for the pthreads library -llthread configure:15050: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c -llthread -lnsl -lresolv >&5 conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:62:1: warning: old-style function definition [-Wold-style-definition] conftest.c:65:22: warning: null argument where non-null required (argument 1) [-Wnonnull] pthread_attr_init(0); pthread_cleanup_push(0, 0); ^ conftest.c:66:22: warning: null argument where non-null required (argument 1) [-Wnonnull] pthread_create(0,0,0,0); pthread_cleanup_pop(0); ^ conftest.c:66:22: warning: null argument where non-null required (argument 3) [-Wnonnull] conftest.c:64:27: warning: 'th' is used uninitialized in this function [-Wuninitialized] pthread_t th; pthread_join(th, 0); ^ /usr/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:15057: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libasyncns" | #define PACKAGE_TARNAME "libasyncns" | #define PACKAGE_VERSION "0.8" | #define PACKAGE_STRING "libasyncns 0.8" | #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" | #define PACKAGE "libasyncns" | #define VERSION "0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_COMPAT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRNDUP 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_STRERROR 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:15080: result: no configure:14957: checking whether pthreads work with -pthread configure:15050: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing -pthread conftest.c -lnsl -lresolv >&5 conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:62:1: warning: old-style function definition [-Wold-style-definition] conftest.c:65:22: warning: null argument where non-null required (argument 1) [-Wnonnull] pthread_attr_init(0); pthread_cleanup_push(0, 0); ^ conftest.c:66:22: warning: null argument where non-null required (argument 1) [-Wnonnull] pthread_create(0,0,0,0); pthread_cleanup_pop(0); ^ conftest.c:66:22: warning: null argument where non-null required (argument 3) [-Wnonnull] conftest.c:64:27: warning: 'th' is used uninitialized in this function [-Wuninitialized] pthread_t th; pthread_join(th, 0); ^ configure:15057: $? = 0 configure:15080: result: yes configure:15100: checking for joinable pthread attribute configure:15123: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing -pthread conftest.c -lnsl -lresolv >&5 conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:62:1: warning: old-style function definition [-Wold-style-definition] conftest.c:64:5: warning: unused variable 'attr' [-Wunused-variable] int attr=PTHREAD_CREATE_JOINABLE; ^ configure:15130: $? = 0 configure:15205: result: PTHREAD_CREATE_JOINABLE configure:15212: checking if more special flags are required for pthreads configure:15219: result: no configure:15231: checking for cc_r configure:15259: result: i686-uhu-linux-gcc -std=gnu99 configure:15303: checking if i686-uhu-linux-gcc -std=gnu99 supports -Wl,--no-undefined flag configure:15319: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing -Wl,--no-undefined conftest.c -lnsl -lresolv >&5 conftest.c:1:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main() { return 1; } ^ conftest.c: In function 'main': conftest.c:1:5: warning: old-style function definition [-Wold-style-definition] configure:15326: $? = 0 configure:15350: result: yes configure:15379: checking for lynx configure:15395: found /usr/bin/lynx configure:15407: result: yes configure:15572: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by libasyncns config.status 0.8, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp11 config.status:1042: creating Makefile config.status:1042: creating libasyncns/Makefile config.status:1042: creating doc/Makefile config.status:1042: creating doc/README.html config.status:1042: creating doxygen/Makefile config.status:1042: creating doxygen/doxygen.conf config.status:1042: creating libasyncns.pc config.status:1042: creating config.h config.status:1316: executing depfiles commands config.status:1316: 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_uint16_t=yes ac_cv_c_uint8_t=yes 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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_fork=yes ac_cv_func_fork_works=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setresuid=yes ac_cv_func_setreuid=yes ac_cv_func_strerror=yes ac_cv_func_strndup=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_arpa_nameser_compat_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_prctl_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_nsl_gethostbyname=yes ac_cv_lib_socket_connect=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_PTHREAD_CC='i686-uhu-linux-gcc -std=gnu99' ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_i686_uhu_linux_gcc_c_o=yes ac_cv_prog_have_lynx=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes acf_cv_library_res_query=' -lresolv' am_cv_CC_dependencies_compiler_type=gcc3 cc_cv_cflags__W=yes cc_cv_cflags__Wall=yes cc_cv_cflags__Wbad_function_cast=yes cc_cv_cflags__Wcast_align=yes cc_cv_cflags__Wcast_qual=yes cc_cv_cflags__Wdeclaration_after_statement=yes cc_cv_cflags__Wendif_labels=yes cc_cv_cflags__Wextra=yes cc_cv_cflags__Wfloat_equal=yes cc_cv_cflags__Wformat=yes cc_cv_cflags__Winline=yes cc_cv_cflags__Wmissing_declarations=yes cc_cv_cflags__Wmissing_noreturn=yes cc_cv_cflags__Wmissing_prototypes=yes cc_cv_cflags__Wno_unused_parameter=yes cc_cv_cflags__Wold_style_definition=yes cc_cv_cflags__Wpointer_arith=yes cc_cv_cflags__Wredundant_decls=yes cc_cv_cflags__Wshadow=yes cc_cv_cflags__Wstrict_aliasing=yes cc_cv_cflags__Wstrict_prototypes=yes cc_cv_cflags__Wwrite_strings=yes cc_cv_cflags__pedantic=yes cc_cv_cflags__pipe=yes cc_cv_ldflags__Wl___no_undefined=yes 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_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=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=1572864 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='0' AR='i686-uhu-linux-ar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.11' AWK='gawk' CC='i686-uhu-linux-gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld' LDFLAGS='' LDFLAGS_NOUNDEFINED='-Wl,--no-undefined' LIBASYNCNS_VERSION_INFO='3:1:3' LIBOBJS='' LIBS='-lnsl -lresolv' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libasyncns' PACKAGE_BUGREPORT='mznflapaf (at) 0pointer (dot) de' PACKAGE_NAME='libasyncns' PACKAGE_STRING='libasyncns 0.8' PACKAGE_TARNAME='libasyncns' PACKAGE_URL='http://0pointer.de/lennart/projects/libasyncns/' PACKAGE_VERSION='0.8' PATH_SEPARATOR=':' PTHREAD_CC='i686-uhu-linux-gcc -std=gnu99' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_LYNX_FALSE='#' USE_LYNX_TRUE='' VERSION='0.8' ac_ct_CC='' ac_ct_DUMPBIN='' acx_pthread_config='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} 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}' have_lynx='yes' 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/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' lt_ECHO='echo' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "libasyncns" #define PACKAGE_TARNAME "libasyncns" #define PACKAGE_VERSION "0.8" #define PACKAGE_STRING "libasyncns 0.8" #define PACKAGE_BUGREPORT "mznflapaf (at) 0pointer (dot) de" #define PACKAGE "libasyncns" #define VERSION "0.8" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_NETDB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PRCTL_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_ARPA_NAMESER_COMPAT_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRNDUP 1 #define HAVE_SETRESUID 1 #define HAVE_SETREUID 1 #define HAVE_STRERROR 1 #define _FILE_OFFSET_BITS 64 #define HAVE_LIBNSL 1 #define HAVE_PTHREAD 1 configure: exit 0