This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 132 tasks, 189 threads, 4 processors Load average: 1.27, Mach factor: 2.72 /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:1337: checking for i386-unknown-gnu-gcc configure:1363: result: cc configure:1645: checking for C compiler version configure:1648: 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:1651: $? = 0 configure:1653: 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:1656: $? = 0 configure:1658: cc -V &5 cc: `-V' option must have argument configure:1661: $? = 1 configure:1684: checking for C compiler default output file name configure:1687: cc -fno-common conftest.c >&5 configure:1690: $? = 0 configure:1736: result: a.out configure:1741: checking whether the C compiler works configure:1747: ./a.out configure:1750: $? = 0 configure:1767: result: yes configure:1774: checking whether we are cross compiling configure:1776: result: no configure:1779: checking for suffix of executables configure:1781: cc -o conftest -fno-common conftest.c >&5 configure:1784: $? = 0 configure:1809: result: configure:1815: checking for suffix of object files configure:1836: cc -c -fno-common conftest.c >&5 configure:1839: $? = 0 configure:1861: result: configure:1865: checking whether we are using the GNU C compiler configure:1889: cc -c -fno-common conftest.c >&5 configure:1895: $? = 0 configure:1899: test -z || test ! -s conftest.err configure:1902: $? = 0 configure:1905: test -s conftest. configure:1908: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1921: result: no configure:1927: checking whether cc accepts -g configure:1948: cc -c -g conftest.c >&5 configure:1954: $? = 0 configure:1958: test -z || test ! -s conftest.err configure:1961: $? = 0 configure:1964: test -s conftest. configure:1967: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1978: result: no configure:1995: checking for cc option to accept ANSI C configure:2065: cc -c -fno-common conftest.c >&5 configure:2071: $? = 0 configure:2075: test -z || test ! -s conftest.err configure:2078: $? = 0 configure:2081: test -s conftest. configure:2084: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* 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:2065: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2071: $? = 0 configure:2075: test -z || test ! -s conftest.err configure:2078: $? = 0 configure:2081: test -s conftest. configure:2084: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* 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:2065: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2071: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* 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:2065: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2071: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* 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:2065: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2071: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* 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:2065: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2071: $? = 0 configure:2075: test -z || test ! -s conftest.err configure:2078: $? = 0 configure:2081: test -s conftest. configure:2084: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* 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:2102: result: none needed configure:2120: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2126: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2259: checking whether make sets $(MAKE) configure:2279: result: yes configure:2292: checking for gawk configure:2308: found /usr/local/bin/gawk configure:2318: result: gawk configure:2330: checking for rm configure:2348: found /usr/local/bin/rm configure:2361: result: /usr/local/bin/rm configure:2370: checking for ar configure:2388: found /usr/bin/ar configure:2401: result: /usr/bin/ar configure:2411: checking for i386-unknown-gnu-ranlib configure:2440: result: no configure:2449: checking for ranlib configure:2465: found /usr/bin/ranlib configure:2476: result: ranlib configure:2541: checking for a BSD-compatible install configure:2596: result: /usr/bin/install -c -o root -g wheel configure:2610: checking whether static linking is possible configure:2631: cc -o conftest -fno-common -static conftest.c >&5 ld: Undefined symbols: __cthread_init_routine _errno _exit _mach_init_routine configure:2637: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | /* end confdefs.h. */ | | int | main () | { | int main() { return 0; } | ; | return 0; | } configure:2659: result: no configure:2661: WARNING: integrit will be built without static linking configure:2800: checking for dirent.h that defines DIR configure:2824: cc -c -fno-common conftest.c >&5 configure:2830: $? = 0 configure:2834: test -z || test ! -s conftest.err configure:2837: $? = 0 configure:2840: test -s conftest. configure:2843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2854: result: no configure:2800: checking for sys/ndir.h that defines DIR configure:2824: cc -c -fno-common conftest.c >&5 conftest.c:13:22: sys/ndir.h: No such file or directory conftest.c: In function `main': conftest.c:18: error: `DIR' undeclared (first use in this function) conftest.c:18: error: (Each undeclared identifier is reported only once conftest.c:18: error: for each function it appears in.) conftest.c:18: error: parse error before ')' token configure:2830: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2854: result: no configure:2800: checking for sys/dir.h that defines DIR configure:2824: cc -c -fno-common conftest.c >&5 configure:2830: $? = 0 configure:2834: test -z || test ! -s conftest.err configure:2837: $? = 0 configure:2840: test -s conftest. configure:2843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2854: result: no configure:2800: checking for ndir.h that defines DIR configure:2824: cc -c -fno-common conftest.c >&5 conftest.c:13:18: ndir.h: No such file or directory conftest.c: In function `main': conftest.c:18: error: `DIR' undeclared (first use in this function) conftest.c:18: error: (Each undeclared identifier is reported only once conftest.c:18: error: for each function it appears in.) conftest.c:18: error: parse error before ')' token configure:2830: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2854: result: no configure:2994: checking for library containing opendir configure:3024: cc -o conftest -fno-common conftest.c >&5 configure:3030: $? = 0 configure:3034: test -z || test ! -s conftest.err configure:3037: $? = 0 configure:3040: test -s conftest configure:3043: $? = 0 configure:3113: result: none required configure:3127: checking how to run the C preprocessor configure:3162: cc -E conftest.c configure:3168: $? = 0 configure:3200: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3206: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* end confdefs.h. */ | #include configure:3245: result: cc -E configure:3269: cc -E conftest.c configure:3275: $? = 0 configure:3307: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3313: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* end confdefs.h. */ | #include configure:3357: checking for egrep configure:3367: result: grep -E configure:3372: checking for ANSI C header files configure:3397: cc -c -fno-common conftest.c >&5 configure:3403: $? = 0 configure:3407: test -z || test ! -s conftest.err configure:3410: $? = 0 configure:3413: test -s conftest. configure:3416: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3525: result: no configure:3535: checking for sys/wait.h that is POSIX.1 compatible configure:3566: cc -c -fno-common conftest.c >&5 configure:3572: $? = 0 configure:3576: test -z || test ! -s conftest.err configure:3579: $? = 0 configure:3582: test -s conftest. configure:3585: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* end confdefs.h. */ | #include | #include | #ifndef WEXITSTATUS | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | #endif | #ifndef WIFEXITED | # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | #endif | | int | main () | { | int s; | wait (&s); | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | ; | return 0; | } configure:3596: result: no configure:3620: checking for sys/types.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3620: checking for sys/stat.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3620: checking for stdlib.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3620: checking for string.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3620: checking for memory.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3620: checking for strings.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3620: checking for inttypes.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3620: checking for stdint.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3620: checking for unistd.h configure:3636: cc -c -fno-common conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest. configure:3655: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3666: result: no configure:3697: checking fcntl.h usability configure:3709: cc -c -fno-common conftest.c >&5 configure:3715: $? = 0 configure:3719: test -z || test ! -s conftest.err configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | /* 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:3738: result: no configure:3742: checking fcntl.h presence configure:3752: cc -E conftest.c configure:3758: $? = 0 configure:3778: result: yes configure:3791: WARNING: fcntl.h: present but cannot be compiled configure:3793: WARNING: fcntl.h: check for missing prerequisite headers? configure:3795: WARNING: fcntl.h: see the Autoconf documentation configure:3797: WARNING: fcntl.h: section "Present But Cannot Be Compiled" configure:3799: WARNING: fcntl.h: proceeding with the preprocessor's result configure:3801: WARNING: fcntl.h: in the future, the compiler will take precedence configure:3813: checking for fcntl.h configure:3820: result: yes configure:3697: checking limits.h usability configure:3709: cc -c -fno-common conftest.c >&5 configure:3715: $? = 0 configure:3719: test -z || test ! -s conftest.err configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_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:3738: result: no configure:3742: checking limits.h presence configure:3752: cc -E conftest.c configure:3758: $? = 0 configure:3778: result: yes configure:3791: WARNING: limits.h: present but cannot be compiled configure:3793: WARNING: limits.h: check for missing prerequisite headers? configure:3795: WARNING: limits.h: see the Autoconf documentation configure:3797: WARNING: limits.h: section "Present But Cannot Be Compiled" configure:3799: WARNING: limits.h: proceeding with the preprocessor's result configure:3801: WARNING: limits.h: in the future, the compiler will take precedence configure:3813: checking for limits.h configure:3820: result: yes configure:3697: checking sys/time.h usability configure:3709: cc -c -fno-common conftest.c >&5 configure:3715: $? = 0 configure:3719: test -z || test ! -s conftest.err configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_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:3738: result: no configure:3742: checking sys/time.h presence configure:3752: cc -E conftest.c configure:3758: $? = 0 configure:3778: result: yes configure:3791: WARNING: sys/time.h: present but cannot be compiled configure:3793: WARNING: sys/time.h: check for missing prerequisite headers? configure:3795: WARNING: sys/time.h: see the Autoconf documentation configure:3797: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:3799: WARNING: sys/time.h: proceeding with the preprocessor's result configure:3801: WARNING: sys/time.h: in the future, the compiler will take precedence configure:3813: checking for sys/time.h configure:3820: result: yes configure:3697: checking syslog.h usability configure:3709: cc -c -fno-common conftest.c >&5 configure:3715: $? = 0 configure:3719: test -z || test ! -s conftest.err configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_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:3738: result: no configure:3742: checking syslog.h presence configure:3752: cc -E conftest.c configure:3758: $? = 0 configure:3778: result: yes configure:3791: WARNING: syslog.h: present but cannot be compiled configure:3793: WARNING: syslog.h: check for missing prerequisite headers? configure:3795: WARNING: syslog.h: see the Autoconf documentation configure:3797: WARNING: syslog.h: section "Present But Cannot Be Compiled" configure:3799: WARNING: syslog.h: proceeding with the preprocessor's result configure:3801: WARNING: syslog.h: in the future, the compiler will take precedence configure:3813: checking for syslog.h configure:3820: result: yes configure:3688: checking for unistd.h configure:3693: result: no configure:3697: checking utime.h usability configure:3709: cc -c -fno-common conftest.c >&5 configure:3715: $? = 0 configure:3719: test -z || test ! -s conftest.err configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_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:3738: result: no configure:3742: checking utime.h presence configure:3752: cc -E conftest.c configure:3758: $? = 0 configure:3778: result: yes configure:3791: WARNING: utime.h: present but cannot be compiled configure:3793: WARNING: utime.h: check for missing prerequisite headers? configure:3795: WARNING: utime.h: see the Autoconf documentation configure:3797: WARNING: utime.h: section "Present But Cannot Be Compiled" configure:3799: WARNING: utime.h: proceeding with the preprocessor's result configure:3801: WARNING: utime.h: in the future, the compiler will take precedence configure:3813: checking for utime.h configure:3820: result: yes configure:3839: checking for stdint.h configure:3844: result: no configure:3839: checking for inttypes.h configure:3844: result: no configure:3985: checking for an ANSI C-conforming const configure:4052: cc -c -fno-common conftest.c >&5 configure:4058: $? = 0 configure:4062: test -z || test ! -s conftest.err configure:4065: $? = 0 configure:4068: test -s conftest. configure:4071: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | /* 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:4082: result: no configure:4092: checking for inline configure:4113: cc -c -fno-common conftest.c >&5 configure:4119: $? = 0 configure:4123: test -z || test ! -s conftest.err configure:4126: $? = 0 configure:4129: test -s conftest. configure:4132: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:4113: cc -c -fno-common conftest.c >&5 configure:4119: $? = 0 configure:4123: test -z || test ! -s conftest.err configure:4126: $? = 0 configure:4129: test -s conftest. configure:4132: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ foo_t foo () {return 0; } | #endif | configure:4113: cc -c -fno-common conftest.c >&5 configure:4119: $? = 0 configure:4123: test -z || test ! -s conftest.err configure:4126: $? = 0 configure:4129: test -s conftest. configure:4132: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline foo_t static_foo () {return 0; } | __inline foo_t foo () {return 0; } | #endif | configure:4144: result: no configure:4163: checking for mode_t configure:4187: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:58: error: `mode_t' undeclared (first use in this function) conftest.c:58: error: (Each undeclared identifier is reported only once conftest.c:58: error: for each function it appears in.) conftest.c:58: error: parse error before ')' token configure:4193: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((mode_t *) 0) | return 0; | if (sizeof (mode_t)) | return 0; | ; | return 0; | } configure:4217: result: no configure:4229: checking for off_t configure:4253: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:59: error: `off_t' undeclared (first use in this function) conftest.c:59: error: (Each undeclared identifier is reported only once conftest.c:59: error: for each function it appears in.) conftest.c:59: error: parse error before ')' token configure:4259: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((off_t *) 0) | return 0; | if (sizeof (off_t)) | return 0; | ; | return 0; | } configure:4283: result: no configure:4295: checking for size_t configure:4319: cc -c -fno-common conftest.c >&5 configure:4325: $? = 0 configure:4329: test -z || test ! -s conftest.err configure:4332: $? = 0 configure:4335: test -s conftest. configure:4338: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:4349: result: no configure:4361: checking for long long configure:4385: cc -c -fno-common conftest.c >&5 configure:4391: $? = 0 configure:4395: test -z || test ! -s conftest.err configure:4398: $? = 0 configure:4401: test -s conftest. configure:4404: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((long long *) 0) | return 0; | if (sizeof (long long)) | return 0; | ; | return 0; | } configure:4415: result: no configure:4425: checking for unsigned long long configure:4449: cc -c -fno-common conftest.c >&5 configure:4455: $? = 0 configure:4459: test -z || test ! -s conftest.err configure:4462: $? = 0 configure:4465: test -s conftest. configure:4468: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((unsigned long long *) 0) | return 0; | if (sizeof (unsigned long long)) | return 0; | ; | return 0; | } configure:4479: result: no configure:4491: checking for __FUNCTION__ symbol configure:4509: cc -c -fno-common conftest.c >&5 configure:4515: $? = 0 configure:4519: test -z || test ! -s conftest.err configure:4522: $? = 0 configure:4525: test -s conftest. configure:4528: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #include | int | main () | { | printf ("%s\n", __FUNCTION__); | ; | return 0; | } configure:4537: result: no configure:4606: checking for special C compiler options needed for large files configure:4641: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:30: warning: left shift count >= width of type conftest.c:30: warning: left shift count >= width of type conftest.c:32: error: size of array `off_t_is_large' is negative configure:4647: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4671: cc -n32 -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 cc: unrecognized option `-n32' conftest.c:30: warning: left shift count >= width of type conftest.c:30: warning: left shift count >= width of type conftest.c:32: error: size of array `off_t_is_large' is negative configure:4677: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4705: result: no configure:4711: checking for _FILE_OFFSET_BITS value needed for large files configure:4742: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:30: warning: left shift count >= width of type conftest.c:30: warning: left shift count >= width of type conftest.c:32: error: size of array `off_t_is_large' is negative configure:4748: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4795: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:31: warning: left shift count >= width of type conftest.c:31: warning: left shift count >= width of type conftest.c:33: error: size of array `off_t_is_large' is negative configure:4801: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #define _FILE_OFFSET_BITS 64 | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4826: result: no configure:4836: checking for _LARGE_FILES value needed for large files configure:4867: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:30: warning: left shift count >= width of type conftest.c:30: warning: left shift count >= width of type conftest.c:32: error: size of array `off_t_is_large' is negative configure:4873: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4920: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:31: warning: left shift count >= width of type conftest.c:31: warning: left shift count >= width of type conftest.c:33: error: size of array `off_t_is_large' is negative configure:4926: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #define _LARGE_FILES 1 | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4951: result: no configure:4970: checking endianess configure:4997: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:5003: $? = 0 configure:5007: test -z || test ! -s conftest.err configure:5010: $? = 0 configure:5013: test -s conftest. configure:5016: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | int | main () | { | | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | bogus endian macros | #endif | ; | return 0; | } configure:5097: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:5100: $? = 0 configure:5102: ./conftest configure:5105: $? = 0 configure:5122: result: little configure:5140: checking for byte typedef configure:5166: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c: In function `main': conftest.c:33: error: `byte' undeclared (first use in this function) conftest.c:33: error: (Each undeclared identifier is reported only once conftest.c:33: error: for each function it appears in.) configure:5172: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | /* end confdefs.h. */ | #define _GNU_SOURCE 1 | #include | #include | int | main () | { | | #undef byte | int a = sizeof(byte); | | ; | return 0; | } configure:5197: result: no configure:5207: checking for ushort typedef configure:5233: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:5239: $? = 0 configure:5243: test -z || test ! -s conftest.err configure:5246: $? = 0 configure:5249: test -s conftest. configure:5252: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | /* end confdefs.h. */ | #define _GNU_SOURCE 1 | #include | #include | int | main () | { | | #undef ushort | int a = sizeof(ushort); | | ; | return 0; | } configure:5264: result: no configure:5274: checking for ulong typedef configure:5300: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c: In function `main': conftest.c:33: error: `ulong' undeclared (first use in this function) conftest.c:33: error: (Each undeclared identifier is reported only once conftest.c:33: error: for each function it appears in.) configure:5306: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | /* end confdefs.h. */ | #define _GNU_SOURCE 1 | #include | #include | int | main () | { | | #undef ulong | int a = sizeof(ulong); | | ; | return 0; | } configure:5331: result: no configure:5341: checking for u16 typedef configure:5367: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c: In function `main': conftest.c:33: error: `u16' undeclared (first use in this function) conftest.c:33: error: (Each undeclared identifier is reported only once conftest.c:33: error: for each function it appears in.) configure:5373: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | /* end confdefs.h. */ | #define _GNU_SOURCE 1 | #include | #include | int | main () | { | | #undef u16 | int a = sizeof(u16); | | ; | return 0; | } configure:5398: result: no configure:5408: checking for u32 typedef configure:5434: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c: In function `main': conftest.c:33: error: `u32' undeclared (first use in this function) conftest.c:33: error: (Each undeclared identifier is reported only once conftest.c:33: error: for each function it appears in.) configure:5440: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | /* end confdefs.h. */ | #define _GNU_SOURCE 1 | #include | #include | int | main () | { | | #undef u32 | int a = sizeof(u32); | | ; | return 0; | } configure:5465: result: no configure:5476: checking for unsigned short configure:5500: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:5506: $? = 0 configure:5510: test -z || test ! -s conftest.err configure:5513: $? = 0 configure:5516: test -s conftest. configure:5519: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((unsigned short *) 0) | return 0; | if (sizeof (unsigned short)) | return 0; | ; | return 0; | } configure:5530: result: no configure:5533: checking size of unsigned short configure:5883: result: 0 configure:5890: checking for unsigned int configure:5914: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:5920: $? = 0 configure:5924: test -z || test ! -s conftest.err configure:5927: $? = 0 configure:5930: test -s conftest. configure:5933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((unsigned int *) 0) | return 0; | if (sizeof (unsigned int)) | return 0; | ; | return 0; | } configure:5944: result: no configure:5947: checking size of unsigned int configure:6297: result: 0 configure:6304: checking for unsigned long configure:6328: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:6334: $? = 0 configure:6338: test -z || test ! -s conftest.err configure:6341: $? = 0 configure:6344: test -s conftest. configure:6347: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | #define SIZEOF_UNSIGNED_INT 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((unsigned long *) 0) | return 0; | if (sizeof (unsigned long)) | return 0; | ; | return 0; | } configure:6358: result: no configure:6361: checking size of unsigned long configure:6711: result: 0 configure:6718: checking for long long configure:6772: result: no configure:6775: checking size of long long configure:7125: result: 0 configure:7132: checking for unsigned long long configure:7186: result: no configure:7189: checking size of unsigned long long configure:7539: result: 0 configure:7604: WARNING: Hmmm, something is wrong with the sizes - using defaults configure:7608: checking for stdint.h configure:7613: result: no configure:7752: checking for inttypes.h configure:7757: result: no configure:7907: checking for working memcmp configure:7955: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:58:19: #if with no expression configure:7958: $? = 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 PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | #define SIZEOF_UNSIGNED_INT 0 | #define SIZEOF_UNSIGNED_LONG 0 | #define SIZEOF_LONG_LONG 0 | #define SIZEOF_UNSIGNED_LONG_LONG 0 | #define HAVE_STDINT_H | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | | /* Some versions of memcmp are not 8-bit clean. */ | char c0 = 0x40, c1 = 0x80, c2 = 0x81; | if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) | exit (1); | | /* The Next x86 OpenStep bug shows up only when comparing 16 bytes | or more and with at least one buffer not starting on a 4-byte boundary. | William Lewis provided this test program. */ | { | char foo[21]; | char bar[21]; | int i; | for (i = 0; i < 4; i++) | { | char *a = foo + i; | char *b = bar + i; | strcpy (a, "--------01111111"); | strcpy (b, "--------10000000"); | if (memcmp (a, b, 16) >= 0) | exit (1); | } | exit (0); | } | | ; | return 0; | } configure:7977: result: no configure:7994: checking for stdlib.h configure:7999: result: no configure:7994: checking for unistd.h configure:7999: result: no configure:8143: checking for getpagesize configure:8200: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:8206: $? = 0 configure:8210: test -z || test ! -s conftest.err configure:8213: $? = 0 configure:8216: test -s conftest configure:8219: $? = 0 configure:8231: result: yes configure:8241: checking for working mmap configure:8383: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:59:19: #if with no expression configure:8386: $? = 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 PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | #define SIZEOF_UNSIGNED_INT 0 | #define SIZEOF_UNSIGNED_LONG 0 | #define SIZEOF_LONG_LONG 0 | #define SIZEOF_UNSIGNED_LONG_LONG 0 | #define HAVE_STDINT_H | #define HAVE_GETPAGESIZE 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 | /* malloc might have been renamed as rpl_malloc. */ | #undef malloc | | /* Thanks to Mike Haertel and Jim Avera for this test. | Here is a matrix of mmap possibilities: | mmap private not fixed | mmap private fixed at somewhere currently unmapped | mmap private fixed at somewhere already mapped | mmap shared not fixed | mmap shared fixed at somewhere currently unmapped | mmap shared fixed at somewhere already mapped | For private mappings, we should verify that changes cannot be read() | back from the file, nor mmap's back from the file at a different | address. (There have been systems where private was not correctly | implemented like the infamous i386 svr4.0, and systems where the | VM page cache was not coherent with the file system buffer cache | like early versions of FreeBSD and possibly contemporary NetBSD.) | For shared mappings, we should conversely verify that changes get | propagated back to all the places they're supposed to be. | | Grep wants private fixed already mapped. | The main things grep needs to know about mmap are: | * does it exist and is it safe to write into the mmap'd area | * how to use it (BSD variants) */ | | #include | #include | | #if !STDC_HEADERS && !HAVE_STDLIB_H | char *malloc (); | #endif | | /* This mess was copied from the GNU getpagesize.h. */ | #if !HAVE_GETPAGESIZE | /* Assume that all systems that can run configure have sys/param.h. */ | # if !HAVE_SYS_PARAM_H | # define HAVE_SYS_PARAM_H 1 | # endif | | # ifdef _SC_PAGESIZE | # define getpagesize() sysconf(_SC_PAGESIZE) | # else /* no _SC_PAGESIZE */ | # if HAVE_SYS_PARAM_H | # include | # ifdef EXEC_PAGESIZE | # define getpagesize() EXEC_PAGESIZE | # else /* no EXEC_PAGESIZE */ | # ifdef NBPG | # define getpagesize() NBPG * CLSIZE | # ifndef CLSIZE | # define CLSIZE 1 | # endif /* no CLSIZE */ | # else /* no NBPG */ | # ifdef NBPC | # define getpagesize() NBPC | # else /* no NBPC */ | # ifdef PAGESIZE | # define getpagesize() PAGESIZE | # endif /* PAGESIZE */ | # endif /* no NBPC */ | # endif /* no NBPG */ | # endif /* no EXEC_PAGESIZE */ | # else /* no HAVE_SYS_PARAM_H */ | # define getpagesize() 8192 /* punt totally */ | # endif /* no HAVE_SYS_PARAM_H */ | # endif /* no _SC_PAGESIZE */ | | #endif /* no HAVE_GETPAGESIZE */ | | int | main () | { | char *data, *data2, *data3; | int i, pagesize; | int fd; | | pagesize = getpagesize (); | | /* First, make a file with some known garbage in it. */ | data = (char *) malloc (pagesize); | if (!data) | exit (1); | for (i = 0; i < pagesize; ++i) | *(data + i) = rand (); | umask (0); | fd = creat ("conftest.mmap", 0600); | if (fd < 0) | exit (1); | if (write (fd, data, pagesize) != pagesize) | exit (1); | close (fd); | | /* Next, try to mmap the file at a fixed address which already has | something else allocated at it. If we can, also make sure that | we see the same garbage. */ | fd = open ("conftest.mmap", O_RDWR); | if (fd < 0) | exit (1); | data2 = (char *) malloc (2 * pagesize); | if (!data2) | exit (1); | data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1); | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | MAP_PRIVATE | MAP_FIXED, fd, 0L)) | exit (1); | for (i = 0; i < pagesize; ++i) | if (*(data + i) != *(data2 + i)) | exit (1); | | /* Finally, make sure that changes to the mapped area do not | percolate back to the file as seen by read(). (This is a bug on | some variants of i386 svr4.0.) */ | for (i = 0; i < pagesize; ++i) | *(data2 + i) = *(data2 + i) + 1; | data3 = (char *) malloc (pagesize); | if (!data3) | exit (1); | if (read (fd, data3, pagesize) != pagesize) | exit (1); | for (i = 0; i < pagesize; ++i) | if (*(data + i) != *(data3 + i)) | exit (1); | close (fd); | exit (0); | } configure:8405: result: no configure:8416: checking whether lstat dereferences a symlink specified with a trailing slash configure:8447: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:59:19: #if with no expression conftest.c: In function `main': conftest.c:69: error: storage size of `sbuf' isn't known configure:8450: $? = 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 PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | #define SIZEOF_UNSIGNED_INT 0 | #define SIZEOF_UNSIGNED_LONG 0 | #define SIZEOF_LONG_LONG 0 | #define SIZEOF_UNSIGNED_LONG_LONG 0 | #define HAVE_STDINT_H | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | struct stat sbuf; | /* Linux will dereference the symlink and fail. | That is better in the sense that it means we will not | have to compile and use the lstat wrapper. */ | exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1); | ; | return 0; | } configure:8476: result: no configure:8497: checking whether lstat accepts an empty string configure:8522: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:59:19: #if with no expression conftest.c: In function `main': conftest.c:69: error: storage size of `sbuf' isn't known configure:8525: $? = 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 PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | #define SIZEOF_UNSIGNED_INT 0 | #define SIZEOF_UNSIGNED_LONG 0 | #define SIZEOF_LONG_LONG 0 | #define SIZEOF_UNSIGNED_LONG_LONG 0 | #define HAVE_STDINT_H | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | struct stat sbuf; | exit (lstat ("", &sbuf) ? 1 : 0); | ; | return 0; | } configure:8544: result: no configure:8567: checking for stdlib.h configure:8572: result: no configure:8712: checking for GNU libc compatible malloc configure:8741: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:8744: $? = 0 configure:8746: ./conftest configure:8749: $? = 0 configure:8763: result: yes configure:8797: checking for strftime configure:8854: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:8860: $? = 0 configure:8864: test -z || test ! -s conftest.err configure:8867: $? = 0 configure:8870: test -s conftest configure:8873: $? = 0 configure:8885: result: yes configure:8969: checking return type of signal handlers configure:9000: cc -c -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:9006: $? = 0 configure:9010: test -z || test ! -s conftest.err configure:9013: $? = 0 configure:9016: test -s conftest. configure:9019: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | #define SIZEOF_UNSIGNED_INT 0 | #define SIZEOF_UNSIGNED_LONG 0 | #define SIZEOF_LONG_LONG 0 | #define SIZEOF_UNSIGNED_LONG_LONG 0 | #define HAVE_STDINT_H | #define HAVE_GETPAGESIZE 1 | #define HAVE_MALLOC 1 | #define HAVE_STRFTIME 1 | /* end confdefs.h. */ | #include | #include | #ifdef signal | # undef signal | #endif | #ifdef __cplusplus | extern "C" void (*signal (int, void (*)(int)))(int); | #else | void (*signal ()) (); | #endif | | int | main () | { | int i; | ; | return 0; | } configure:9030: result: int configure:9038: checking whether utime accepts a null argument configure:9069: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:62:19: #if with no expression conftest.c: In function `main': conftest.c:72: error: storage size of `s' isn't known conftest.c:72: error: storage size of `t' isn't known configure:9072: $? = 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 PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | #define SIZEOF_UNSIGNED_INT 0 | #define SIZEOF_UNSIGNED_LONG 0 | #define SIZEOF_LONG_LONG 0 | #define SIZEOF_UNSIGNED_LONG_LONG 0 | #define HAVE_STDINT_H | #define HAVE_GETPAGESIZE 1 | #define HAVE_MALLOC 1 | #define HAVE_STRFTIME 1 | #define RETSIGTYPE int | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | struct stat s, t; | exit (!(stat ("conftest.data", &s) == 0 | && utime ("conftest.data", (long *)0) == 0 | && stat ("conftest.data", &t) == 0 | && t.st_mtime >= s.st_mtime | && t.st_mtime - s.st_mtime < 120)); | ; | return 0; | } configure:9092: result: no configure:9107: checking for vprintf configure:9164: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:59: warning: conflicting types for built-in function `vprintf' configure:9170: $? = 0 configure:9174: test -z || test ! -s conftest.err configure:9177: $? = 0 configure:9180: test -s conftest configure:9183: $? = 0 configure:9195: result: yes configure:9202: checking for _doprnt configure:9259: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 ld: Undefined symbols: __doprnt configure:9265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PROGNAME "integrit" | #define INTEGRIT_VERSION "4.0" | #define CDB_MMAP_MAX 10485760 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTIME_H 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define mode_t int | #define off_t long | #define size_t unsigned | #define LITTLE_ENDIAN_HOST 1 | #define SIZEOF_UNSIGNED_SHORT 0 | #define SIZEOF_UNSIGNED_INT 0 | #define SIZEOF_UNSIGNED_LONG 0 | #define SIZEOF_LONG_LONG 0 | #define SIZEOF_UNSIGNED_LONG_LONG 0 | #define HAVE_STDINT_H | #define HAVE_GETPAGESIZE 1 | #define HAVE_MALLOC 1 | #define HAVE_STRFTIME 1 | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* 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__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:9290: result: no configure:9308: checking for mkdir configure:9365: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:9371: $? = 0 configure:9375: test -z || test ! -s conftest.err configure:9378: $? = 0 configure:9381: test -s conftest configure:9384: $? = 0 configure:9396: result: yes configure:9406: checking for strerror configure:9463: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:9469: $? = 0 configure:9473: test -z || test ! -s conftest.err configure:9476: $? = 0 configure:9479: test -s conftest configure:9482: $? = 0 configure:9494: result: yes configure:9508: checking for strstr configure:9565: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:61: warning: conflicting types for built-in function `strstr' configure:9571: $? = 0 configure:9575: test -z || test ! -s conftest.err configure:9578: $? = 0 configure:9581: test -s conftest configure:9584: $? = 0 configure:9596: result: yes configure:9622: checking for memmove configure:9679: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:9685: $? = 0 configure:9689: test -z || test ! -s conftest.err configure:9692: $? = 0 configure:9695: test -s conftest configure:9698: $? = 0 configure:9710: result: yes configure:9622: checking for memset configure:9679: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:62: warning: conflicting types for built-in function `memset' configure:9685: $? = 0 configure:9689: test -z || test ! -s conftest.err configure:9692: $? = 0 configure:9695: test -s conftest configure:9698: $? = 0 configure:9710: result: yes configure:9622: checking for munmap configure:9679: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:9685: $? = 0 configure:9689: test -z || test ! -s conftest.err configure:9692: $? = 0 configure:9695: test -s conftest configure:9698: $? = 0 configure:9710: result: yes configure:9622: checking for strchr configure:9679: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:64: warning: conflicting types for built-in function `strchr' configure:9685: $? = 0 configure:9689: test -z || test ! -s conftest.err configure:9692: $? = 0 configure:9695: test -s conftest configure:9698: $? = 0 configure:9710: result: yes configure:9622: checking for strerror configure:9710: result: yes configure:9622: checking for strrchr configure:9679: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:66: warning: conflicting types for built-in function `strrchr' configure:9685: $? = 0 configure:9689: test -z || test ! -s conftest.err configure:9692: $? = 0 configure:9695: test -s conftest configure:9698: $? = 0 configure:9710: result: yes configure:9622: checking for strspn configure:9679: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 conftest.c:67: warning: conflicting types for built-in function `strspn' configure:9685: $? = 0 configure:9689: test -z || test ! -s conftest.err configure:9692: $? = 0 configure:9695: test -s conftest configure:9698: $? = 0 configure:9710: result: yes configure:9622: checking for strstr configure:9710: result: yes configure:9622: checking for utime configure:9679: cc -o conftest -fno-common -D__FUNCTION__=__FILE__ conftest.c >&5 configure:9685: $? = 0 configure:9689: test -z || test ! -s conftest.err configure:9692: $? = 0 configure:9695: test -s conftest configure:9698: $? = 0 configure:9710: result: yes configure:9866: 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:670: creating Makefile config.status:670: creating utils/Makefile config.status:670: creating doc/Makefile config.status:670: creating doc/integrit.1 config.status:670: creating doc/i-viewdb.1 config.status:670: creating doc/i-ls.1 config.status:670: creating doc/integrit.texi config.status:774: creating config.h configure:10954: configuring in hashtbl configure:11071: running /bin/sh './configure' --prefix= '--prefix=/usr/local' 'i386-unknown-gnu' 'CC=cc' 'CFLAGS=-fno-common' 'build_alias=i386-unknown-gnu' 'host_alias=i386-unknown-gnu' 'target_alias=i386-unknown-gnu' --cache-file=/dev/null --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_c_inline=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__doprnt=no ac_cv_func_getpagesize=yes ac_cv_func_lstat_dereferences_slashed_symlink=no ac_cv_func_lstat_empty_string_bug=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memcmp_working=no ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_mmap_fixed_mapped=no ac_cv_func_munmap=yes ac_cv_func_strchr=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strrchr=yes ac_cv_func_strspn=yes ac_cv_func_strstr=yes ac_cv_func_utime=yes ac_cv_func_utime_null=no ac_cv_func_vprintf=yes 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_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes 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_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_wait_h=no ac_cv_header_syslog_h=yes ac_cv_header_unistd_h=no ac_cv_header_utime_h=yes ac_cv_objext= ac_cv_path_AR=/usr/bin/ar ac_cv_path_RM=/usr/local/bin/rm ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_long_long=0 ac_cv_sizeof_unsigned_int=0 ac_cv_sizeof_unsigned_long=0 ac_cv_sizeof_unsigned_long_long=0 ac_cv_sizeof_unsigned_short=0 ac_cv_sys_file_offset_bits=no ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_type_long_long=no ac_cv_type_mode_t=no ac_cv_type_off_t=no ac_cv_type_signal=int ac_cv_type_size_t=no ac_cv_type_unsigned_int=no ac_cv_type_unsigned_long=no ac_cv_type_unsigned_long_long=no ac_cv_type_unsigned_short=no gnupg_cv_c_endian=little gnupg_cv_typedef_byte=no gnupg_cv_typedef_u16=no gnupg_cv_typedef_u32=no gnupg_cv_typedef_ulong=no gnupg_cv_typedef_ushort=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/ar' AWK='gawk' CC='cc' CFLAGS='-fno-common -D__FUNCTION__=__FILE__' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXTRA_DEFS='' ILIBOBJ='elcerror.o cdb_seq.o hexprint.o xstradd.o show.o rmd160.o istat.o' 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' INTEGRIT_VERSION='4.0' LDFLAGS='' LIBOBJS=' memcmp.$U. lstat.$U.' LIBS='' LTLIBOBJS=' memcmp.$U.lo lstat.$U.lo' OBJ='main.o options.o xml.o eachfile.o rules.o checkset.o missing.o xstrdup.o cdb_put.o cdb_get.o elcwft.o cdb.o cdb_make.o cdb_hash.o' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RM='/usr/local/bin/rm' SET_MAKE='' SHELL='/bin/sh' STATIC='' STRIP='-s' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' inc_dir='' includedir='${prefix}/include' infodir='${prefix}/info' lib_dir='' 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' subdirs=' hashtbl' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CDB_MMAP_MAX 10485760 #define HAVE_FCNTL_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_MUNMAP 1 #define HAVE_STDINT_H #define HAVE_STRCHR 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRRCHR 1 #define HAVE_STRSPN 1 #define HAVE_STRSTR 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UTIME 1 #define HAVE_UTIME_H 1 #define HAVE_VPRINTF 1 #define INTEGRIT_VERSION "4.0" #define LITTLE_ENDIAN_HOST 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PROGNAME "integrit" #define RETSIGTYPE int #define SIZEOF_LONG_LONG 0 #define SIZEOF_UNSIGNED_INT 0 #define SIZEOF_UNSIGNED_LONG 0 #define SIZEOF_UNSIGNED_LONG_LONG 0 #define SIZEOF_UNSIGNED_SHORT 0 #define const #define inline #define mode_t int #define off_t long #define size_t unsigned #endif #ifndef __cplusplus configure: exit 0