This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by adns configure 1.0-lyskom-server, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/pfx -C --prefix=/home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/pfx --cache-file=../../../config.cache --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = earl-grey uname -m = Power Macintosh uname -r = 5.4 uname -s = Darwin uname -v = Darwin Kernel Version 5.4: Wed Apr 10 09:27:47 PDT 2002; root:xnu/xnu-201.19.3.obj~1/RELEASE_PPC /usr/bin/uname -p = powerpc /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 5.4: Wed Apr 10 09:27:47 PDT 2002; root:xnu/xnu-201.19.3.obj~1/RELEASE_PPC Kernel configured for up to 2 processors. 1 processor is physically available. Processor type: ppc750 (PowerPC 750) Processor active: 0 Primary memory available: 256.00 megabytes. Default processor set: 44 tasks, 77 threads, 1 processors Load average: 1.73, Mach factor: 0.38 unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/local/share/bin PATH: /usr/gnu/bin PATH: /bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /sbin PATH: /usr/sbin PATH: /usr/X11R6/bin PATH: /usr/openwin/bin PATH: /usr/ccs/bin PATH: /usr/local/bin PATH: /sw/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1185: loading cache ../../../config.cache configure:1321: checking for a BSD-compatible install configure:1375: result: /usr/bin/install -c configure:1386: checking whether build environment is sane configure:1429: result: yes configure:1462: checking for gawk configure:1488: result: awk configure:1498: checking whether make sets $(MAKE) configure:1518: result: yes configure:1729: checking for gcc configure:1755: result: cc configure:1999: checking for C compiler version configure:2002: cc --version &5 2.95.2 configure:2005: $? = 0 configure:2007: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs Apple Computer, Inc. version gcc-932.1, based on gcc version 2.95.2 19991024 (release) configure:2010: $? = 0 configure:2012: cc -V &5 cc: argument to `-V' is missing configure:2015: $? = 1 configure:2039: checking for C compiler default output configure:2042: cc conftest.c >&5 configure:2045: $? = 0 configure:2091: result: a.out configure:2096: checking whether the C compiler works configure:2102: ./a.out configure:2105: $? = 0 configure:2122: result: yes configure:2129: checking whether we are cross compiling configure:2131: result: no configure:2134: checking for suffix of executables configure:2136: cc -o conftest conftest.c >&5 configure:2139: $? = 0 configure:2164: result: configure:2170: checking for suffix of object files configure:2217: result: o configure:2221: checking whether we are using the GNU C compiler configure:2268: result: yes configure:2274: checking whether cc accepts -g configure:2316: result: yes configure:2333: checking for cc option to accept ANSI C configure:2421: result: none needed configure:2439: cc -c -g -O2 conftest.c >&5 conftest.c:2: undefined type, found `choke' conftest.c:2: illegal external declaration, missing `;' after `me' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode conftest.c:2: parse error before `me' configure:2442: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2562: checking for style of include used by make configure:2590: result: GNU configure:2618: checking dependency style of cc configure:2701: result: gcc configure:2723: checking how to run the C preprocessor configure:2841: result: cc -E configure:2866: cc -E conftest.c configure:2867: undefined type, found `Syntax' configure:2867: illegal external declaration, missing `;' after `error' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode configure:2872: $? = 0 configure:2904: cc -E conftest.c configure:2905: header file 'ac_nonexistent.h' not found cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode configure:2910: $? = 1 configure: failed program was: | #line 2895 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "adns" | #define PACKAGE_TARNAME "adns" | #define PACKAGE_VERSION "1.0-lyskom-server" | #define PACKAGE_STRING "adns 1.0-lyskom-server" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "adns" | #define VERSION "1.0" | /* end confdefs.h. */ | #include configure:2993: checking for ranlib configure:3020: result: ranlib configure:3044: checking for a BSD-compatible install configure:3098: result: /usr/bin/install -c configure:3111: checking for ar configure:3142: result: /usr/bin/ar configure:3161: checking for poll configure:3211: cc -o conftest -g -O2 conftest.c >&5 /usr/bin/ld: Undefined symbols: _poll configure:3214: $? = 1 configure: failed program was: | #line 3166 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "adns" | #define PACKAGE_TARNAME "adns" | #define PACKAGE_VERSION "1.0-lyskom-server" | #define PACKAGE_STRING "adns 1.0-lyskom-server" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "adns" | #define VERSION "1.0" | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char poll (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char poll (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_poll) || defined (__stub___poll) | choke me | #else | char (*f) () = poll; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != poll; | ; | return 0; | } configure:3231: result: no configure:3242: checking for socket configure:3312: result: yes configure:3393: checking for inet_ntoa configure:3443: cc -o conftest -g -O2 conftest.c >&5 configure:3446: $? = 0 configure:3449: test -s conftest configure:3452: $? = 0 configure:3463: result: yes configure:3544: checking for INADDR_LOOPBACK configure:3573: cc -c -g -O2 conftest.c >&5 /usr/include/sys/socket.h:176: undefined type, found `u_char' /usr/include/sys/socket.h:177: undefined type, found `u_char' /usr/include/sys/socket.h:187: undefined type, found `u_short' /usr/include/sys/socket.h:188: undefined type, found `u_short' /usr/include/sys/socket.h:202: undefined type, found `u_char' /usr/include/sys/socket.h:203: undefined type, found `u_char' /usr/include/sys/socket.h:205: undefined type, found `int64_t' /usr/include/sys/socket.h:328: undefined type, found `caddr_t' /usr/include/sys/socket.h:329: undefined type, found `u_int' /usr/include/sys/socket.h:331: undefined type, found `u_int' /usr/include/sys/socket.h:332: undefined type, found `caddr_t' /usr/include/sys/socket.h:333: undefined type, found `u_int' /usr/include/sys/socket.h:360: undefined type, found `u_int' /usr/include/sys/socket.h:396: undefined type, found `u_short' /usr/include/sys/socket.h:404: undefined type, found `caddr_t' /usr/include/sys/socket.h:408: undefined type, found `caddr_t' /usr/include/sys/socket.h:443: undefined type, found `ssize_t' /usr/include/sys/socket.h:443: syntax error, found `size_t' /usr/include/sys/socket.h:443: illegal function definition, found `)' /usr/include/sys/socket.h:444: undefined type, found `ssize_t' /usr/include/sys/socket.h:444: syntax error, found `size_t' /usr/include/sys/socket.h:444: illegal function definition, found `)' /usr/include/sys/socket.h:445: undefined type, found `ssize_t' /usr/include/sys/socket.h:446: undefined type, found `ssize_t' /usr/include/sys/socket.h:446: syntax error, found `size_t' /usr/include/sys/socket.h:446: illegal function definition, found `)' /usr/include/sys/socket.h:447: undefined type, found `ssize_t' /usr/include/sys/socket.h:447: syntax error, found `size_t' /usr/include/sys/socket.h:447: illegal function definition, found `)' /usr/include/sys/socket.h:449: undefined type, found `ssize_t' /usr/include/netinet/in.h:256: undefined type, found `u_int32_t' /usr/include/netinet/in.h:311: undefined type, found `u_char' /usr/include/netinet/in.h:312: undefined type, found `u_char' /usr/include/netinet/in.h:313: undefined type, found `u_short' /usr/include/netinet6/in6.h:123: undefined type, found `u_int8_t' /usr/include/netinet6/in6.h:124: undefined type, found `u_int16_t' /usr/include/netinet6/in6.h:125: undefined type, found `u_int32_t' /usr/include/netinet6/in6.h:145: undefined type, found `u_int8_t' /usr/include/netinet6/in6.h:146: undefined type, found `u_int8_t' /usr/include/netinet6/in6.h:147: undefined type, found `u_int16_t' /usr/include/netinet6/in6.h:148: undefined type, found `u_int32_t' /usr/include/netinet6/in6.h:150: undefined type, found `u_int32_t' /usr/include/netinet6/in6.h:456: undefined type, found `u_int' /usr/include/netinet6/in6.h:464: undefined type, found `u_int' /usr/include/netinet6/in6.h:673: undefined type, found `u_int8_t' /usr/include/netinet6/in6.h:675: undefined type, found `u_int8_t' /usr/include/netinet6/in6.h:676: undefined type, found `u_int8_t' /usr/include/netinet6/in6.h:677: undefined type, found `u_int8_t' /usr/include/netinet6/in6.h:679: undefined type, found `size_t' /usr/include/netinet6/in6.h:691: syntax error, found `size_t' /usr/include/netinet6/in6.h:691: illegal function definition, found `)' /usr/include/netinet6/in6.h:692: syntax error, found `size_t' /usr/include/netinet6/in6.h:692: illegal function definition, found `)' /usr/include/netinet6/in6.h:694: syntax error, found `size_t' /usr/include/netinet6/in6.h:694: illegal function definition, found `)' /usr/include/netinet6/in6.h:695: syntax error, found `size_t' /usr/include/netinet6/in6.h:695: illegal function definition, found `)' /usr/include/netinet6/in6.h:697: syntax error, found `size_t' /usr/include/netinet6/in6.h:697: illegal function definition, found `)' /usr/include/netinet6/in6.h:699: syntax error, found `size_t' /usr/include/netinet6/in6.h:699: illegal function definition, found `)' /usr/include/netinet6/in6.h:701: syntax error, found `size_t' /usr/include/netinet6/in6.h:701: illegal function definition, found `)' /usr/include/netinet6/in6.h:702: undefined type, found `size_t' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode In file included from configure:3561: /usr/include/sys/socket.h:176: parse error before `u_char' /usr/include/sys/socket.h:176: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:177: warning: data definition has no type or storage class /usr/include/sys/socket.h:179: parse error before `}' /usr/include/sys/socket.h:187: parse error before `u_short' /usr/include/sys/socket.h:187: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:188: warning: data definition has no type or storage class /usr/include/sys/socket.h:202: parse error before `u_char' /usr/include/sys/socket.h:202: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:203: warning: data definition has no type or storage class /usr/include/sys/socket.h:204: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:204: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:204: size of array `_ss_pad1' is negative /usr/include/sys/socket.h:205: parse error before `_ss_align' /usr/include/sys/socket.h:205: warning: data definition has no type or storage class /usr/include/sys/socket.h:206: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:206: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:206: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:206: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:207: parse error before `}' /usr/include/sys/socket.h:328: parse error before `caddr_t' /usr/include/sys/socket.h:328: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:329: warning: data definition has no type or storage class /usr/include/sys/socket.h:331: parse error before `msg_iovlen' /usr/include/sys/socket.h:331: warning: data definition has no type or storage class /usr/include/sys/socket.h:332: parse error before `msg_control' /usr/include/sys/socket.h:332: warning: data definition has no type or storage class /usr/include/sys/socket.h:333: parse error before `msg_controllen' /usr/include/sys/socket.h:333: warning: data definition has no type or storage class /usr/include/sys/socket.h:335: parse error before `}' /usr/include/sys/socket.h:360: parse error before `u_int' /usr/include/sys/socket.h:360: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:364: parse error before `}' /usr/include/sys/socket.h:396: parse error before `u_short' /usr/include/sys/socket.h:396: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:398: parse error before `}' /usr/include/sys/socket.h:404: parse error before `caddr_t' /usr/include/sys/socket.h:404: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:408: parse error before `msg_accrights' /usr/include/sys/socket.h:408: warning: data definition has no type or storage class /usr/include/sys/socket.h:410: parse error before `}' In file included from configure:3561: /usr/include/sys/socket.h:443: parse error before `recv' /usr/include/sys/socket.h:443: parse error before `size_t' /usr/include/sys/socket.h:443: warning: data definition has no type or storage class /usr/include/sys/socket.h:444: parse error before `recvfrom' /usr/include/sys/socket.h:444: parse error before `size_t' /usr/include/sys/socket.h:444: warning: data definition has no type or storage class /usr/include/sys/socket.h:445: parse error before `recvmsg' /usr/include/sys/socket.h:445: warning: data definition has no type or storage class /usr/include/sys/socket.h:446: parse error before `send' /usr/include/sys/socket.h:446: parse error before `size_t' /usr/include/sys/socket.h:446: warning: data definition has no type or storage class /usr/include/sys/socket.h:447: parse error before `sendto' /usr/include/sys/socket.h:447: parse error before `size_t' /usr/include/sys/socket.h:448: warning: data definition has no type or storage class /usr/include/sys/socket.h:449: parse error before `sendmsg' /usr/include/sys/socket.h:449: warning: data definition has no type or storage class In file included from configure:3562: /usr/include/netinet/in.h:256: parse error before `u_int32_t' /usr/include/netinet/in.h:256: warning: no semicolon at end of struct or union /usr/include/netinet/in.h:311: parse error before `u_char' /usr/include/netinet/in.h:311: warning: no semicolon at end of struct or union /usr/include/netinet/in.h:312: warning: data definition has no type or storage class /usr/include/netinet/in.h:313: parse error before `sin_port' /usr/include/netinet/in.h:313: warning: data definition has no type or storage class /usr/include/netinet/in.h:316: parse error before `}' /usr/include/netinet/in.h:328: field `ip_dst' has incomplete type /usr/include/netinet/in.h:385: field `imr_multiaddr' has incomplete type /usr/include/netinet/in.h:386: field `imr_interface' has incomplete type In file included from /usr/include/netinet/in.h:505, from configure:3562: /usr/include/netinet6/in6.h:123: parse error before `u_int8_t' /usr/include/netinet6/in6.h:123: warning: no semicolon at end of struct or union /usr/include/netinet6/in6.h:123: warning: no semicolon at end of struct or union /usr/include/netinet6/in6.h:124: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:125: parse error before `__u6_addr32' /usr/include/netinet6/in6.h:125: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:126: parse error before `}' /usr/include/netinet6/in6.h:126: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:127: parse error before `}' /usr/include/netinet6/in6.h:145: parse error before `u_int8_t' /usr/include/netinet6/in6.h:145: warning: no semicolon at end of struct or union /usr/include/netinet6/in6.h:146: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:147: parse error before `sin6_port' /usr/include/netinet6/in6.h:147: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:148: parse error before `sin6_flowinfo' /usr/include/netinet6/in6.h:148: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:150: parse error before `sin6_scope_id' /usr/include/netinet6/in6.h:150: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:375: field `ro_dst' has incomplete type /usr/include/netinet6/in6.h:455: field `ipv6mr_multiaddr' has incomplete type /usr/include/netinet6/in6.h:456: parse error before `u_int' /usr/include/netinet6/in6.h:456: warning: no semicolon at end of struct or union /usr/include/netinet6/in6.h:463: field `ipi6_addr' has incomplete type /usr/include/netinet6/in6.h:464: parse error before `u_int' /usr/include/netinet6/in6.h:464: warning: no semicolon at end of struct or union /usr/include/netinet6/in6.h:673: parse error before `*' /usr/include/netinet6/in6.h:675: parse error before `*' /usr/include/netinet6/in6.h:675: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:676: parse error before `u_int8_t' /usr/include/netinet6/in6.h:677: parse error before `u_int8_t' /usr/include/netinet6/in6.h:679: parse error before `inet6_rthdr_space' /usr/include/netinet6/in6.h:679: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:691: parse error before `size_t' /usr/include/netinet6/in6.h:692: parse error before `size_t' /usr/include/netinet6/in6.h:694: parse error before `size_t' /usr/include/netinet6/in6.h:695: parse error before `size_t' /usr/include/netinet6/in6.h:697: parse error before `size_t' /usr/include/netinet6/in6.h:699: parse error before `size_t' /usr/include/netinet6/in6.h:701: parse error before `size_t' /usr/include/netinet6/in6.h:702: parse error before `inet6_rth_space' /usr/include/netinet6/in6.h:702: warning: data definition has no type or storage class In file included from configure:3563: /usr/include/arpa/inet.h:100: warning: parameter has incomplete type /usr/include/arpa/inet.h:102: warning: parameter has incomplete type /usr/include/arpa/inet.h:104: warning: parameter has incomplete type /usr/include/netinet/in.h:314: storage size of `sin_addr' isn't known /usr/include/netinet6/in6.h:149: storage size of `sin6_addr' isn't known configure:3576: $? = 1 configure: failed program was: | #line 3550 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "adns" | #define PACKAGE_TARNAME "adns" | #define PACKAGE_VERSION "1.0-lyskom-server" | #define PACKAGE_STRING "adns 1.0-lyskom-server" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "adns" | #define VERSION "1.0" | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | | INADDR_LOOPBACK; | | ; | return 0; | } configure:3598: result: not in standard headers, urgh... configure:3601: checking for egrep configure:3611: result: grep -E configure:3616: checking for ANSI C header files configure:3766: result: yes configure:3790: checking for sys/types.h configure:3827: result: yes configure:3790: checking for sys/stat.h configure:3827: result: yes configure:3790: checking for stdlib.h configure:3827: result: yes configure:3790: checking for string.h configure:3827: result: yes configure:3790: checking for memory.h configure:3827: result: yes configure:3790: checking for strings.h configure:3827: result: yes configure:3790: checking for inttypes.h configure:3827: result: yes configure:3790: checking for stdint.h configure:3827: result: yes configure:3790: checking for unistd.h configure:3827: result: yes configure:3849: checking rpc/types.h usability configure:3862: cc -c -g -O2 conftest.c >&5 configure:3865: $? = 0 configure:3868: test -s conftest.o configure:3871: $? = 0 configure:3881: result: yes configure:3885: checking rpc/types.h presence configure:3896: cc -E conftest.c configure:3902: $? = 0 configure:3921: result: yes configure:3957: checking for rpc/types.h configure:3964: result: yes configure:3987: checking for inet_aton configure:4057: result: yes configure:4136: checking for inline configure:4179: result: inline configure:4197: checking __attribute__((,,)) configure:4220: cc -c -g -O2 conftest.c >&5 configure:4228: bad attribute specification, expecting identifier, found `,' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode configure:4223: $? = 0 configure:4226: test -s conftest.o configure:4229: $? = 0 configure:4244: result: yes configure:4251: checking __attribute__((noreturn)) configure:4274: cc -c -g -O2 conftest.c >&5 configure:4277: $? = 0 configure:4280: test -s conftest.o configure:4283: $? = 0 configure:4298: result: yes configure:4311: checking __attribute__((const)) configure:4334: cc -c -g -O2 conftest.c >&5 configure:4337: $? = 0 configure:4340: test -s conftest.o configure:4343: $? = 0 configure:4358: result: yes configure:4371: checking __attribute__((format...)) configure:4394: cc -c -g -O2 conftest.c >&5 configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4418: result: yes configure:4442: checking for sys/select.h configure:4447: result: yes configure:4701: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by adns config.status 1.0-lyskom-server, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on earl-grey config.status:658: creating Makefile config.status:658: creating src/Makefile config.status:658: creating client/Makefile config.status:762: creating src/config.h config.status:1001: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=powerpc-apple-darwin5.4 ac_cv_build_alias=powerpc-apple-darwin5.4 ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_volatile=yes ac_cv_env_AR_set='' ac_cv_env_AR_value='' ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='' ac_cv_env_CFLAGS_value='' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_exeext='' ac_cv_func_alloca_works=yes ac_cv_func_crypt=yes ac_cv_func_difftime=yes ac_cv_func_freehostent=no ac_cv_func_getcwd=yes ac_cv_func_getdtablesize=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostbyname2=yes ac_cv_func_getipnodebyname=no ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=no ac_cv_func_inet_pton=no ac_cv_func_memchr=yes ac_cv_func_memcmp=yes ac_cv_func_memcpy=yes ac_cv_func_memset=yes ac_cv_func_poll=no ac_cv_func_remove=yes ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_strchr=yes ac_cv_func_strerror=yes ac_cv_func_sysconf=yes ac_cv_func_vfprintf=yes ac_cv_header_alloca_h=no ac_cv_header_crypt_h=no ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_poll_h=no ac_cv_header_rpc_types_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_dustat_h=no ac_cv_header_sys_filsys_h=no ac_cv_header_sys_fs_s5param_h=no ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_resource_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_statfs_h=no ac_cv_header_sys_statvfs_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_vfs_h=no ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_values_h=no ac_cv_host=powerpc-apple-darwin5.4 ac_cv_host_alias=powerpc-apple-darwin5.4 ac_cv_lib_authuser_auth_tcpuser3=no ac_cv_lib_fl_yywrap=no ac_cv_lib_i_setlocale=no ac_cv_lib_l_yywrap=yes ac_cv_lib_resolv_main=no ac_cv_lib_resolv_res_query=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_SENDMAIL=/usr/sbin/sendmail ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=awk ac_cv_prog_BISON=bison ac_cv_prog_CPP='cc -E' ac_cv_prog_FLEX=flex ac_cv_prog_LEX=flex ac_cv_prog_SED=sed ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc='' ac_cv_prog_egrep='grep -E' ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_search_gethostbyname='none required' ac_cv_search_socket='none required' ac_cv_search_strerror='none required' ac_cv_type_intmax_t=yes ac_cv_type_intptr_t=yes ac_cv_type_pid_t=yes ac_cv_type_rlim_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=no ac_cv_type_struct_sockaddr_storage=no ac_cv_type_uint32_t=yes ac_cv_type_unsigned_long_long=yes ac_cv_working_alloca_h=no adns_cv_attribute_format=yes adns_cv_c_attribute_const=yes adns_cv_c_attribute_noreturn=yes adns_cv_c_attribute_supported=yes adns_cv_decl_inaddrloopback=no am_cv_CC_dependencies_compiler_type=gcc am_cv_prog_cc_stdc='' am_cv_python_platform=none am_cv_python_pyexecdir=none am_cv_python_pythondir=none am_cv_python_version=none cmod_cv_c_working_attribute_unused=yes cmod_cv_compiler_bad_function_cast=yes cmod_cv_compiler_cast_align=yes cmod_cv_compiler_cast_qual=yes cmod_cv_compiler_float_equal=no cmod_cv_compiler_missing_declarations=yes cmod_cv_compiler_missing_prototypes=yes cmod_cv_compiler_nested_externs=yes cmod_cv_compiler_pipe=yes cmod_cv_compiler_strict_prototypes=yes cmod_cv_compiler_write_strings=yes fu_cv_sys_stat_statfs2_bsize=yes fu_cv_sys_stat_statfs3_osf1=no fu_cv_sys_stat_statvfs=no jm_ac_cv_header_inttypes_h=yes kom_cv_c_attribute_format_printf=yes kom_cv_c_attribute_noreturn=yes kom_cv_func_rlimit_nofile=yes kom_cv_header_posix_source_needed=no kom_cv_struct_sigaction=yes kom_cv_sys_hpux_source=no kom_cv_type_sig_atomic_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/missing --run tar' AR='/usr/bin/ar' AUTOCONF='${SHELL} /home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/missing --run autoconf' AUTOHEADER='${SHELL} /home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/missing --run autoheader' AUTOMAKE='${SHELL} /home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/missing --run automake-1.7' AWK='awk' CC='cc' CCDEPMODE='depmode=gcc' CFLAGS='-g -O2' CPP='cc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/missing --run makeinfo' OBJEXT='o' PACKAGE='adns' PACKAGE_BUGREPORT='' PACKAGE_NAME='adns' PACKAGE_STRING='adns 1.0-lyskom-server' PACKAGE_TARNAME='adns' PACKAGE_VERSION='1.0-lyskom-server' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='1.0' WARNS='-Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith' ac_ct_CC='cc' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/home/build/xenofarm/client/lyskom-server/earl-grey/buildtmp/dist/pfx' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVEUSE_RPCTYPES_H 1 #define HAVE_GNUC25_ATTRIB 1 #define HAVE_GNUC25_CONST 1 #define HAVE_GNUC25_NORETURN 1 #define HAVE_GNUC25_PRINTFFORMAT 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "adns" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "adns" #define PACKAGE_STRING "adns 1.0-lyskom-server" #define PACKAGE_TARNAME "adns" #define PACKAGE_VERSION "1.0-lyskom-server" #define STDC_HEADERS 1 #define VERSION "1.0" configure: exit 0