This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by monit configure 5.0.1, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = XXXXXX uname -m = x86_64 uname -r = 2.6.23.1-42.fc8 uname -s = Linux uname -v = #1 SMP Tue Oct 30 13:18:33 EDT 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /usr/lib64/ccache PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1774: checking for gcc configure:1790: found /usr/lib64/ccache/gcc configure:1801: result: gcc configure:2039: checking for C compiler version configure:2046: gcc --version >&5 gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33) Copyright (C) 2006 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:2049: $? = 0 configure:2056: gcc -v >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20070925 (Red Hat 4.1.2-33) configure:2059: $? = 0 configure:2066: gcc -V >&5 gcc: '-V' option must have argument configure:2069: $? = 1 configure:2092: checking for C compiler default output file name configure:2119: gcc conftest.c >&5 configure:2122: $? = 0 configure:2160: result: a.out configure:2177: checking whether the C compiler works configure:2187: ./a.out configure:2190: $? = 0 configure:2207: result: yes configure:2214: checking whether we are cross compiling configure:2216: result: no configure:2219: checking for suffix of executables configure:2226: gcc -o conftest conftest.c >&5 configure:2229: $? = 0 configure:2253: result: configure:2259: checking for suffix of object files configure:2285: gcc -c conftest.c >&5 configure:2288: $? = 0 configure:2311: result: o configure:2315: checking whether we are using the GNU C compiler configure:2344: gcc -c conftest.c >&5 configure:2350: $? = 0 configure:2367: result: yes configure:2372: checking whether gcc accepts -g configure:2402: gcc -c -g conftest.c >&5 configure:2408: $? = 0 configure:2507: result: yes configure:2524: checking for gcc option to accept ISO C89 configure:2598: gcc -c -g -O2 conftest.c >&5 conftest.c:9:19: error: stdio.h: No such file or directory conftest.c:10:23: error: sys/types.h: No such file or directory conftest.c:11:22: error: sys/stat.h: No such file or directory conftest.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:48: error: expected declaration specifiers or '...' before 'FILE' configure:2604: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2598: gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5 gcc: unrecognized option '-qlanglvl=extc89' conftest.c:9:19: error: stdio.h: No such file or directory conftest.c:10:23: error: sys/types.h: No such file or directory conftest.c:11:22: error: sys/stat.h: No such file or directory conftest.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:48: error: expected declaration specifiers or '...' before 'FILE' configure:2604: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2598: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5 gcc: unrecognized option '-qlanglvl=ansi' conftest.c:9:19: error: stdio.h: No such file or directory conftest.c:10:23: error: sys/types.h: No such file or directory conftest.c:11:22: error: sys/stat.h: No such file or directory conftest.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:48: error: expected declaration specifiers or '...' before 'FILE' configure:2604: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2598: gcc -std -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std" configure:2604: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2598: gcc -Ae -c -g -O2 conftest.c >&5 :1:2: error: missing '(' after predicate conftest.c:9:19: error: stdio.h: No such file or directory conftest.c:10:23: error: sys/types.h: No such file or directory conftest.c:11:22: error: sys/stat.h: No such file or directory conftest.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:48: error: expected declaration specifiers or '...' before 'FILE' configure:2604: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2598: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5 :1:2: error: missing '(' after predicate conftest.c:9:19: error: stdio.h: No such file or directory conftest.c:10:23: error: sys/types.h: No such file or directory conftest.c:11:22: error: sys/stat.h: No such file or directory conftest.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:48: error: expected declaration specifiers or '...' before 'FILE' configure:2604: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2598: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5 gcc: unrecognized option '-Xc' conftest.c:9:19: error: stdio.h: No such file or directory conftest.c:10:23: error: sys/types.h: No such file or directory conftest.c:11:22: error: sys/stat.h: No such file or directory conftest.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:48: error: expected declaration specifiers or '...' before 'FILE' configure:2604: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2630: result: unsupported configure:2651: checking how to run the C preprocessor configure:2691: gcc -E conftest.c In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:11, from conftest.c:9: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory configure:2697: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:2691: gcc -E conftest.c In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:11, from conftest.c:9: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory configure:2697: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:2691: gcc -E -traditional-cpp conftest.c conftest.c:11: error: assert.h: No such file or directory configure:2697: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:2691: gcc -E -traditional-cpp conftest.c conftest.c:11: error: assert.h: No such file or directory configure:2697: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:2691: /lib/cpp conftest.c In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:11, from conftest.c:9: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory configure:2697: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:2691: /lib/cpp conftest.c In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:11, from conftest.c:9: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory configure:2697: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:2767: result: /lib/cpp configure:2796: /lib/cpp conftest.c In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:11, from conftest.c:9: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory configure:2802: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:2796: /lib/cpp conftest.c In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:11, from conftest.c:9: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory configure:2802: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "monit" | #define PACKAGE_TARNAME "monit" | #define PACKAGE_VERSION "5.0.1" | #define PACKAGE_STRING "monit 5.0.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:2864: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= 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_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_objext=o ac_cv_prog_CPP=/lib/cpp ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ARCH='' CC='gcc' CFLAGS='-g -O2' CPP='/lib/cpp' CPPFLAGS='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' EXTERNALS='' GETLOADAVG_LIBS='' GREP='' INSTALL_DATA='' INSTALL_PROGRAM='' INSTALL_SCRIPT='' KMEM_GROUP='' LDFLAGS='' LEX='' LEXLIB='' LEX_OUTPUT_ROOT='' LIBOBJS='' LIBS='' LTLIBOBJS='' NEED_SETGID='' OBJEXT='o' PACKAGE_BUGREPORT='address@hidden' PACKAGE_NAME='monit' PACKAGE_STRING='monit 5.0.1' PACKAGE_TARNAME='monit' PACKAGE_VERSION='5.0.1' PATH_SEPARATOR=':' PROCARCH='' SET_MAKE='' SHELL='/bin/sh' YACC='' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sslincldir='' ssllibdir='' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "monit" #define PACKAGE_TARNAME "monit" #define PACKAGE_VERSION "5.0.1" #define PACKAGE_STRING "monit 5.0.1" #define PACKAGE_BUGREPORT "address@hidden" configure: exit 1