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.53a. Invocation command line was $ ./configure --with-expat-lib=/usr/local/lib --with-expat-include=/usr/local/include/xml --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: 132 tasks, 187 threads, 4 processors Load average: 1.14, Mach factor: 2.85 /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:1212: checking for i386-unknown-gnu-gcc configure:1238: result: cc configure:1518: checking for C compiler version configure:1521: 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:1524: $? = 0 configure:1526: 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:1529: $? = 0 configure:1531: cc -V &5 cc: `-V' option must have argument configure:1534: $? = 1 configure:1560: checking for C compiler default output configure:1563: cc -fno-common conftest.c >&5 configure:1566: $? = 0 configure:1599: result: a.out configure:1604: checking whether the C compiler works configure:1610: ./a.out configure:1613: $? = 0 configure:1628: result: yes configure:1635: checking whether we are cross compiling configure:1637: result: no configure:1640: checking for suffix of executables configure:1642: cc -o conftest -fno-common conftest.c >&5 configure:1645: $? = 0 configure:1667: result: configure:1673: checking for suffix of object files configure:1697: cc -c -fno-common conftest.c >&5 configure:1700: $? = 0 configure:1719: result: configure:1723: checking whether we are using the GNU C compiler configure:1750: cc -c -fno-common conftest.c >&5 configure:1753: $? = 0 configure:1756: test -s conftest. configure:1759: $? = 1 configure: failed program was: #line 1728 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:1771: result: no configure:1777: checking whether cc accepts -g configure:1801: cc -c -g conftest.c >&5 configure:1804: $? = 0 configure:1807: test -s conftest. configure:1810: $? = 1 configure: failed program was: #line 1782 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:1820: result: no configure:1837: checking for cc option to accept ANSI C configure:1900: cc -c -fno-common conftest.c >&5 configure:1903: $? = 0 configure:1906: test -s conftest. configure:1909: $? = 1 configure: failed program was: #line 1844 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1900: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:1903: $? = 0 configure:1906: test -s conftest. configure:1909: $? = 1 configure: failed program was: #line 1844 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1900: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:1903: $? = 1 configure: failed program was: #line 1844 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1900: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:1903: $? = 1 configure: failed program was: #line 1844 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1900: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:1903: $? = 1 configure: failed program was: #line 1844 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1900: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:1903: $? = 0 configure:1906: test -s conftest. configure:1909: $? = 1 configure: failed program was: #line 1844 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1926: result: none needed configure:1944: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:1947: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2062: checking for flex configure:2078: found /usr/bin/flex configure:2088: result: flex configure:2101: checking for yywrap in -lfl configure:2134: cc -o conftest -fno-common conftest.c -lfl >&5 configure:2137: $? = 0 configure:2140: test -s conftest configure:2143: $? = 0 configure:2154: result: yes configure:2223: checking lex output file root configure:2234: flex conftest.l configure:2237: $? = 0 configure:2249: result: lex.yy configure:2254: checking whether yytext is a pointer configure:2270: cc -o conftest -fno-common conftest.c -lfl >&5 configure:2273: $? = 0 configure:2276: test -s conftest configure:2279: $? = 0 configure:2291: result: yes configure:2339: checking for a BSD-compatible install configure:2393: result: /usr/bin/install -c -o root -g wheel configure:2423: checking for XML_ParserCreate in -lexpat configure:2456: cc -o conftest -fno-common -I/usr/local/include -I/usr/local/include -L/usr/local/lib conftest.c -lexpat >&5 configure:2459: $? = 0 configure:2462: test -s conftest configure:2465: $? = 0 configure:2476: result: yes configure:2496: checking how to run the C preprocessor configure:2522: cc -E -I/usr/local/include conftest.c configure:2528: $? = 0 configure:2555: cc -E -I/usr/local/include conftest.c configure:2551:28: ac_nonexistent.h: No such file or directory configure:2561: $? = 1 configure: failed program was: #line 2550 "configure" #include "confdefs.h" #include configure:2598: result: cc -E configure:2613: cc -E -I/usr/local/include conftest.c configure:2619: $? = 0 configure:2646: cc -E -I/usr/local/include conftest.c configure:2642:28: ac_nonexistent.h: No such file or directory configure:2652: $? = 1 configure: failed program was: #line 2641 "configure" #include "confdefs.h" #include configure:2692: checking for ANSI C header files configure:2706: cc -E -I/usr/local/include conftest.c configure:2712: $? = 0 configure:2797: cc -o conftest -fno-common -I/usr/local/include -I/usr/local/include -L/usr/local/lib conftest.c -lexpat >&5 configure:2800: $? = 0 configure:2802: ./conftest configure:2805: $? = 0 configure:2819: result: yes configure:2843: checking for sys/types.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2843: checking for sys/stat.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2843: checking for stdlib.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2843: checking for string.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2843: checking for memory.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2843: checking for strings.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2843: checking for inttypes.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2843: checking for stdint.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2843: checking for unistd.h configure:2856: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2859: $? = 0 configure:2862: test -s conftest. configure:2865: $? = 1 configure: failed program was: #line 2848 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2875: result: no configure:2901: checking expat.h usability configure:2910: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:2913: $? = 0 configure:2916: test -s conftest. configure:2919: $? = 1 configure: failed program was: #line 2903 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2928: result: no configure:2932: checking expat.h presence configure:2939: cc -E -I/usr/local/include conftest.c configure:2945: $? = 0 configure:2963: result: yes configure:2974: WARNING: expat.h: present but cannot be compiled configure:2976: WARNING: expat.h: check for missing prerequisite headers? configure:2978: WARNING: expat.h: proceeding with the preprocessor's result configure:2981: checking for expat.h configure:2988: result: yes configure:3017: checking xmlparse.h usability configure:3026: cc -c -fno-common -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:3054:22: xmlparse.h: No such file or directory configure:3029: $? = 1 configure: failed program was: #line 3019 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3044: result: no configure:3048: checking xmlparse.h presence configure:3055: cc -E -I/usr/local/include conftest.c configure:3051:22: xmlparse.h: No such file or directory configure:3061: $? = 1 configure: failed program was: #line 3050 "configure" #include "confdefs.h" #include configure:3079: result: no configure:3097: checking for xmlparse.h configure:3104: result: no configure:3240: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53a. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:594: creating 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= 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_header_expat_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_header_xmlparse_h=no ac_cv_lib_expat_XML_ParserCreate=yes ac_cv_lib_fl_yywrap=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_LEX=flex ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes lt_cv_sys_max_cmd_len= ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define YYTEXT_POINTER 1 #define HAVE_LIBEXPAT 1 #define STDC_HEADERS 1 #define HAVE_EXPAT_H 1 configure: exit 0