This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu CC=cc CFLAGS=-fno-common CPPFLAGS=-I/usr/local/include build_alias=i386-unknown-gnu host_alias=i386-unknown-gnu target_alias=i386-unknown-gnu --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 141 tasks, 198 threads, 4 processors Load average: 0.70, Mach factor: 3.29 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1227: checking for a BSD-compatible install configure:1281: result: /usr/local/bin/ginstall -c configure:1292: checking whether build environment is sane configure:1335: result: yes configure:1350: checking whether make sets ${MAKE} configure:1370: result: yes configure:1402: checking for working aclocal configure:1409: result: found configure:1417: checking for working autoconf configure:1424: result: found configure:1432: checking for working automake configure:1439: result: found configure:1447: checking for working autoheader configure:1454: result: found configure:1462: checking for working makeinfo configure:1469: result: found configure:1483: checking whether build environment is sane configure:1526: result: yes configure:1541: checking for i386-unknown-gnu-gcc configure:1570: result: no configure:1579: checking for gcc configure:1595: found /usr/bin/gcc configure:1605: result: gcc configure:1849: checking for C compiler version configure:1852: gcc --version &5 gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:1855: $? = 0 configure:1857: gcc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1860: $? = 0 configure:1862: gcc -V &5 gcc: `-V' option must have argument configure:1865: $? = 1 configure:1891: checking for C compiler default output configure:1894: gcc -fno-common conftest.c >&5 configure:1897: $? = 0 configure:1930: result: a.out configure:1935: checking whether the C compiler works configure:1941: ./a.out configure:1944: $? = 0 configure:1959: result: yes configure:1966: checking whether we are cross compiling configure:1968: result: no configure:1971: checking for suffix of executables configure:1973: gcc -o conftest -fno-common conftest.c >&5 configure:1976: $? = 0 configure:1998: result: configure:2004: checking for suffix of object files configure:2028: gcc -c -fno-common conftest.c >&5 configure:2031: $? = 0 configure:2050: result: configure:2054: checking whether we are using the GNU C compiler configure:2081: gcc -c -fno-common conftest.c >&5 configure:2084: $? = 0 configure:2087: test -s conftest. configure:2090: $? = 1 configure: failed program was: #line 2059 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2102: result: no configure:2108: checking whether gcc accepts -g configure:2132: gcc -c -g conftest.c >&5 configure:2135: $? = 0 configure:2138: test -s conftest. configure:2141: $? = 1 configure: failed program was: #line 2113 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:2151: result: no configure:2178: gcc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2181: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2294: checking for socket in -lsocket configure:2327: gcc -o conftest -fno-common conftest.c -lsocket >&5 ld: can't locate file for: -lsocket configure:2330: $? = 1 configure: failed program was: #line 2301 "configure" #include "confdefs.h" /* 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 socket (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { socket (); ; return 0; } configure:2347: result: no configure:2359: checking for gethostbyname in -lnsl configure:2392: gcc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:2395: $? = 1 configure: failed program was: #line 2366 "configure" #include "confdefs.h" /* 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 gethostbyname (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { gethostbyname (); ; return 0; } configure:2412: result: no configure:2424: checking for crypt in -lcrypt configure:2457: gcc -o conftest -fno-common conftest.c -lcrypt >&5 configure:2460: $? = 0 configure:2463: test -s conftest configure:2466: $? = 0 configure:2477: result: yes configure:2489: checking for crypt in -lcrypto configure:2522: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:2525: $? = 0 configure:2528: test -s conftest configure:2531: $? = 0 configure:2542: result: yes configure:2559: checking how to run the C preprocessor configure:2585: gcc -E conftest.c configure:2591: $? = 0 configure:2618: gcc -E conftest.c configure:2614:28: ac_nonexistent.h: No such file or directory configure:2624: $? = 1 configure: failed program was: #line 2613 "configure" #include "confdefs.h" #include configure:2661: result: gcc -E configure:2676: gcc -E conftest.c configure:2682: $? = 0 configure:2709: gcc -E conftest.c configure:2705:28: ac_nonexistent.h: No such file or directory configure:2715: $? = 1 configure: failed program was: #line 2704 "configure" #include "confdefs.h" #include configure:2755: checking for ANSI C header files configure:2769: gcc -E conftest.c configure:2775: $? = 0 configure:2860: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:2863: $? = 0 configure:2865: ./conftest configure:2868: $? = 0 configure:2882: result: yes configure:2906: checking for sys/types.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2906: checking for sys/stat.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2906: checking for stdlib.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2906: checking for string.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2906: checking for memory.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2906: checking for strings.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2906: checking for inttypes.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2906: checking for stdint.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2906: checking for unistd.h configure:2919: gcc -c -fno-common conftest.c >&5 configure:2922: $? = 0 configure:2925: test -s conftest. configure:2928: $? = 1 configure: failed program was: #line 2911 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2938: result: no configure:2969: checking crypt.h usability configure:2978: gcc -c -fno-common conftest.c >&5 configure:3006:19: crypt.h: No such file or directory configure:2981: $? = 1 configure: failed program was: #line 2971 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2996: result: no configure:3000: checking crypt.h presence configure:3007: gcc -E conftest.c configure:3003:19: crypt.h: No such file or directory configure:3013: $? = 1 configure: failed program was: #line 3002 "configure" #include "confdefs.h" #include configure:3031: result: no configure:3049: checking for crypt.h configure:3056: result: no configure:2969: checking fcntl.h usability configure:2978: gcc -c -fno-common conftest.c >&5 configure:2981: $? = 0 configure:2984: test -s conftest. configure:2987: $? = 1 configure: failed program was: #line 2971 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2996: result: no configure:3000: checking fcntl.h presence configure:3007: gcc -E conftest.c configure:3013: $? = 0 configure:3031: result: yes configure:3042: WARNING: fcntl.h: present but cannot be compiled configure:3044: WARNING: fcntl.h: check for missing prerequisite headers? configure:3046: WARNING: fcntl.h: proceeding with the preprocessor's result configure:3049: checking for fcntl.h configure:3056: result: yes configure:2969: checking malloc.h usability configure:2978: gcc -c -fno-common conftest.c >&5 configure:2981: $? = 0 configure:2984: test -s conftest. configure:2987: $? = 1 configure: failed program was: #line 2971 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2996: result: no configure:3000: checking malloc.h presence configure:3007: gcc -E conftest.c configure:3013: $? = 0 configure:3031: result: yes configure:3042: WARNING: malloc.h: present but cannot be compiled configure:3044: WARNING: malloc.h: check for missing prerequisite headers? configure:3046: WARNING: malloc.h: proceeding with the preprocessor's result configure:3049: checking for malloc.h configure:3056: result: yes configure:2969: checking sys/poll.h usability configure:2978: gcc -c -fno-common conftest.c >&5 configure:2981: $? = 0 configure:2984: test -s conftest. configure:2987: $? = 1 configure: failed program was: #line 2971 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2996: result: no configure:3000: checking sys/poll.h presence configure:3007: gcc -E conftest.c configure:3013: $? = 0 configure:3031: result: yes configure:3042: WARNING: sys/poll.h: present but cannot be compiled configure:3044: WARNING: sys/poll.h: check for missing prerequisite headers? configure:3046: WARNING: sys/poll.h: proceeding with the preprocessor's result configure:3049: checking for sys/poll.h configure:3056: result: yes configure:2969: checking sys/select.h usability configure:2978: gcc -c -fno-common conftest.c >&5 configure:2981: $? = 0 configure:2984: test -s conftest. configure:2987: $? = 1 configure: failed program was: #line 2971 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2996: result: no configure:3000: checking sys/select.h presence configure:3007: gcc -E conftest.c configure:3013: $? = 0 configure:3031: result: yes configure:3042: WARNING: sys/select.h: present but cannot be compiled configure:3044: WARNING: sys/select.h: check for missing prerequisite headers? configure:3046: WARNING: sys/select.h: proceeding with the preprocessor's result configure:3049: checking for sys/select.h configure:3056: result: yes configure:2969: checking sys/time.h usability configure:2978: gcc -c -fno-common conftest.c >&5 configure:2981: $? = 0 configure:2984: test -s conftest. configure:2987: $? = 1 configure: failed program was: #line 2971 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2996: result: no configure:3000: checking sys/time.h presence configure:3007: gcc -E conftest.c configure:3013: $? = 0 configure:3031: result: yes configure:3042: WARNING: sys/time.h: present but cannot be compiled configure:3044: WARNING: sys/time.h: check for missing prerequisite headers? configure:3046: WARNING: sys/time.h: proceeding with the preprocessor's result configure:3049: checking for sys/time.h configure:3056: result: yes configure:3084: checking syslog.h usability configure:3093: gcc -c -fno-common conftest.c >&5 configure:3096: $? = 0 configure:3099: test -s conftest. configure:3102: $? = 1 configure: failed program was: #line 3086 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3111: result: no configure:3115: checking syslog.h presence configure:3122: gcc -E conftest.c configure:3128: $? = 0 configure:3146: result: yes configure:3157: WARNING: syslog.h: present but cannot be compiled configure:3159: WARNING: syslog.h: check for missing prerequisite headers? configure:3161: WARNING: syslog.h: proceeding with the preprocessor's result configure:3164: checking for syslog.h configure:3171: result: yes configure:3075: checking for unistd.h configure:3080: result: no configure:3185: checking for gcc option to accept ANSI C configure:3248: gcc -c -fno-common conftest.c >&5 configure:3251: $? = 0 configure:3254: test -s conftest. configure:3257: $? = 1 configure: failed program was: #line 3192 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:3248: gcc -qlanglvl=ansi -c -fno-common conftest.c >&5 gcc: unrecognized option `-qlanglvl=ansi' configure:3251: $? = 0 configure:3254: test -s conftest. configure:3257: $? = 1 configure: failed program was: #line 3192 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:3248: gcc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:3251: $? = 1 configure: failed program was: #line 3192 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:3248: gcc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3251: $? = 1 configure: failed program was: #line 3192 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:3248: gcc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3251: $? = 1 configure: failed program was: #line 3192 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:3248: gcc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 gcc: unrecognized option `-Xc' configure:3251: $? = 0 configure:3254: test -s conftest. configure:3257: $? = 1 configure: failed program was: #line 3192 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:3274: result: none needed configure:3282: checking for an ANSI C-conforming const configure:3352: gcc -c -fno-common conftest.c >&5 configure:3355: $? = 0 configure:3358: test -s conftest. configure:3361: $? = 1 configure: failed program was: #line 3287 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* FIXME: Include the comments suggested by Paul. */ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; ccp = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++ccp; p = (char**) ccp; ccp = (char const *const *) p; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; } #endif ; return 0; } configure:3371: result: no configure:3381: checking whether time.h and sys/time.h may both be included configure:3409: gcc -c -fno-common conftest.c >&5 configure:3412: $? = 0 configure:3415: test -s conftest. configure:3418: $? = 1 configure: failed program was: #line 3386 "configure" #include "confdefs.h" #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((struct tm *) 0) return 0; ; return 0; } configure:3428: result: no configure:3438: checking for mode_t configure:3465: gcc -c -fno-common conftest.c >&5 configure:3468: $? = 0 configure:3471: test -s conftest. configure:3474: $? = 1 configure: failed program was: #line 3443 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((mode_t *) 0) return 0; if (sizeof (mode_t)) return 0; ; return 0; } configure:3484: result: no configure:3496: checking for pid_t configure:3523: gcc -c -fno-common conftest.c >&5 configure:3526: $? = 0 configure:3529: test -s conftest. configure:3532: $? = 1 configure: failed program was: #line 3501 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((pid_t *) 0) return 0; if (sizeof (pid_t)) return 0; ; return 0; } configure:3542: result: no configure:3559: checking for vprintf configure:3602: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3574: warning: conflicting types for built-in function `vprintf' configure:3605: $? = 0 configure:3608: test -s conftest configure:3611: $? = 0 configure:3621: result: yes configure:3628: checking for _doprnt configure:3671: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 ld: Undefined symbols: __doprnt configure:3674: $? = 1 configure: failed program was: #line 3633 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _doprnt (); below. */ #include /* 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 _doprnt (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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__doprnt) || defined (__stub____doprnt) choke me #else f = _doprnt; #endif ; return 0; } configure:3690: result: no configure:3715: checking for gethostname configure:3758: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3761: $? = 0 configure:3764: test -s conftest configure:3767: $? = 0 configure:3777: result: yes configure:3715: checking for mkdir configure:3758: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3761: $? = 0 configure:3764: test -s conftest configure:3767: $? = 0 configure:3777: result: yes configure:3715: checking for poll configure:3758: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3761: $? = 0 configure:3764: test -s conftest configure:3767: $? = 0 configure:3777: result: yes configure:3715: checking for select configure:3758: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3761: $? = 0 configure:3764: test -s conftest configure:3767: $? = 0 configure:3777: result: yes configure:3715: checking for socket configure:3758: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3761: $? = 0 configure:3764: test -s conftest configure:3767: $? = 0 configure:3777: result: yes configure:3715: checking for strstr configure:3758: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3730: warning: conflicting types for built-in function `strstr' configure:3761: $? = 0 configure:3764: test -s conftest configure:3767: $? = 0 configure:3777: result: yes configure:3715: checking for strtoll configure:3758: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3761: $? = 0 configure:3764: test -s conftest configure:3767: $? = 0 configure:3777: result: yes configure:3715: checking for strtoq configure:3758: gcc -o conftest -fno-common conftest.c -lcrypto -lcrypt >&5 configure:3761: $? = 0 configure:3764: test -s conftest configure:3767: $? = 0 configure:3777: result: yes configure:4364: checking for perl configure:4391: result: yes configure:4510: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common 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=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func__doprnt=no ac_cv_func_gethostname=yes ac_cv_func_mkdir=yes ac_cv_func_poll=yes ac_cv_func_select=yes ac_cv_func_socket=yes ac_cv_func_strstr=yes ac_cv_func_strtoll=yes ac_cv_func_strtoq=yes ac_cv_func_vprintf=yes ac_cv_header_crypt_h=no ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_malloc_h=yes ac_cv_header_memory_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_poll_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_syslog_h=yes ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_lib_crypt_crypt=yes ac_cv_lib_crypto_crypt=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_socket_socket=no ac_cv_objext= ac_cv_path_install='/usr/local/bin/ginstall -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ENABLE_PERL=yes ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_make_make_set=yes ac_cv_type_mode_t=no ac_cv_type_pid_t=no ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "opendchub" #define VERSION "0.7.15" #define _GNU_SOURCE 1 #define HAVE_LIBCRYPT 1 #define HAVE_LIBCRYPTO 1 #define STDC_HEADERS 1 #define HAVE_FCNTL_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYSLOG_H 1 #define const #define mode_t int #define pid_t int #define HAVE_VPRINTF 1 #define HAVE_GETHOSTNAME 1 #define HAVE_MKDIR 1 #define HAVE_POLL 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_STRSTR 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOQ 1 #define HAVE_PERL configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status Makefile on darwintel config.status:590: creating Makefile