This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by footmatic-db-engine configure 3.0.2, 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: 348 tasks, 403 threads, 4 processors Load average: 1.93, Mach factor: 2.06 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1281: checking for i386-unknown-gnu-gcc configure:1307: result: cc configure:1589: checking for C compiler version configure:1592: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1595: $? = 0 configure:1597: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1600: $? = 0 configure:1602: cc -V &5 cc: `-V' option must have argument configure:1605: $? = 1 configure:1628: checking for C compiler default output file name configure:1631: cc -fno-common conftest.c >&5 configure:1634: $? = 0 configure:1680: result: a.out configure:1685: checking whether the C compiler works configure:1691: ./a.out configure:1694: $? = 0 configure:1711: result: yes configure:1718: checking whether we are cross compiling configure:1720: result: no configure:1723: checking for suffix of executables configure:1725: cc -o conftest -fno-common conftest.c >&5 configure:1728: $? = 0 configure:1753: result: configure:1759: checking for suffix of object files configure:1780: cc -c -fno-common conftest.c >&5 configure:1783: $? = 0 configure:1805: result: configure:1809: checking whether we are using the GNU C compiler configure:1833: cc -c -fno-common conftest.c >&5 configure:1839: $? = 0 configure:1843: test -z || test ! -s conftest.err configure:1846: $? = 0 configure:1849: test -s conftest. configure:1852: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1865: result: no configure:1871: checking whether cc accepts -g configure:1892: cc -c -g conftest.c >&5 configure:1898: $? = 0 configure:1902: test -z || test ! -s conftest.err configure:1905: $? = 0 configure:1908: test -s conftest. configure:1911: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1922: result: no configure:1939: checking for cc option to accept ANSI C configure:2009: cc -c -fno-common conftest.c >&5 configure:2015: $? = 0 configure:2019: test -z || test ! -s conftest.err configure:2022: $? = 0 configure:2025: test -s conftest. configure:2028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #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:2009: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2015: $? = 0 configure:2019: test -z || test ! -s conftest.err configure:2022: $? = 0 configure:2025: test -s conftest. configure:2028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #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:2009: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2015: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #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:2009: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2015: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #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:2009: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2015: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #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:2009: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2015: $? = 0 configure:2019: test -z || test ! -s conftest.err configure:2022: $? = 0 configure:2025: test -s conftest. configure:2028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #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:2046: result: none needed configure:2064: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2070: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2241: checking for a BSD-compatible install configure:2296: result: /usr/bin/install -c -o root -g wheel configure:2307: checking whether ln -s works configure:2311: result: yes configure:2318: checking whether gmake sets $(MAKE) configure:2338: result: yes configure:2352: checking for xml2-config configure:2370: found /usr/local/bin/xml2-config configure:2382: result: /usr/local/bin/xml2-config configure:2452: checking for dirent.h that defines DIR configure:2476: cc -c -fno-common conftest.c >&5 configure:2482: $? = 0 configure:2486: test -z || test ! -s conftest.err configure:2489: $? = 0 configure:2492: test -s conftest. configure:2495: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2506: result: no configure:2452: checking for sys/ndir.h that defines DIR configure:2476: cc -c -fno-common conftest.c >&5 conftest.c:10:22: sys/ndir.h: No such file or directory conftest.c: In function `main': conftest.c:15: error: `DIR' undeclared (first use in this function) conftest.c:15: error: (Each undeclared identifier is reported only once conftest.c:15: error: for each function it appears in.) conftest.c:15: error: parse error before ')' token configure:2482: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2506: result: no configure:2452: checking for sys/dir.h that defines DIR configure:2476: cc -c -fno-common conftest.c >&5 configure:2482: $? = 0 configure:2486: test -z || test ! -s conftest.err configure:2489: $? = 0 configure:2492: test -s conftest. configure:2495: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2506: result: no configure:2452: checking for ndir.h that defines DIR configure:2476: cc -c -fno-common conftest.c >&5 conftest.c:10:18: ndir.h: No such file or directory conftest.c: In function `main': conftest.c:15: error: `DIR' undeclared (first use in this function) conftest.c:15: error: (Each undeclared identifier is reported only once conftest.c:15: error: for each function it appears in.) conftest.c:15: error: parse error before ')' token configure:2482: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2506: result: no configure:2646: checking for library containing opendir configure:2676: cc -o conftest -fno-common conftest.c >&5 configure:2682: $? = 0 configure:2686: test -z || test ! -s conftest.err configure:2689: $? = 0 configure:2692: test -s conftest configure:2695: $? = 0 configure:2765: result: none required configure:2779: checking how to run the C preprocessor configure:2814: cc -E conftest.c configure:2820: $? = 0 configure:2852: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2858: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2897: result: cc -E configure:2921: cc -E conftest.c configure:2927: $? = 0 configure:2959: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2965: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:3009: checking for egrep configure:3019: result: grep -E configure:3024: checking for ANSI C header files configure:3049: cc -c -fno-common conftest.c >&5 configure:3055: $? = 0 configure:3059: test -z || test ! -s conftest.err configure:3062: $? = 0 configure:3065: test -s conftest. configure:3068: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3177: result: no configure:3188: checking for an ANSI C-conforming const configure:3255: cc -c -fno-common conftest.c >&5 configure:3261: $? = 0 configure:3265: test -z || test ! -s conftest.err configure:3268: $? = 0 configure:3271: test -s conftest. configure:3274: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:3285: result: no configure:3309: checking for strdup configure:3366: cc -o conftest -fno-common conftest.c >&5 configure:3372: $? = 0 configure:3376: test -z || test ! -s conftest.err configure:3379: $? = 0 configure:3382: test -s conftest configure:3385: $? = 0 configure:3397: result: yes configure:3309: checking for strspn configure:3366: cc -o conftest -fno-common conftest.c >&5 conftest.c:35: warning: conflicting types for built-in function `strspn' configure:3372: $? = 0 configure:3376: test -z || test ! -s conftest.err configure:3379: $? = 0 configure:3382: test -s conftest configure:3385: $? = 0 configure:3397: result: yes configure:3309: checking for strstr configure:3366: cc -o conftest -fno-common conftest.c >&5 conftest.c:36: warning: conflicting types for built-in function `strstr' configure:3372: $? = 0 configure:3376: test -z || test ! -s conftest.err configure:3379: $? = 0 configure:3382: test -s conftest configure:3385: $? = 0 configure:3397: result: yes configure:3309: checking for xmlParseFile configure:3366: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _xmlParseFile configure:3372: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | #define const | #define HAVE_STRDUP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define xmlParseFile to an innocuous variant, in case declares xmlParseFile. | For example, HP-UX 11i declares gettimeofday. */ | #define xmlParseFile innocuous_xmlParseFile | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char xmlParseFile (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef xmlParseFile | | /* 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 xmlParseFile (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_xmlParseFile) || defined (__stub___xmlParseFile) | choke me | #else | char (*f) () = xmlParseFile; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != xmlParseFile; | ; | return 0; | } configure:3397: result: no configure:3309: checking for xmlCreatePushParserCtxt configure:3366: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _xmlCreatePushParserCtxt configure:3372: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | #define const | #define HAVE_STRDUP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define xmlCreatePushParserCtxt to an innocuous variant, in case declares xmlCreatePushParserCtxt. | For example, HP-UX 11i declares gettimeofday. */ | #define xmlCreatePushParserCtxt innocuous_xmlCreatePushParserCtxt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char xmlCreatePushParserCtxt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef xmlCreatePushParserCtxt | | /* 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 xmlCreatePushParserCtxt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_xmlCreatePushParserCtxt) || defined (__stub___xmlCreatePushParserCtxt) | choke me | #else | char (*f) () = xmlCreatePushParserCtxt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != xmlCreatePushParserCtxt; | ; | return 0; | } configure:3397: result: no configure:3309: checking for xmlParseChunk configure:3366: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _xmlParseChunk configure:3372: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | #define const | #define HAVE_STRDUP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define xmlParseChunk to an innocuous variant, in case declares xmlParseChunk. | For example, HP-UX 11i declares gettimeofday. */ | #define xmlParseChunk innocuous_xmlParseChunk | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char xmlParseChunk (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef xmlParseChunk | | /* 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 xmlParseChunk (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_xmlParseChunk) || defined (__stub___xmlParseChunk) | choke me | #else | char (*f) () = xmlParseChunk; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != xmlParseChunk; | ; | return 0; | } configure:3397: result: no configure:3309: checking for xmlFreeParserCtxt configure:3366: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _xmlFreeParserCtxt configure:3372: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | #define const | #define HAVE_STRDUP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define xmlFreeParserCtxt to an innocuous variant, in case declares xmlFreeParserCtxt. | For example, HP-UX 11i declares gettimeofday. */ | #define xmlFreeParserCtxt innocuous_xmlFreeParserCtxt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char xmlFreeParserCtxt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef xmlFreeParserCtxt | | /* 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 xmlFreeParserCtxt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_xmlFreeParserCtxt) || defined (__stub___xmlFreeParserCtxt) | choke me | #else | char (*f) () = xmlFreeParserCtxt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != xmlFreeParserCtxt; | ; | return 0; | } configure:3397: result: no configure:3309: checking for xmlFreeDoc configure:3366: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _xmlFreeDoc configure:3372: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | #define const | #define HAVE_STRDUP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define xmlFreeDoc to an innocuous variant, in case declares xmlFreeDoc. | For example, HP-UX 11i declares gettimeofday. */ | #define xmlFreeDoc innocuous_xmlFreeDoc | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char xmlFreeDoc (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef xmlFreeDoc | | /* 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 xmlFreeDoc (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_xmlFreeDoc) || defined (__stub___xmlFreeDoc) | choke me | #else | char (*f) () = xmlFreeDoc; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != xmlFreeDoc; | ; | return 0; | } configure:3397: result: no configure:3309: checking for xmlDocGetRootElement configure:3366: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _xmlDocGetRootElement configure:3372: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | #define const | #define HAVE_STRDUP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define xmlDocGetRootElement to an innocuous variant, in case declares xmlDocGetRootElement. | For example, HP-UX 11i declares gettimeofday. */ | #define xmlDocGetRootElement innocuous_xmlDocGetRootElement | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char xmlDocGetRootElement (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef xmlDocGetRootElement | | /* 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 xmlDocGetRootElement (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_xmlDocGetRootElement) || defined (__stub___xmlDocGetRootElement) | choke me | #else | char (*f) () = xmlDocGetRootElement; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != xmlDocGetRootElement; | ; | return 0; | } configure:3397: result: no configure:3309: checking for xmlNodeListGetString configure:3366: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _xmlNodeListGetString configure:3372: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "footmatic-db-engine" | #define PACKAGE_TARNAME "footmatic-db-engine" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "footmatic-db-engine 3.0.2" | #define PACKAGE_BUGREPORT "" | #define const | #define HAVE_STRDUP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define xmlNodeListGetString to an innocuous variant, in case declares xmlNodeListGetString. | For example, HP-UX 11i declares gettimeofday. */ | #define xmlNodeListGetString innocuous_xmlNodeListGetString | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char xmlNodeListGetString (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef xmlNodeListGetString | | /* 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 xmlNodeListGetString (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_xmlNodeListGetString) || defined (__stub___xmlNodeListGetString) | choke me | #else | char (*f) () = xmlNodeListGetString; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != xmlNodeListGetString; | ; | return 0; | } configure:3397: result: no configure:3447: checking for file configure:3465: found /usr/bin/file configure:3478: result: /usr/bin/file configure:3497: checking for cat configure:3515: found /bin/cat configure:3528: result: /bin/cat configure:3537: checking for gs configure:3555: found /usr/local/bin/gs configure:3568: result: /usr/local/bin/gs configure:3577: checking for a2ps configure:3595: found /usr/local/bin/a2ps configure:3608: result: /usr/local/bin/a2ps configure:3617: checking for wget configure:3635: found /usr/local/bin/wget configure:3648: result: /usr/local/bin/wget configure:3657: checking for curl configure:3675: found /usr/local/bin/curl configure:3688: result: /usr/local/bin/curl configure:3702: checking for printf configure:3720: found /usr/local/bin/printf configure:3733: result: /usr/local/bin/printf configure:3740: checking GhostScript check configure:3757: result: no configure:3796: checking how to redirect GhostScript output to fd 3 configure:3817: result: using /dev/fd/3 configure:3826: checking for perl configure:3856: result: /usr/local/bin/perl configure:3901: checking for bash configure:3919: found /bin/bash configure:3931: result: /bin/bash configure:3947: checking for lpd/ configure:3978: result: no configure:3990: checking for lp-errs configure:4023: result: no configure:4035: checking for lpd configure:4068: result: no configure:4080: checking for printcap configure:4098: found /etc/printcap configure:4110: result: /etc/printcap configure:4125: checking for lpd.conf configure:4158: result: no configure:4170: checking for lpr-lpd configure:4203: result: no configure:4170: checking for lpr-lprng configure:4203: result: no configure:4170: checking for lpr-lpr configure:4203: result: no configure:4170: checking for lpr configure:4188: found /usr/bin/lpr configure:4200: result: /usr/bin/lpr configure:4215: checking for lpq-lpd configure:4248: result: no configure:4215: checking for lpq-lprng configure:4248: result: no configure:4215: checking for lpq-lpr configure:4248: result: no configure:4215: checking for lpq configure:4233: found /usr/bin/lpq configure:4245: result: /usr/bin/lpq configure:4260: checking for lprm-lpd configure:4293: result: no configure:4260: checking for lprm-lprng configure:4293: result: no configure:4260: checking for lprm-lpr configure:4293: result: no configure:4260: checking for lprm configure:4278: found /usr/bin/lprm configure:4290: result: /usr/bin/lprm configure:4305: checking for lpc-lpd configure:4338: result: no configure:4305: checking for lpc-lprng configure:4338: result: no configure:4305: checking for lpc-lpr configure:4338: result: no configure:4305: checking for lpc configure:4323: found /usr/sbin/lpc configure:4335: result: /usr/sbin/lpc configure:4350: checking for checkpc configure:4383: result: no configure:4396: checking for cups/ configure:4424: result: /etc/cups configure:4439: checking for lpadmin configure:4457: found /usr/sbin/lpadmin configure:4469: result: /usr/sbin/lpadmin configure:4484: checking for lpstat configure:4502: found /usr/bin/lpstat configure:4514: result: /usr/bin/lpstat configure:4529: checking for cups/model/ configure:4557: result: /usr/share/cups/model configure:4572: checking for cups/filter/ configure:4603: result: no configure:4615: checking for cups/backend/ configure:4646: result: no configure:4658: checking for cups/ configure:4686: result: /usr/local/libexec/cups configure:4701: checking for cups/printers.conf configure:4719: found /etc/cups/printers.conf configure:4731: result: /etc/cups/printers.conf configure:4746: checking for lpr-cups configure:4779: result: no configure:4746: checking for lpr configure:4764: found /usr/bin/lpr configure:4776: result: /usr/bin/lpr configure:4791: checking for lpq-cups configure:4824: result: no configure:4791: checking for lpq configure:4809: found /usr/bin/lpq configure:4821: result: /usr/bin/lpq configure:4836: checking for lprm-cups configure:4869: result: no configure:4836: checking for lprm configure:4854: found /usr/bin/lprm configure:4866: result: /usr/bin/lprm configure:4881: checking for lpc-cups configure:4914: result: no configure:4881: checking for lpc configure:4899: found /usr/sbin/lpc configure:4911: result: /usr/sbin/lpc configure:4926: checking for lp-cups configure:4959: result: no configure:4926: checking for lp configure:4944: found /usr/bin/lp configure:4956: result: /usr/bin/lp configure:4971: checking for cancel-cups configure:5004: result: no configure:4971: checking for cancel configure:4989: found /usr/bin/cancel configure:5001: result: /usr/bin/cancel configure:5016: checking for enable configure:5034: found /usr/bin/enable configure:5046: result: /usr/bin/enable configure:5061: checking for disable configure:5079: found /usr/bin/disable configure:5091: result: /usr/bin/disable configure:5106: checking for accept configure:5124: found /usr/sbin/accept configure:5136: result: /usr/sbin/accept configure:5151: checking for reject configure:5169: found /usr/sbin/reject configure:5181: result: /usr/sbin/reject configure:5196: checking for lpmove configure:5214: found /usr/sbin/lpmove configure:5226: result: /usr/sbin/lpmove configure:5241: checking for lpoptions configure:5259: found /usr/bin/lpoptions configure:5271: result: /usr/bin/lpoptions configure:5286: checking for lpinfo configure:5304: found /usr/sbin/lpinfo configure:5316: result: /usr/sbin/lpinfo configure:5332: checking for pdq/ configure:5360: result: /usr/local/etc/pdq configure:5375: checking for pdq/printrc configure:5408: result: no configure:5420: checking for pdq configure:5438: found /usr/local/bin/pdq configure:5450: result: /usr/local/bin/pdq configure:5466: checking for ppr/bin/pprd configure:5499: result: no configure:5511: checking for ppr/interfaces/ configure:5542: result: no configure:5554: checking for ppr/PPDFiles/ configure:5585: result: no configure:5597: checking for ppr/ configure:5628: result: no configure:5640: checking for ppr configure:5673: result: no configure:5640: checking for lpr-ppr configure:5673: result: no configure:5685: checking for ppad configure:5718: result: no configure:5730: checking for ppop configure:5763: result: no configure:5777: checking for nc configure:5795: found /usr/bin/nc configure:5807: result: /usr/bin/nc configure:5822: checking for rlpr configure:5840: found /usr/local/bin/rlpr configure:5852: result: /usr/local/bin/rlpr configure:5867: checking for smbclient configure:5885: found /usr/bin/smbclient configure:5897: result: /usr/bin/smbclient configure:5912: checking for nprint configure:5945: result: no configure:5957: checking for ptal-connect configure:5975: found /usr/local/bin/ptal-connect configure:5987: result: /usr/local/bin/ptal-connect configure:6002: checking for ptal-printd/ configure:6033: result: no configure:6045: checking for mtink/ configure:6076: result: no configure:6088: checking for gzip configure:6106: found /usr/bin/gzip configure:6118: result: /usr/bin/gzip configure:6134: checking for foomatic/db/source/ configure:6162: result: /usr/local/share/foomatic/ configure:6178: checking for db/source/ configure:6209: result: no configure:6223: checking for foomatic-rip configure:6256: result: no configure:6268: checking for foomatic-rip configure:6302: result: no configure:6438: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by footmatic-db-engine config.status 3.0.2, 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:731: creating Makefile config.status:731: creating makeDefaults config.status:731: creating makeMan config.status:731: creating foomatic-configure config.status:731: creating foomatic-printjob config.status:731: creating foomatic-kitload config.status:731: creating foomatic-ppdfile config.status:731: creating foomatic-preferred-driver config.status:731: creating foomatic-cleanupdrivers config.status:731: creating foomatic-getpjloptions config.status:731: creating foomatic-addpjloptions config.status:731: creating foomatic-compiledb config.status:731: creating foomatic-fix-xml config.status:731: creating foomatic-nonumericalids config.status:731: creating foomatic-replaceoldprinterids config.status:731: creating foomatic-ppd-options config.status:731: creating foomatic-printermap-to-gimp-print-xml config.status:731: creating foomatic-extract-text ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=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_strdup=yes ac_cv_func_strspn=yes ac_cv_func_strstr=yes ac_cv_func_xmlCreatePushParserCtxt=no ac_cv_func_xmlDocGetRootElement=no ac_cv_func_xmlFreeDoc=no ac_cv_func_xmlFreeParserCtxt=no ac_cv_func_xmlNodeListGetString=no ac_cv_func_xmlParseChunk=no ac_cv_func_xmlParseFile=no ac_cv_header_dirent_dirent_h=no ac_cv_header_dirent_ndir_h=no ac_cv_header_dirent_sys_dir_h=no ac_cv_header_dirent_sys_ndir_h=no ac_cv_header_stdc=no ac_cv_objext= ac_cv_path_A2PS=/usr/local/bin/a2ps ac_cv_path_CAT=/bin/cat ac_cv_path_CUPS_ACCEPT=/usr/sbin/accept ac_cv_path_CUPS_ADMIN=/usr/sbin/lpadmin ac_cv_path_CUPS_CANCEL=/usr/bin/cancel ac_cv_path_CUPS_DISABLE=/usr/bin/disable ac_cv_path_CUPS_ENABLE=/usr/bin/enable ac_cv_path_CUPS_ETC=/etc/cups ac_cv_path_CUPS_LP=/usr/bin/lp ac_cv_path_CUPS_LPC=/usr/sbin/lpc ac_cv_path_CUPS_LPINFO=/usr/sbin/lpinfo ac_cv_path_CUPS_LPMOVE=/usr/sbin/lpmove ac_cv_path_CUPS_LPOPTIONS=/usr/bin/lpoptions ac_cv_path_CUPS_LPQ=/usr/bin/lpq ac_cv_path_CUPS_LPR=/usr/bin/lpr ac_cv_path_CUPS_LPRM=/usr/bin/lprm ac_cv_path_CUPS_LPSTAT=/usr/bin/lpstat ac_cv_path_CUPS_PCONF=/etc/cups/printers.conf ac_cv_path_CUPS_PPDS=/usr/share/cups/model ac_cv_path_CUPS_REJECT=/usr/sbin/reject ac_cv_path_CURL=/usr/local/bin/curl ac_cv_path_FILEUTIL=/usr/bin/file ac_cv_path_GS=/usr/local/bin/gs ac_cv_path_GZIP=/usr/bin/gzip ac_cv_path_LIBDIR=/usr/local/share/foomatic/ ac_cv_path_LIB_CUPS=/usr/local/libexec/cups ac_cv_path_LPD_LPC=/usr/sbin/lpc ac_cv_path_LPD_LPQ=/usr/bin/lpq ac_cv_path_LPD_LPR=/usr/bin/lpr ac_cv_path_LPD_LPRM=/usr/bin/lprm ac_cv_path_NC=/usr/bin/nc ac_cv_path_PDQ_CONF=/usr/local/etc/pdq ac_cv_path_PDQ_PRINT=/usr/local/bin/pdq ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PRINTCAP=/etc/printcap ac_cv_path_PRINTF=/usr/local/bin/printf ac_cv_path_PTAL_CONNECT=/usr/local/bin/ptal-connect ac_cv_path_RLPR=/usr/local/bin/rlpr ac_cv_path_SH=/bin/bash ac_cv_path_SMBCLIENT=/usr/bin/smbclient ac_cv_path_WGET=/usr/local/bin/wget ac_cv_path_XML2_CONFIG=/usr/local/bin/xml2-config ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_gmake_set=yes ac_cv_search_opendir='none required' lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## A2PS='/usr/local/bin/a2ps' CAT='/bin/cat' CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CUPS_ACCEPT='/usr/sbin/accept' CUPS_ADMIN='/usr/sbin/lpadmin' CUPS_BACKENDS='/usr/lib/cups/backend' CUPS_CANCEL='/usr/bin/cancel' CUPS_DISABLE='/usr/bin/disable' CUPS_ENABLE='/usr/bin/enable' CUPS_ETC='/etc/cups' CUPS_FILTERS='/usr/lib/cups/filter' CUPS_LP='/usr/bin/lp' CUPS_LPC='/usr/sbin/lpc' CUPS_LPINFO='/usr/sbin/lpinfo' CUPS_LPMOVE='/usr/sbin/lpmove' CUPS_LPOPTIONS='/usr/bin/lpoptions' CUPS_LPQ='/usr/bin/lpq' CUPS_LPR='/usr/bin/lpr' CUPS_LPRM='/usr/bin/lprm' CUPS_LPSTAT='/usr/bin/lpstat' CUPS_PCONF='/etc/cups/printers.conf' CUPS_PPDS='/usr/share/cups/model' CUPS_REJECT='/usr/sbin/reject' CURL='/usr/local/bin/curl' DEFS='-DPACKAGE_NAME=\"footmatic-db-engine\" -DPACKAGE_TARNAME=\"footmatic-db-engine\" -DPACKAGE_VERSION=\"3.0.2\" -DPACKAGE_STRING=\"footmatic-db-engine\ 3.0.2\" -DPACKAGE_BUGREPORT=\"\" -Dconst= -DHAVE_STRDUP=1 -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 ' DEVFD0='/dev/fd/0' DEVFD3='/dev/fd/3' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' FILEUTIL='/usr/bin/file' FOOMATIC_RIP='/usr/bin/foomatic-rip' GS='/usr/local/bin/gs' GSCHECK='no' GZIP='/usr/bin/gzip' 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='' LIBDIR='/usr/local/share/foomatic/' LIBOBJS='' LIBS='' LIB_CUPS='/usr/local/libexec/cups' LN_S='ln -s' LOCAL_FOOMATIC_RIP='../foomatic-filters/foomatic-rip' LOCAL_LIBDIR='../foomatic-db' LPD_BIN='/usr/sbin/lpd' LPD_LOG='/var/log/lp-errs' LPD_LPC='/usr/sbin/lpc' LPD_LPQ='/usr/bin/lpq' LPD_LPR='/usr/bin/lpr' LPD_LPRM='/usr/bin/lprm' LPD_SPOOL='/var/spool/lpd' LPRNG_CHECKPC='/usr/sbin/checkpc' LPRNG_CONF='/etc/lpd.conf' LTLIBOBJS='' MTINK_PIPES='/var/mtink' NC='/usr/bin/nc' NPRINT='/usr/bin/nprint' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='footmatic-db-engine' PACKAGE_STRING='footmatic-db-engine 3.0.2' PACKAGE_TARNAME='footmatic-db-engine' PACKAGE_VERSION='3.0.2' PATH_SEPARATOR=':' PDQ_CONF='/usr/local/etc/pdq' PDQ_PRINT='/usr/local/bin/pdq' PDQ_PRINTRC='/usr/local/etc/pdq/printrc' PERL='/usr/local/bin/perl' PERLPREFIX='/usr' PERL_INSTALLDIRS='site' PPR_ETC='/etc/ppr' PPR_INTERFACES='/usr/lib/ppr/interfaces' PPR_PPAD='/usr/bin/ppad' PPR_PPDFILES='/usr/share/ppr/PPDFiles' PPR_PPOP='/usr/bin/ppop' PPR_PPR='/usr/bin/ppr' PPR_PPRD='/usr/lib/ppr/bin/pprd' PRINTCAP='/etc/printcap' PRINTF='/usr/local/bin/printf' PTAL_CONNECT='/usr/local/bin/ptal-connect' PTAL_PIPES='/var/run/ptal-printd' RLPR='/usr/local/bin/rlpr' SET_MAKE='' SH='/bin/bash' SHELL='/bin/sh' SMBCLIENT='/usr/bin/smbclient' WGET='/usr/local/bin/wget' XML2_CONFIG='/usr/local/bin/xml2-config' XML_CFLAGS='-I/usr/local/include/libxml2 -I/usr/local/include' XML_CONFIG='' XML_LIBS='-L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm' 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='/usr/local/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_STRDUP 1 #define HAVE_STRSPN 1 #define HAVE_STRSTR 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "footmatic-db-engine" #define PACKAGE_STRING "footmatic-db-engine 3.0.2" #define PACKAGE_TARNAME "footmatic-db-engine" #define PACKAGE_VERSION "3.0.2" #define const configure: exit 0