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.61. Invocation command line was $ ./configure --prefix=/usr/local ## --------- ## ## 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 /usr/bin/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: 69 tasks, 123 threads, 4 processors Load average: 0.66, Mach factor: 3.33 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/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:1862: checking for a BSD-compatible install configure:1918: result: /usr/local/bin/ginstall -c configure:1929: checking whether build environment is sane configure:1972: result: yes configure:2037: checking for gawk configure:2053: found /usr/local/bin/gawk configure:2064: result: gawk configure:2075: checking whether make sets $(MAKE) configure:2096: result: yes configure:2292: checking build system type configure:2310: result: i386-apple-darwin8.0.1 configure:2332: checking host system type configure:2347: result: i386-apple-darwin8.0.1 configure:2370: checking for prefix configure:2377: result: configure:2428: checking for gcc configure:2444: found /usr/bin/gcc configure:2455: result: gcc configure:2693: checking for C compiler version configure:2700: gcc --version >&5 gcc (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:2703: $? = 0 configure:2710: gcc -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:2713: $? = 0 configure:2720: gcc -V >&5 gcc: `-V' option must have argument configure:2723: $? = 1 configure:2746: checking for C compiler default output file name configure:2773: gcc conftest.c >&5 configure:2776: $? = 0 configure:2814: result: a.out configure:2831: checking whether the C compiler works configure:2841: ./a.out configure:2844: $? = 0 configure:2861: result: yes configure:2868: checking whether we are cross compiling configure:2870: result: no configure:2873: checking for suffix of executables configure:2880: gcc -o conftest conftest.c >&5 configure:2883: $? = 0 configure:2907: result: configure:2913: checking for suffix of object files configure:2939: gcc -c conftest.c >&5 configure:2942: $? = 0 configure:2965: result: configure:2969: checking whether we are using the GNU C compiler configure:2998: gcc -c conftest.c >&5 configure:3004: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3021: result: no configure:3026: checking whether gcc accepts -g configure:3056: gcc -c -g conftest.c >&5 configure:3062: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3094: gcc -c conftest.c >&5 configure:3100: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3133: gcc -c -g conftest.c >&5 configure:3139: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3161: result: no configure:3178: checking for gcc option to accept ISO C89 configure:3252: gcc -c conftest.c >&5 configure:3258: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:3252: gcc -qlanglvl=extc89 -c conftest.c >&5 gcc: unrecognized option `-qlanglvl=extc89' configure:3258: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:3252: gcc -qlanglvl=ansi -c conftest.c >&5 gcc: unrecognized option `-qlanglvl=ansi' configure:3258: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:3252: gcc -std -c conftest.c >&5 cc1: error: unrecognized option `-std' configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:3252: gcc -Ae -c conftest.c >&5 :6:2: missing '(' after predicate configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:3252: gcc -Aa -D_HPUX_SOURCE -c conftest.c >&5 :6:2: missing '(' after predicate configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:3252: gcc -Xc -D__EXTENSIONS__ -c conftest.c >&5 gcc: unrecognized option `-Xc' configure:3258: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:3284: result: unsupported configure:3310: checking for style of include used by make configure:3338: result: GNU configure:3366: checking dependency style of gcc configure:3456: result: gcc3 configure:3474: checking for library containing strerror configure:3515: gcc -o conftest conftest.c >&5 configure:3521: $? = 0 configure:3549: result: none required configure:3557: checking for function prototypes configure:3573: result: no configure:3582: checking how to run the C preprocessor configure:3622: gcc -E conftest.c configure:3628: $? = 0 configure:3659: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3665: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include configure:3698: result: gcc -E configure:3727: gcc -E conftest.c configure:3733: $? = 0 configure:3764: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3770: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include configure:3808: checking for grep that handles long lines and -e configure:3882: result: /usr/bin/grep configure:3887: checking for egrep configure:3965: result: /usr/bin/grep -E configure:3970: checking for ANSI C header files configure:4000: gcc -c conftest.c >&5 configure:4006: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4131: result: no configure:4155: checking for sys/types.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4155: checking for sys/stat.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4155: checking for stdlib.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4155: checking for string.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4155: checking for memory.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4155: checking for strings.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4155: checking for inttypes.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4155: checking for stdint.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4155: checking for unistd.h configure:4176: gcc -c conftest.c >&5 configure:4182: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4198: result: no configure:4223: checking for string.h configure:4229: result: no configure:4369: checking how to run the C preprocessor configure:4485: result: gcc -E configure:4514: gcc -E conftest.c configure:4520: $? = 0 configure:4551: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4557: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* end confdefs.h. */ | #include configure:4594: checking whether make sets $(MAKE) configure:4615: result: yes configure:4637: checking for a BSD-compatible install configure:4693: result: /usr/local/bin/ginstall -c configure:4747: checking for ranlib configure:4763: found /usr/bin/ranlib configure:4774: result: ranlib configure:4843: checking for ar configure:4859: found /usr/bin/ar configure:4870: result: ar configure:4897: checking for inline configure:4923: gcc -c conftest.c >&5 configure:4929: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:4923: gcc -c conftest.c >&5 configure:4929: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:4923: gcc -c conftest.c >&5 configure:4929: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | /* 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:4947: result: no configure:4966: checking for an ANSI C-conforming const configure:5041: gcc -c conftest.c >&5 configure:5047: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | /* 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 cs; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *pcpcc; | char **ppc; | /* 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"; | pcpcc = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++pcpcc; | ppc = (char**) pcpcc; | pcpcc = (char const *const *) ppc; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | if (s) return 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; | if (!foo) return 0; | } | return !cs[0] && !zero.x; | #endif | | ; | return 0; | } configure:5062: result: no configure:5075: checking for dbx configure:5106: result: no configure:5116: checking for gdb configure:5134: found /usr/bin/gdb configure:5147: result: /usr/bin/gdb configure:5157: checking for sdb configure:5188: result: no configure:5212: checking for sendmail configure:5244: result: /usr/sbin/sendmail configure:5317: checking for ispell configure:5335: found /usr/local/bin/ispell configure:5348: result: /usr/local/bin/ispell configure:5627: checking for initscr configure:5683: gcc -o conftest conftest.c >&5 ld: Undefined symbols: _initscr configure:5689: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | /* end confdefs.h. */ | /* Define initscr to an innocuous variant, in case declares initscr. | For example, HP-UX 11i declares gettimeofday. */ | #define initscr innocuous_initscr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char initscr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef initscr | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char initscr (); | /* 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_initscr || defined __stub___initscr | choke me | #endif | | int | main () | { | return initscr (); | ; | return 0; | } configure:5706: result: no configure:5716: checking for waddnwstr in -lncurses configure:5751: gcc -o conftest conftest.c -lncurses >&5 configure:5757: $? = 0 configure:5776: result: yes configure:5784: checking for initscr in -lncurses configure:5819: gcc -o conftest conftest.c -lncurses >&5 configure:5825: $? = 0 configure:5844: result: yes configure:6009: checking ncurses.h usability configure:6026: gcc -c conftest.c >&5 conftest.c:51:21: ncurses.h: No such file or directory configure:6032: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6046: result: no configure:6050: checking ncurses.h presence configure:6065: gcc -E conftest.c conftest.c:18:21: ncurses.h: No such file or directory configure:6071: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | /* end confdefs.h. */ | #include configure:6085: result: no configure:6113: checking for ncurses.h configure:6121: result: no configure:6850: checking for start_color declaration configure:6878: gcc -c conftest.c >&5 conftest.c:18:20: curses.h: No such file or directory configure:6884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | /* end confdefs.h. */ | #include | int | main () | { | #ifndef start_color | extern int start_color(); | #endif | ; | return 0; | } configure:6947: result: yes configure:6850: checking for typeahead declaration configure:6878: gcc -c conftest.c >&5 conftest.c:19:20: curses.h: No such file or directory configure:6884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | /* end confdefs.h. */ | #include | int | main () | { | #ifndef typeahead | extern int typeahead(); | #endif | ; | return 0; | } configure:6947: result: yes configure:6850: checking for bkgdset declaration configure:6878: gcc -c conftest.c >&5 conftest.c:20:20: curses.h: No such file or directory configure:6884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | /* end confdefs.h. */ | #include | int | main () | { | #ifndef bkgdset | extern int bkgdset(); | #endif | ; | return 0; | } configure:6947: result: yes configure:6850: checking for curs_set declaration configure:6878: gcc -c conftest.c >&5 conftest.c:21:20: curses.h: No such file or directory configure:6884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | /* end confdefs.h. */ | #include | int | main () | { | #ifndef curs_set | extern int curs_set(); | #endif | ; | return 0; | } configure:6947: result: yes configure:6850: checking for meta declaration configure:6878: gcc -c conftest.c >&5 conftest.c:22:20: curses.h: No such file or directory configure:6884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | /* end confdefs.h. */ | #include | int | main () | { | #ifndef meta | extern int meta(); | #endif | ; | return 0; | } configure:6947: result: yes configure:6850: checking for use_default_colors declaration configure:6878: gcc -c conftest.c >&5 conftest.c:23:20: curses.h: No such file or directory configure:6884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | /* end confdefs.h. */ | #include | int | main () | { | #ifndef use_default_colors | extern int use_default_colors(); | #endif | ; | return 0; | } configure:6947: result: yes configure:6850: checking for resizeterm declaration configure:6878: gcc -c conftest.c >&5 conftest.c:24:20: curses.h: No such file or directory configure:6884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | /* end confdefs.h. */ | #include | int | main () | { | #ifndef resizeterm | extern int resizeterm(); | #endif | ; | return 0; | } configure:6947: result: yes configure:6978: checking for ANSI C header files configure:7139: result: no configure:7168: checking stdarg.h usability configure:7185: gcc -c conftest.c >&5 configure:7191: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7209: checking stdarg.h presence configure:7224: gcc -E conftest.c configure:7230: $? = 0 configure:7244: result: yes configure:7257: WARNING: stdarg.h: present but cannot be compiled configure:7259: WARNING: stdarg.h: check for missing prerequisite headers? configure:7261: WARNING: stdarg.h: see the Autoconf documentation configure:7263: WARNING: stdarg.h: section "Present But Cannot Be Compiled" configure:7265: WARNING: stdarg.h: proceeding with the preprocessor's result configure:7267: WARNING: stdarg.h: in the future, the compiler will take precedence configure:7272: checking for stdarg.h configure:7280: result: yes configure:7168: checking sys/ioctl.h usability configure:7185: gcc -c conftest.c >&5 configure:7191: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7209: checking sys/ioctl.h presence configure:7224: gcc -E conftest.c configure:7230: $? = 0 configure:7244: result: yes configure:7257: WARNING: sys/ioctl.h: present but cannot be compiled configure:7259: WARNING: sys/ioctl.h: check for missing prerequisite headers? configure:7261: WARNING: sys/ioctl.h: see the Autoconf documentation configure:7263: WARNING: sys/ioctl.h: section "Present But Cannot Be Compiled" configure:7265: WARNING: sys/ioctl.h: proceeding with the preprocessor's result configure:7267: WARNING: sys/ioctl.h: in the future, the compiler will take precedence configure:7272: checking for sys/ioctl.h configure:7280: result: yes configure:7168: checking ioctl.h usability configure:7185: gcc -c conftest.c >&5 conftest.c:61:19: ioctl.h: No such file or directory configure:7191: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7209: checking ioctl.h presence configure:7224: gcc -E conftest.c conftest.c:28:19: ioctl.h: No such file or directory configure:7230: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include configure:7244: result: no configure:7272: checking for ioctl.h configure:7280: result: no configure:7168: checking sysexits.h usability configure:7185: gcc -c conftest.c >&5 configure:7191: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7209: checking sysexits.h presence configure:7224: gcc -E conftest.c configure:7230: $? = 0 configure:7244: result: yes configure:7257: WARNING: sysexits.h: present but cannot be compiled configure:7259: WARNING: sysexits.h: check for missing prerequisite headers? configure:7261: WARNING: sysexits.h: see the Autoconf documentation configure:7263: WARNING: sysexits.h: section "Present But Cannot Be Compiled" configure:7265: WARNING: sysexits.h: proceeding with the preprocessor's result configure:7267: WARNING: sysexits.h: in the future, the compiler will take precedence configure:7272: checking for sysexits.h configure:7280: result: yes configure:7309: checking sys/time.h usability configure:7326: gcc -c conftest.c >&5 configure:7332: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7346: result: no configure:7350: checking sys/time.h presence configure:7365: gcc -E conftest.c configure:7371: $? = 0 configure:7385: result: yes configure:7398: WARNING: sys/time.h: present but cannot be compiled configure:7400: WARNING: sys/time.h: check for missing prerequisite headers? configure:7402: WARNING: sys/time.h: see the Autoconf documentation configure:7404: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:7406: WARNING: sys/time.h: proceeding with the preprocessor's result configure:7408: WARNING: sys/time.h: in the future, the compiler will take precedence configure:7413: checking for sys/time.h configure:7421: result: yes configure:7309: checking sys/resource.h usability configure:7326: gcc -c conftest.c >&5 configure:7332: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7346: result: no configure:7350: checking sys/resource.h presence configure:7365: gcc -E conftest.c configure:7371: $? = 0 configure:7385: result: yes configure:7398: WARNING: sys/resource.h: present but cannot be compiled configure:7400: WARNING: sys/resource.h: check for missing prerequisite headers? configure:7402: WARNING: sys/resource.h: see the Autoconf documentation configure:7404: WARNING: sys/resource.h: section "Present But Cannot Be Compiled" configure:7406: WARNING: sys/resource.h: proceeding with the preprocessor's result configure:7408: WARNING: sys/resource.h: in the future, the compiler will take precedence configure:7413: checking for sys/resource.h configure:7421: result: yes configure:7449: checking unix.h usability configure:7466: gcc -c conftest.c >&5 conftest.c:64:18: unix.h: No such file or directory configure:7472: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7486: result: no configure:7490: checking unix.h presence configure:7505: gcc -E conftest.c conftest.c:31:18: unix.h: No such file or directory configure:7511: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | /* end confdefs.h. */ | #include configure:7525: result: no configure:7553: checking for unix.h configure:7561: result: no configure:7580: checking for setrlimit configure:7636: gcc -o conftest conftest.c >&5 configure:7642: $? = 0 configure:7660: result: yes configure:7580: checking for getsid configure:7636: gcc -o conftest conftest.c >&5 configure:7642: $? = 0 configure:7660: result: yes configure:7671: checking return type of signal handlers configure:7699: gcc -c conftest.c >&5 conftest.c: In function `main': conftest.c:39: error: void value not ignored as it ought to be configure:7705: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:7720: result: void configure:7729: checking for sig_atomic_t in signal.h configure:7763: result: yes, non volatile configure:7855: checking whether sys_siglist is declared configure:7890: gcc -c conftest.c >&5 configure:7896: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | /* end confdefs.h. */ | #include | /* NetBSD declares sys_siglist in unistd.h. */ | #ifdef HAVE_UNISTD_H | # include | #endif | | | int | main () | { | #ifndef sys_siglist | (void) sys_siglist; | #endif | | ; | return 0; | } configure:7911: result: no configure:7931: checking whether byte ordering is bigendian configure:7963: gcc -c conftest.c >&5 configure:7969: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) | bogus endian macros | #endif | | ; | return 0; | } configure:8116: gcc -o conftest conftest.c >&5 configure:8119: $? = 0 configure:8125: ./conftest configure:8128: $? = 0 configure:8147: result: no configure:8172: checking for inttypes.h configure:8178: result: no configure:8172: checking for stdint.h configure:8178: result: no configure:8307: checking for uint32_t configure:8342: gcc -c conftest.c >&5 configure:8348: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | /* end confdefs.h. */ | | #include | #if HAVE_INTTYPES_H | #include | #else | #if HAVE_STDINT_H | #include | #endif | #endif | int | main () | { | if ((uint32_t *) 0) | return 0; | if (sizeof (uint32_t)) | return 0; | | ; | return 0; | } configure:8366: result: no configure:8372: checking for int configure:8402: gcc -c conftest.c >&5 configure:8408: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef int ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:8423: result: no configure:8430: checking size of int configure:8732: gcc -o conftest conftest.c >&5 configure:8735: $? = 0 configure:8741: ./conftest configure:8744: $? = 0 configure:8767: result: 4 configure:8777: checking for long configure:8807: gcc -c conftest.c >&5 configure:8813: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef long ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:8828: result: no configure:8835: checking size of long configure:9137: gcc -o conftest conftest.c >&5 configure:9140: $? = 0 configure:9146: ./conftest configure:9149: $? = 0 configure:9172: result: 4 configure:9183: checking for pid_t configure:9213: gcc -c conftest.c >&5 conftest.c:71: error: parse error before "ac__type_new_" conftest.c:71: warning: data definition has no type or storage class conftest.c: In function `main': conftest.c:75: error: parse error before ')' token configure:9219: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef pid_t ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:9234: result: no configure:9255: checking for fgetpos configure:9311: gcc -o conftest conftest.c >&5 configure:9317: $? = 0 configure:9335: result: yes configure:9255: checking for memmove configure:9311: gcc -o conftest conftest.c >&5 configure:9317: $? = 0 configure:9335: result: yes configure:9255: checking for setegid configure:9311: gcc -o conftest conftest.c >&5 configure:9317: $? = 0 configure:9335: result: yes configure:9255: checking for srand48 configure:9311: gcc -o conftest conftest.c >&5 configure:9317: $? = 0 configure:9335: result: yes configure:9255: checking for strerror configure:9311: gcc -o conftest conftest.c >&5 configure:9317: $? = 0 configure:9335: result: yes configure:9351: checking for strcasecmp configure:9407: gcc -o conftest conftest.c >&5 configure:9413: $? = 0 configure:9431: result: yes configure:9351: checking for strdup configure:9407: gcc -o conftest conftest.c >&5 configure:9413: $? = 0 configure:9431: result: yes configure:9450: checking for getopt configure:9506: gcc -o conftest conftest.c >&5 configure:9512: $? = 0 configure:9529: result: yes configure:9548: checking getopt.h usability configure:9565: gcc -c conftest.c >&5 configure:9571: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9585: result: no configure:9589: checking getopt.h presence configure:9604: gcc -E conftest.c configure:9610: $? = 0 configure:9624: result: yes configure:9637: WARNING: getopt.h: present but cannot be compiled configure:9639: WARNING: getopt.h: check for missing prerequisite headers? configure:9641: WARNING: getopt.h: see the Autoconf documentation configure:9643: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:9645: WARNING: getopt.h: proceeding with the preprocessor's result configure:9647: WARNING: getopt.h: in the future, the compiler will take precedence configure:9652: checking for getopt.h configure:9660: result: yes configure:9681: checking for snprintf configure:9737: gcc -o conftest conftest.c >&5 conftest.c:70: warning: conflicting types for built-in function `snprintf' configure:9743: $? = 0 configure:9761: result: yes configure:9777: checking for vsnprintf configure:9833: gcc -o conftest conftest.c >&5 conftest.c:71: warning: conflicting types for built-in function `vsnprintf' configure:9839: $? = 0 configure:9857: result: yes configure:9882: checking for ftruncate configure:9938: gcc -o conftest conftest.c >&5 configure:9944: $? = 0 configure:9962: result: yes configure:10049: checking for strftime configure:10105: gcc -o conftest conftest.c >&5 configure:10111: $? = 0 configure:10129: result: yes configure:10216: checking for fchdir configure:10272: gcc -o conftest conftest.c >&5 configure:10278: $? = 0 configure:10296: result: yes configure:10318: checking for regcomp configure:10374: gcc -o conftest conftest.c >&5 configure:10380: $? = 0 configure:10398: result: yes configure:10414: checking whether your system's regexp library is completely broken configure:10439: gcc -o conftest conftest.c >&5 ld: Undefined symbols: _regcompA _regexecA configure:10442: $? = 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 PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | /* end confdefs.h. */ | | #include | #include | main() { regex_t blah ; regmatch_t p; p.rm_eo = p.rm_eo; return regcomp(&blah, "foo.*bar", REG_NOSUB) || regexec (&blah, "foobar", 0, NULL, 0); } configure:10467: result: yes configure:10521: checking where new mail is stored configure:10537: result: /var/mail configure:10553: checking if /var/mail is world writable configure:10585: gcc -o conftest conftest.c >&5 configure:10588: $? = 0 configure:10594: ./conftest configure:10597: $? = 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 PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | /* end confdefs.h. */ | #include | #include | | int main (int argc, char **argv) | { | struct stat s; | | stat ("/var/mail", &s); | if (s.st_mode & S_IWOTH) exit (0); | exit (1); | } configure:10613: result: no configure:10625: checking if /var/mail is group writable configure:10657: gcc -o conftest conftest.c >&5 configure:10660: $? = 0 configure:10666: ./conftest configure:10669: $? = 0 configure:10685: result: yes configure:10726: checking where to put the documentation configure:10736: result: /doc/mutt configure:12264: checking for off_t configure:12294: gcc -c conftest.c >&5 conftest.c:92: error: parse error before "ac__type_new_" conftest.c:92: warning: data definition has no type or storage class conftest.c: In function `main': conftest.c:96: error: parse error before ')' token configure:12300: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef off_t ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:12315: result: no configure:12327: checking for size_t configure:12357: gcc -c conftest.c >&5 configure:12363: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef size_t ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:12378: result: no configure:12392: checking for working alloca.h configure:12419: gcc -o conftest conftest.c >&5 configure:12425: $? = 0 configure:12442: result: yes configure:12452: checking for alloca configure:12499: gcc -o conftest conftest.c >&5 configure:12505: $? = 0 configure:12522: result: yes configure:12755: checking for stdlib.h configure:12761: result: no configure:12755: checking for unistd.h configure:12761: result: no configure:12894: checking for getpagesize configure:12950: gcc -o conftest conftest.c >&5 configure:12956: $? = 0 configure:12974: result: yes configure:12984: checking for working mmap configure:13131: gcc -o conftest conftest.c >&5 configure:13134: $? = 0 configure:13140: ./conftest ./configure: line 1: 2744 Bus error ./conftest$ac_exeext configure:13143: $? = 138 configure: program exited with status 138 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef 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 !defined STDC_HEADERS && !defined HAVE_STDLIB_H | char *malloc (); | #endif | | /* This mess was copied from the GNU getpagesize.h. */ | #ifndef HAVE_GETPAGESIZE | /* Assume that all systems that can run configure have sys/param.h. */ | # ifndef HAVE_SYS_PARAM_H | # define HAVE_SYS_PARAM_H 1 | # endif | | # ifdef _SC_PAGESIZE | # define getpagesize() sysconf(_SC_PAGESIZE) | # else /* no _SC_PAGESIZE */ | # ifdef 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) | return 1; | for (i = 0; i < pagesize; ++i) | *(data + i) = rand (); | umask (0); | fd = creat ("conftest.mmap", 0600); | if (fd < 0) | return 1; | if (write (fd, data, pagesize) != pagesize) | return 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) | return 1; | data2 = (char *) malloc (2 * pagesize); | if (!data2) | return 1; | data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1); | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | MAP_PRIVATE | MAP_FIXED, fd, 0L)) | return 1; | for (i = 0; i < pagesize; ++i) | if (*(data + i) != *(data2 + i)) | return 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) | return 1; | if (read (fd, data3, pagesize) != pagesize) | return 1; | for (i = 0; i < pagesize; ++i) | if (*(data + i) != *(data3 + i)) | return 1; | close (fd); | return 0; | } configure:13159: result: no configure:13171: checking whether we are using the GNU C Library 2.1 or newer conftest.c:65:22: features.h: No such file or directory configure:13202: result: no configure:13234: checking argz.h usability configure:13251: gcc -c conftest.c >&5 conftest.c:97:18: argz.h: No such file or directory configure:13257: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13271: result: no configure:13275: checking argz.h presence configure:13290: gcc -E conftest.c conftest.c:64:18: argz.h: No such file or directory configure:13296: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | #include configure:13310: result: no configure:13338: checking for argz.h configure:13346: result: no configure:13234: checking limits.h usability configure:13251: gcc -c conftest.c >&5 configure:13257: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13271: result: no configure:13275: checking limits.h presence configure:13290: gcc -E conftest.c configure:13296: $? = 0 configure:13310: result: yes configure:13323: WARNING: limits.h: present but cannot be compiled configure:13325: WARNING: limits.h: check for missing prerequisite headers? configure:13327: WARNING: limits.h: see the Autoconf documentation configure:13329: WARNING: limits.h: section "Present But Cannot Be Compiled" configure:13331: WARNING: limits.h: proceeding with the preprocessor's result configure:13333: WARNING: limits.h: in the future, the compiler will take precedence configure:13338: checking for limits.h configure:13346: result: yes configure:13234: checking locale.h usability configure:13251: gcc -c conftest.c >&5 configure:13257: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13271: result: no configure:13275: checking locale.h presence configure:13290: gcc -E conftest.c configure:13296: $? = 0 configure:13310: result: yes configure:13323: WARNING: locale.h: present but cannot be compiled configure:13325: WARNING: locale.h: check for missing prerequisite headers? configure:13327: WARNING: locale.h: see the Autoconf documentation configure:13329: WARNING: locale.h: section "Present But Cannot Be Compiled" configure:13331: WARNING: locale.h: proceeding with the preprocessor's result configure:13333: WARNING: locale.h: in the future, the compiler will take precedence configure:13338: checking for locale.h configure:13346: result: yes configure:13234: checking nl_types.h usability configure:13251: gcc -c conftest.c >&5 configure:13257: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13271: result: no configure:13275: checking nl_types.h presence configure:13290: gcc -E conftest.c configure:13296: $? = 0 configure:13310: result: yes configure:13323: WARNING: nl_types.h: present but cannot be compiled configure:13325: WARNING: nl_types.h: check for missing prerequisite headers? configure:13327: WARNING: nl_types.h: see the Autoconf documentation configure:13329: WARNING: nl_types.h: section "Present But Cannot Be Compiled" configure:13331: WARNING: nl_types.h: proceeding with the preprocessor's result configure:13333: WARNING: nl_types.h: in the future, the compiler will take precedence configure:13338: checking for nl_types.h configure:13346: result: yes configure:13234: checking malloc.h usability configure:13251: gcc -c conftest.c >&5 configure:13257: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13271: result: no configure:13275: checking malloc.h presence configure:13290: gcc -E conftest.c configure:13296: $? = 0 configure:13310: result: yes configure:13323: WARNING: malloc.h: present but cannot be compiled configure:13325: WARNING: malloc.h: check for missing prerequisite headers? configure:13327: WARNING: malloc.h: see the Autoconf documentation configure:13329: WARNING: malloc.h: section "Present But Cannot Be Compiled" configure:13331: WARNING: malloc.h: proceeding with the preprocessor's result configure:13333: WARNING: malloc.h: in the future, the compiler will take precedence configure:13338: checking for malloc.h configure:13346: result: yes configure:13234: checking stddef.h usability configure:13251: gcc -c conftest.c >&5 configure:13257: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13271: result: no configure:13275: checking stddef.h presence configure:13290: gcc -E conftest.c configure:13296: $? = 0 configure:13310: result: yes configure:13323: WARNING: stddef.h: present but cannot be compiled configure:13325: WARNING: stddef.h: check for missing prerequisite headers? configure:13327: WARNING: stddef.h: see the Autoconf documentation configure:13329: WARNING: stddef.h: section "Present But Cannot Be Compiled" configure:13331: WARNING: stddef.h: proceeding with the preprocessor's result configure:13333: WARNING: stddef.h: in the future, the compiler will take precedence configure:13338: checking for stddef.h configure:13346: result: yes configure:13224: checking for stdlib.h configure:13230: result: no configure:13224: checking for string.h configure:13230: result: no configure:13224: checking for unistd.h configure:13230: result: no configure:13234: checking sys/param.h usability configure:13251: gcc -c conftest.c >&5 configure:13257: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13271: result: no configure:13275: checking sys/param.h presence configure:13290: gcc -E conftest.c configure:13296: $? = 0 configure:13310: result: yes configure:13323: WARNING: sys/param.h: present but cannot be compiled configure:13325: WARNING: sys/param.h: check for missing prerequisite headers? configure:13327: WARNING: sys/param.h: see the Autoconf documentation configure:13329: WARNING: sys/param.h: section "Present But Cannot Be Compiled" configure:13331: WARNING: sys/param.h: proceeding with the preprocessor's result configure:13333: WARNING: sys/param.h: in the future, the compiler will take precedence configure:13338: checking for sys/param.h configure:13346: result: yes configure:13385: checking for feof_unlocked configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for fgets_unlocked configure:13441: gcc -o conftest conftest.c >&5 ld: Undefined symbols: _fgets_unlocked configure:13447: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | /* end confdefs.h. */ | /* Define fgets_unlocked to an innocuous variant, in case declares fgets_unlocked. | For example, HP-UX 11i declares gettimeofday. */ | #define fgets_unlocked innocuous_fgets_unlocked | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fgets_unlocked (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fgets_unlocked | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fgets_unlocked (); | /* 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_fgets_unlocked || defined __stub___fgets_unlocked | choke me | #endif | | int | main () | { | return fgets_unlocked (); | ; | return 0; | } configure:13465: result: no configure:13385: checking for getcwd configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for getegid configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for geteuid configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for getgid configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for getuid configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for mempcpy configure:13441: gcc -o conftest conftest.c >&5 ld: Undefined symbols: _mempcpy configure:13447: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | /* end confdefs.h. */ | /* Define mempcpy to an innocuous variant, in case declares mempcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define mempcpy innocuous_mempcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mempcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mempcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mempcpy (); | /* 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_mempcpy || defined __stub___mempcpy | choke me | #endif | | int | main () | { | return mempcpy (); | ; | return 0; | } configure:13465: result: no configure:13385: checking for munmap configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for putenv configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for setenv configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for setlocale configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for stpcpy configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for strchr configure:13441: gcc -o conftest conftest.c >&5 conftest.c:104: warning: conflicting types for built-in function `strchr' configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for strcasecmp configure:13465: result: yes configure:13385: checking for strdup configure:13465: result: yes configure:13385: checking for strtoul configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for tsearch configure:13441: gcc -o conftest conftest.c >&5 configure:13447: $? = 0 configure:13465: result: yes configure:13385: checking for __argz_count configure:13441: gcc -o conftest conftest.c >&5 ld: Undefined symbols: ___argz_count configure:13447: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | /* end confdefs.h. */ | /* Define __argz_count to an innocuous variant, in case declares __argz_count. | For example, HP-UX 11i declares gettimeofday. */ | #define __argz_count innocuous___argz_count | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __argz_count (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __argz_count | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __argz_count (); | /* 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___argz_count || defined __stub_____argz_count | choke me | #endif | | int | main () | { | return __argz_count (); | ; | return 0; | } configure:13465: result: no configure:13385: checking for __argz_stringify configure:13441: gcc -o conftest conftest.c >&5 ld: Undefined symbols: ___argz_stringify configure:13447: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | /* end confdefs.h. */ | /* Define __argz_stringify to an innocuous variant, in case declares __argz_stringify. | For example, HP-UX 11i declares gettimeofday. */ | #define __argz_stringify innocuous___argz_stringify | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __argz_stringify (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __argz_stringify | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __argz_stringify (); | /* 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___argz_stringify || defined __stub_____argz_stringify | choke me | #endif | | int | main () | { | return __argz_stringify (); | ; | return 0; | } configure:13465: result: no configure:13385: checking for __argz_next configure:13441: gcc -o conftest conftest.c >&5 ld: Undefined symbols: ___argz_next configure:13447: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | /* end confdefs.h. */ | /* Define __argz_next to an innocuous variant, in case declares __argz_next. | For example, HP-UX 11i declares gettimeofday. */ | #define __argz_next innocuous___argz_next | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __argz_next (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __argz_next | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __argz_next (); | /* 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___argz_next || defined __stub_____argz_next | choke me | #endif | | int | main () | { | return __argz_next (); | ; | return 0; | } configure:13465: result: no configure:13490: checking for iconv configure:13522: gcc -o conftest conftest.c >&5 ld: Undefined symbols: _libiconv _libiconv_close _libiconv_open configure:13528: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:13571: gcc -o conftest conftest.c -liconv >&5 configure:13577: $? = 0 configure:13598: result: yes configure:13606: checking for iconv declaration configure:13645: gcc -c conftest.c >&5 configure:13651: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | | #include | #include | extern | #ifdef __cplusplus | "C" | #endif | #if defined(__STDC__) || defined(__cplusplus) | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | #else | size_t iconv(); | #endif | | int | main () | { | | ; | return 0; | } configure:13670: result: extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:13686: checking for nl_langinfo and CODESET configure:13712: gcc -o conftest conftest.c >&5 configure:13718: $? = 0 configure:13736: result: yes configure:13747: checking for LC_MESSAGES configure:13773: gcc -o conftest conftest.c >&5 configure:13779: $? = 0 configure:13796: result: yes configure:13806: checking whether NLS is requested configure:13815: result: yes configure:13829: checking whether included gettext is requested configure:13839: result: no configure:13859: checking libintl.h usability configure:13876: gcc -c conftest.c >&5 configure:13882: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13896: result: no configure:13900: checking libintl.h presence configure:13915: gcc -E conftest.c configure:13921: $? = 0 configure:13935: result: yes configure:13948: WARNING: libintl.h: present but cannot be compiled configure:13950: WARNING: libintl.h: check for missing prerequisite headers? configure:13952: WARNING: libintl.h: see the Autoconf documentation configure:13954: WARNING: libintl.h: section "Present But Cannot Be Compiled" configure:13956: WARNING: libintl.h: proceeding with the preprocessor's result configure:13958: WARNING: libintl.h: in the future, the compiler will take precedence configure:13963: checking for libintl.h configure:13970: result: yes configure:13975: checking for GNU gettext in libc configure:14003: gcc -o conftest conftest.c >&5 ld: Undefined symbols: __nl_msg_cat_cntr _libintl_bindtextdomain _libintl_gettext configure:14009: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr | ; | return 0; | } configure:14026: result: no configure:14030: checking for GNU gettext in libintl configure:14060: gcc -o conftest conftest.c -lintl -liconv >&5 configure:14066: $? = 0 configure:14084: result: yes configure:14107: checking for dcgettext configure:14163: gcc -o conftest conftest.c -lintl -liconv >&5 configure:14169: $? = 0 configure:14187: result: yes configure:14201: checking for msgfmt configure:14228: result: /usr/local/bin/msgfmt configure:14237: checking for gmsgfmt configure:14268: result: /usr/local/bin/msgfmt configure:14279: checking for xgettext configure:14306: result: /usr/local/bin/xgettext configure:14483: checking for bison configure:14499: found /usr/local/bin/bison configure:14510: result: bison configure:14524: checking version of bison configure:14533: result: 1.35, ok configure:14572: checking for catalogs to be installed configure:14592: result: de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg configure:14635: checking iconv.h usability configure:14652: gcc -c conftest.c >&5 configure:14658: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14672: result: no configure:14676: checking iconv.h presence configure:14691: gcc -E conftest.c configure:14697: $? = 0 configure:14711: result: yes configure:14724: WARNING: iconv.h: present but cannot be compiled configure:14726: WARNING: iconv.h: check for missing prerequisite headers? configure:14728: WARNING: iconv.h: see the Autoconf documentation configure:14730: WARNING: iconv.h: section "Present But Cannot Be Compiled" configure:14732: WARNING: iconv.h: proceeding with the preprocessor's result configure:14734: WARNING: iconv.h: in the future, the compiler will take precedence configure:14739: checking for iconv.h configure:14747: result: yes configure:14755: checking whether iconv.h defines iconv_t configure:14768: result: yes configure:14786: checking whether this iconv is good enough configure:14824: gcc -o conftest conftest.c -liconv >&5 configure:14827: $? = 0 configure:14833: ./conftest configure:14836: $? = 0 configure:14853: result: yes configure:14861: checking whether iconv is non-transcribing configure:14900: gcc -o conftest conftest.c -liconv >&5 configure:14903: $? = 0 configure:14909: ./conftest configure:14912: $? = 0 configure:14929: result: no configure:14958: checking for bind_textdomain_codeset configure:15014: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 ld: Undefined symbols: _bind_textdomain_codeset configure:15020: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define ICONV_NONTRANS 0 | /* end confdefs.h. */ | /* Define bind_textdomain_codeset to an innocuous variant, in case declares bind_textdomain_codeset. | For example, HP-UX 11i declares gettimeofday. */ | #define bind_textdomain_codeset innocuous_bind_textdomain_codeset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char bind_textdomain_codeset (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef bind_textdomain_codeset | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char bind_textdomain_codeset (); | /* 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_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset | choke me | #endif | | int | main () | { | return bind_textdomain_codeset (); | ; | return 0; | } configure:15038: result: no configure:15066: checking wchar.h usability configure:15083: gcc -c -I$(top_srcdir)/intl conftest.c >&5 configure:15089: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define ICONV_NONTRANS 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:15103: result: no configure:15107: checking wchar.h presence configure:15122: gcc -E -I$(top_srcdir)/intl conftest.c configure:15128: $? = 0 configure:15142: result: yes configure:15155: WARNING: wchar.h: present but cannot be compiled configure:15157: WARNING: wchar.h: check for missing prerequisite headers? configure:15159: WARNING: wchar.h: see the Autoconf documentation configure:15161: WARNING: wchar.h: section "Present But Cannot Be Compiled" configure:15163: WARNING: wchar.h: proceeding with the preprocessor's result configure:15165: WARNING: wchar.h: in the future, the compiler will take precedence configure:15170: checking for wchar.h configure:15178: result: yes configure:15192: checking for wchar_t configure:15224: gcc -c -I$(top_srcdir)/intl conftest.c >&5 configure:15230: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define ICONV_NONTRANS 0 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_WCHAR_H | #include | #endif | | int | main () | { | wchar_t wc; return 0; | ; | return 0; | } configure:15245: result: no configure:15256: checking for wint_t configure:15288: gcc -c -I$(top_srcdir)/intl conftest.c >&5 configure:15294: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define ICONV_NONTRANS 0 | #define HAVE_WCHAR_H 1 | #define wchar_t int | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_WCHAR_H | #include | #endif | | int | main () | { | wint_t wc; return 0; | ; | return 0; | } configure:15309: result: no configure:15335: checking wctype.h usability configure:15352: gcc -c -I$(top_srcdir)/intl conftest.c >&5 configure:15358: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define ICONV_NONTRANS 0 | #define HAVE_WCHAR_H 1 | #define wchar_t int | #define wint_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:15372: result: no configure:15376: checking wctype.h presence configure:15391: gcc -E -I$(top_srcdir)/intl conftest.c configure:15397: $? = 0 configure:15411: result: yes configure:15424: WARNING: wctype.h: present but cannot be compiled configure:15426: WARNING: wctype.h: check for missing prerequisite headers? configure:15428: WARNING: wctype.h: see the Autoconf documentation configure:15430: WARNING: wctype.h: section "Present But Cannot Be Compiled" configure:15432: WARNING: wctype.h: proceeding with the preprocessor's result configure:15434: WARNING: wctype.h: in the future, the compiler will take precedence configure:15439: checking for wctype.h configure:15447: result: yes configure:15467: checking for iswalnum configure:15523: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15529: $? = 0 configure:15547: result: yes configure:15467: checking for iswalpha configure:15523: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15529: $? = 0 configure:15547: result: yes configure:15467: checking for iswcntrl configure:15523: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15529: $? = 0 configure:15547: result: yes configure:15467: checking for iswdigit configure:15523: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15529: $? = 0 configure:15547: result: yes configure:15566: checking for iswgraph configure:15622: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15628: $? = 0 configure:15646: result: yes configure:15566: checking for iswlower configure:15622: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15628: $? = 0 configure:15646: result: yes configure:15566: checking for iswprint configure:15622: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15628: $? = 0 configure:15646: result: yes configure:15566: checking for iswpunct configure:15622: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15628: $? = 0 configure:15646: result: yes configure:15566: checking for iswspace configure:15622: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15628: $? = 0 configure:15646: result: yes configure:15566: checking for iswupper configure:15622: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15628: $? = 0 configure:15646: result: yes configure:15662: checking for iswxdigit configure:15718: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15724: $? = 0 configure:15742: result: yes configure:15662: checking for towupper configure:15718: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15724: $? = 0 configure:15742: result: yes configure:15662: checking for towlower configure:15718: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15724: $? = 0 configure:15742: result: yes configure:15753: checking for mbstate_t configure:15785: gcc -c -I$(top_srcdir)/intl conftest.c >&5 configure:15791: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mutt" | #define VERSION "1.4.2.3" | #ifndef __cplusplus | #define inline | #endif | #define const | #define SENDMAIL "/usr/sbin/sendmail" | #define HAVE_PGP 1 | #define SUBVERSION "i" | #define ISPELL "/usr/local/bin/ispell" | #define HAVE_START_COLOR 1 | #define HAVE_TYPEAHEAD 1 | #define HAVE_BKGDSET 1 | #define HAVE_CURS_SET 1 | #define HAVE_META 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 1 | #define HAVE_COLOR 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETSID 1 | #define RETSIGTYPE void | #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | #define HAVE_DECL_SYS_SIGLIST 0 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define pid_t int | #define HAVE_FGETPOS 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SETEGID 1 | #define HAVE_SRAND48 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_STRFTIME 1 | #define HAVE_FCHDIR 1 | #define HAVE_REGCOMP 1 | #define USE_GNU_REGEX 1 | #define MAILPATH "/var/mail" | #define USE_DOTLOCK 1 | #define USE_SETGID 1 | #define DL_STANDALONE 1 | #define USE_FCNTL 1 | #define off_t long int | #define size_t unsigned int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define ICONV_NONTRANS 0 | #define HAVE_WCHAR_H 1 | #define wchar_t int | #define wint_t int | #define HAVE_WCTYPE_H 1 | #define HAVE_ISWALNUM 1 | #define HAVE_ISWALPHA 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_ISWDIGIT 1 | #define HAVE_ISWGRAPH 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWPRINT 1 | #define HAVE_ISWPUNCT 1 | #define HAVE_ISWSPACE 1 | #define HAVE_ISWUPPER 1 | #define HAVE_ISWXDIGIT 1 | #define HAVE_TOWUPPER 1 | #define HAVE_TOWLOWER 1 | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_WCHAR_H | #include | #endif | | int | main () | { | mbstate_t s; return 0; | ; | return 0; | } configure:15806: result: no configure:15826: checking for wchar_t functions configure:15863: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15869: $? = 0 configure:15886: result: yes configure:15899: checking for nl_langinfo and CODESET configure:15925: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15931: $? = 0 configure:15948: result: yes configure:15958: checking for nl_langinfo and YESEXPR configure:15984: gcc -o conftest -I$(top_srcdir)/intl conftest.c >&5 configure:15990: $? = 0 configure:16007: result: yes configure:16161: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:706: creating Makefile config.status:706: creating intl/Makefile config.status:841: WARNING: intl/Makefile.in seems to ignore the --datarootdir setting config.status:706: creating m4/Makefile config.status:706: creating po/Makefile.in config.status:841: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting config.status:706: creating doc/Makefile config.status:841: WARNING: doc/Makefile.in seems to ignore the --datarootdir setting config.status:706: creating contrib/Makefile config.status:841: WARNING: contrib/Makefile.in seems to ignore the --datarootdir setting config.status:706: creating muttbug.sh config.status:706: creating imap/Makefile config.status:706: creating Muttrc.head config.status:841: WARNING: Muttrc.head.in seems to ignore the --datarootdir setting config.status:706: creating doc/instdoc.sh config.status:841: WARNING: doc/instdoc.sh.in seems to ignore the --datarootdir setting config.status:706: creating config.h config.status:1083: executing depfiles commands config.status:1083: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-apple-darwin8.0.1 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_c_inline=no 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_func___argz_count=no ac_cv_func___argz_next=no ac_cv_func___argz_stringify=no ac_cv_func_alloca_works=yes ac_cv_func_bind_textdomain_codeset=no ac_cv_func_dcgettext=yes ac_cv_func_decl_bkgdset=yes ac_cv_func_decl_curs_set=yes ac_cv_func_decl_meta=yes ac_cv_func_decl_resizeterm=yes ac_cv_func_decl_start_color=yes ac_cv_func_decl_typeahead=yes ac_cv_func_decl_use_default_colors=yes ac_cv_func_fchdir=yes ac_cv_func_feof_unlocked=yes ac_cv_func_fgetpos=yes ac_cv_func_fgets_unlocked=no ac_cv_func_ftruncate=yes ac_cv_func_getcwd=yes ac_cv_func_getegid=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getopt=yes ac_cv_func_getpagesize=yes ac_cv_func_getsid=yes ac_cv_func_getuid=yes ac_cv_func_initscr=no ac_cv_func_iswalnum=yes ac_cv_func_iswalpha=yes ac_cv_func_iswcntrl=yes ac_cv_func_iswdigit=yes ac_cv_func_iswgraph=yes ac_cv_func_iswlower=yes ac_cv_func_iswprint=yes ac_cv_func_iswpunct=yes ac_cv_func_iswspace=yes ac_cv_func_iswupper=yes ac_cv_func_iswxdigit=yes ac_cv_func_memmove=yes ac_cv_func_mempcpy=no ac_cv_func_mmap_fixed_mapped=no ac_cv_func_munmap=yes ac_cv_func_putenv=yes ac_cv_func_regcomp=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_setlocale=yes ac_cv_func_setrlimit=yes ac_cv_func_snprintf=yes ac_cv_func_srand48=yes ac_cv_func_stpcpy=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strtoul=yes ac_cv_func_towlower=yes ac_cv_func_towupper=yes ac_cv_func_tsearch=yes ac_cv_func_vsnprintf=yes ac_cv_gnu_library_2_1=no ac_cv_have_decl_sys_siglist=no ac_cv_header_argz_h=no ac_cv_header_getopt_h=yes ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=no ac_cv_header_ioctl_h=no ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=no ac_cv_header_ncurses_h=no ac_cv_header_nl_types_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=no ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sysexits_h=yes ac_cv_header_unistd_h=no ac_cv_header_unix_h=no ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=i386-apple-darwin8.0.1 ac_cv_lib_ncurses___initscr=yes ac_cv_lib_ncurses___waddnwstr=yes ac_cv_objext= ac_cv_path_DBX=no ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GDB=/usr/bin/gdb ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt ac_cv_path_GREP=/usr/bin/grep ac_cv_path_ISPELL=/usr/local/bin/ispell ac_cv_path_MSGFMT=/usr/local/bin/msgfmt ac_cv_path_SDB=no ac_cv_path_SENDMAIL=/usr/sbin/sendmail ac_cv_path_XGETTEXT=/usr/local/bin/xgettext ac_cv_path_install='/usr/local/bin/ginstall -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_INTLBISON=bison ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=no ac_cv_prog_make_make_set=yes ac_cv_search_strerror='none required' ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_type_int=no ac_cv_type_long=no ac_cv_type_off_t=no ac_cv_type_pid_t=no ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=no ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_langinfo_codeset=yes am_cv_lib_iconv=yes am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1=const am_cv_val_LC_MESSAGES=yes gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=yes mutt_cv_curses=/usr mutt_cv_docdir=/doc/mutt mutt_cv_fcntl=yes mutt_cv_groupwrite=yes mutt_cv_iconv_good=yes mutt_cv_iconv_nontrans=no mutt_cv_langinfo_codeset=yes mutt_cv_langinfo_yesexpr=yes mutt_cv_mailpath=/var/mail mutt_cv_mbstate_t=no mutt_cv_prefix= mutt_cv_regex=yes mutt_cv_regex_broken=yes mutt_cv_setgid=yes mutt_cv_snprintf=no mutt_cv_version=1.4.2.3 mutt_cv_warnings=yes mutt_cv_wc_funcs=yes mutt_cv_wchar_t=no mutt_cv_wint_t=no mutt_cv_worldwrite=no nls_cv_force_use_gnu_gettext=no nls_cv_header_intl= nls_cv_header_libgt= nls_cv_use_gnu_gettext=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/mail/mutt/work/mutt-1.4.2.3/missing --run aclocal-1.9' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/mail/mutt/work/mutt-1.4.2.3/missing --run tar' ANSI2KNR='' AR='ar' AUTOCONF='${SHELL} /usr/ports/mail/mutt/work/mutt-1.4.2.3/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/mail/mutt/work/mutt-1.4.2.3/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/mail/mutt/work/mutt-1.4.2.3/missing --run automake-1.9' AWK='gawk' BUILD_IMAP_FALSE='' BUILD_IMAP_TRUE='#' BUILD_INCLUDED_LIBINTL='no' CATALOGS=' de.gmo ru.gmo it.gmo es.gmo uk.gmo fr.gmo pl.gmo nl.gmo cs.gmo id.gmo sk.gmo ko.gmo el.gmo zh_TW.gmo zh_CN.gmo pt_BR.gmo eo.gmo gl.gmo sv.gmo da.gmo lt.gmo tr.gmo ja.gmo hu.gmo et.gmo ca.gmo bg.gmo' CATOBJEXT='.gmo' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='' CPP='gcc -E' CPPFLAGS=' -I$(top_srcdir)/intl' CYGPATH_W='echo' DATADIRNAME='share' DBX='no' DEBUGGER='/usr/bin/gdb' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DOTLOCK_GROUP='mail' DOTLOCK_PERMISSION='2755' DOTLOCK_TARGET='mutt_dotlock' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GDB='/usr/bin/gdb' GENCAT='gencat' GLIBC21='no' GMOFILES=' de.gmo ru.gmo it.gmo es.gmo uk.gmo fr.gmo pl.gmo nl.gmo cs.gmo id.gmo sk.gmo ko.gmo el.gmo zh_TW.gmo zh_CN.gmo pt_BR.gmo eo.gmo gl.gmo sv.gmo da.gmo lt.gmo tr.gmo ja.gmo hu.gmo et.gmo ca.gmo bg.gmo' GMSGFMT='/usr/local/bin/msgfmt' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INSTOBJEXT='.mo' INTLBISON='bison' INTLLIBS='-lintl -liconv' INTLOBJS='' INTL_LIBTOOL_SUFFIX_PREFIX='' ISPELL='/usr/local/bin/ispell' KRB5CFGPATH='' LDFLAGS='' LIBICONV='-liconv' LIBIMAP='' LIBIMAPDEPS='' LIBOBJS=' ${LIBOBJDIR}regex.$U.' LIBS='' LTLIBOBJS=' ${LIBOBJDIR}regex.$U.lo' MAKEINFO='${SHELL} /usr/ports/mail/mutt/work/mutt-1.4.2.3/missing --run makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/local/bin/msgfmt' MUTTLIBS=' -lncurses' MUTT_LIB_OBJECTS=' pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o resize.o' OBJEXT='' OPS='$(srcdir)/OPS $(srcdir)/OPS.PGP' PACKAGE='mutt' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PGPAUX_TARGET='pgpring pgpewrap' POFILES=' de.po ru.po it.po es.po uk.po fr.po pl.po nl.po cs.po id.po sk.po ko.po el.po zh_TW.po zh_CN.po pt_BR.po eo.po gl.po sv.po da.po lt.po tr.po ja.po hu.po et.po ca.po bg.po' POSUB='po' RANLIB='ranlib' SDB='no' SENDMAIL='/usr/sbin/sendmail' SET_MAKE='' SHELL='/bin/sh' STRIP='' SUBVERSION='i' U='' USE_GSS_FALSE='' USE_GSS_TRUE='#' USE_INCLUDED_LIBINTL='no' USE_NLS='yes' USE_SASL_FALSE='' USE_SASL_TRUE='#' USE_SSL_FALSE='' USE_SSL_TRUE='#' VERSION='1.4.2.3' XGETTEXT='/usr/local/bin/xgettext' ac_ct_CC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-apple-darwin8.0.1' build_alias='' build_cpu='i386' build_os='darwin8.0.1' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='/doc/mutt' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-apple-darwin8.0.1' host_alias='' host_cpu='i386' host_os='darwin8.0.1' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='/usr/ports/mail/mutt/work/mutt-1.4.2.3/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "mutt" #define VERSION "1.4.2.3" #ifndef __cplusplus #define inline #endif #define const #define SENDMAIL "/usr/sbin/sendmail" #define HAVE_PGP 1 #define SUBVERSION "i" #define ISPELL "/usr/local/bin/ispell" #define HAVE_START_COLOR 1 #define HAVE_TYPEAHEAD 1 #define HAVE_BKGDSET 1 #define HAVE_CURS_SET 1 #define HAVE_META 1 #define HAVE_USE_DEFAULT_COLORS 1 #define HAVE_RESIZETERM 1 #define HAVE_COLOR 1 #define HAVE_STDARG_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYSEXITS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SETRLIMIT 1 #define HAVE_GETSID 1 #define RETSIGTYPE void #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t #define HAVE_DECL_SYS_SIGLIST 0 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define pid_t int #define HAVE_FGETPOS 1 #define HAVE_MEMMOVE 1 #define HAVE_SETEGID 1 #define HAVE_SRAND48 1 #define HAVE_STRERROR 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_GETOPT_H 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_FTRUNCATE 1 #define HAVE_STRFTIME 1 #define HAVE_FCHDIR 1 #define HAVE_REGCOMP 1 #define USE_GNU_REGEX 1 #define MAILPATH "/var/mail" #define USE_DOTLOCK 1 #define USE_SETGID 1 #define DL_STANDALONE 1 #define USE_FCNTL 1 #define off_t long int #define size_t unsigned int #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_GETPAGESIZE 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_NL_TYPES_H 1 #define HAVE_MALLOC_H 1 #define HAVE_STDDEF_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_FEOF_UNLOCKED 1 #define HAVE_GETCWD 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETGID 1 #define HAVE_GETUID 1 #define HAVE_MUNMAP 1 #define HAVE_PUTENV 1 #define HAVE_SETENV 1 #define HAVE_SETLOCALE 1 #define HAVE_STPCPY 1 #define HAVE_STRCHR 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRTOUL 1 #define HAVE_TSEARCH 1 #define HAVE_ICONV 1 #define ICONV_CONST const #define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_ICONV_H 1 #define HAVE_ICONV_T_DEF 1 #define ICONV_NONTRANS 0 #define HAVE_WCHAR_H 1 #define wchar_t int #define wint_t int #define HAVE_WCTYPE_H 1 #define HAVE_ISWALNUM 1 #define HAVE_ISWALPHA 1 #define HAVE_ISWCNTRL 1 #define HAVE_ISWDIGIT 1 #define HAVE_ISWGRAPH 1 #define HAVE_ISWLOWER 1 #define HAVE_ISWPRINT 1 #define HAVE_ISWPUNCT 1 #define HAVE_ISWSPACE 1 #define HAVE_ISWUPPER 1 #define HAVE_ISWXDIGIT 1 #define HAVE_TOWUPPER 1 #define HAVE_TOWLOWER 1 #define mbstate_t int #define HAVE_WC_FUNCS 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LANGINFO_YESEXPR 1 configure: exit 0