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.59. 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: 95 tasks, 150 threads, 4 processors Load average: 2.77, Mach factor: 1.49 /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:1307: checking for i386-unknown-gnu-gcc configure:1333: result: cc configure:1615: checking for C compiler version configure:1618: 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:1621: $? = 0 configure:1623: 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:1626: $? = 0 configure:1628: cc -V &5 cc: `-V' option must have argument configure:1631: $? = 1 configure:1654: checking for C compiler default output file name configure:1657: cc -fno-common conftest.c >&5 configure:1660: $? = 0 configure:1706: result: a.out configure:1711: checking whether the C compiler works configure:1717: ./a.out configure:1720: $? = 0 configure:1737: result: yes configure:1744: checking whether we are cross compiling configure:1746: result: no configure:1749: checking for suffix of executables configure:1751: cc -o conftest -fno-common conftest.c >&5 configure:1754: $? = 0 configure:1779: result: configure:1785: checking for suffix of object files configure:1806: cc -c -fno-common conftest.c >&5 configure:1809: $? = 0 configure:1831: result: configure:1835: checking whether we are using the GNU C compiler configure:1859: cc -c -fno-common conftest.c >&5 configure:1865: $? = 0 configure:1869: test -z || test ! -s conftest.err configure:1872: $? = 0 configure:1875: test -s conftest. configure:1878: $? = 1 configure: failed program was: | /* 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:1891: result: no configure:1897: checking whether cc accepts -g configure:1918: cc -c -g conftest.c >&5 configure:1924: $? = 0 configure:1928: test -z || test ! -s conftest.err configure:1931: $? = 0 configure:1934: test -s conftest. configure:1937: $? = 1 configure: failed program was: | /* 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:1948: result: no configure:1965: checking for cc option to accept ANSI C configure:2035: cc -c -fno-common conftest.c >&5 configure:2041: $? = 0 configure:2045: test -z || test ! -s conftest.err configure:2048: $? = 0 configure:2051: test -s conftest. configure:2054: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2035: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2041: $? = 0 configure:2045: test -z || test ! -s conftest.err configure:2048: $? = 0 configure:2051: test -s conftest. configure:2054: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2035: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2041: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2035: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2041: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2035: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2041: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2035: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2041: $? = 0 configure:2045: test -z || test ! -s conftest.err configure:2048: $? = 0 configure:2051: test -s conftest. configure:2054: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2072: result: none needed configure:2090: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2096: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2244: checking how to run the C preprocessor configure:2279: cc -E conftest.c configure:2285: $? = 0 configure:2317: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2323: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2362: result: cc -E configure:2386: cc -E conftest.c configure:2392: $? = 0 configure:2424: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2430: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2505: checking build system type configure:2523: result: i386-unknown-gnu configure:2531: checking host system type configure:2545: result: i386-unknown-gnu configure:2618: result: Unsupported operating system: i386-unknown-gnu configure:2637: checking for a BSD-compatible install configure:2692: result: /usr/bin/install -c -o root -g wheel configure:2706: checking for i386-unknown-gnu-ranlib configure:2735: result: no configure:2744: checking for ranlib configure:2760: found /usr/bin/ranlib configure:2771: result: ranlib configure:2785: checking for ar configure:2803: found /usr/bin/ar configure:2815: result: /usr/bin/ar configure:2824: checking for tgetent in -ltermcap configure:2854: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:2860: $? = 0 configure:2864: test -z || test ! -s conftest.err configure:2867: $? = 0 configure:2870: test -s conftest configure:2873: $? = 0 configure:2886: result: yes configure:3131: checking for ANSI C header files configure:3156: cc -c -fno-common conftest.c >&5 configure:3162: $? = 0 configure:3166: test -z || test ! -s conftest.err configure:3169: $? = 0 configure:3172: test -s conftest. configure:3175: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3284: result: no configure:3308: checking for sys/types.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3308: checking for sys/stat.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3308: checking for stdlib.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3308: checking for string.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3308: checking for memory.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3308: checking for strings.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3308: checking for inttypes.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3308: checking for stdint.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3308: checking for unistd.h configure:3324: cc -c -fno-common conftest.c >&5 configure:3330: $? = 0 configure:3334: test -z || test ! -s conftest.err configure:3337: $? = 0 configure:3340: test -s conftest. configure:3343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3354: result: no configure:3381: checking termcap.h usability configure:3393: cc -c -fno-common conftest.c >&5 configure:3399: $? = 0 configure:3403: test -z || test ! -s conftest.err configure:3406: $? = 0 configure:3409: test -s conftest. configure:3412: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 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:3422: result: no configure:3426: checking termcap.h presence configure:3436: cc -E conftest.c configure:3442: $? = 0 configure:3462: result: yes configure:3475: WARNING: termcap.h: present but cannot be compiled configure:3477: WARNING: termcap.h: check for missing prerequisite headers? configure:3479: WARNING: termcap.h: see the Autoconf documentation configure:3481: WARNING: termcap.h: section "Present But Cannot Be Compiled" configure:3483: WARNING: termcap.h: proceeding with the preprocessor's result configure:3485: WARNING: termcap.h: in the future, the compiler will take precedence configure:3497: checking for termcap.h configure:3504: result: yes configure:3381: checking term.h usability configure:3393: cc -c -fno-common conftest.c >&5 configure:3399: $? = 0 configure:3403: test -z || test ! -s conftest.err configure:3406: $? = 0 configure:3409: test -s conftest. configure:3412: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 1 | #define HAVE_TERMCAP_H 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:3422: result: no configure:3426: checking term.h presence configure:3436: cc -E conftest.c configure:3442: $? = 0 configure:3462: result: yes configure:3475: WARNING: term.h: present but cannot be compiled configure:3477: WARNING: term.h: check for missing prerequisite headers? configure:3479: WARNING: term.h: see the Autoconf documentation configure:3481: WARNING: term.h: section "Present But Cannot Be Compiled" configure:3483: WARNING: term.h: proceeding with the preprocessor's result configure:3485: WARNING: term.h: in the future, the compiler will take precedence configure:3497: checking for term.h configure:3504: result: yes configure:3532: checking curses.h usability configure:3544: cc -c -fno-common conftest.c >&5 configure:3550: $? = 0 configure:3554: test -z || test ! -s conftest.err configure:3557: $? = 0 configure:3560: test -s conftest. configure:3563: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERM_H 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:3573: result: no configure:3577: checking curses.h presence configure:3587: cc -E conftest.c configure:3593: $? = 0 configure:3613: result: yes configure:3626: WARNING: curses.h: present but cannot be compiled configure:3628: WARNING: curses.h: check for missing prerequisite headers? configure:3630: WARNING: curses.h: see the Autoconf documentation configure:3632: WARNING: curses.h: section "Present But Cannot Be Compiled" configure:3634: WARNING: curses.h: proceeding with the preprocessor's result configure:3636: WARNING: curses.h: in the future, the compiler will take precedence configure:3648: checking for curses.h configure:3655: result: yes configure:3532: checking ncurses.h usability configure:3544: cc -c -fno-common conftest.c >&5 configure:3550: $? = 0 configure:3554: test -z || test ! -s conftest.err configure:3557: $? = 0 configure:3560: test -s conftest. configure:3563: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERM_H 1 | #define HAVE_CURSES_H 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:3573: result: no configure:3577: checking ncurses.h presence configure:3587: cc -E conftest.c configure:3593: $? = 0 configure:3613: result: yes configure:3626: WARNING: ncurses.h: present but cannot be compiled configure:3628: WARNING: ncurses.h: check for missing prerequisite headers? configure:3630: WARNING: ncurses.h: see the Autoconf documentation configure:3632: WARNING: ncurses.h: section "Present But Cannot Be Compiled" configure:3634: WARNING: ncurses.h: proceeding with the preprocessor's result configure:3636: WARNING: ncurses.h: in the future, the compiler will take precedence configure:3648: checking for ncurses.h configure:3655: result: yes configure:3685: checking sys/cdefs.h usability configure:3697: cc -c -fno-common conftest.c >&5 configure:3703: $? = 0 configure:3707: test -z || test ! -s conftest.err configure:3710: $? = 0 configure:3713: test -s conftest. configure:3716: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERM_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 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:3726: result: no configure:3730: checking sys/cdefs.h presence configure:3740: cc -E conftest.c configure:3746: $? = 0 configure:3766: result: yes configure:3779: WARNING: sys/cdefs.h: present but cannot be compiled configure:3781: WARNING: sys/cdefs.h: check for missing prerequisite headers? configure:3783: WARNING: sys/cdefs.h: see the Autoconf documentation configure:3785: WARNING: sys/cdefs.h: section "Present But Cannot Be Compiled" configure:3787: WARNING: sys/cdefs.h: proceeding with the preprocessor's result configure:3789: WARNING: sys/cdefs.h: in the future, the compiler will take precedence configure:3801: checking for sys/cdefs.h configure:3808: result: yes configure:3685: checking vis.h usability configure:3697: cc -c -fno-common conftest.c >&5 configure:3703: $? = 0 configure:3707: test -z || test ! -s conftest.err configure:3710: $? = 0 configure:3713: test -s conftest. configure:3716: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERM_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 1 | #define HAVE_SYS_CDEFS_H 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:3726: result: no configure:3730: checking vis.h presence configure:3740: cc -E conftest.c configure:3746: $? = 0 configure:3766: result: yes configure:3779: WARNING: vis.h: present but cannot be compiled configure:3781: WARNING: vis.h: check for missing prerequisite headers? configure:3783: WARNING: vis.h: see the Autoconf documentation configure:3785: WARNING: vis.h: section "Present But Cannot Be Compiled" configure:3787: WARNING: vis.h: proceeding with the preprocessor's result configure:3789: WARNING: vis.h: in the future, the compiler will take precedence configure:3801: checking for vis.h configure:3808: result: yes configure:3685: checking alloca.h usability configure:3697: cc -c -fno-common conftest.c >&5 configure:3703: $? = 0 configure:3707: test -z || test ! -s conftest.err configure:3710: $? = 0 configure:3713: test -s conftest. configure:3716: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBTERMCAP 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERM_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_VIS_H 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:3726: result: no configure:3730: checking alloca.h presence configure:3740: cc -E conftest.c configure:3746: $? = 0 configure:3766: result: yes configure:3779: WARNING: alloca.h: present but cannot be compiled configure:3781: WARNING: alloca.h: check for missing prerequisite headers? configure:3783: WARNING: alloca.h: see the Autoconf documentation configure:3785: WARNING: alloca.h: section "Present But Cannot Be Compiled" configure:3787: WARNING: alloca.h: proceeding with the preprocessor's result configure:3789: WARNING: alloca.h: in the future, the compiler will take precedence configure:3801: checking for alloca.h configure:3808: result: yes configure:3826: checking for issetugid configure:3883: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:3889: $? = 0 configure:3893: test -z || test ! -s conftest.err configure:3896: $? = 0 configure:3899: test -s conftest configure:3902: $? = 0 configure:3914: result: yes configure:3928: checking for strlcat configure:3985: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:3991: $? = 0 configure:3995: test -z || test ! -s conftest.err configure:3998: $? = 0 configure:4001: test -s conftest configure:4004: $? = 0 configure:4016: result: yes configure:4032: checking for strlcpy configure:4089: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:4095: $? = 0 configure:4099: test -z || test ! -s conftest.err configure:4102: $? = 0 configure:4105: test -s conftest configure:4108: $? = 0 configure:4120: result: yes configure:4136: checking for fgetln configure:4193: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:4199: $? = 0 configure:4203: test -z || test ! -s conftest.err configure:4206: $? = 0 configure:4209: test -s conftest configure:4212: $? = 0 configure:4224: result: yes configure:4240: checking for strvis configure:4297: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:4303: $? = 0 configure:4307: test -z || test ! -s conftest.err configure:4310: $? = 0 configure:4313: test -s conftest configure:4316: $? = 0 configure:4328: result: yes configure:4344: checking for strunvis configure:4401: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:4407: $? = 0 configure:4411: test -z || test ! -s conftest.err configure:4414: $? = 0 configure:4417: test -s conftest configure:4420: $? = 0 configure:4432: result: yes cc: '-D__RCSID(x)=': No such file or directory cc: '-D__RCSID(x)=': No such file or directory cc: '-D__COPYRIGHT(x)=': No such file or directory cc: '-D__RCSID(x)=': No such file or directory cc: '-D__COPYRIGHT(x)=': No such file or directory cc: '-D__RENAME(x)=': No such file or directory configure:4757: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:686: creating Makefile config.status:790: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu 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= 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_fgetln=yes ac_cv_func_issetugid=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strunvis=yes ac_cv_func_strvis=yes ac_cv_header_alloca_h=yes ac_cv_header_curses_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_ncurses_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_cdefs_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_term_h=yes ac_cv_header_termcap_h=yes ac_cv_header_unistd_h=no ac_cv_header_vis_h=yes ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_termcap_tgetent=yes ac_cv_objext= ac_cv_path_AR=/usr/bin/ar ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACSRCS='common.c emacs.c vi.c' AGCSRCS='fcns.c help.c' AGHDRS='common.h emacs.h vi.h' AR='/usr/bin/ar' A_CFLAGS='' BCSRCS='chared.c el.c hist.c filecomplete.c key.c map.c parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c' BGCSRCS='editline.c' BGHDRS='fcns.h help.h' CC='cc' CCSRCS=' history.c tokenizer.c readline.c' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS=' '-D__RCSID(x)=' '-D__COPYRIGHT(x)=' '-D__RENAME(x)=' '-D_DIAGASSERT(x)='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' HDRS='chared.h el.h hist.h filecomplete.h key.h map.h parse.h prompt.h refresh.h search.h sig.h sys.h term.h tokenizer.h tty.h' HDR_DIRS='include include/editline' IHDRS='histedit.h editline/readline.h' IHDR_LINKS='readline.h editline/history.h' 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='' LIBOBJS='' LIBS='-ltermcap ' LIB_A='libedit.a' LIB_A_LINKS='' LIB_DIRS='lib' LIB_S='libedit.so.6' LIB_S_LINKS='libedit.so.6 libedit.so' LIB_VER='' LTLIBOBJS='' MAN3='editline.3' MAN3_LINKS=' editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 editline.3 el_gets.3 editline.3 el_getc.3 editline.3 el_push.3 editline.3 el_parse.3 editline.3 el_set.3 editline.3 el_get.3 editline.3 el_source.3 editline.3 el_resize.3 editline.3 el_line.3 editline.3 el_insertstr.3 editline.3 el_deletestr.3 editline.3 history_init.3 editline.3 history_end.3 editline.3 history.3' MAN5='editrc.5' MAN_DIRS='man/man3 man/man5' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' S_CFLAGS='-fPIC -DPIC' S_LDFLAGS='-shared -Wl,-soname=libedit.so.6' TCSRCS='TEST/test.c' TEST='TEST/test' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' 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,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ALLOCA_H 1 #define HAVE_CURSES_H 1 #define HAVE_FGETLN 1 #define HAVE_ISSETUGID 1 #define HAVE_LIBTERMCAP 1 #define HAVE_NCURSES_H 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_STRUNVIS 1 #define HAVE_STRVIS 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_TERMCAP_H 1 #define HAVE_TERM_H 1 #define HAVE_VIS_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 0