This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by dmalloc configure 5.5.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --enable-threads --enable-shlib --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 93 tasks, 148 threads, 4 processors Load average: 1.21, Mach factor: 2.77 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1324: configurations for the dmalloc library configure:1356: build utilities configure:1367: checking for i386-unknown-gnu-gcc configure:1393: result: cc configure:1675: checking for C compiler version configure:1678: 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:1681: $? = 0 configure:1683: 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:1686: $? = 0 configure:1688: cc -V &5 cc: `-V' option must have argument configure:1691: $? = 1 configure:1714: checking for C compiler default output file name configure:1717: cc -fno-common conftest.c >&5 configure:1720: $? = 0 configure:1766: result: a.out configure:1771: checking whether the C compiler works configure:1777: ./a.out configure:1780: $? = 0 configure:1797: result: yes configure:1804: checking whether we are cross compiling configure:1806: result: no configure:1809: checking for suffix of executables configure:1811: cc -o conftest -fno-common conftest.c >&5 configure:1814: $? = 0 configure:1839: result: configure:1845: checking for suffix of object files configure:1866: cc -c -fno-common conftest.c >&5 configure:1869: $? = 0 configure:1891: result: configure:1895: checking whether we are using the GNU C compiler configure:1919: cc -c -fno-common conftest.c >&5 configure:1925: $? = 0 configure:1929: test -z || test ! -s conftest.err configure:1932: $? = 0 configure:1935: test -s conftest. configure:1938: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1951: result: no configure:1957: checking whether cc accepts -g configure:1978: cc -c -g conftest.c >&5 configure:1984: $? = 0 configure:1988: test -z || test ! -s conftest.err configure:1991: $? = 0 configure:1994: test -s conftest. configure:1997: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2008: result: no configure:2025: checking for cc option to accept ANSI C configure:2095: cc -c -fno-common conftest.c >&5 configure:2101: $? = 0 configure:2105: test -z || test ! -s conftest.err configure:2108: $? = 0 configure:2111: test -s conftest. configure:2114: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2095: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2101: $? = 0 configure:2105: test -z || test ! -s conftest.err configure:2108: $? = 0 configure:2111: test -s conftest. configure:2114: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2095: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2101: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2095: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2101: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2095: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2101: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2095: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2101: $? = 0 configure:2105: test -z || test ! -s conftest.err configure:2108: $? = 0 configure:2111: test -s conftest. configure:2114: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2132: result: none needed configure:2150: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2156: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2299: checking for i386-unknown-gnu-g++ configure:2325: result: c++ configure:2383: checking for C++ compiler version configure:2386: c++ --version &5 c++ (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:2389: $? = 0 configure:2391: c++ -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:2394: $? = 0 configure:2396: c++ -V &5 c++: `-V' option must have argument configure:2399: $? = 1 configure:2402: checking whether we are using the GNU C++ compiler configure:2426: c++ -c -fno-common conftest.cc >&5 configure:2432: $? = 0 configure:2436: test -z || test ! -s conftest.err configure:2439: $? = 0 configure:2442: test -s conftest. configure:2445: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2458: result: no configure:2464: checking whether c++ accepts -g configure:2485: c++ -c -g conftest.cc >&5 configure:2491: $? = 0 configure:2495: test -z || test ! -s conftest.err configure:2498: $? = 0 configure:2501: test -s conftest. configure:2504: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2515: result: no configure:2557: c++ -c -fno-common conftest.cc >&5 configure:2563: $? = 0 configure:2567: test -z || test ! -s conftest.err configure:2570: $? = 0 configure:2573: test -s conftest. configure:2576: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2557: c++ -c -fno-common conftest.cc >&5 configure:2563: $? = 0 configure:2567: test -z || test ! -s conftest.err configure:2570: $? = 0 configure:2573: test -s conftest. configure:2576: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2557: c++ -c -fno-common conftest.cc >&5 configure:2563: $? = 0 configure:2567: test -z || test ! -s conftest.err configure:2570: $? = 0 configure:2573: test -s conftest. configure:2576: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2557: c++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:10: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:9: error: than previous declaration `void exit(int) throw ()' configure:2563: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2557: c++ -c -fno-common conftest.cc >&5 configure:2563: $? = 0 configure:2567: test -z || test ! -s conftest.err configure:2570: $? = 0 configure:2573: test -s conftest. configure:2576: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2557: c++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:10: conftest.cc:9: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:2563: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2654: WARNING: configure:2656: WARNING: no ansi compiler. this build may fail. configure:2658: WARNING: configure:2699: checking for a BSD-compatible install configure:2754: result: /usr/bin/install -c -o root -g wheel configure:2768: checking for i386-unknown-gnu-ranlib configure:2797: result: no configure:2806: checking for ranlib configure:2822: found /usr/bin/ranlib configure:2833: result: ranlib configure:2846: checking for an ANSI C-conforming const configure:2913: cc -c -fno-common conftest.c >&5 configure:2919: $? = 0 configure:2923: test -z || test ! -s conftest.err configure:2926: $? = 0 configure:2929: test -s conftest. configure:2932: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #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 x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:2943: result: no configure:2960: checking how to run the C preprocessor configure:2995: cc -E conftest.c configure:3001: $? = 0 configure:3033: cc -E conftest.c conftest.c:13:28: ac_nonexistent.h: No such file or directory configure:3039: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include configure:3078: result: cc -E configure:3102: cc -E conftest.c configure:3108: $? = 0 configure:3140: cc -E conftest.c conftest.c:13:28: ac_nonexistent.h: No such file or directory configure:3146: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include configure:3190: checking for egrep configure:3200: result: grep -E configure:3205: checking for ANSI C header files configure:3230: cc -c -fno-common conftest.c >&5 configure:3236: $? = 0 configure:3240: test -z || test ! -s conftest.err configure:3243: $? = 0 configure:3246: test -s conftest. configure:3249: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3358: result: no configure:3382: checking for sys/types.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3382: checking for sys/stat.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3382: checking for stdlib.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3382: checking for string.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3382: checking for memory.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3382: checking for strings.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3382: checking for inttypes.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3382: checking for stdint.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3382: checking for unistd.h configure:3398: cc -c -fno-common conftest.c >&5 configure:3404: $? = 0 configure:3408: test -z || test ! -s conftest.err configure:3411: $? = 0 configure:3414: test -s conftest. configure:3417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3428: result: no configure:3450: checking stdarg.h usability configure:3462: cc -c -fno-common conftest.c >&5 configure:3468: $? = 0 configure:3472: test -z || test ! -s conftest.err configure:3475: $? = 0 configure:3478: test -s conftest. configure:3481: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3491: result: no configure:3495: checking stdarg.h presence configure:3505: cc -E conftest.c configure:3511: $? = 0 configure:3531: result: yes configure:3544: WARNING: stdarg.h: present but cannot be compiled configure:3546: WARNING: stdarg.h: check for missing prerequisite headers? configure:3548: WARNING: stdarg.h: see the Autoconf documentation configure:3550: WARNING: stdarg.h: section "Present But Cannot Be Compiled" configure:3552: WARNING: stdarg.h: proceeding with the preprocessor's result configure:3554: WARNING: stdarg.h: in the future, the compiler will take precedence configure:3566: checking for stdarg.h configure:3573: result: yes configure:3593: checking for stdlib.h configure:3598: result: no configure:3745: checking for string.h configure:3750: result: no configure:3897: checking for unistd.h configure:3902: result: no configure:4049: checking for sys/types.h configure:4054: result: no configure:4210: checking sys/mman.h usability configure:4222: cc -c -fno-common conftest.c >&5 configure:4228: $? = 0 configure:4232: test -z || test ! -s conftest.err configure:4235: $? = 0 configure:4238: test -s conftest. configure:4241: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4251: result: no configure:4255: checking sys/mman.h presence configure:4265: cc -E conftest.c configure:4271: $? = 0 configure:4291: result: yes configure:4304: WARNING: sys/mman.h: present but cannot be compiled configure:4306: WARNING: sys/mman.h: check for missing prerequisite headers? configure:4308: WARNING: sys/mman.h: see the Autoconf documentation configure:4310: WARNING: sys/mman.h: section "Present But Cannot Be Compiled" configure:4312: WARNING: sys/mman.h: proceeding with the preprocessor's result configure:4314: WARNING: sys/mman.h: in the future, the compiler will take precedence configure:4326: checking for sys/mman.h configure:4333: result: yes configure:4389: checking shared library link args configure:4395: cc -c -fno-common conftest.c >&5 configure:4401: $? = 0 configure:4405: test -z || test ! -s conftest.err configure:4408: $? = 0 configure:4411: test -s conftest. configure:4414: $? = 1 configure: failed program was: | int foo(int val) { return val + 1; } configure:4472: result: # Could not configure shlib linking configure:4478: checking shared library extension configure:4488: result: dylib configure:4494: checking C++ support configure:4500: result: enabled configure:4510: checking thread support configure:4522: result: disabled configure:4527: checking shlib support configure:4539: result: disabled configure:4547: checking for size_t configure:4571: cc -c -fno-common conftest.c >&5 configure:4577: $? = 0 configure:4581: test -z || test ! -s conftest.err configure:4584: $? = 0 configure:4587: test -s conftest. configure:4590: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:4601: result: no configure:4628: checking dmalloc size unsigned configure:4655: cc -o conftest -fno-common conftest.c >&5 configure:4658: $? = 0 configure:4660: ./conftest configure:4663: $? = 0 configure:4668: result: yes configure:4688: checking strdup macro configure:4713: cc -o conftest -fno-common conftest.c >&5 configure:4716: $? = 0 configure:4718: ./conftest configure:4721: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | /* end confdefs.h. */ | | #if HAVE_STDLIB_H | # include | #endif | | #ifdef strdup | main() { exit(0); } | #else | main() { exit(1); } | #endif | configure:4734: result: no configure:4744: checking for mprotect configure:4801: cc -o conftest -fno-common conftest.c >&5 configure:4807: $? = 0 configure:4811: test -z || test ! -s conftest.err configure:4814: $? = 0 configure:4817: test -s conftest configure:4820: $? = 0 configure:4832: result: yes configure:4842: checking mprotect works configure:4870: cc -o conftest -fno-common conftest.c >&5 configure:4876: $? = 0 configure:4880: test -z || test ! -s conftest.err configure:4883: $? = 0 configure:4886: test -s conftest configure:4889: $? = 0 configure:4894: result: yes configure:4911: important functionality configure:4918: checking for mmap configure:4975: cc -o conftest -fno-common conftest.c >&5 configure:4981: $? = 0 configure:4985: test -z || test ! -s conftest.err configure:4988: $? = 0 configure:4991: test -s conftest configure:4994: $? = 0 configure:5006: result: yes configure:5020: checking for sbrk configure:5077: cc -o conftest -fno-common conftest.c >&5 configure:5083: $? = 0 configure:5087: test -z || test ! -s conftest.err configure:5090: $? = 0 configure:5093: test -s conftest configure:5096: $? = 0 configure:5108: result: yes configure:5128: checking mmap usage configure:5169: cc -o conftest -fno-common conftest.c >&5 configure:5172: $? = 0 configure:5174: ./conftest configure:5177: $? = 0 configure:5196: result: yes configure:5206: checking for getpagesize configure:5263: cc -o conftest -fno-common conftest.c >&5 configure:5269: $? = 0 configure:5273: test -z || test ! -s conftest.err configure:5276: $? = 0 configure:5279: test -s conftest configure:5282: $? = 0 configure:5294: result: yes configure:5304: checking basic-block size configure:5319: cc -o conftest -fno-common conftest.c >&5 configure:5322: $? = 0 configure:5324: ./conftest configure:5327: $? = 1 configure: program exited with status 1 configure: failed program was: | main() { if (getpagesize()<=2048) exit(0); else exit(1); } configure:5351: cc -o conftest -fno-common conftest.c >&5 configure:5354: $? = 0 configure:5356: ./conftest configure:5359: $? = 0 configure:5442: result: 12 configure:5448: checking for long configure:5472: cc -c -fno-common conftest.c >&5 configure:5478: $? = 0 configure:5482: test -z || test ! -s conftest.err configure:5485: $? = 0 configure:5488: test -s conftest. configure:5491: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((long *) 0) | return 0; | if (sizeof (long)) | return 0; | ; | return 0; | } configure:5502: result: no configure:5505: checking size of long configure:5855: result: 0 configure:5862: checking data-alignment size configure:5874: result: 0 configure:5884: checking for abort configure:5941: cc -o conftest -fno-common conftest.c >&5 configure:5947: $? = 0 configure:5951: test -z || test ! -s conftest.err configure:5954: $? = 0 configure:5957: test -s conftest configure:5960: $? = 0 configure:5972: result: yes configure:5982: checking abort safe configure:6027: cc -o conftest -fno-common conftest.c >&5 ld: warning multiple definitions of symbol _calloc /var/tmp//ccWlcvIB.o definition of _calloc in section (__TEXT,__text) /usr/lib/libSystem.dylib(malloc.So) definition of _calloc ld: warning multiple definitions of symbol _realloc /var/tmp//ccWlcvIB.o definition of _realloc in section (__TEXT,__text) /usr/lib/libSystem.dylib(malloc.So) definition of _realloc ld: warning multiple definitions of symbol _malloc /var/tmp//ccWlcvIB.o definition of _malloc in section (__TEXT,__text) /usr/lib/libSystem.dylib(malloc.So) definition of _malloc ld: warning multiple definitions of symbol _free /var/tmp//ccWlcvIB.o definition of _free in section (__TEXT,__text) /usr/lib/libSystem.dylib(malloc.So) definition of _free configure:6030: $? = 0 configure:6032: ./conftest ./configure: line 1: 1772 Abort trap ./conftest$ac_exeext configure:6035: $? = 134 configure: program exited with status 134 configure: failed program was: | | static int main_b = 0; | static char heap_mem[102400], *heap_p = heap_mem; | free () { if (main_b) _exit(0); } | char *malloc (int size) { | char *pnt; | if (main_b) _exit(0); | pnt = heap_p; | heap_p += size; | return pnt; | } | char *calloc (int number, int size) { | char *start, *pnt, *end; | if (main_b) _exit(0); | /* it should be already 0s */ | start = malloc (number * size); | pnt = start; | end = start + size; | while (pnt < end) { *pnt++ = '\0'; } | return start; | } | char *realloc (char *old_pnt, int new_size) { | char *start, *pnt, *end; | if (main_b) _exit(0); | start = malloc (new_size); | pnt = start; | end = start + new_size; | while (pnt < end) { *pnt++ = *old_pnt++; } | return start; | } | main() { main_b = 1; abort(); _exit(1); } | configure:6054: result: yes configure:6060: checking return type of signal handlers configure:6091: cc -c -fno-common conftest.c >&5 configure:6097: $? = 0 configure:6101: test -z || test ! -s conftest.err configure:6104: $? = 0 configure:6107: test -s conftest. configure:6110: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | /* end confdefs.h. */ | #include | #include | #ifdef signal | # undef signal | #endif | #ifdef __cplusplus | extern "C" void (*signal (int, void (*)(int)))(int); | #else | void (*signal ()) (); | #endif | | int | main () | { | int i; | ; | return 0; | } configure:6121: result: int configure:6129: checking signal works configure:6141: checking signal.h usability configure:6153: cc -c -fno-common conftest.c >&5 configure:6159: $? = 0 configure:6163: test -z || test ! -s conftest.err configure:6166: $? = 0 configure:6169: test -s conftest. configure:6172: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6182: result: no configure:6186: checking signal.h presence configure:6196: cc -E conftest.c configure:6202: $? = 0 configure:6222: result: yes configure:6235: WARNING: signal.h: present but cannot be compiled configure:6237: WARNING: signal.h: check for missing prerequisite headers? configure:6239: WARNING: signal.h: see the Autoconf documentation configure:6241: WARNING: signal.h: section "Present But Cannot Be Compiled" configure:6243: WARNING: signal.h: proceeding with the preprocessor's result configure:6245: WARNING: signal.h: in the future, the compiler will take precedence configure:6257: checking for signal.h configure:6264: result: yes configure:6307: cc -o conftest -fno-common conftest.c >&5 configure:6313: $? = 0 configure:6317: test -z || test ! -s conftest.err configure:6320: $? = 0 configure:6323: test -s conftest configure:6326: $? = 0 configure:6331: result: yes configure:6354: checking for getenv configure:6411: cc -o conftest -fno-common conftest.c >&5 configure:6417: $? = 0 configure:6421: test -z || test ! -s conftest.err configure:6424: $? = 0 configure:6427: test -s conftest configure:6430: $? = 0 configure:6442: result: yes configure:6452: checking getenv safe configure:6499: cc -o conftest -fno-common conftest.c >&5 ld: warning multiple definitions of symbol _calloc /var/tmp//ccGq4mwt.o definition of _calloc in section (__TEXT,__text) /usr/lib/libSystem.dylib(malloc.So) definition of _calloc ld: warning multiple definitions of symbol _realloc /var/tmp//ccGq4mwt.o definition of _realloc in section (__TEXT,__text) /usr/lib/libSystem.dylib(malloc.So) definition of _realloc ld: warning multiple definitions of symbol _malloc /var/tmp//ccGq4mwt.o definition of _malloc in section (__TEXT,__text) /usr/lib/libSystem.dylib(malloc.So) definition of _malloc ld: warning multiple definitions of symbol _free /var/tmp//ccGq4mwt.o definition of _free in section (__TEXT,__text) /usr/lib/libSystem.dylib(malloc.So) definition of _free configure:6502: $? = 0 configure:6504: ./conftest configure:6507: $? = 0 configure:6513: result: yes configure:6545: checking sys/cygwin.h usability configure:6557: cc -c -fno-common conftest.c >&5 conftest.c:72:24: sys/cygwin.h: No such file or directory configure:6563: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6586: result: no configure:6590: checking sys/cygwin.h presence configure:6600: cc -E conftest.c conftest.c:38:24: sys/cygwin.h: No such file or directory configure:6606: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | /* end confdefs.h. */ | #include configure:6626: result: no configure:6661: checking for sys/cygwin.h configure:6668: result: no configure:6697: checking w32api/windef.h usability configure:6709: cc -c -fno-common conftest.c >&5 conftest.c:73:27: w32api/windef.h: No such file or directory configure:6715: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6738: result: no configure:6742: checking w32api/windef.h presence configure:6752: cc -E conftest.c conftest.c:39:27: w32api/windef.h: No such file or directory configure:6758: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | /* end confdefs.h. */ | #include configure:6778: result: no configure:6813: checking for w32api/windef.h configure:6820: result: no configure:6839: checking for w32api/winbase.h configure:6858: cc -c -fno-common conftest.c >&5 conftest.c:45:28: w32api/winbase.h: No such file or directory configure:6864: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | #define HAVE_W32API_WINDEF_H 0 | /* end confdefs.h. */ | | #if HAVE_W32API_WINDEF_H | # include | #endif | | #include configure:6888: result: no configure:6905: checking for GetEnvironmentVariableA configure:6938: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _GetEnvironmentVariableA configure:6941: $? = 1 configure: program exited with status 1 configure: failed program was: | | #if HAVE_SYS_CYGWIN_H | # include | #endif | #if HAVE_STDARG_H | # include | #endif | #if HAVE_W32API_WINDEF_H | # include | #endif | #if HAVE_W32API_WINBASE_H | # include | #endif | main() { | char env_buf[256]; | GetEnvironmentVariableA("PATH", env_buf, sizeof(env_buf)); | } | configure:6965: result: no configure:6992: checking constructor attribute configure:7011: cc -o conftest -fno-common conftest.c >&5 configure:7014: $? = 0 configure:7016: ./conftest configure:7019: $? = 0 configure:7024: result: yes configure:7044: checking destructor attribute configure:7064: cc -o conftest -fno-common conftest.c >&5 configure:7067: $? = 0 configure:7069: ./conftest configure:7072: $? = 0 configure:7078: result: yes configure:7103: checking return.h macros work configure:7136: cc -o conftest -fno-common conftest.c >&5 configure:7139: $? = 0 configure:7141: ./conftest configure:7144: $? = 0 configure:7149: result: yes configure:7171: checking if ident works configure:7180: cc -c -fno-common conftest.c >&5 configure:7186: $? = 0 configure:7190: test -z || test ! -s conftest.err configure:7193: $? = 0 configure:7196: test -s conftest. configure:7199: $? = 1 configure: failed program was: | | #ident ": configure.ac,v 1.37 2007/05/14 17:23:37 gray Exp $" | static void foo (void) { } | configure:7213: result: no configure:7220: pthread particulars configure:7225: checking for library containing pthread_mutex_init configure:7255: cc -o conftest -fno-common conftest.c >&5 configure:7261: $? = 0 configure:7265: test -z || test ! -s conftest.err configure:7268: $? = 0 configure:7271: test -s conftest configure:7274: $? = 0 configure:7344: result: none required configure:7361: checking pthread.h usability configure:7373: cc -c -fno-common conftest.c >&5 configure:7379: $? = 0 configure:7383: test -z || test ! -s conftest.err configure:7386: $? = 0 configure:7389: test -s conftest. configure:7392: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | #define HAVE_W32API_WINDEF_H 0 | #define HAVE_W32API_WINBASE_H 0 | #define HAVE_GETENVIRONMENTVARIABLEA 0 | #define CONSTRUCTOR_WORKS 1 | #define DESTRUCTOR_WORKS 1 | #define RETURN_MACROS_WORK 1 | #define IDENT_WORKS 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7402: result: no configure:7406: checking pthread.h presence configure:7416: cc -E conftest.c configure:7422: $? = 0 configure:7442: result: yes configure:7455: WARNING: pthread.h: present but cannot be compiled configure:7457: WARNING: pthread.h: check for missing prerequisite headers? configure:7459: WARNING: pthread.h: see the Autoconf documentation configure:7461: WARNING: pthread.h: section "Present But Cannot Be Compiled" configure:7463: WARNING: pthread.h: proceeding with the preprocessor's result configure:7465: WARNING: pthread.h: in the future, the compiler will take precedence configure:7477: checking for pthread.h configure:7484: result: yes configure:7513: checking pthreads.h usability configure:7525: cc -c -fno-common conftest.c >&5 conftest.c:81:22: pthreads.h: No such file or directory configure:7531: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | #define HAVE_W32API_WINDEF_H 0 | #define HAVE_W32API_WINBASE_H 0 | #define HAVE_GETENVIRONMENTVARIABLEA 0 | #define CONSTRUCTOR_WORKS 1 | #define DESTRUCTOR_WORKS 1 | #define RETURN_MACROS_WORK 1 | #define IDENT_WORKS 0 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7554: result: no configure:7558: checking pthreads.h presence configure:7568: cc -E conftest.c conftest.c:47:22: pthreads.h: No such file or directory configure:7574: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | #define HAVE_W32API_WINDEF_H 0 | #define HAVE_W32API_WINBASE_H 0 | #define HAVE_GETENVIRONMENTVARIABLEA 0 | #define CONSTRUCTOR_WORKS 1 | #define DESTRUCTOR_WORKS 1 | #define RETURN_MACROS_WORK 1 | #define IDENT_WORKS 0 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include configure:7594: result: no configure:7629: checking for pthreads.h configure:7636: result: no configure:7662: checking for pthread_mutex_init configure:7719: cc -o conftest -fno-common conftest.c >&5 configure:7725: $? = 0 configure:7729: test -z || test ! -s conftest.err configure:7732: $? = 0 configure:7735: test -s conftest configure:7738: $? = 0 configure:7750: result: yes configure:7662: checking for pthread_mutex_lock configure:7719: cc -o conftest -fno-common conftest.c >&5 configure:7725: $? = 0 configure:7729: test -z || test ! -s conftest.err configure:7732: $? = 0 configure:7735: test -s conftest configure:7738: $? = 0 configure:7750: result: yes configure:7662: checking for pthread_mutex_unlock configure:7719: cc -o conftest -fno-common conftest.c >&5 configure:7725: $? = 0 configure:7729: test -z || test ! -s conftest.err configure:7732: $? = 0 configure:7735: test -s conftest configure:7738: $? = 0 configure:7750: result: yes configure:7761: checking pthread mutex type configure:7788: cc -o conftest -fno-common conftest.c >&5 configure:7794: $? = 0 configure:7798: test -z || test ! -s conftest.err configure:7801: $? = 0 configure:7804: test -s conftest configure:7807: $? = 0 configure:7812: result: pthread_mutex_t configure:7825: checking pthread attribute initialization configure:7853: cc -o conftest -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:65: error: `pthread_mutexattr_default' undeclared (first use in this function) conftest.c:65: error: (Each undeclared identifier is reported only once conftest.c:65: error: for each function it appears in.) configure:7859: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | #define HAVE_W32API_WINDEF_H 0 | #define HAVE_W32API_WINBASE_H 0 | #define HAVE_GETENVIRONMENTVARIABLEA 0 | #define CONSTRUCTOR_WORKS 1 | #define DESTRUCTOR_WORKS 1 | #define RETURN_MACROS_WORK 1 | #define IDENT_WORKS 0 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREADS_H 0 | #define HAVE_PTHREAD_MUTEX_INIT 1 | #define HAVE_PTHREAD_MUTEX_LOCK 1 | #define HAVE_PTHREAD_MUTEX_UNLOCK 1 | #define THREAD_MUTEX_T pthread_mutex_t | /* end confdefs.h. */ | | #if HAVE_PTHREAD_H | # include | #endif | #if HAVE_PTHREADS_H | # include | #endif | | int | main () | { | | THREAD_MUTEX_T dmalloc_mutex; | pthread_mutex_init(&dmalloc_mutex, pthread_mutexattr_default); | | ; | return 0; | } configure:7888: result: 0 configure:7898: functions configure:7907: checking for atexit configure:7964: cc -o conftest -fno-common conftest.c >&5 configure:7970: $? = 0 configure:7974: test -z || test ! -s conftest.err configure:7977: $? = 0 configure:7980: test -s conftest configure:7983: $? = 0 configure:7995: result: yes configure:7907: checking for on_exit configure:7964: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _on_exit configure:7970: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | #define HAVE_W32API_WINDEF_H 0 | #define HAVE_W32API_WINBASE_H 0 | #define HAVE_GETENVIRONMENTVARIABLEA 0 | #define CONSTRUCTOR_WORKS 1 | #define DESTRUCTOR_WORKS 1 | #define RETURN_MACROS_WORK 1 | #define IDENT_WORKS 0 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREADS_H 0 | #define HAVE_PTHREAD_MUTEX_INIT 1 | #define HAVE_PTHREAD_MUTEX_LOCK 1 | #define HAVE_PTHREAD_MUTEX_UNLOCK 1 | #define THREAD_MUTEX_T pthread_mutex_t | #define THREAD_LOCK_INIT_VAL 0 | #define HAVE_ATEXIT 1 | /* end confdefs.h. */ | /* Define on_exit to an innocuous variant, in case declares on_exit. | For example, HP-UX 11i declares gettimeofday. */ | #define on_exit innocuous_on_exit | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char on_exit (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef on_exit | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char on_exit (); | /* 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_on_exit) || defined (__stub___on_exit) | choke me | #else | char (*f) () = on_exit; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != on_exit; | ; | return 0; | } configure:7995: result: no configure:8032: checking for fork configure:8089: cc -o conftest -fno-common conftest.c >&5 configure:8095: $? = 0 configure:8099: test -z || test ! -s conftest.err configure:8102: $? = 0 configure:8105: test -s conftest configure:8108: $? = 0 configure:8120: result: yes configure:8032: checking for gethostname configure:8089: cc -o conftest -fno-common conftest.c >&5 configure:8095: $? = 0 configure:8099: test -z || test ! -s conftest.err configure:8102: $? = 0 configure:8105: test -s conftest configure:8108: $? = 0 configure:8120: result: yes configure:8032: checking for getpid configure:8089: cc -o conftest -fno-common conftest.c >&5 configure:8095: $? = 0 configure:8099: test -z || test ! -s conftest.err configure:8102: $? = 0 configure:8105: test -s conftest configure:8108: $? = 0 configure:8120: result: yes configure:8032: checking for getuid configure:8089: cc -o conftest -fno-common conftest.c >&5 configure:8095: $? = 0 configure:8099: test -z || test ! -s conftest.err configure:8102: $? = 0 configure:8105: test -s conftest configure:8108: $? = 0 configure:8120: result: yes configure:8032: checking for time configure:8089: cc -o conftest -fno-common conftest.c >&5 configure:8095: $? = 0 configure:8099: test -z || test ! -s conftest.err configure:8102: $? = 0 configure:8105: test -s conftest configure:8108: $? = 0 configure:8120: result: yes configure:8032: checking for ctime configure:8089: cc -o conftest -fno-common conftest.c >&5 configure:8095: $? = 0 configure:8099: test -z || test ! -s conftest.err configure:8102: $? = 0 configure:8105: test -s conftest configure:8108: $? = 0 configure:8120: result: yes configure:8136: checking for vprintf configure:8193: cc -o conftest -fno-common conftest.c >&5 conftest.c:84: warning: conflicting types for built-in function `vprintf' configure:8199: $? = 0 configure:8203: test -z || test ! -s conftest.err configure:8206: $? = 0 configure:8209: test -s conftest configure:8212: $? = 0 configure:8224: result: yes configure:8136: checking for snprintf configure:8193: cc -o conftest -fno-common conftest.c >&5 conftest.c:85: warning: conflicting types for built-in function `snprintf' configure:8199: $? = 0 configure:8203: test -z || test ! -s conftest.err configure:8206: $? = 0 configure:8209: test -s conftest configure:8212: $? = 0 configure:8224: result: yes configure:8136: checking for vsnprintf configure:8193: cc -o conftest -fno-common conftest.c >&5 conftest.c:86: warning: conflicting types for built-in function `vsnprintf' configure:8199: $? = 0 configure:8203: test -z || test ! -s conftest.err configure:8206: $? = 0 configure:8209: test -s conftest configure:8212: $? = 0 configure:8224: result: yes configure:8240: checking for recalloc configure:8297: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _recalloc configure:8303: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | #define HAVE_W32API_WINDEF_H 0 | #define HAVE_W32API_WINBASE_H 0 | #define HAVE_GETENVIRONMENTVARIABLEA 0 | #define CONSTRUCTOR_WORKS 1 | #define DESTRUCTOR_WORKS 1 | #define RETURN_MACROS_WORK 1 | #define IDENT_WORKS 0 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREADS_H 0 | #define HAVE_PTHREAD_MUTEX_INIT 1 | #define HAVE_PTHREAD_MUTEX_LOCK 1 | #define HAVE_PTHREAD_MUTEX_UNLOCK 1 | #define THREAD_MUTEX_T pthread_mutex_t | #define THREAD_LOCK_INIT_VAL 0 | #define HAVE_ATEXIT 1 | #define HAVE_FORK 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPID 1 | #define HAVE_GETUID 1 | #define HAVE_TIME 1 | #define HAVE_CTIME 1 | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | /* Define recalloc to an innocuous variant, in case declares recalloc. | For example, HP-UX 11i declares gettimeofday. */ | #define recalloc innocuous_recalloc | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char recalloc (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef recalloc | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char recalloc (); | /* 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_recalloc) || defined (__stub___recalloc) | choke me | #else | char (*f) () = recalloc; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != recalloc; | ; | return 0; | } configure:8328: result: no configure:8240: checking for memalign configure:8297: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _memalign configure:8303: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmalloc" | #define PACKAGE_TARNAME "dmalloc" | #define PACKAGE_VERSION "5.5.2" | #define PACKAGE_STRING "dmalloc 5.5.2" | #define PACKAGE_BUGREPORT "http://dmalloc.com/" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 0 | #define HAVE_STRING_H 0 | #define HAVE_UNISTD_H 0 | #define HAVE_SYS_TYPES_H 0 | #define HAVE_SYS_MMAN_H 1 | #define size_t unsigned | #define DMALLOC_SIZE unsigned long | #define DMALLOC_SIZE_UNSIGNED 1 | #define HAVE_MPROTECT 1 | #define PROTECT_ALLOWED 1 | #define HAVE_MMAP 1 | #define HAVE_SBRK 1 | #define USE_MMAP 1 | #define HAVE_GETPAGESIZE 1 | #define BASIC_BLOCK 12 | #define SIZEOF_LONG 0 | #define ALLOCATION_ALIGNMENT 0 | #define HAVE_ABORT 1 | #define ABORT_OKAY 1 | #define RETSIGTYPE int | #define HAVE_SIGNAL_H 1 | #define SIGNAL_OKAY 1 | #define HAVE_GETENV 1 | #define GETENV_SAFE 1 | #define HAVE_SYS_CYGWIN_H 0 | #define HAVE_W32API_WINDEF_H 0 | #define HAVE_W32API_WINBASE_H 0 | #define HAVE_GETENVIRONMENTVARIABLEA 0 | #define CONSTRUCTOR_WORKS 1 | #define DESTRUCTOR_WORKS 1 | #define RETURN_MACROS_WORK 1 | #define IDENT_WORKS 0 | #define HAVE_PTHREAD_H 1 | #define HAVE_PTHREADS_H 0 | #define HAVE_PTHREAD_MUTEX_INIT 1 | #define HAVE_PTHREAD_MUTEX_LOCK 1 | #define HAVE_PTHREAD_MUTEX_UNLOCK 1 | #define THREAD_MUTEX_T pthread_mutex_t | #define THREAD_LOCK_INIT_VAL 0 | #define HAVE_ATEXIT 1 | #define HAVE_FORK 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPID 1 | #define HAVE_GETUID 1 | #define HAVE_TIME 1 | #define HAVE_CTIME 1 | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | /* Define memalign to an innocuous variant, in case declares memalign. | For example, HP-UX 11i declares gettimeofday. */ | #define memalign innocuous_memalign | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memalign (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef memalign | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char memalign (); | /* 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_memalign) || defined (__stub___memalign) | choke me | #else | char (*f) () = memalign; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != memalign; | ; | return 0; | } configure:8328: result: no configure:8240: checking for valloc configure:8297: cc -o conftest -fno-common conftest.c >&5 configure:8303: $? = 0 configure:8307: test -z || test ! -s conftest.err configure:8310: $? = 0 configure:8313: test -s conftest configure:8316: $? = 0 configure:8328: result: yes configure:8347: checking for memcmp configure:8404: cc -o conftest -fno-common conftest.c >&5 conftest.c:88: warning: conflicting types for built-in function `memcmp' configure:8410: $? = 0 configure:8414: test -z || test ! -s conftest.err configure:8417: $? = 0 configure:8420: test -s conftest configure:8423: $? = 0 configure:8435: result: yes configure:8347: checking for memcpy configure:8404: cc -o conftest -fno-common conftest.c >&5 conftest.c:89: warning: conflicting types for built-in function `memcpy' configure:8410: $? = 0 configure:8414: test -z || test ! -s conftest.err configure:8417: $? = 0 configure:8420: test -s conftest configure:8423: $? = 0 configure:8435: result: yes configure:8347: checking for memmove configure:8404: cc -o conftest -fno-common conftest.c >&5 configure:8410: $? = 0 configure:8414: test -z || test ! -s conftest.err configure:8417: $? = 0 configure:8420: test -s conftest configure:8423: $? = 0 configure:8435: result: yes configure:8347: checking for memset configure:8404: cc -o conftest -fno-common conftest.c >&5 conftest.c:91: warning: conflicting types for built-in function `memset' configure:8410: $? = 0 configure:8414: test -z || test ! -s conftest.err configure:8417: $? = 0 configure:8420: test -s conftest configure:8423: $? = 0 configure:8435: result: yes configure:8450: checking for strchr configure:8507: cc -o conftest -fno-common conftest.c >&5 conftest.c:92: warning: conflicting types for built-in function `strchr' configure:8513: $? = 0 configure:8517: test -z || test ! -s conftest.err configure:8520: $? = 0 configure:8523: test -s conftest configure:8526: $? = 0 configure:8538: result: yes configure:8450: checking for strrchr configure:8507: cc -o conftest -fno-common conftest.c >&5 conftest.c:93: warning: conflicting types for built-in function `strrchr' configure:8513: $? = 0 configure:8517: test -z || test ! -s conftest.err configure:8520: $? = 0 configure:8523: test -s conftest configure:8526: $? = 0 configure:8538: result: yes configure:8555: checking for strlen configure:8612: cc -o conftest -fno-common conftest.c >&5 conftest.c:94: warning: conflicting types for built-in function `strlen' configure:8618: $? = 0 configure:8622: test -z || test ! -s conftest.err configure:8625: $? = 0 configure:8628: test -s conftest configure:8631: $? = 0 configure:8643: result: yes configure:8555: checking for strcmp configure:8612: cc -o conftest -fno-common conftest.c >&5 conftest.c:95: warning: conflicting types for built-in function `strcmp' configure:8618: $? = 0 configure:8622: test -z || test ! -s conftest.err configure:8625: $? = 0 configure:8628: test -s conftest configure:8631: $? = 0 configure:8643: result: yes configure:8555: checking for strcpy configure:8612: cc -o conftest -fno-common conftest.c >&5 conftest.c:96: warning: conflicting types for built-in function `strcpy' configure:8618: $? = 0 configure:8622: test -z || test ! -s conftest.err configure:8625: $? = 0 configure:8628: test -s conftest configure:8631: $? = 0 configure:8643: result: yes configure:8555: checking for strsep configure:8612: cc -o conftest -fno-common conftest.c >&5 configure:8618: $? = 0 configure:8622: test -z || test ! -s conftest.err configure:8625: $? = 0 configure:8628: test -s conftest configure:8631: $? = 0 configure:8643: result: yes configure:8655: various functions for argv files configure:8665: checking for atoi configure:8722: cc -o conftest -fno-common conftest.c >&5 configure:8728: $? = 0 configure:8732: test -z || test ! -s conftest.err configure:8735: $? = 0 configure:8738: test -s conftest configure:8741: $? = 0 configure:8753: result: yes configure:8665: checking for atol configure:8722: cc -o conftest -fno-common conftest.c >&5 configure:8728: $? = 0 configure:8732: test -z || test ! -s conftest.err configure:8735: $? = 0 configure:8738: test -s conftest configure:8741: $? = 0 configure:8753: result: yes configure:8665: checking for getenv configure:8753: result: yes configure:8773: checking for strchr configure:8861: result: yes configure:8773: checking for strcmp configure:8861: result: yes configure:8773: checking for strcpy configure:8861: result: yes configure:8773: checking for strlen configure:8861: result: yes configure:8773: checking for strncmp configure:8830: cc -o conftest -fno-common conftest.c >&5 conftest.c:105: warning: conflicting types for built-in function `strncmp' configure:8836: $? = 0 configure:8840: test -z || test ! -s conftest.err configure:8843: $? = 0 configure:8846: test -s conftest configure:8849: $? = 0 configure:8861: result: yes configure:8773: checking for strncpy configure:8830: cc -o conftest -fno-common conftest.c >&5 conftest.c:106: warning: conflicting types for built-in function `strncpy' configure:8836: $? = 0 configure:8840: test -z || test ! -s conftest.err configure:8843: $? = 0 configure:8846: test -s conftest configure:8849: $? = 0 configure:8861: result: yes configure:8773: checking for strsep configure:8861: result: yes configure:8873: various functions for argument checking configure:8882: checking for atoi configure:8970: result: yes configure:8882: checking for atol configure:8970: result: yes configure:8986: checking for bcmp configure:9043: cc -o conftest -fno-common conftest.c >&5 conftest.c:110: warning: conflicting types for built-in function `bcmp' configure:9049: $? = 0 configure:9053: test -z || test ! -s conftest.err configure:9056: $? = 0 configure:9059: test -s conftest configure:9062: $? = 0 configure:9074: result: yes configure:8986: checking for bcopy configure:9043: cc -o conftest -fno-common conftest.c >&5 configure:9049: $? = 0 configure:9053: test -z || test ! -s conftest.err configure:9056: $? = 0 configure:9059: test -s conftest configure:9062: $? = 0 configure:9074: result: yes configure:8986: checking for bzero configure:9043: cc -o conftest -fno-common conftest.c >&5 conftest.c:112: warning: conflicting types for built-in function `bzero' configure:9049: $? = 0 configure:9053: test -z || test ! -s conftest.err configure:9056: $? = 0 configure:9059: test -s conftest configure:9062: $? = 0 configure:9074: result: yes configure:9088: checking for index configure:9145: cc -o conftest -fno-common conftest.c >&5 conftest.c:113: warning: conflicting types for built-in function `index' configure:9151: $? = 0 configure:9155: test -z || test ! -s conftest.err configure:9158: $? = 0 configure:9161: test -s conftest configure:9164: $? = 0 configure:9176: result: yes configure:9195: checking for memccpy configure:9252: cc -o conftest -fno-common conftest.c >&5 configure:9258: $? = 0 configure:9262: test -z || test ! -s conftest.err configure:9265: $? = 0 configure:9268: test -s conftest configure:9271: $? = 0 configure:9283: result: yes configure:9195: checking for memchr configure:9252: cc -o conftest -fno-common conftest.c >&5 configure:9258: $? = 0 configure:9262: test -z || test ! -s conftest.err configure:9265: $? = 0 configure:9268: test -s conftest configure:9271: $? = 0 configure:9283: result: yes configure:9195: checking for memcmp configure:9283: result: yes configure:9195: checking for memcpy configure:9283: result: yes configure:9195: checking for memmove configure:9283: result: yes configure:9195: checking for memset configure:9283: result: yes configure:9297: checking for rindex configure:9354: cc -o conftest -fno-common conftest.c >&5 conftest.c:120: warning: conflicting types for built-in function `rindex' configure:9360: $? = 0 configure:9364: test -z || test ! -s conftest.err configure:9367: $? = 0 configure:9370: test -s conftest configure:9373: $? = 0 configure:9385: result: yes configure:9405: checking for strcasecmp configure:9462: cc -o conftest -fno-common conftest.c >&5 configure:9468: $? = 0 configure:9472: test -z || test ! -s conftest.err configure:9475: $? = 0 configure:9478: test -s conftest configure:9481: $? = 0 configure:9493: result: yes configure:9405: checking for strcat configure:9462: cc -o conftest -fno-common conftest.c >&5 conftest.c:122: warning: conflicting types for built-in function `strcat' configure:9468: $? = 0 configure:9472: test -z || test ! -s conftest.err configure:9475: $? = 0 configure:9478: test -s conftest configure:9481: $? = 0 configure:9493: result: yes configure:9405: checking for strchr configure:9493: result: yes configure:9405: checking for strcmp configure:9493: result: yes configure:9405: checking for strcpy configure:9493: result: yes configure:9405: checking for strcspn configure:9462: cc -o conftest -fno-common conftest.c >&5 conftest.c:126: warning: conflicting types for built-in function `strcspn' configure:9468: $? = 0 configure:9472: test -z || test ! -s conftest.err configure:9475: $? = 0 configure:9478: test -s conftest configure:9481: $? = 0 configure:9493: result: yes configure:9405: checking for strlen configure:9493: result: yes configure:9510: checking for strncasecmp configure:9567: cc -o conftest -fno-common conftest.c >&5 configure:9573: $? = 0 configure:9577: test -z || test ! -s conftest.err configure:9580: $? = 0 configure:9583: test -s conftest configure:9586: $? = 0 configure:9598: result: yes configure:9510: checking for strncat configure:9567: cc -o conftest -fno-common conftest.c >&5 conftest.c:129: warning: conflicting types for built-in function `strncat' configure:9573: $? = 0 configure:9577: test -z || test ! -s conftest.err configure:9580: $? = 0 configure:9583: test -s conftest configure:9586: $? = 0 configure:9598: result: yes configure:9510: checking for strncmp configure:9598: result: yes configure:9510: checking for strncpy configure:9598: result: yes configure:9616: checking for strpbrk configure:9673: cc -o conftest -fno-common conftest.c >&5 conftest.c:132: warning: conflicting types for built-in function `strpbrk' configure:9679: $? = 0 configure:9683: test -z || test ! -s conftest.err configure:9686: $? = 0 configure:9689: test -s conftest configure:9692: $? = 0 configure:9704: result: yes configure:9616: checking for strrchr configure:9704: result: yes configure:9616: checking for strspn configure:9673: cc -o conftest -fno-common conftest.c >&5 conftest.c:134: warning: conflicting types for built-in function `strspn' configure:9679: $? = 0 configure:9683: test -z || test ! -s conftest.err configure:9686: $? = 0 configure:9689: test -s conftest configure:9692: $? = 0 configure:9704: result: yes configure:9616: checking for strstr configure:9673: cc -o conftest -fno-common conftest.c >&5 conftest.c:135: warning: conflicting types for built-in function `strstr' configure:9679: $? = 0 configure:9683: test -z || test ! -s conftest.err configure:9686: $? = 0 configure:9689: test -s conftest configure:9692: $? = 0 configure:9704: result: yes configure:9616: checking for strtok configure:9673: cc -o conftest -fno-common conftest.c >&5 configure:9679: $? = 0 configure:9683: test -z || test ! -s conftest.err configure:9686: $? = 0 configure:9689: test -s conftest configure:9692: $? = 0 configure:9704: result: yes configure:9818: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by dmalloc config.status 5.5.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:694: creating Makefile config.status:798: creating conf.h config.status:1276: executing dmalloc.h.2 commands config.status:1276: executing settings.h commands configure:11084: configure:11086: Please check-out Makefile and conf.h to make sure that configure:11088: sane configuration values were a result. configure:11090: configure:11092: You may want to change values in settings.h before configure:11094: running 'make'. configure:11096: configure:11098: To run the basic library tests, you can execute: configure:11100: make light configure:11102: or configure:11104: make heavy configure:11106: ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_cxx_compiler_gnu=no ac_cv_data_align=0 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_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_abort=yes ac_cv_func_atexit=yes ac_cv_func_atoi=yes ac_cv_func_atol=yes ac_cv_func_bcmp=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_ctime=yes ac_cv_func_fork=yes ac_cv_func_getenv=yes ac_cv_func_gethostname=yes ac_cv_func_getpagesize=yes ac_cv_func_getpid=yes ac_cv_func_getuid=yes ac_cv_func_index=yes ac_cv_func_memalign=no ac_cv_func_memccpy=yes ac_cv_func_memchr=yes ac_cv_func_memcmp=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mmap=yes ac_cv_func_mprotect=yes ac_cv_func_on_exit=no ac_cv_func_pthread_mutex_init=yes ac_cv_func_pthread_mutex_lock=yes ac_cv_func_pthread_mutex_unlock=yes ac_cv_func_recalloc=no ac_cv_func_rindex=yes ac_cv_func_sbrk=yes ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strcat=yes ac_cv_func_strchr=yes ac_cv_func_strcmp=yes ac_cv_func_strcpy=yes ac_cv_func_strcspn=yes ac_cv_func_strlen=yes ac_cv_func_strncasecmp=yes ac_cv_func_strncat=yes ac_cv_func_strncmp=yes ac_cv_func_strncpy=yes ac_cv_func_strpbrk=yes ac_cv_func_strrchr=yes ac_cv_func_strsep=yes ac_cv_func_strspn=yes ac_cv_func_strstr=yes ac_cv_func_strtok=yes ac_cv_func_time=yes ac_cv_func_valloc=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_pthread_h=yes ac_cv_header_pthreads_h=no ac_cv_header_signal_h=yes ac_cv_header_stdarg_h=yes 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_cygwin_h=no ac_cv_header_sys_mman_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_header_w32api_winbase_h=no ac_cv_header_w32api_windef_h=no ac_cv_objext= ac_cv_page_size=12 ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_cxx_g=no ac_cv_prog_egrep='grep -E' ac_cv_search_pthread_mutex_init='none required' ac_cv_shared_lib_suffix=dylib ac_cv_shared_link_args='# Could not configure shlib linking' ac_cv_sizeof_long=0 ac_cv_strdup_macro=no ac_cv_type_long=no ac_cv_type_signal=int ac_cv_type_size_t=no ac_cv_use_mmap=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXFLAGS='-fno-common' CXX_OFF='#' CXX_ON='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' HAVE_PTHREADS_H='0' HAVE_PTHREAD_H='1' HAVE_SIGNAL_H='1' HAVE_STDARG_H='1' HAVE_STDLIB_H='0' HAVE_STRING_H='0' HAVE_SYS_CYGWIN_H='0' HAVE_SYS_MMAN_H='1' HAVE_SYS_TYPES_H='0' HAVE_UNISTD_H='0' HAVE_W32API_WINBASE_H='0' HAVE_W32API_WINDEF_H='0' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='http://dmalloc.com/' PACKAGE_NAME='dmalloc' PACKAGE_STRING='dmalloc 5.5.2' PACKAGE_TARNAME='dmalloc' PACKAGE_VERSION='5.5.2' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' SL_OFF='' SL_ON='#' TH_OFF='' TH_ON='#' ac_ct_CC='' ac_ct_CXX='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' shlibdir='${exec_prefix}/lib' shlibext='dylib' shlinkargs='# Could not configure shlib linking' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ABORT_OKAY 1 #define ALLOCATION_ALIGNMENT 0 #define BASIC_BLOCK 12 #define CONSTRUCTOR_WORKS 1 #define DESTRUCTOR_WORKS 1 #define DMALLOC_SIZE unsigned long #define DMALLOC_SIZE_UNSIGNED 1 #define GETENV_SAFE 1 #define HAVE_ABORT 1 #define HAVE_ATEXIT 1 #define HAVE_ATOI 1 #define HAVE_ATOI 1 #define HAVE_ATOL 1 #define HAVE_ATOL 1 #define HAVE_BCMP 1 #define HAVE_BCOPY 1 #define HAVE_BZERO 1 #define HAVE_CTIME 1 #define HAVE_FORK 1 #define HAVE_GETENV 1 #define HAVE_GETENV 1 #define HAVE_GETENVIRONMENTVARIABLEA 0 #define HAVE_GETHOSTNAME 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETPID 1 #define HAVE_GETUID 1 #define HAVE_INDEX 1 #define HAVE_MEMCCPY 1 #define HAVE_MEMCHR 1 #define HAVE_MEMCMP 1 #define HAVE_MEMCMP 1 #define HAVE_MEMCPY 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MEMSET 1 #define HAVE_MMAP 1 #define HAVE_MPROTECT 1 #define HAVE_PTHREADS_H 0 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_MUTEX_INIT 1 #define HAVE_PTHREAD_MUTEX_LOCK 1 #define HAVE_PTHREAD_MUTEX_UNLOCK 1 #define HAVE_RINDEX 1 #define HAVE_SBRK 1 #define HAVE_SIGNAL_H 1 #define HAVE_SNPRINTF 1 #define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 0 #define HAVE_STRCASECMP 1 #define HAVE_STRCAT 1 #define HAVE_STRCHR 1 #define HAVE_STRCHR 1 #define HAVE_STRCHR 1 #define HAVE_STRCMP 1 #define HAVE_STRCMP 1 #define HAVE_STRCMP 1 #define HAVE_STRCPY 1 #define HAVE_STRCPY 1 #define HAVE_STRCPY 1 #define HAVE_STRCSPN 1 #define HAVE_STRING_H 0 #define HAVE_STRLEN 1 #define HAVE_STRLEN 1 #define HAVE_STRLEN 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRNCAT 1 #define HAVE_STRNCMP 1 #define HAVE_STRNCMP 1 #define HAVE_STRNCPY 1 #define HAVE_STRNCPY 1 #define HAVE_STRPBRK 1 #define HAVE_STRRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSEP 1 #define HAVE_STRSEP 1 #define HAVE_STRSPN 1 #define HAVE_STRSTR 1 #define HAVE_STRTOK 1 #define HAVE_SYS_CYGWIN_H 0 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_TYPES_H 0 #define HAVE_TIME 1 #define HAVE_UNISTD_H 0 #define HAVE_VALLOC 1 #define HAVE_VPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_W32API_WINBASE_H 0 #define HAVE_W32API_WINDEF_H 0 #define IDENT_WORKS 0 #define PACKAGE_BUGREPORT "http://dmalloc.com/" #define PACKAGE_NAME "dmalloc" #define PACKAGE_STRING "dmalloc 5.5.2" #define PACKAGE_TARNAME "dmalloc" #define PACKAGE_VERSION "5.5.2" #define PROTECT_ALLOWED 1 #define RETSIGTYPE int #define RETURN_MACROS_WORK 1 #define SIGNAL_OKAY 1 #define SIZEOF_LONG 0 #define THREAD_LOCK_INIT_VAL 0 #define THREAD_MUTEX_T pthread_mutex_t #define USE_MMAP 1 #define const #define size_t unsigned #endif #ifdef __cplusplus void exit (int); configure: exit 0