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.57. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## 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: 142 tasks, 199 threads, 4 processors Load average: 0.79, Mach factor: 3.20 /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:1281: checking for i386-unknown-gnu-gcc configure:1307: result: cc configure:1589: checking for C compiler version configure:1592: cc --version &5 cc (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:1595: $? = 0 configure:1597: cc -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:1600: $? = 0 configure:1602: cc -V &5 cc: `-V' option must have argument configure:1605: $? = 1 configure:1629: checking for C compiler default output configure:1632: cc -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c >&5 configure:1635: $? = 0 configure:1681: result: a.out configure:1686: checking whether the C compiler works configure:1692: ./a.out configure:1695: $? = 0 configure:1712: result: yes configure:1719: checking whether we are cross compiling configure:1721: result: no configure:1724: checking for suffix of executables configure:1726: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c >&5 configure:1729: $? = 0 configure:1754: result: configure:1760: checking for suffix of object files configure:1782: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:1785: $? = 0 configure:1807: result: configure:1811: checking whether we are using the GNU C compiler configure:1836: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:1839: $? = 0 configure:1842: test -s conftest. configure:1845: $? = 1 configure: failed program was: | #line 1816 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1858: result: no configure:1864: checking whether cc accepts -g configure:1886: cc -c -g -I/usr/local/include conftest.c >&5 configure:1889: $? = 0 configure:1892: test -s conftest. configure:1895: $? = 1 configure: failed program was: | #line 1869 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1906: result: no configure:1923: checking for cc option to accept ANSI C configure:1984: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:1987: $? = 0 configure:1990: test -s conftest. configure:1993: $? = 1 configure: failed program was: | #line 1930 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1984: cc -qlanglvl=ansi -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:1987: $? = 0 configure:1990: test -s conftest. configure:1993: $? = 1 configure: failed program was: | #line 1930 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1984: cc -std1 -c -fno-common -I/usr/local/include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:1987: $? = 1 configure: failed program was: | #line 1930 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1984: cc -Ae -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:1987: $? = 1 configure: failed program was: | #line 1930 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1984: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:1987: $? = 1 configure: failed program was: | #line 1930 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:1984: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-Xc' configure:1987: $? = 0 configure:1990: test -s conftest. configure:1993: $? = 1 configure: failed program was: | #line 1930 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2011: result: none needed configure:2029: cc -c -fno-common -I/usr/local/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2032: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2178: checking for a BSD-compatible install configure:2232: result: /usr/bin/install -c -o root -g wheel configure:2243: checking whether gmake sets $(MAKE) configure:2263: result: yes configure:2280: checking how to run the C preprocessor configure:2316: cc -E -I/usr/local/include conftest.c configure:2322: $? = 0 configure:2354: cc -E -I/usr/local/include conftest.c configure:2353:28: ac_nonexistent.h: No such file or directory configure:2360: $? = 1 configure: failed program was: | #line 2345 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2398: result: cc -E configure:2423: cc -E -I/usr/local/include conftest.c configure:2429: $? = 0 configure:2461: cc -E -I/usr/local/include conftest.c configure:2460:28: ac_nonexistent.h: No such file or directory configure:2467: $? = 1 configure: failed program was: | #line 2452 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2510: checking for egrep configure:2520: result: grep -E configure:2525: checking for ANSI C header files configure:2551: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2554: $? = 0 configure:2557: test -s conftest. configure:2560: $? = 1 configure: failed program was: | #line 2530 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2672: result: no configure:2696: checking for sys/types.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2696: checking for sys/stat.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2696: checking for stdlib.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2696: checking for string.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2696: checking for memory.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2696: checking for strings.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2696: checking for inttypes.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2696: checking for stdint.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2696: checking for unistd.h configure:2713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2716: $? = 0 configure:2719: test -s conftest. configure:2722: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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:2733: result: no configure:2746: checking for int8_t configure:2771: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure: In function `main': configure:2796: error: `int8_t' undeclared (first use in this function) configure:2796: error: (Each undeclared identifier is reported only once configure:2796: error: for each function it appears in.) configure:2796: error: parse error before ')' token configure:2774: $? = 1 configure: failed program was: | #line 2751 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end 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 | int | main () | { | if ((int8_t *) 0) | return 0; | if (sizeof (int8_t)) | return 0; | ; | return 0; | } configure:2791: result: no configure:2802: checking for int16_t configure:2827: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure: In function `main': configure:2853: error: `int16_t' undeclared (first use in this function) configure:2853: error: (Each undeclared identifier is reported only once configure:2853: error: for each function it appears in.) configure:2853: error: parse error before ')' token configure:2830: $? = 1 configure: failed program was: | #line 2807 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | /* end 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 | int | main () | { | if ((int16_t *) 0) | return 0; | if (sizeof (int16_t)) | return 0; | ; | return 0; | } configure:2847: result: no configure:2858: checking for int32_t configure:2883: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure: In function `main': configure:2910: error: `int32_t' undeclared (first use in this function) configure:2910: error: (Each undeclared identifier is reported only once configure:2910: error: for each function it appears in.) configure:2910: error: parse error before ')' token configure:2886: $? = 1 configure: failed program was: | #line 2863 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | /* end 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 | int | main () | { | if ((int32_t *) 0) | return 0; | if (sizeof (int32_t)) | return 0; | ; | return 0; | } configure:2903: result: no configure:2914: checking for u_int8_t configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure: In function `main': configure:2967: error: `u_int8_t' undeclared (first use in this function) configure:2967: error: (Each undeclared identifier is reported only once configure:2967: error: for each function it appears in.) configure:2967: error: parse error before ')' token configure:2942: $? = 1 configure: failed program was: | #line 2919 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | /* end 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 | int | main () | { | if ((u_int8_t *) 0) | return 0; | if (sizeof (u_int8_t)) | return 0; | ; | return 0; | } configure:2959: result: no configure:2970: checking for u_int16_t configure:2995: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure: In function `main': configure:3024: error: `u_int16_t' undeclared (first use in this function) configure:3024: error: (Each undeclared identifier is reported only once configure:3024: error: for each function it appears in.) configure:3024: error: parse error before ')' token configure:2998: $? = 1 configure: failed program was: | #line 2975 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | /* end 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 | int | main () | { | if ((u_int16_t *) 0) | return 0; | if (sizeof (u_int16_t)) | return 0; | ; | return 0; | } configure:3015: result: no configure:3026: checking for u_int32_t configure:3051: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure: In function `main': configure:3081: error: `u_int32_t' undeclared (first use in this function) configure:3081: error: (Each undeclared identifier is reported only once configure:3081: error: for each function it appears in.) configure:3081: error: parse error before ')' token configure:3054: $? = 1 configure: failed program was: | #line 3031 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | /* end 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 | int | main () | { | if ((u_int32_t *) 0) | return 0; | if (sizeof (u_int32_t)) | return 0; | ; | return 0; | } configure:3071: result: no configure:3139: checking whether to enable threads support configure:3146: result: yes configure:3149: checking whether to use the readline library configure:3156: result: yes configure:3164: checking for pthread_create in -pthread configure:3195: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c -pthread >&5 cc: unrecognized option `-pthread' configure:3198: $? = 0 configure:3201: test -s conftest configure:3204: $? = 0 configure:3216: result: yes configure:3367: checking for a readline compatible library configure:3406: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c -pthread -lreadline >&5 cc: unrecognized option `-pthread' configure:3409: $? = 0 configure:3412: test -s conftest configure:3415: $? = 0 configure:3438: result: -lreadline configure:3467: checking readline.h usability configure:3480: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3520:22: readline.h: No such file or directory configure:3483: $? = 1 configure: failed program was: | #line 3469 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | /* end 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:3499: result: no configure:3503: checking readline.h presence configure:3514: cc -E -I/usr/local/include conftest.c configure:3522:22: readline.h: No such file or directory configure:3520: $? = 1 configure: failed program was: | #line 3505 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include configure:3539: result: no configure:3575: checking for readline.h configure:3582: result: no configure:3467: checking readline/readline.h usability configure:3480: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3483: $? = 0 configure:3486: test -s conftest. configure:3489: $? = 1 configure: failed program was: | #line 3469 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | /* end 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:3499: result: no configure:3503: checking readline/readline.h presence configure:3514: cc -E -I/usr/local/include conftest.c configure:3520: $? = 0 configure:3539: result: yes configure:3559: WARNING: readline/readline.h: present but cannot be compiled configure:3561: WARNING: readline/readline.h: check for missing prerequisite headers? configure:3563: WARNING: readline/readline.h: proceeding with the preprocessor's result configure:3575: checking for readline/readline.h configure:3582: result: yes configure:3595: checking whether readline supports history configure:3626: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c -pthread -lreadline >&5 cc: unrecognized option `-pthread' configure:3629: $? = 0 configure:3632: test -s conftest configure:3635: $? = 0 configure:3646: result: yes configure:3669: checking history.h usability configure:3682: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3724:21: history.h: No such file or directory configure:3685: $? = 1 configure: failed program was: | #line 3671 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY 1 | /* end 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:3701: result: no configure:3705: checking history.h presence configure:3716: cc -E -I/usr/local/include conftest.c configure:3726:21: history.h: No such file or directory configure:3722: $? = 1 configure: failed program was: | #line 3707 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY 1 | /* end confdefs.h. */ | #include configure:3741: result: no configure:3777: checking for history.h configure:3784: result: no configure:3669: checking readline/history.h usability configure:3682: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3685: $? = 0 configure:3688: test -s conftest. configure:3691: $? = 1 configure: failed program was: | #line 3671 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY 1 | /* end 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:3701: result: no configure:3705: checking readline/history.h presence configure:3716: cc -E -I/usr/local/include conftest.c configure:3722: $? = 0 configure:3741: result: yes configure:3761: WARNING: readline/history.h: present but cannot be compiled configure:3763: WARNING: readline/history.h: check for missing prerequisite headers? configure:3765: WARNING: readline/history.h: proceeding with the preprocessor's result configure:3777: checking for readline/history.h configure:3784: result: yes configure:3811: checking for iconv_open in -liconv configure:3842: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c -liconv -pthread -lreadline >&5 cc: unrecognized option `-pthread' ld: Undefined symbols: _iconv_open configure:3845: $? = 1 configure: failed program was: | #line 3818 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | /* end 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 iconv_open (); | int | main () | { | iconv_open (); | ; | return 0; | } configure:3863: result: no configure:3868: checking for libiconv_open in -liconv configure:3899: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c -liconv -pthread -lreadline >&5 cc: unrecognized option `-pthread' configure:3902: $? = 0 configure:3905: test -s conftest configure:3908: $? = 0 configure:3920: result: yes configure:4062: checking for setenv in -lc configure:4093: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c -lc -liconv -pthread -lreadline >&5 cc: unrecognized option `-pthread' configure:4096: $? = 0 configure:4099: test -s conftest configure:4102: $? = 0 configure:4114: result: yes configure:4131: checking for connect in -lsocket configure:4162: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c -lsocket -liconv -pthread -lreadline >&5 cc: unrecognized option `-pthread' ld: can't locate file for: -lsocket configure:4165: $? = 1 configure: failed program was: | #line 4138 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define YSM_USE_CHARCONV 1 | #define HAVE_SETENV 1 | /* end 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 connect (); | int | main () | { | connect (); | ; | return 0; | } configure:4183: result: no configure:4189: checking for gethostbyname in -lnsl configure:4220: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -liconv conftest.c -lnsl -liconv -pthread -lreadline >&5 cc: unrecognized option `-pthread' ld: can't locate file for: -lnsl configure:4223: $? = 1 configure: failed program was: | #line 4196 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_SIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define MISSING_UNSIGNED 1 | #define YSM_WITH_THREADS 1 | #define VI_MODE 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define YSM_USE_CHARCONV 1 | #define HAVE_SETENV 1 | /* end 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 (); | int | main () | { | gethostbyname (); | ; | return 0; | } configure:4241: result: no configure:4262: checking for ANSI C header files configure:4409: result: no configure:4546: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:612: creating Makefile config.status:612: creating src/Makefile config.status:612: creating src/man/Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -I/usr/local/include' ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -L/usr/local/lib -liconv' 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_header_history_h=no ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_readline_h=no ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_stdc=no 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_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_lib_c_setenv=yes ac_cv_lib_iconv_iconv_open=no ac_cv_lib_iconv_libiconv_open=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_socket_connect=no ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_gmake_set=yes ac_cv_type_int16_t=no ac_cv_type_int32_t=no ac_cv_type_int8_t=no ac_cv_type_u_int16_t=no ac_cv_type_u_int32_t=no ac_cv_type_u_int8_t=no lt_cv_sys_max_cmd_len= vl_cv_lib_readline=-lreadline vl_cv_lib_readline_history=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CMDOBJS='' CPP='cc -E' CPPFLAGS=' -I/usr/local/include' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DMISSING_SIGNED=1 -DMISSING_SIGNED=1 -DMISSING_SIGNED=1 -DMISSING_UNSIGNED=1 -DMISSING_UNSIGNED=1 -DMISSING_UNSIGNED=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 ' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS=' -L/usr/local/lib -liconv' LIBOBJS='' LIBS='-liconv -pthread -lreadline' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' pthread_libs='-pthread' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_LIBREADLINE 1 #define HAVE_READLINE_HISTORY 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_SETENV 1 #define MISSING_SIGNED 1 #define MISSING_SIGNED 1 #define MISSING_SIGNED 1 #define MISSING_UNSIGNED 1 #define MISSING_UNSIGNED 1 #define MISSING_UNSIGNED 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VI_MODE 1 #define YSM_USE_CHARCONV 1 #define YSM_WITH_THREADS 1 configure: exit 0