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 --with-gd-inc=/usr/local/include --with-gd-lib=/usr/local/lib --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: 119 tasks, 174 threads, 4 processors Load average: 1.63, Mach factor: 2.58 /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:1317: checking for i386-unknown-gnu-gcc configure:1343: result: cc configure:1625: checking for C compiler version configure:1628: 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:1631: $? = 0 configure:1633: 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:1636: $? = 0 configure:1638: cc -V &5 cc: `-V' option must have argument configure:1641: $? = 1 configure:1664: checking for C compiler default output file name configure:1667: cc -fno-common conftest.c >&5 configure:1670: $? = 0 configure:1716: result: a.out configure:1721: checking whether the C compiler works configure:1727: ./a.out configure:1730: $? = 0 configure:1747: result: yes configure:1754: checking whether we are cross compiling configure:1756: result: no configure:1759: checking for suffix of executables configure:1761: cc -o conftest -fno-common conftest.c >&5 configure:1764: $? = 0 configure:1789: result: configure:1795: checking for suffix of object files configure:1816: cc -c -fno-common conftest.c >&5 configure:1819: $? = 0 configure:1841: result: configure:1845: checking whether we are using the GNU C compiler configure:1869: cc -c -fno-common conftest.c >&5 configure:1875: $? = 0 configure:1879: test -z || test ! -s conftest.err configure:1882: $? = 0 configure:1885: test -s conftest. configure:1888: $? = 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:1901: result: no configure:1907: checking whether cc accepts -g configure:1928: cc -c -g conftest.c >&5 configure:1934: $? = 0 configure:1938: test -z || test ! -s conftest.err configure:1941: $? = 0 configure:1944: test -s conftest. configure:1947: $? = 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:1958: result: no configure:1975: checking for cc option to accept ANSI C configure:2045: cc -c -fno-common conftest.c >&5 configure:2051: $? = 0 configure:2055: test -z || test ! -s conftest.err configure:2058: $? = 0 configure:2061: test -s conftest. configure:2064: $? = 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:2045: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2051: $? = 0 configure:2055: test -z || test ! -s conftest.err configure:2058: $? = 0 configure:2061: test -s conftest. configure:2064: $? = 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:2045: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2051: $? = 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:2045: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2051: $? = 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:2045: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2051: $? = 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:2045: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2051: $? = 0 configure:2055: test -z || test ! -s conftest.err configure:2058: $? = 0 configure:2061: test -s conftest. configure:2064: $? = 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:2082: result: none needed configure:2100: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2106: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2244: checking for flex configure:2260: found /usr/bin/flex configure:2270: result: flex configure:2283: checking for yywrap in -lfl configure:2313: cc -o conftest -fno-common conftest.c -lfl >&5 configure:2319: $? = 0 configure:2323: test -z || test ! -s conftest.err configure:2326: $? = 0 configure:2329: test -s conftest configure:2332: $? = 0 configure:2345: result: yes configure:2423: checking lex output file root configure:2434: flex conftest.l configure:2437: $? = 0 configure:2449: result: lex.yy configure:2454: checking whether yytext is a pointer configure:2470: cc -o conftest -fno-common conftest.c -lfl >&5 configure:2476: $? = 0 configure:2480: test -z || test ! -s conftest.err configure:2483: $? = 0 configure:2486: test -s conftest configure:2489: $? = 0 configure:2503: result: yes configure:2518: checking for bison configure:2534: found /usr/local/bin/bison configure:2544: result: bison -y configure:2714: checking "sizes of int and void *" configure:2734: cc -o conftest -fno-common conftest.c -lgd >&5 configure:2737: $? = 0 configure:2739: ./conftest configure:2742: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | | int main(void) { | return sizeof(int) == sizeof(void *); | } configure:2756: result: yes configure:2759: checking "sizes of long and void *" configure:2779: cc -o conftest -fno-common conftest.c -lgd >&5 configure:2782: $? = 0 configure:2784: ./conftest configure:2787: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | | int main(void) { | return sizeof(long) == sizeof(void *); | } configure:2801: result: yes configure:2804: checking "sizes of long long and void *" configure:2824: cc -o conftest -fno-common conftest.c -lgd >&5 configure:2827: $? = 0 configure:2829: ./conftest configure:2832: $? = 0 configure:2846: result: no configure:2877: checking how to run the C preprocessor configure:2912: cc -E conftest.c configure:2918: $? = 0 configure:2950: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:2956: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include configure:2995: result: cc -E configure:3019: cc -E conftest.c configure:3025: $? = 0 configure:3057: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3063: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include configure:3107: checking for egrep configure:3117: result: grep -E configure:3122: checking for ANSI C header files configure:3147: cc -c -fno-common conftest.c >&5 configure:3153: $? = 0 configure:3157: test -z || test ! -s conftest.err configure:3160: $? = 0 configure:3163: test -s conftest. configure:3166: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3275: result: no configure:3299: checking for sys/types.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3299: checking for sys/stat.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3299: checking for stdlib.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3299: checking for string.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3299: checking for memory.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3299: checking for strings.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3299: checking for inttypes.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3299: checking for stdint.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3299: checking for unistd.h configure:3315: cc -c -fno-common conftest.c >&5 configure:3321: $? = 0 configure:3325: test -z || test ! -s conftest.err configure:3328: $? = 0 configure:3331: test -s conftest. configure:3334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3345: result: no configure:3367: checking getopt.h usability configure:3379: cc -c -fno-common conftest.c >&5 configure:3385: $? = 0 configure:3389: test -z || test ! -s conftest.err configure:3392: $? = 0 configure:3395: test -s conftest. configure:3398: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 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:3408: result: no configure:3412: checking getopt.h presence configure:3422: cc -E conftest.c configure:3428: $? = 0 configure:3448: result: yes configure:3461: WARNING: getopt.h: present but cannot be compiled configure:3463: WARNING: getopt.h: check for missing prerequisite headers? configure:3465: WARNING: getopt.h: see the Autoconf documentation configure:3467: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:3469: WARNING: getopt.h: proceeding with the preprocessor's result configure:3471: WARNING: getopt.h: in the future, the compiler will take precedence configure:3483: checking for getopt.h configure:3490: result: yes configure:3513: checking sys/wait.h usability configure:3525: cc -c -fno-common conftest.c >&5 configure:3531: $? = 0 configure:3535: test -z || test ! -s conftest.err configure:3538: $? = 0 configure:3541: test -s conftest. configure:3544: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_GETOPT_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:3554: result: no configure:3558: checking sys/wait.h presence configure:3568: cc -E conftest.c configure:3574: $? = 0 configure:3594: result: yes configure:3607: WARNING: sys/wait.h: present but cannot be compiled configure:3609: WARNING: sys/wait.h: check for missing prerequisite headers? configure:3611: WARNING: sys/wait.h: see the Autoconf documentation configure:3613: WARNING: sys/wait.h: section "Present But Cannot Be Compiled" configure:3615: WARNING: sys/wait.h: proceeding with the preprocessor's result configure:3617: WARNING: sys/wait.h: in the future, the compiler will take precedence configure:3629: checking for sys/wait.h configure:3636: result: yes configure:3659: checking gd.h usability configure:3671: cc -c -fno-common conftest.c >&5 configure:3677: $? = 0 configure:3681: test -z || test ! -s conftest.err configure:3684: $? = 0 configure:3687: test -s conftest. configure:3690: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_WAIT_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:3700: result: no configure:3704: checking gd.h presence configure:3714: cc -E conftest.c configure:3720: $? = 0 configure:3740: result: yes configure:3753: WARNING: gd.h: present but cannot be compiled configure:3755: WARNING: gd.h: check for missing prerequisite headers? configure:3757: WARNING: gd.h: see the Autoconf documentation configure:3759: WARNING: gd.h: section "Present But Cannot Be Compiled" configure:3761: WARNING: gd.h: proceeding with the preprocessor's result configure:3763: WARNING: gd.h: in the future, the compiler will take precedence configure:3775: checking for gd.h configure:3782: result: yes configure:3806: checking for sqrt in -lm configure:3836: cc -o conftest -fno-common conftest.c -lm -lgd >&5 conftest.c:19: warning: conflicting types for built-in function `sqrt' configure:3842: $? = 0 configure:3846: test -z || test ! -s conftest.err configure:3849: $? = 0 configure:3852: test -s conftest configure:3855: $? = 0 configure:3868: result: yes configure:3881: checking for compress in -lz configure:3911: cc -o conftest -fno-common conftest.c -lz -lm -lgd >&5 configure:3917: $? = 0 configure:3921: test -z || test ! -s conftest.err configure:3924: $? = 0 configure:3927: test -s conftest configure:3930: $? = 0 configure:3943: result: yes configure:3957: checking for FT_Load_Glyph in -lfreetype configure:3987: cc -o conftest -fno-common conftest.c -lfreetype -lm -lgd >&5 configure:3993: $? = 0 configure:3997: test -z || test ! -s conftest.err configure:4000: $? = 0 configure:4003: test -s conftest configure:4006: $? = 0 configure:4019: result: yes configure:4033: checking for TT_Load_Glyph in -lttf configure:4063: cc -o conftest -fno-common conftest.c -lttf -lm -lgd >&5 ld: warning can't open dynamic library: /usr/local/lib/libgcc.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest configure:4082: $? = 0 configure:4095: result: yes configure:4109: checking for png_create_read_struct in -lpng configure:4139: cc -o conftest -fno-common conftest.c -lpng -lz -lm -lgd >&5 configure:4145: $? = 0 configure:4149: test -z || test ! -s conftest.err configure:4152: $? = 0 configure:4155: test -s conftest configure:4158: $? = 0 configure:4171: result: yes configure:4185: checking for jpeg_CreateCompress in -ljpeg configure:4215: cc -o conftest -fno-common conftest.c -ljpeg -lm -lgd >&5 configure:4221: $? = 0 configure:4225: test -z || test ! -s conftest.err configure:4228: $? = 0 configure:4231: test -s conftest configure:4234: $? = 0 configure:4247: result: yes configure:4263: checking "whether libpng needs -lz" configure:4291: cc -o conftest -fno-common conftest.c -lgd >&5 ld: Undefined symbols: _png_create_read_struct configure:4297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define LIBM 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 png_create_read_struct (); | int | main () | { | png_create_read_struct (); | ; | return 0; | } configure:4326: result: yes configure:4333: checking "whether libgd needs -lpng" configure:4361: cc -o conftest -fno-common conftest.c -lgd -lfreetype -lttf -ljpeg >&5 ld: warning can't open dynamic library: /usr/local/lib/libgcc.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest configure:4380: $? = 0 configure:4396: result: no configure:4402: checking "whether libgd needs -ljpeg" configure:4430: cc -o conftest -fno-common conftest.c -lgd -lfreetype -lttf -lpng -lz >&5 ld: warning can't open dynamic library: /usr/local/lib/libgcc.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) configure:4436: $? = 0 configure:4440: test -z || test ! -s conftest.err configure:4443: $? = 0 configure:4446: test -s conftest configure:4449: $? = 0 configure:4465: result: no configure:4471: checking "whether libgd needs -lttf" configure:4499: cc -o conftest -fno-common conftest.c -lgd -lfreetype -ljpeg -lpng -lz >&5 configure:4505: $? = 0 configure:4509: test -z || test ! -s conftest.err configure:4512: $? = 0 configure:4515: test -s conftest configure:4518: $? = 0 configure:4534: result: no configure:4540: checking "whether libgd needs -lfreetype" configure:4568: cc -o conftest -fno-common conftest.c -lgd -lttf -ljpeg -lpng -lz >&5 ld: warning can't open dynamic library: /usr/local/lib/libgcc.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) configure:4574: $? = 0 configure:4578: test -z || test ! -s conftest.err configure:4581: $? = 0 configure:4584: test -s conftest configure:4587: $? = 0 configure:4603: result: no configure:4653: checking for gdImageGif in -lgd configure:4683: cc -o conftest -fno-common conftest.c -lgd -lgd -lm >&5 configure:4689: $? = 0 configure:4693: test -z || test ! -s conftest.err configure:4696: $? = 0 configure:4699: test -s conftest configure:4702: $? = 0 configure:4715: result: yes configure:4732: checking for gdImagePng in -lgd configure:4762: cc -o conftest -fno-common conftest.c -lgd -lgd -lm >&5 configure:4768: $? = 0 configure:4772: test -z || test ! -s conftest.err configure:4775: $? = 0 configure:4778: test -s conftest configure:4781: $? = 0 configure:4794: result: yes configure:4805: checking for gdImagePngEx in -lgd configure:4835: cc -o conftest -fno-common conftest.c -lgd -lgd -lm >&5 configure:4841: $? = 0 configure:4845: test -z || test ! -s conftest.err configure:4848: $? = 0 configure:4851: test -s conftest configure:4854: $? = 0 configure:4867: result: yes configure:4878: checking for gdImageJpeg in -lgd configure:4908: cc -o conftest -fno-common conftest.c -lgd -lgd -lm >&5 configure:4914: $? = 0 configure:4918: test -z || test ! -s conftest.err configure:4921: $? = 0 configure:4924: test -s conftest configure:4927: $? = 0 configure:4940: result: yes configure:4951: checking for gdImageStringTTF in -lgd configure:4981: cc -o conftest -fno-common conftest.c -lgd -lgd -lm >&5 configure:4987: $? = 0 configure:4991: test -z || test ! -s conftest.err configure:4994: $? = 0 configure:4997: test -s conftest configure:5000: $? = 0 configure:5013: result: yes configure:5027: checking for gdImageStringFT in -lgd configure:5057: cc -o conftest -fno-common conftest.c -lgd -lgd -lm >&5 configure:5063: $? = 0 configure:5067: test -z || test ! -s conftest.err configure:5070: $? = 0 configure:5073: test -s conftest configure:5076: $? = 0 configure:5089: result: yes configure:5103: checking for gdImageFilledArc in -lgd configure:5133: cc -o conftest -fno-common conftest.c -lgd -lgd -lm >&5 configure:5139: $? = 0 configure:5143: test -z || test ! -s conftest.err configure:5146: $? = 0 configure:5149: test -s conftest configure:5152: $? = 0 configure:5165: result: yes configure:5277: 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:647: creating Makefile config.status:750: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_size_int_ptr=yes ac_cv_c_size_long_ptr=yes ac_cv_c_size_longlong_ptr=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_gd_needs_freetype=no ac_cv_gd_needs_jpeg=no ac_cv_gd_needs_png=no ac_cv_gd_needs_ttf=no ac_cv_header_gd_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no 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_sys_wait_h=yes ac_cv_header_unistd_h=no ac_cv_lib_fl_yywrap=yes ac_cv_lib_freetype_FT_Load_Glyph=yes ac_cv_lib_gd_gdImageFilledArc=yes ac_cv_lib_gd_gdImageGif=yes ac_cv_lib_gd_gdImageJpeg=yes ac_cv_lib_gd_gdImagePng=yes ac_cv_lib_gd_gdImagePngEx=yes ac_cv_lib_gd_gdImageStringFT=yes ac_cv_lib_gd_gdImageStringTTF=yes ac_cv_lib_jpeg_jpeg_CreateCompress=yes ac_cv_lib_m_sqrt=yes ac_cv_lib_png_png_create_read_struct_=yes ac_cv_lib_ttf_TT_Load_Glyph=yes ac_cv_lib_z_compress=yes ac_cv_objext= ac_cv_png_needs_z=yes ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_LEX=flex ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common ' CPP='cc -E' CPPFLAGS=' ' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INTTYPE='int' LDFLAGS='' LEX='flex' LEXFLAGS='-8 -Cf' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBOBJS='' LIBS=' -lgd -lm' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' YACC='bison -y' 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,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GDIMAGEFILLEDARC 1 #define HAVE_GDIMAGEPNGEX 1 #define HAVE_GDIMAGESTRINGFT 1 #define HAVE_GDIMAGESTRINGTTF 1 #define HAVE_GETOPT_H 1 #define HAVE_IMAGE_GIF 1 #define HAVE_IMAGE_JPEG 1 #define HAVE_IMAGE_PNG 1 #define HAVE_SYS_WAIT_H 1 #define LIBM 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define YYTEXT_POINTER 1 configure: exit 0