This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by memcached configure 1.2.3, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --with-libevent=/usr/local --program-prefix= --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /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: 117 tasks, 174 threads, 4 processors Load average: 1.55, Mach factor: 2.45 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1787: checking build system type configure:1805: result: i386-unknown-gnu configure:1827: checking host system type configure:1842: result: i386-unknown-gnu configure:1864: checking target system type configure:1879: result: i386-unknown-gnu configure:1923: checking for a BSD-compatible install configure:1979: result: /usr/bin/install -c -o root -g wheel configure:1990: checking whether build environment is sane configure:2033: result: yes configure:2061: checking for a thread-safe mkdir -p configure:2100: result: /usr/local/bin/mkdir -p configure:2113: checking for gawk configure:2129: found /usr/local/bin/gawk configure:2140: result: gawk configure:2151: checking whether make sets $(MAKE) configure:2172: result: yes configure:2371: checking for i386-unknown-gnu-gcc configure:2398: result: cc configure:2676: checking for C compiler version configure:2683: cc --version >&5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2686: $? = 0 configure:2693: cc -v >&5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2696: $? = 0 configure:2703: cc -V >&5 cc: `-V' option must have argument configure:2706: $? = 1 configure:2729: checking for C compiler default output file name configure:2756: cc -fno-common conftest.c >&5 configure:2759: $? = 0 configure:2797: result: a.out configure:2814: checking whether the C compiler works configure:2824: ./a.out configure:2827: $? = 0 configure:2844: result: yes configure:2851: checking whether we are cross compiling configure:2853: result: no configure:2856: checking for suffix of executables configure:2863: cc -o conftest -fno-common conftest.c >&5 configure:2866: $? = 0 configure:2890: result: configure:2896: checking for suffix of object files configure:2922: cc -c -fno-common conftest.c >&5 configure:2925: $? = 0 configure:2948: result: configure:2952: checking whether we are using the GNU C compiler configure:2981: cc -c -fno-common conftest.c >&5 configure:2987: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3004: result: no configure:3009: checking whether cc accepts -g configure:3039: cc -c -g conftest.c >&5 configure:3045: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3077: cc -c conftest.c >&5 configure:3083: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3116: cc -c -g conftest.c >&5 configure:3122: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3144: result: no configure:3161: checking for cc option to accept ISO C89 configure:3235: cc -c -fno-common conftest.c >&5 configure:3241: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.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:3235: cc -qlanglvl=extc89 -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=extc89' configure:3241: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.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:3235: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:3241: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.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:3235: cc -std -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std' configure:3241: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.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:3235: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3241: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.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:3235: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3241: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.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:3235: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:3241: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.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:3267: result: unsupported configure:3293: checking for style of include used by make configure:3321: result: GNU configure:3346: checking dependency style of cc configure:3437: result: gcc3 configure:3465: checking for a BSD-compatible install configure:3521: result: /usr/bin/install -c -o root -g wheel configure:3550: checking for libevent directory configure:3604: cc -o conftest -fno-common conftest.c -levent >&5 configure:3610: $? = 0 configure:3652: result: (system) configure:3671: checking for library containing socket configure:3712: cc -o conftest -fno-common conftest.c -levent >&5 configure:3718: $? = 0 configure:3746: result: none required configure:3754: checking for library containing gethostbyname configure:3795: cc -o conftest -fno-common conftest.c -levent >&5 configure:3801: $? = 0 configure:3829: result: none required configure:3837: checking for library containing mallinfo configure:3878: cc -o conftest -fno-common conftest.c -levent >&5 ld: Undefined symbols: _mallinfo configure:3884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | /* 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 mallinfo (); | int | main () | { | return mallinfo (); | ; | return 0; | } configure:3878: cc -o conftest -fno-common conftest.c -lmalloc -levent >&5 ld: can't locate file for: -lmalloc configure:3884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | /* 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 mallinfo (); | int | main () | { | return mallinfo (); | ; | return 0; | } configure:3912: result: no configure:3920: checking for library containing pthread_create configure:3961: cc -o conftest -fno-common conftest.c -levent >&5 configure:3967: $? = 0 configure:3995: result: none required configure:4004: checking for daemon configure:4060: cc -o conftest -fno-common conftest.c -levent >&5 configure:4066: $? = 0 configure:4083: result: yes configure:4106: checking how to run the C preprocessor configure:4146: cc -E conftest.c configure:4152: $? = 0 configure:4183: cc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4189: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* end confdefs.h. */ | #include configure:4222: result: cc -E configure:4251: cc -E conftest.c configure:4257: $? = 0 configure:4288: cc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* end confdefs.h. */ | #include configure:4332: checking for grep that handles long lines and -e configure:4406: result: /usr/bin/grep configure:4411: checking for egrep configure:4489: result: /usr/bin/grep -E configure:4494: checking for ANSI C header files configure:4524: cc -c -fno-common conftest.c >&5 configure:4530: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4655: result: no configure:4679: checking for sys/types.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4679: checking for sys/stat.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4679: checking for stdlib.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4679: checking for string.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4679: checking for memory.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4679: checking for strings.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4679: checking for inttypes.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4679: checking for stdint.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4679: checking for unistd.h configure:4700: cc -c -fno-common conftest.c >&5 configure:4706: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:4722: result: no configure:4734: checking for stdbool.h that conforms to C99 configure:4827: cc -c -fno-common conftest.c >&5 configure:4833: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* end confdefs.h. */ | | #include | #ifndef bool | "error: bool is not defined" | #endif | #ifndef false | "error: false is not defined" | #endif | #if false | "error: false is not 0" | #endif | #ifndef true | "error: true is not defined" | #endif | #if true != 1 | "error: true is not 1" | #endif | #ifndef __bool_true_false_are_defined | "error: __bool_true_false_are_defined is not defined" | #endif | | struct s { _Bool s: 1; _Bool t; } s; | | char a[true == 1 ? 1 : -1]; | char b[false == 0 ? 1 : -1]; | char c[__bool_true_false_are_defined == 1 ? 1 : -1]; | char d[(bool) 0.5 == true ? 1 : -1]; | bool e = &s; | char f[(_Bool) 0.0 == false ? 1 : -1]; | char g[true]; | char h[sizeof (_Bool)]; | char i[sizeof s.t]; | enum { j = false, k = true, l = false * true, m = true * 256 }; | _Bool n[m]; | char o[sizeof n == m * sizeof n[0] ? 1 : -1]; | char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; | # if defined __xlc__ || defined __GNUC__ | /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 | reported by James Lemley on 2005-10-05; see | http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html | This test is not quite right, since xlc is allowed to | reject this program, as the initializer for xlcbug is | not one of the forms that C requires support for. | However, doing the test right would require a runtime | test, and that would make cross-compilation harder. | Let us hope that IBM fixes the xlc bug, and also adds | support for this kind of constant expression. In the | meantime, this test will reject xlc, which is OK, since | our stdbool.h substitute should suffice. We also test | this with GCC, where it should work, to detect more | quickly whether someone messes up the test in the | future. */ | char digs[] = "0123456789"; | int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1); | # endif | /* Catch a bug in an HP-UX C compiler. See | http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html | http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html | */ | _Bool q = true; | _Bool *pq = &q; | | int | main () | { | | *pq |= q; | *pq |= ! q; | /* Refer to every declared value, to avoid compiler optimizations. */ | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | + !m + !n + !o + !p + !q + !pq); | | ; | return 0; | } configure:4848: result: no configure:4850: checking for _Bool configure:4880: cc -c -fno-common conftest.c >&5 configure:4886: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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 _Bool ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:4901: result: no configure:4920: checking for an ANSI C-conforming const configure:4995: cc -c -fno-common conftest.c >&5 configure:5001: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | /* 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:5016: result: no configure:5036: checking malloc.h usability configure:5053: cc -c -fno-common conftest.c >&5 configure:5059: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | #define const | /* 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:5073: result: no configure:5077: checking malloc.h presence configure:5092: cc -E conftest.c configure:5098: $? = 0 configure:5112: result: yes configure:5125: WARNING: malloc.h: present but cannot be compiled configure:5127: WARNING: malloc.h: check for missing prerequisite headers? configure:5129: WARNING: malloc.h: see the Autoconf documentation configure:5131: WARNING: malloc.h: section "Present But Cannot Be Compiled" configure:5133: WARNING: malloc.h: proceeding with the preprocessor's result configure:5135: WARNING: malloc.h: in the future, the compiler will take precedence configure:5145: checking for malloc.h configure:5152: result: yes configure:5165: checking for struct mallinfo.arena configure:5197: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:21: error: storage size of `ac_aggr' isn't known conftest.c:21: error: storage size of `ac_aggr' isn't known configure:5203: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | #define const | #define HAVE_MALLOC_H | /* end confdefs.h. */ | | # include | | | | int | main () | { | static struct mallinfo ac_aggr; | if (ac_aggr.arena) | return 0; | ; | return 0; | } configure:5240: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:21: error: storage size of `ac_aggr' isn't known conftest.c:21: error: storage size of `ac_aggr' isn't known configure:5246: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | #define const | #define HAVE_MALLOC_H | /* end confdefs.h. */ | | # include | | | | int | main () | { | static struct mallinfo ac_aggr; | if (sizeof ac_aggr.arena) | return 0; | ; | return 0; | } configure:5264: result: no configure:5279: checking for socklen_t configure:5311: cc -c -fno-common conftest.c >&5 configure:5317: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | #define const | #define HAVE_MALLOC_H | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | socklen_t foo; | | ; | return 0; | } configure:5337: result: no configure:5350: checking for endianness configure:5388: cc -o conftest -fno-common conftest.c -levent >&5 configure:5391: $? = 0 configure:5397: ./conftest configure:5400: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "memcached" | #define PACKAGE_TARNAME "memcached" | #define PACKAGE_VERSION "1.2.3" | #define PACKAGE_STRING "memcached 1.2.3" | #define PACKAGE_BUGREPORT "brad@danga.com" | #define PACKAGE "memcached" | #define VERSION "1.2.3" | #define HAVE_DAEMON | #define const | #define HAVE_MALLOC_H | #define socklen_t int | /* end confdefs.h. */ | | int | main () | { | long val = 1; | char *c = (char *) &val; | exit(*c == 1); | | ; | return 0; | } | configure:5421: result: little configure:5459: checking for mlockall configure:5515: cc -o conftest -fno-common conftest.c -levent >&5 configure:5521: $? = 0 configure:5539: result: yes configure:5666: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by memcached config.status 1.2.3, 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:648: creating Makefile config.status:648: creating doc/Makefile config.status:648: creating config.h config.status:916: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_c_endian=little ac_cv_c_socklen_t=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_func_daemon=yes ac_cv_func_mlockall=yes ac_cv_header_inttypes_h=no ac_cv_header_malloc_h=yes ac_cv_header_memory_h=no ac_cv_header_stdbool_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_libevent_dir='(system)' ac_cv_member_struct_mallinfo_arena=no ac_cv_objext= ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_mkdir=/usr/local/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=no ac_cv_prog_make_make_set=yes ac_cv_search_gethostbyname='none required' ac_cv_search_mallinfo=no ac_cv_search_pthread_create='none required' ac_cv_search_socket='none required' ac_cv_target=i386-unknown-gnu ac_cv_type__Bool=no am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/databases/memcached/work/memcached-1.2.3/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/databases/memcached/work/memcached-1.2.3/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/databases/memcached/work/memcached-1.2.3/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/databases/memcached/work/memcached-1.2.3/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/databases/memcached/work/memcached-1.2.3/missing --run automake-1.10' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS=' -levent' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/databases/memcached/work/memcached-1.2.3/missing --run makeinfo' OBJEXT='' PACKAGE='memcached' PACKAGE_BUGREPORT='brad@danga.com' PACKAGE_NAME='memcached' PACKAGE_STRING='memcached 1.2.3' PACKAGE_TARNAME='memcached' PACKAGE_VERSION='1.2.3' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='1.2.3' ac_ct_CC='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /mnt/gmirror/ports/databases/memcached/work/memcached-1.2.3/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/local/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='' program_transform_name='s&^&&' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "memcached" #define PACKAGE_TARNAME "memcached" #define PACKAGE_VERSION "1.2.3" #define PACKAGE_STRING "memcached 1.2.3" #define PACKAGE_BUGREPORT "brad@danga.com" #define PACKAGE "memcached" #define VERSION "1.2.3" #define HAVE_DAEMON #define const #define HAVE_MALLOC_H #define socklen_t int #define ENDIAN_LITTLE 1 #define HAVE_MLOCKALL 1 configure: exit 0