This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 138 tasks, 192 threads, 4 processors Load average: 0.96, Mach factor: 3.02 /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: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1322: checking for i386-unknown-gnu-gcc configure:1348: result: cc configure:1630: checking for C compiler version configure:1633: 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:1636: $? = 0 configure:1638: 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:1641: $? = 0 configure:1643: cc -V &5 cc: `-V' option must have argument configure:1646: $? = 1 configure:1670: checking for C compiler default output configure:1673: cc -fno-common conftest.c >&5 configure:1676: $? = 0 configure:1722: result: a.out configure:1727: checking whether the C compiler works configure:1733: ./a.out configure:1736: $? = 0 configure:1753: result: yes configure:1760: checking whether we are cross compiling configure:1762: result: no configure:1765: checking for suffix of executables configure:1767: cc -o conftest -fno-common conftest.c >&5 configure:1770: $? = 0 configure:1795: result: configure:1801: checking for suffix of object files configure:1823: cc -c -fno-common conftest.c >&5 configure:1826: $? = 0 configure:1848: result: configure:1852: checking whether we are using the GNU C compiler configure:1877: cc -c -fno-common conftest.c >&5 configure:1880: $? = 0 configure:1883: test -s conftest. configure:1886: $? = 1 configure: failed program was: | #line 1857 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1899: result: no configure:1905: checking whether cc accepts -g configure:1927: cc -c -g conftest.c >&5 configure:1930: $? = 0 configure:1933: test -s conftest. configure:1936: $? = 1 configure: failed program was: | #line 1910 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1947: result: no configure:1964: checking for cc option to accept ANSI C configure:2025: cc -c -fno-common conftest.c >&5 configure:2028: $? = 0 configure:2031: test -s conftest. configure:2034: $? = 1 configure: failed program was: | #line 1971 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2025: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2028: $? = 0 configure:2031: test -s conftest. configure:2034: $? = 1 configure: failed program was: | #line 1971 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2025: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2028: $? = 1 configure: failed program was: | #line 1971 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2025: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2028: $? = 1 configure: failed program was: | #line 1971 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2025: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2028: $? = 1 configure: failed program was: | #line 1971 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2025: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2028: $? = 0 configure:2031: test -s conftest. configure:2034: $? = 1 configure: failed program was: | #line 1971 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2052: result: none needed configure:2070: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2073: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2192: checking for i386-unknown-gnu-g++ configure:2218: result: c++ configure:2276: checking for C++ compiler version configure:2279: 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:2282: $? = 0 configure:2284: 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:2287: $? = 0 configure:2289: c++ -V &5 c++: `-V' option must have argument configure:2292: $? = 1 configure:2295: checking whether we are using the GNU C++ compiler configure:2320: c++ -c -fno-common conftest.cc >&5 configure:2323: $? = 0 configure:2326: test -s conftest. configure:2329: $? = 1 configure: failed program was: | #line 2300 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2342: result: no configure:2348: checking whether c++ accepts -g configure:2370: c++ -c -g conftest.cc >&5 configure:2373: $? = 0 configure:2376: test -s conftest. configure:2379: $? = 1 configure: failed program was: | #line 2353 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2390: result: no configure:2434: c++ -c -fno-common conftest.cc >&5 configure:2437: $? = 0 configure:2440: test -s conftest. configure:2443: $? = 1 configure: failed program was: | #line 2416 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | | int | main () | { | exit (42); | ; | return 0; | } configure:2434: c++ -c -fno-common conftest.cc >&5 configure:2437: $? = 0 configure:2440: test -s conftest. configure:2443: $? = 1 configure: failed program was: | #line 2416 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2434: c++ -c -fno-common conftest.cc >&5 configure:2437: $? = 0 configure:2440: test -s conftest. configure:2443: $? = 1 configure: failed program was: | #line 2416 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | extern "C" void std::exit (int) throw (); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2434: c++ -c -fno-common conftest.cc >&5 configure:2437: $? = 0 configure:2440: test -s conftest. configure:2443: $? = 1 configure: failed program was: | #line 2416 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | extern "C" void std::exit (int); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2434: c++ -c -fno-common conftest.cc >&5 configure:2437: $? = 0 configure:2440: test -s conftest. configure:2443: $? = 1 configure: failed program was: | #line 2416 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | extern "C" void exit (int) throw (); | int | main () | { | exit (42); | ; | return 0; | } configure:2434: c++ -c -fno-common conftest.cc >&5 configure:2437: $? = 0 configure:2440: test -s conftest. configure:2443: $? = 1 configure: failed program was: | #line 2416 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | extern "C" void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2434: c++ -c -fno-common conftest.cc >&5 configure:2437: $? = 0 configure:2440: test -s conftest. configure:2443: $? = 1 configure: failed program was: | #line 2416 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2507: checking how to run the C++ preprocessor configure:2539: c++ -E conftest.cc configure:2545: $? = 0 configure:2577: c++ -E conftest.cc configure:2579:28: ac_nonexistent.h: No such file or directory configure:2583: $? = 1 configure: failed program was: | #line 2568 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:2621: result: c++ -E configure:2646: c++ -E conftest.cc configure:2652: $? = 0 configure:2684: c++ -E conftest.cc configure:2686:28: ac_nonexistent.h: No such file or directory configure:2690: $? = 1 configure: failed program was: | #line 2675 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:2769: checking for a BSD-compatible install configure:2823: result: /usr/bin/install -c -o root -g wheel configure:2836: checking for an ANSI C-conforming const configure:2904: c++ -c -fno-common conftest.cc >&5 configure:2907: $? = 0 configure:2910: test -s conftest. configure:2913: $? = 1 configure: failed program was: | #line 2841 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:2924: result: no configure:2935: checking for egrep configure:2945: result: grep -E configure:2950: checking for ANSI C header files configure:2976: c++ -c -fno-common conftest.cc >&5 In file included from configure:2967: configure:2963: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:2979: $? = 1 configure: failed program was: | #line 2955 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3097: result: no configure:3121: checking for sys/types.h configure:3138: c++ -c -fno-common conftest.cc >&5 configure:3141: $? = 0 configure:3144: test -s conftest. configure:3147: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3121: checking for sys/stat.h configure:3138: c++ -c -fno-common conftest.cc >&5 configure:3141: $? = 0 configure:3144: test -s conftest. configure:3147: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3121: checking for stdlib.h configure:3138: c++ -c -fno-common conftest.cc >&5 In file included from configure:3173: configure:3134: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:3141: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3121: checking for string.h configure:3138: c++ -c -fno-common conftest.cc >&5 configure:3141: $? = 0 configure:3144: test -s conftest. configure:3147: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3121: checking for memory.h configure:3138: c++ -c -fno-common conftest.cc >&5 configure:3141: $? = 0 configure:3144: test -s conftest. configure:3147: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3121: checking for strings.h configure:3138: c++ -c -fno-common conftest.cc >&5 configure:3141: $? = 0 configure:3144: test -s conftest. configure:3147: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3121: checking for inttypes.h configure:3138: c++ -c -fno-common conftest.cc >&5 configure:3141: $? = 0 configure:3144: test -s conftest. configure:3147: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3121: checking for stdint.h configure:3138: c++ -c -fno-common conftest.cc >&5 configure:3141: $? = 0 configure:3144: test -s conftest. configure:3147: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3121: checking for unistd.h configure:3138: c++ -c -fno-common conftest.cc >&5 configure:3141: $? = 0 configure:3144: test -s conftest. configure:3147: $? = 1 configure: failed program was: | #line 3126 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:3158: result: no configure:3170: checking for size_t configure:3195: c++ -c -fno-common conftest.cc >&5 configure:3198: $? = 0 configure:3201: test -s conftest. configure:3204: $? = 1 configure: failed program was: | #line 3175 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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 | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:3215: result: no configure:3249: c++ -c -fno-common conftest.cc >&5 configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | #line 3229 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | union semun sem; | ; | return 0; | } configure:3289: c++ -c -fno-common conftest.cc >&5 configure:3292: $? = 0 configure:3295: test -s conftest. configure:3298: $? = 1 configure: failed program was: | #line 3272 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | /* end confdefs.h. */ | | int | main () | { | bool var; | ; | return 0; | } configure:3327: c++ -c -fno-common conftest.cc >&5 configure:3330: $? = 0 configure:3333: test -s conftest. configure:3336: $? = 1 configure: failed program was: | #line 3309 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | /* end confdefs.h. */ | | int | main () | { | char c = true; char d = false; | | ; | return 0; | } configure:3364: c++ -o conftest -fno-common conftest.cc >&5 configure:3367: $? = 0 configure:3370: test -s conftest configure:3373: $? = 0 configure:3403: checking algorithm usability configure:3416: c++ -c -fno-common conftest.cc >&5 In file included from /usr/include/gcc/darwin/3.3/c++/cstring:49, from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:65, from /usr/include/gcc/darwin/3.3/c++/algorithm:66, from configure:3452: /usr/include/gcc/darwin/3.3/c++/cstddef:53: error: parse error before `unsigned ' In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:65, from /usr/include/gcc/darwin/3.3/c++/algorithm:66, from configure:3452: /usr/include/gcc/darwin/3.3/c++/cstring: In function `void* std::memchr(void*, int, unsigned int)': /usr/include/gcc/darwin/3.3/c++/cstring:101: error: `void* std::memchr(void*, int, unsigned int)' conflicts with previous using declaration `void* memchr(void*, int, unsigned int)' /usr/include/gcc/darwin/3.3/c++/cstring:101: error: call of overloaded `memchr( void*, int&, unsigned int&)' is ambiguous /usr/include/string.h:81: error: candidates are: void* memchr(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/cstring:101: error: void* std::memchr(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/cstring: In function `char* std::strchr(char*, int)': /usr/include/gcc/darwin/3.3/c++/cstring:107: error: `char* std::strchr(char*, int)' conflicts with previous using declaration `char* strchr(char*, int)' /usr/include/gcc/darwin/3.3/c++/cstring: In function `char* std::strpbrk(char*, char*)': /usr/include/gcc/darwin/3.3/c++/cstring:113: error: `char* std::strpbrk(char*, char*)' conflicts with previous using declaration `char* strpbrk(char*, char*)' /usr/include/gcc/darwin/3.3/c++/cstring: In function `char* std::strrchr(char*, int)': /usr/include/gcc/darwin/3.3/c++/cstring:119: error: `char* std::strrchr(char*, int)' conflicts with previous using declaration `char* strrchr(char*, int)' /usr/include/gcc/darwin/3.3/c++/cstring: In function `char* std::strstr(char*, char*)': /usr/include/gcc/darwin/3.3/c++/cstring:125: error: `char* std::strstr(char*, char*)' conflicts with previous using declaration `char* strstr(char*, char*)' In file included from /usr/include/gcc/darwin/3.3/c++/cstdlib:52, from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:67, from /usr/include/gcc/darwin/3.3/c++/algorithm:66, from configure:3452: configure: At global scope: configure:3413: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:69, from /usr/include/gcc/darwin/3.3/c++/algorithm:66, from configure:3452: /usr/include/gcc/darwin/3.3/c++/new:82: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new:82: error: parse error before `::' token /usr/include/gcc/darwin/3.3/c++/new:83: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new:83: error: parse error before `::' token /usr/include/gcc/darwin/3.3/c++/new:86: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new:87: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new:92: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new: In function `void* operator new(long unsigned int, ...)': /usr/include/gcc/darwin/3.3/c++/new:92: error: `__p' undeclared (first use this function) /usr/include/gcc/darwin/3.3/c++/new:92: error: (Each undeclared identifier is reported only once for each function it appears in.) /usr/include/gcc/darwin/3.3/c++/new: At global scope: /usr/include/gcc/darwin/3.3/c++/new:93: error: parse error before `unsigned' In file included from /usr/include/gcc/darwin/3.3/c++/bits/fpos.h:44, from /usr/include/gcc/darwin/3.3/c++/iosfwd:49, from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:70, from /usr/include/gcc/darwin/3.3/c++/algorithm:66, from configure:3452: /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:59: error: ISO C++ forbids in-class initialization of non-const static member `_S_boolalpha' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:60: error: ISO C++ forbids in-class initialization of non-const static member `_S_dec' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:61: error: ISO C++ forbids in-class initialization of non-const static member `_S_fixed' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:62: error: ISO C++ forbids in-class initialization of non-const static member `_S_hex' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:63: error: ISO C++ forbids in-class initialization of non-const static member `_S_internal' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:64: error: ISO C++ forbids in-class initialization of non-const static member `_S_left' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:65: error: ISO C++ forbids in-class initialization of non-const static member `_S_oct' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:66: error: ISO C++ forbids in-class initialization of non-const static member `_S_right' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:67: error: ISO C++ forbids in-class initialization of non-const static member `_S_scientific' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:68: error: ISO C++ forbids in-class initialization of non-const static member `_S_showbase' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:69: error: ISO C++ forbids in-class initialization of non-const static member `_S_showpoint' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:70: error: ISO C++ forbids in-class initialization of non-const static member `_S_showpos' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:71: error: ISO C++ forbids in-class initialization of non-const static member `_S_skipws' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:72: error: ISO C++ forbids in-class initialization of non-const static member `_S_unitbuf' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:73: error: ISO C++ forbids in-class initialization of non-const static member `_S_uppercase' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:74: error: ISO C++ forbids in-class initialization of non-const static member `_S_adjustfield' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:75: error: ISO C++ forbids in-class initialization of non-const static member `_S_basefield' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:76: error: ISO C++ forbids in-class initialization of non-const static member `_S_floatfield' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:79: error: ISO C++ forbids in-class initialization of non-const static member `_S_badbit' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:80: error: ISO C++ forbids in-class initialization of non-const static member `_S_eofbit' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:81: error: ISO C++ forbids in-class initialization of non-const static member `_S_failbit' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:84: error: ISO C++ forbids in-class initialization of non-const static member `_S_app' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:85: error: ISO C++ forbids in-class initialization of non-const static member `_S_ate' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:86: error: ISO C++ forbids in-class initialization of non-const static member `_S_bin' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:87: error: ISO C++ forbids in-class initialization of non-const static member `_S_in' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:88: error: ISO C++ forbids in-class initialization of non-const static member `_S_out' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:89: error: ISO C++ forbids in-class initialization of non-const static member `_S_trunc' In file included from /usr/include/gcc/darwin/3.3/c++/bits/fpos.h:45, from /usr/include/gcc/darwin/3.3/c++/iosfwd:49, from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:70, from /usr/include/gcc/darwin/3.3/c++/algorithm:66, from configure:3452: /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wcschr(wchar_t*, wchar_t)': /usr/include/gcc/darwin/3.3/c++/cwchar:193: error: `wchar_t* std::wcschr(wchar_t*, wchar_t)' conflicts with previous using declaration ` wchar_t* wcschr(wchar_t*, wchar_t)' /usr/include/gcc/darwin/3.3/c++/cwchar:193: error: call of overloaded `wcschr( wchar_t*, wchar_t&)' is ambiguous /usr/include/wchar.h:147: error: candidates are: wchar_t* wcschr(wchar_t*, wchar_t) /usr/include/gcc/darwin/3.3/c++/cwchar:193: error: wchar_t* std::wcschr(wchar_t*, wchar_t) /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wcspbrk(wchar_t*, wchar_t*)': /usr/include/gcc/darwin/3.3/c++/cwchar:199: error: `wchar_t* std::wcspbrk(wchar_t*, wchar_t*)' conflicts with previous using declaration `wchar_t* wcspbrk(wchar_t*, wchar_t*)' /usr/include/gcc/darwin/3.3/c++/cwchar:199: error: call of overloaded `wcspbrk( wchar_t*, wchar_t*&)' is ambiguous /usr/include/wchar.h:158: error: candidates are: wchar_t* wcspbrk(wchar_t*, wchar_t*) /usr/include/gcc/darwin/3.3/c++/cwchar:199: error: wchar_t* std::wcspbrk(wchar_t*, wchar_t*) /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wcsrchr(wchar_t*, wchar_t)': /usr/include/gcc/darwin/3.3/c++/cwchar:205: error: `wchar_t* std::wcsrchr(wchar_t*, wchar_t)' conflicts with previous using declaration ` wchar_t* wcsrchr(wchar_t*, wchar_t)' /usr/include/gcc/darwin/3.3/c++/cwchar:205: error: call of overloaded `wcsrchr( wchar_t*, wchar_t&)' is ambiguous /usr/include/wchar.h:159: error: candidates are: wchar_t* wcsrchr(wchar_t*, wchar_t) /usr/include/gcc/darwin/3.3/c++/cwchar:205: error: wchar_t* std::wcsrchr(wchar_t*, wchar_t) /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wcsstr(wchar_t*, wchar_t*)': /usr/include/gcc/darwin/3.3/c++/cwchar:211: error: `wchar_t* std::wcsstr(wchar_t*, wchar_t*)' conflicts with previous using declaration ` wchar_t* wcsstr(wchar_t*, wchar_t*)' /usr/include/gcc/darwin/3.3/c++/cwchar:211: error: call of overloaded `wcsstr( wchar_t*, wchar_t*&)' is ambiguous /usr/include/wchar.h:163: error: candidates are: wchar_t* wcsstr(wchar_t*, wchar_t*) /usr/include/gcc/darwin/3.3/c++/cwchar:211: error: wchar_t* std::wcsstr(wchar_t*, wchar_t*) /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wmemchr(wchar_t*, wchar_t, unsigned int)': /usr/include/gcc/darwin/3.3/c++/cwchar:217: error: `wchar_t* std::wmemchr(wchar_t*, wchar_t, unsigned int)' conflicts with previous using declaration `wchar_t* wmemchr(wchar_t*, wchar_t, unsigned int)' /usr/include/gcc/darwin/3.3/c++/cwchar:217: error: call of overloaded `wmemchr( wchar_t*, wchar_t&, unsigned int&)' is ambiguous /usr/include/wchar.h:172: error: candidates are: wchar_t* wmemchr(wchar_t*, wchar_t, unsigned int) /usr/include/gcc/darwin/3.3/c++/cwchar:217: error: wchar_t* std::wmemchr(wchar_t*, wchar_t, unsigned int) In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:73, from /usr/include/gcc/darwin/3.3/c++/algorithm:66, from configure:3452: /usr/include/gcc/darwin/3.3/c++/bits/stl_iterator_base_types.h: At global scope: /usr/include/gcc/darwin/3.3/c++/bits/stl_iterator_base_types.h:143: error: redefinition of `struct std::iterator_traits<_Tp*>' /usr/include/gcc/darwin/3.3/c++/bits/stl_iterator_base_types.h:134: error: previous definition of `struct std::iterator_traits<_Tp*>' In file included from /usr/include/gcc/darwin/3.3/c++/algorithm:66, from configure:3452: /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:281: error: redefinition of `template _Tp* std::__copy_aux2(_Tp*, _Tp*, _Tp*, __true_type)' /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:275: error: `template _Tp* std::__copy_aux2(_Tp*, _Tp*, _Tp*, __true_type)' previously declared here /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:418: error: redefinition of `struct std::__copy_backward_dispatch<_Tp*, _Tp*, __true_type>' /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:406: error: previous definition of `struct std::__copy_backward_dispatch<_Tp*, _Tp*, __true_type> ' /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In function `void std::fill(unsigned char*, unsigned char*, unsigned char&)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:564: error: call of overloaded `memset(unsigned char*&, unsigned char&, int)' is ambiguous :564: error: candidates are: void* std::memset(void*, int, long unsigned int) /usr/include/string.h:85: error: void* memset(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In function `void std::fill(signed char*, signed char*, signed char&)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:575: error: call of overloaded `memset(signed char*&, unsigned char&, int)' is ambiguous :575: error: candidates are: void* std::memset(void*, int, long unsigned int) /usr/include/string.h:85: error: void* memset(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In function `void std::fill(char*, char*, char&)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:586: error: call of overloaded `memset(char*&, unsigned char&, int)' is ambiguous :586: error: candidates are: void* std::memset(void*, int, long unsigned int) /usr/include/string.h:85: error: void* memset(void*, int, unsigned int) configure:3419: $? = 1 configure: failed program was: | #line 3405 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3435: result: no configure:3439: checking algorithm presence configure:3450: c++ -E conftest.cc configure:3456: $? = 0 configure:3475: result: yes configure:3495: WARNING: algorithm: present but cannot be compiled configure:3497: WARNING: algorithm: check for missing prerequisite headers? configure:3499: WARNING: algorithm: proceeding with the preprocessor's result configure:3511: checking for algorithm configure:3518: result: yes configure:3403: checking algo.h usability configure:3416: c++ -c -fno-common conftest.cc >&5 In file included from /usr/include/gcc/darwin/3.3/c++/functional:54, from /usr/include/gcc/darwin/3.3/c++/ext/functional:66, from /usr/include/gcc/darwin/3.3/c++/backward/function.h:63, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:31, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/cstddef:53: error: parse error before `unsigned ' In file included from /usr/include/gcc/darwin/3.3/c++/bits/fpos.h:44, from /usr/include/gcc/darwin/3.3/c++/iosfwd:49, from /usr/include/gcc/darwin/3.3/c++/ios:44, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:59: error: ISO C++ forbids in-class initialization of non-const static member `_S_boolalpha' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:60: error: ISO C++ forbids in-class initialization of non-const static member `_S_dec' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:61: error: ISO C++ forbids in-class initialization of non-const static member `_S_fixed' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:62: error: ISO C++ forbids in-class initialization of non-const static member `_S_hex' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:63: error: ISO C++ forbids in-class initialization of non-const static member `_S_internal' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:64: error: ISO C++ forbids in-class initialization of non-const static member `_S_left' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:65: error: ISO C++ forbids in-class initialization of non-const static member `_S_oct' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:66: error: ISO C++ forbids in-class initialization of non-const static member `_S_right' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:67: error: ISO C++ forbids in-class initialization of non-const static member `_S_scientific' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:68: error: ISO C++ forbids in-class initialization of non-const static member `_S_showbase' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:69: error: ISO C++ forbids in-class initialization of non-const static member `_S_showpoint' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:70: error: ISO C++ forbids in-class initialization of non-const static member `_S_showpos' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:71: error: ISO C++ forbids in-class initialization of non-const static member `_S_skipws' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:72: error: ISO C++ forbids in-class initialization of non-const static member `_S_unitbuf' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:73: error: ISO C++ forbids in-class initialization of non-const static member `_S_uppercase' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:74: error: ISO C++ forbids in-class initialization of non-const static member `_S_adjustfield' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:75: error: ISO C++ forbids in-class initialization of non-const static member `_S_basefield' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:76: error: ISO C++ forbids in-class initialization of non-const static member `_S_floatfield' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:79: error: ISO C++ forbids in-class initialization of non-const static member `_S_badbit' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:80: error: ISO C++ forbids in-class initialization of non-const static member `_S_eofbit' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:81: error: ISO C++ forbids in-class initialization of non-const static member `_S_failbit' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:84: error: ISO C++ forbids in-class initialization of non-const static member `_S_app' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:85: error: ISO C++ forbids in-class initialization of non-const static member `_S_ate' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:86: error: ISO C++ forbids in-class initialization of non-const static member `_S_bin' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:87: error: ISO C++ forbids in-class initialization of non-const static member `_S_in' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:88: error: ISO C++ forbids in-class initialization of non-const static member `_S_out' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/c++io.h:89: error: ISO C++ forbids in-class initialization of non-const static member `_S_trunc' In file included from /usr/include/gcc/darwin/3.3/c++/bits/fpos.h:45, from /usr/include/gcc/darwin/3.3/c++/iosfwd:49, from /usr/include/gcc/darwin/3.3/c++/ios:44, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wcschr(wchar_t*, wchar_t)': /usr/include/gcc/darwin/3.3/c++/cwchar:193: error: `wchar_t* std::wcschr(wchar_t*, wchar_t)' conflicts with previous using declaration ` wchar_t* wcschr(wchar_t*, wchar_t)' /usr/include/gcc/darwin/3.3/c++/cwchar:193: error: call of overloaded `wcschr( wchar_t*, wchar_t&)' is ambiguous /usr/include/wchar.h:147: error: candidates are: wchar_t* wcschr(wchar_t*, wchar_t) /usr/include/gcc/darwin/3.3/c++/cwchar:193: error: wchar_t* std::wcschr(wchar_t*, wchar_t) /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wcspbrk(wchar_t*, wchar_t*)': /usr/include/gcc/darwin/3.3/c++/cwchar:199: error: `wchar_t* std::wcspbrk(wchar_t*, wchar_t*)' conflicts with previous using declaration `wchar_t* wcspbrk(wchar_t*, wchar_t*)' /usr/include/gcc/darwin/3.3/c++/cwchar:199: error: call of overloaded `wcspbrk( wchar_t*, wchar_t*&)' is ambiguous /usr/include/wchar.h:158: error: candidates are: wchar_t* wcspbrk(wchar_t*, wchar_t*) /usr/include/gcc/darwin/3.3/c++/cwchar:199: error: wchar_t* std::wcspbrk(wchar_t*, wchar_t*) /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wcsrchr(wchar_t*, wchar_t)': /usr/include/gcc/darwin/3.3/c++/cwchar:205: error: `wchar_t* std::wcsrchr(wchar_t*, wchar_t)' conflicts with previous using declaration ` wchar_t* wcsrchr(wchar_t*, wchar_t)' /usr/include/gcc/darwin/3.3/c++/cwchar:205: error: call of overloaded `wcsrchr( wchar_t*, wchar_t&)' is ambiguous /usr/include/wchar.h:159: error: candidates are: wchar_t* wcsrchr(wchar_t*, wchar_t) /usr/include/gcc/darwin/3.3/c++/cwchar:205: error: wchar_t* std::wcsrchr(wchar_t*, wchar_t) /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wcsstr(wchar_t*, wchar_t*)': /usr/include/gcc/darwin/3.3/c++/cwchar:211: error: `wchar_t* std::wcsstr(wchar_t*, wchar_t*)' conflicts with previous using declaration ` wchar_t* wcsstr(wchar_t*, wchar_t*)' /usr/include/gcc/darwin/3.3/c++/cwchar:211: error: call of overloaded `wcsstr( wchar_t*, wchar_t*&)' is ambiguous /usr/include/wchar.h:163: error: candidates are: wchar_t* wcsstr(wchar_t*, wchar_t*) /usr/include/gcc/darwin/3.3/c++/cwchar:211: error: wchar_t* std::wcsstr(wchar_t*, wchar_t*) /usr/include/gcc/darwin/3.3/c++/cwchar: In function `wchar_t* std::wmemchr(wchar_t*, wchar_t, unsigned int)': /usr/include/gcc/darwin/3.3/c++/cwchar:217: error: `wchar_t* std::wmemchr(wchar_t*, wchar_t, unsigned int)' conflicts with previous using declaration `wchar_t* wmemchr(wchar_t*, wchar_t, unsigned int)' /usr/include/gcc/darwin/3.3/c++/cwchar:217: error: call of overloaded `wmemchr( wchar_t*, wchar_t&, unsigned int&)' is ambiguous /usr/include/wchar.h:172: error: candidates are: wchar_t* wmemchr(wchar_t*, wchar_t, unsigned int) /usr/include/gcc/darwin/3.3/c++/cwchar:217: error: wchar_t* std::wmemchr(wchar_t*, wchar_t, unsigned int) In file included from /usr/include/gcc/darwin/3.3/c++/bits/char_traits.h:45, from /usr/include/gcc/darwin/3.3/c++/ios:46, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/cstring: In function `void* std::memchr(void*, int, unsigned int)': /usr/include/gcc/darwin/3.3/c++/cstring:101: error: `void* std::memchr(void*, int, unsigned int)' conflicts with previous using declaration `void* memchr(void*, int, unsigned int)' /usr/include/gcc/darwin/3.3/c++/cstring:101: error: call of overloaded `memchr( void*, int&, unsigned int&)' is ambiguous /usr/include/string.h:81: error: candidates are: void* memchr(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/cstring:101: error: void* std::memchr(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/cstring: In function `char* std::strchr(char*, int)': /usr/include/gcc/darwin/3.3/c++/cstring:107: error: `char* std::strchr(char*, int)' conflicts with previous using declaration `char* strchr(char*, int)' /usr/include/gcc/darwin/3.3/c++/cstring: In function `char* std::strpbrk(char*, char*)': /usr/include/gcc/darwin/3.3/c++/cstring:113: error: `char* std::strpbrk(char*, char*)' conflicts with previous using declaration `char* strpbrk(char*, char*)' /usr/include/gcc/darwin/3.3/c++/cstring: In function `char* std::strrchr(char*, int)': /usr/include/gcc/darwin/3.3/c++/cstring:119: error: `char* std::strrchr(char*, int)' conflicts with previous using declaration `char* strrchr(char*, int)' /usr/include/gcc/darwin/3.3/c++/cstring: In function `char* std::strstr(char*, char*)': /usr/include/gcc/darwin/3.3/c++/cstring:125: error: `char* std::strstr(char*, char*)' conflicts with previous using declaration `char* strstr(char*, char*)' In file included from /usr/include/gcc/darwin/3.3/c++/ios:46, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/char_traits.h: In static member function ` static char* std::char_traits::find(char*, unsigned int, char&)': /usr/include/gcc/darwin/3.3/c++/bits/char_traits.h:147: error: call of overloaded `memchr(char*&, char&, unsigned int&)' is ambiguous /usr/include/string.h:81: error: candidates are: void* memchr(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/cstring:101: error: void* std::memchr(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/bits/char_traits.h: In static member function ` static wchar_t* std::char_traits::find(wchar_t*, unsigned int, wchar_t&)': /usr/include/gcc/darwin/3.3/c++/bits/char_traits.h:217: error: call of overloaded `wmemchr(wchar_t*&, wchar_t&, unsigned int&)' is ambiguous /usr/include/wchar.h:172: error: candidates are: wchar_t* wmemchr(wchar_t*, wchar_t, unsigned int) /usr/include/gcc/darwin/3.3/c++/cwchar:217: error: wchar_t* std::wmemchr(wchar_t*, wchar_t, unsigned int) /usr/include/gcc/darwin/3.3/c++/bits/char_traits.h: In static member function ` static wint_t std::char_traits::not_eof(wint_t&)': /usr/include/gcc/darwin/3.3/c++/bits/char_traits.h:246: error: no matching function for call to `std::char_traits::eq_int_type(int&, wint_t)' /usr/include/gcc/darwin/3.3/c++/bits/char_traits.h:239: error: candidates are: static bool std::char_traits::eq_int_type(wint_t&, wint_t&) In file included from /usr/include/gcc/darwin/3.3/c++/cstdlib:52, from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:67, from /usr/include/gcc/darwin/3.3/c++/memory:54, from /usr/include/gcc/darwin/3.3/c++/string:48, from /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:47, from /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:47, from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: configure: At global scope: configure:3413: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:69, from /usr/include/gcc/darwin/3.3/c++/memory:54, from /usr/include/gcc/darwin/3.3/c++/string:48, from /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:47, from /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:47, from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/new:82: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new:82: error: parse error before `::' token /usr/include/gcc/darwin/3.3/c++/new:83: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new:83: error: parse error before `::' token /usr/include/gcc/darwin/3.3/c++/new:86: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new:87: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new:92: error: parse error before `unsigned' /usr/include/gcc/darwin/3.3/c++/new: In function `void* operator new(long unsigned int, ...)': /usr/include/gcc/darwin/3.3/c++/new:92: error: `__p' undeclared (first use this function) /usr/include/gcc/darwin/3.3/c++/new:92: error: (Each undeclared identifier is reported only once for each function it appears in.) /usr/include/gcc/darwin/3.3/c++/new: At global scope: /usr/include/gcc/darwin/3.3/c++/new:93: error: parse error before `unsigned' In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:73, from /usr/include/gcc/darwin/3.3/c++/memory:54, from /usr/include/gcc/darwin/3.3/c++/string:48, from /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:47, from /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:47, from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/stl_iterator_base_types.h:143: error: redefinition of `struct std::iterator_traits<_Tp*>' /usr/include/gcc/darwin/3.3/c++/bits/stl_iterator_base_types.h:134: error: previous definition of `struct std::iterator_traits<_Tp*>' In file included from /usr/include/gcc/darwin/3.3/c++/memory:54, from /usr/include/gcc/darwin/3.3/c++/string:48, from /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:47, from /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:47, from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:281: error: redefinition of `template _Tp* std::__copy_aux2(_Tp*, _Tp*, _Tp*, __true_type)' /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:275: error: `template _Tp* std::__copy_aux2(_Tp*, _Tp*, _Tp*, __true_type)' previously declared here /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:418: error: redefinition of `struct std::__copy_backward_dispatch<_Tp*, _Tp*, __true_type>' /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:406: error: previous definition of `struct std::__copy_backward_dispatch<_Tp*, _Tp*, __true_type> ' /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In function `void std::fill(unsigned char*, unsigned char*, unsigned char&)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:564: error: call of overloaded `memset(unsigned char*&, unsigned char&, int)' is ambiguous :564: error: candidates are: void* std::memset(void*, int, long unsigned int) /usr/include/string.h:85: error: void* memset(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In function `void std::fill(signed char*, signed char*, signed char&)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:575: error: call of overloaded `memset(signed char*&, unsigned char&, int)' is ambiguous :575: error: candidates are: void* std::memset(void*, int, long unsigned int) /usr/include/string.h:85: error: void* memset(void*, int, unsigned int) /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In function `void std::fill(char*, char*, char&)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:586: error: call of overloaded `memset(char*&, unsigned char&, int)' is ambiguous :586: error: candidates are: void* std::memset(void*, int, long unsigned int) /usr/include/string.h:85: error: void* memset(void*, int, unsigned int) In file included from /usr/include/gcc/darwin/3.3/c++/memory:55, from /usr/include/gcc/darwin/3.3/c++/string:48, from /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:47, from /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:47, from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h: In static member function ` static void* std::__new_alloc::allocate(unsigned int)': /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:108: error: call of overloaded `operator new(unsigned int&)' is ambiguous :108: error: candidates are: void* operator new(long unsigned int) /usr/include/gcc/darwin/3.3/c++/new:92: error: void* operator new(long unsigned int, ...) /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h: At global scope: /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:887: error: ISO C++ forbids in-class initialization of non-const static member `_S_instanceless' /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:898: error: ISO C++ forbids in-class initialization of non-const static member `_S_instanceless' /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:909: error: ISO C++ forbids in-class initialization of non-const static member `_S_instanceless' /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:917: error: ISO C++ forbids in-class initialization of non-const static member `_S_instanceless' /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:927: error: ISO C++ forbids in-class initialization of non-const static member `_S_instanceless' /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:940: error: ISO C++ forbids in-class initialization of non-const static member `_S_instanceless' /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:948: error: ISO C++ forbids in-class initialization of non-const static member `_S_instanceless' /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:958: error: ISO C++ forbids in-class initialization of non-const static member `_S_instanceless' /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h: In instantiation of `std::allocator': /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:968: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:662: error: `_Tp* std::allocator<_Alloc>::address(_Tp&) [with _Tp = char]' and `_Tp* std::allocator<_Alloc>::address(_Tp&) [with _Tp = char]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h: In instantiation of `std::allocator': /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:969: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/stl_alloc.h:662: error: `_Tp* std::allocator<_Alloc>::address(_Tp&) [with _Tp = wchar_t]' and `_Tp* std::allocator<_Alloc>::address(_Tp&) [with _Tp = wchar_t]' cannot be overloaded In file included from /usr/include/gcc/darwin/3.3/c++/string:48, from /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:47, from /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:47, from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/memory: In function `std::pair<_Tp*, ptrdiff_t> std::__get_temporary_buffer(int, _Tp*)': /usr/include/gcc/darwin/3.3/c++/memory:84: error: parse error before `unsigned' In file included from /usr/include/gcc/darwin/3.3/c++/string:57, from /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:47, from /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:47, from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h: At global scope: /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h: In instantiation of `std::basic_string, std::allocator >': /usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:1015: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:241: error: ISO C++ forbids in-class initialization of non-const static member `std::basic_string, std::allocator >::npos' /usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc: In instantiation of `std::basic_string, std::allocator >': /usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:1015: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:311: error: `static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and `static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:319: error: `static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*, _CharT*, _CharT*) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and `static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*, _CharT*, _CharT*) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:380: error: ` __gnu_cxx::__normal_iterator > std::basic_string<_CharT, _Traits, _Alloc>::begin() [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and ` __gnu_cxx::__normal_iterator > std::basic_string<_CharT, _Traits, _Alloc>::begin() [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:391: error: ` __gnu_cxx::__normal_iterator > std::basic_string<_CharT, _Traits, _Alloc>::end() [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and ` __gnu_cxx::__normal_iterator > std::basic_string<_CharT, _Traits, _Alloc>::end() [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:399: error: ` std::reverse_iterator<__gnu_cxx::__normal_iterator > > std::basic_string<_CharT, _Traits, _Alloc>::rbegin() [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and ` std::reverse_iterator<__gnu_cxx::__normal_iterator > > std::basic_string<_CharT, _Traits, _Alloc>::rbegin() [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:407: error: ` std::reverse_iterator<__gnu_cxx::__normal_iterator > > std::basic_string<_CharT, _Traits, _Alloc>::rend() [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and ` std::reverse_iterator<__gnu_cxx::__normal_iterator > > std::basic_string<_CharT, _Traits, _Alloc>::rend() [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:450: error: `typename _Alloc::reference std::basic_string<_CharT, _Traits, _Alloc>::operator[](typename _Alloc::size_type) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and `typename _Alloc::const_reference std::basic_string<_CharT, _Traits, _Alloc>::operator[](typename _Alloc::size_type) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:468: error: `typename _Alloc::reference std::basic_string<_CharT, _Traits, _Alloc>::at(typename _Alloc::size_type) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and `typename _Alloc::const_reference std::basic_string<_CharT, _Traits, _Alloc>::at(typename _Alloc::size_type) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:800: error: ` std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::replace(__gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, _CharT*, _CharT*) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and `std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::replace(__gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, _CharT*, _CharT*) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:825: error: ` std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::replace(__gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' and ` std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::replace(__gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h: In instantiation of `std::basic_string, std::allocator >': /usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:1030: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:241: error: ISO C++ forbids in-class initialization of non-const static member ` std::basic_string, std::allocator >::npos' /usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc: In instantiation of `std::basic_string, std::allocator >': /usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:1030: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:311: error: `static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and `static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:319: error: `static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*, _CharT*, _CharT*) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and `static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*, _CharT*, _CharT*) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:380: error: ` __gnu_cxx::__normal_iterator > std::basic_string<_CharT, _Traits, _Alloc>::begin() [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and ` __gnu_cxx::__normal_iterator > std::basic_string<_CharT, _Traits, _Alloc>::begin() [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:391: error: ` __gnu_cxx::__normal_iterator > std::basic_string<_CharT, _Traits, _Alloc>::end() [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and ` __gnu_cxx::__normal_iterator > std::basic_string<_CharT, _Traits, _Alloc>::end() [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:399: error: ` std::reverse_iterator<__gnu_cxx::__normal_iterator > > std::basic_string<_CharT, _Traits, _Alloc>::rbegin() [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and `std::reverse_iterator<__gnu_cxx::__normal_iterator > > std::basic_string<_CharT, _Traits, _Alloc>::rbegin() [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:407: error: ` std::reverse_iterator<__gnu_cxx::__normal_iterator > > std::basic_string<_CharT, _Traits, _Alloc>::rend() [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and `std::reverse_iterator<__gnu_cxx::__normal_iterator > > std::basic_string<_CharT, _Traits, _Alloc>::rend() [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:450: error: `typename _Alloc::reference std::basic_string<_CharT, _Traits, _Alloc>::operator[](typename _Alloc::size_type) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and `typename _Alloc::const_reference std::basic_string<_CharT, _Traits, _Alloc>::operator[](typename _Alloc::size_type) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:468: error: `typename _Alloc::reference std::basic_string<_CharT, _Traits, _Alloc>::at(typename _Alloc::size_type) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and `typename _Alloc::const_reference std::basic_string<_CharT, _Traits, _Alloc>::at(typename _Alloc::size_type) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:800: error: ` std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::replace(__gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, _CharT*, _CharT*) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and `std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::replace(__gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, _CharT*, _CharT*) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded /usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:825: error: ` std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::replace(__gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' and `std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::replace(__gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >, __gnu_cxx::__normal_iterator >) [with _CharT = wchar_t, _Traits = std::char_traits, _Alloc = std::allocator]' cannot be overloaded In file included from /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:47, from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:77: error: ISO C++ forbids in-class initialization of non-const static member `none' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:78: error: ISO C++ forbids in-class initialization of non-const static member `ctype' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:79: error: ISO C++ forbids in-class initialization of non-const static member `numeric' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:80: error: ISO C++ forbids in-class initialization of non-const static member `collate' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:81: error: ISO C++ forbids in-class initialization of non-const static member `time' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:82: error: ISO C++ forbids in-class initialization of non-const static member `monetary' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:83: error: ISO C++ forbids in-class initialization of non-const static member `messages' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:85: error: ISO C++ forbids in-class initialization of non-const static member `all' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:85: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:149: error: ISO C++ forbids in-class initialization of non-const static member ` _S_categories_size' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:156: error: ISO C++ forbids in-class initialization of non-const static member ` _S_extra_categories_size' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:163: error: data member may not have variably modified type ` char*[(((std::locale::_S_categories_size + std::locale::_S_extra_categories_size) - 1) + 1)]' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:206: error: data member may not have variably modified type ` char*[(((std::locale::_S_categories_size + std::locale::_S_extra_categories_size) - 1) + 1)]' /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h: In member function `bool std::locale::_Impl::_M_check_same_name()': /usr/include/gcc/darwin/3.3/c++/bits/locale_classes.h:249: error: `_M_names' undeclared (first use this function) In file included from /usr/include/gcc/darwin/3.3/c++/ios:49, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h: At global scope: /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:214: error: ISO C++ forbids in-class initialization of non-const static member `boolalpha' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:214: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:216: error: ISO C++ forbids in-class initialization of non-const static member `dec' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:216: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:218: error: ISO C++ forbids in-class initialization of non-const static member `fixed' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:218: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:220: error: ISO C++ forbids in-class initialization of non-const static member `hex' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:220: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:224: error: ISO C++ forbids in-class initialization of non-const static member `internal' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:224: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:227: error: ISO C++ forbids in-class initialization of non-const static member `left' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:227: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:229: error: ISO C++ forbids in-class initialization of non-const static member `oct' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:229: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:232: error: ISO C++ forbids in-class initialization of non-const static member `right' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:232: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:234: error: ISO C++ forbids in-class initialization of non-const static member `scientific' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:234: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:237: error: ISO C++ forbids in-class initialization of non-const static member `showbase' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:237: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:240: error: ISO C++ forbids in-class initialization of non-const static member `showpoint' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:240: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:242: error: ISO C++ forbids in-class initialization of non-const static member `showpos' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:242: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:244: error: ISO C++ forbids in-class initialization of non-const static member `skipws' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:244: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:246: error: ISO C++ forbids in-class initialization of non-const static member `unitbuf' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:246: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:249: error: ISO C++ forbids in-class initialization of non-const static member `uppercase' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:249: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:251: error: ISO C++ forbids in-class initialization of non-const static member `adjustfield' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:251: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:253: error: ISO C++ forbids in-class initialization of non-const static member `basefield' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:253: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:255: error: ISO C++ forbids in-class initialization of non-const static member `floatfield' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:255: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:272: error: ISO C++ forbids in-class initialization of non-const static member `badbit' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:272: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:274: error: ISO C++ forbids in-class initialization of non-const static member `eofbit' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:274: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:278: error: ISO C++ forbids in-class initialization of non-const static member `failbit' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:278: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:280: error: ISO C++ forbids in-class initialization of non-const static member `goodbit' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:298: error: ISO C++ forbids in-class initialization of non-const static member `app' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:298: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:300: error: ISO C++ forbids in-class initialization of non-const static member `ate' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:300: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:305: error: ISO C++ forbids in-class initialization of non-const static member `binary' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:305: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:307: error: ISO C++ forbids in-class initialization of non-const static member `in' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:307: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:309: error: ISO C++ forbids in-class initialization of non-const static member `out' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:309: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:311: error: ISO C++ forbids in-class initialization of non-const static member `trunc' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:311: error: field initializer is not constant /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:325: error: ISO C++ forbids in-class initialization of non-const static member `beg' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:327: error: ISO C++ forbids in-class initialization of non-const static member `cur' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:329: error: ISO C++ forbids in-class initialization of non-const static member `end' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:420: error: ISO C++ forbids in-class initialization of non-const static member `_S_local_word_size' /usr/include/gcc/darwin/3.3/c++/bits/ios_base.h:421: error: data member may not have variably modified type ` std::ios_base::_Words[((std::ios_base::_S_local_word_size - 1) + 1)]' In file included from /usr/include/gcc/darwin/3.3/c++/ios:50, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/streambuf:245: error: ISO C++ forbids in-class initialization of non-const static member `_S_pback_size' In file included from /usr/include/gcc/darwin/3.3/c++/streambuf:934, from /usr/include/gcc/darwin/3.3/c++/ios:50, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/streambuf: In instantiation of `std::basic_streambuf >': /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:249: instantiated from here /usr/include/gcc/darwin/3.3/c++/streambuf:245: error: ISO C++ forbids in-class initialization of non-const static member `std::basic_streambuf >::_S_pback_size' /usr/include/gcc/darwin/3.3/c++/iosfwd: In instantiation of `std::basic_streambuf >': /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:249: instantiated from here /usr/include/gcc/darwin/3.3/c++/iosfwd:58: error: cannot create type information for type `std::basic_streambuf >' because its size is variable /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:253: error: parameter may not have variably modified type `std::basic_streambuf >*' /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:253: error: parameter may not have variably modified type `std::basic_streambuf >*' /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:253: error: template-id ` __copy_streambufs<>' for `streamsize std::__copy_streambufs(std::basic_ios >&)' does not match any template declaration /usr/include/gcc/darwin/3.3/c++/streambuf: In instantiation of `std::basic_streambuf >': /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:256: instantiated from here /usr/include/gcc/darwin/3.3/c++/streambuf:245: error: ISO C++ forbids in-class initialization of non-const static member `std::basic_streambuf >::_S_pback_size' /usr/include/gcc/darwin/3.3/c++/iosfwd: In instantiation of `std::basic_streambuf >': /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:256: instantiated from here /usr/include/gcc/darwin/3.3/c++/iosfwd:58: error: cannot create type information for type `std::basic_streambuf >' because its size is variable /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:260: error: parameter may not have variably modified type `std::basic_streambuf >*' /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:260: error: parameter may not have variably modified type `std::basic_streambuf >*' /usr/include/gcc/darwin/3.3/c++/bits/streambuf.tcc:260: error: template-id ` __copy_streambufs<>' for `streamsize std::__copy_streambufs(std::basic_ios >&) ' does not match any template declaration In file included from /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:166, from /usr/include/gcc/darwin/3.3/c++/bits/basic_ios.h:43, from /usr/include/gcc/darwin/3.3/c++/ios:51, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:49: error: ISO C++ forbids in-class initialization of non-const static member `upper' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:50: error: ISO C++ forbids in-class initialization of non-const static member `lower' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:51: error: ISO C++ forbids in-class initialization of non-const static member `alpha' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:52: error: ISO C++ forbids in-class initialization of non-const static member `digit' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:53: error: ISO C++ forbids in-class initialization of non-const static member `xdigit' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:54: error: ISO C++ forbids in-class initialization of non-const static member `space' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:55: error: ISO C++ forbids in-class initialization of non-const static member `print' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:56: error: ISO C++ forbids in-class initialization of non-const static member `graph' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:57: error: ISO C++ forbids in-class initialization of non-const static member `cntrl' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:58: error: ISO C++ forbids in-class initialization of non-const static member `punct' /usr/include/gcc/darwin/3.3/c++/i386-darwin/bits/ctype_base.h:59: error: ISO C++ forbids in-class initialization of non-const static member `alnum' In file included from /usr/include/gcc/darwin/3.3/c++/bits/basic_ios.h:43, from /usr/include/gcc/darwin/3.3/c++/ios:51, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:352: error: ISO C++ forbids in-class initialization of non-const static member `table_size' In file included from /usr/include/gcc/darwin/3.3/c++/bits/basic_ios.h:43, from /usr/include/gcc/darwin/3.3/c++/ios:51, from /usr/include/gcc/darwin/3.3/c++/ostream:45, from /usr/include/gcc/darwin/3.3/c++/iostream:45, from /usr/include/gcc/darwin/3.3/c++/backward/iostream.h:32, from /usr/include/gcc/darwin/3.3/c++/backward/iterator.h:33, from /usr/include/gcc/darwin/3.3/c++/backward/algobase.h:60, from /usr/include/gcc/darwin/3.3/c++/backward/algo.h:60, from configure:3453: /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1496: error: ISO C++ forbids in-class initialization of non-const static member `intl' /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h: In instantiation of `std::moneypunct': /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1609: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1496: error: ISO C++ forbids in-class initialization of non-const static member ` std::moneypunct::intl' /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h: In instantiation of `std::moneypunct': /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1612: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1496: error: ISO C++ forbids in-class initialization of non-const static member ` std::moneypunct::intl' /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h: In instantiation of `std::moneypunct': /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1624: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1496: error: ISO C++ forbids in-class initialization of non-const static member ` std::moneypunct::intl' /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h: In instantiation of `std::moneypunct': /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1627: instantiated from here /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1496: error: ISO C++ forbids in-class initialization of non-const static member ` std::moneypunct::intl' /usr/include/gcc/darwin/3.3/c++/bits/locale_facets.h:1649: error: ISO C++ forbids in-class initialization of non-const static member `intl' c++: Internal error: Illegal instruction (program cc1plus) Please submit a full bug report. See for instructions. configure:3419: $? = 1 configure: failed program was: | #line 3405 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | #define HAVE_ALGORITHM 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:3435: result: no configure:3439: checking algo.h presence configure:3450: c++ -E conftest.cc configure:3456: $? = 0 configure:3475: result: yes configure:3495: WARNING: algo.h: present but cannot be compiled configure:3497: WARNING: algo.h: check for missing prerequisite headers? configure:3499: WARNING: algo.h: proceeding with the preprocessor's result configure:3511: checking for algo.h configure:3518: result: yes configure:3403: checking algo usability configure:3416: c++ -c -fno-common conftest.cc >&5 configure:3454:16: algo: No such file or directory configure:3419: $? = 1 configure: failed program was: | #line 3405 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | #define HAVE_ALGORITHM 1 | #define HAVE_ALGO_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:3435: result: no configure:3439: checking algo presence configure:3450: c++ -E conftest.cc configure:3456:16: algo: No such file or directory configure:3456: $? = 1 configure: failed program was: | #line 3441 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | #define HAVE_ALGORITHM 1 | #define HAVE_ALGO_H 1 | /* end confdefs.h. */ | #include configure:3475: result: no configure:3511: checking for algo configure:3518: result: no configure:3554: c++ -c -fno-common conftest.cc >&5 configure: In function `int main()': configure:3555: error: `PTHREAD_MUTEX_RECURSIVE_NP' undeclared (first use this function) configure:3555: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:3557: $? = 1 configure: failed program was: | #line 3533 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | #define HAVE_ALGORITHM 1 | #define HAVE_ALGO_H 1 | /* end confdefs.h. */ | #define _GNU_SOURCE | #include | | int | main () | { | pthread_mutexattr_t attr; | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP); | | ; | return 0; | } configure:3600: c++ -o conftest -fno-common -lpthread conftest.cc >&5 configure:3603: $? = 0 configure:3606: test -s conftest configure:3609: $? = 0 configure:3673: c++ -o conftest -fno-common -lpthread conftest.cc >&5 configure: In function `int main()': configure:3655: error: `off64_t' undeclared (first use this function) configure:3655: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:3655: error: parse error before `=' token configure:3658: error: `O_LARGEFILE' undeclared (first use this function) configure:3659: error: `open64' undeclared (first use this function) configure:3666: error: `i' undeclared (first use this function) configure:3666: error: `lseek64' undeclared (first use this function) configure:3676: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 3629 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define const | #define size_t unsigned | #define HAVE_ALGORITHM 1 | #define HAVE_ALGO_H 1 | /* end confdefs.h. */ | #ifndef _LARGEFILE64_SOURCE | #define _LARGEFILE64_SOURCE | #endif | #include | #include | #include | #include | #include | | int main () { | int fd; | off64_t i = off64_t(1) << 32 + 1; | char *name = "test.2g"; | | fd = open64(name, O_CREAT|O_RDWR|O_EXCL|O_LARGEFILE, | S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP); | if (fd == -1) { | perror("open64"); | exit(1); | } | unlink(name); | | int r = lseek64(fd, i, SEEK_SET); | if (r == -1) { | perror("lseek"); | exit(1); | } | r = write(fd, &r, 1); | if (r == -1) { | perror("write"); | exit(1); | } | close(fd); | return 0; | } configure:3792: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:635: creating Makefile config.status:635: creating bonnie.h config.status:635: creating port-unix.h config.status:635: creating bonnie++.spec config.status:635: creating bon_csv2txt config.status:635: creating bon_csv2html.1 config.status:635: creating sun/pkginfo config.status:739: creating conf.h config.status:828: conf.h is unchanged ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_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_header_algo=no ac_cv_header_algo_h=yes ac_cv_header_algorithm=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' 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_type_size_t=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPPFLAGS='' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-fno-common' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' 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='-lpthread' LIBOBJS='' LIBS='' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' ac_ct_CC='' ac_ct_CXX='' bindir='${exec_prefix}/bin' bool='typedef bool char;' build_alias='i386-unknown-gnu' csv_version='1.93c' datadir='${prefix}/share' debug='' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' large_file='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' linux_pthread='' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' semun='' sharedstatedir='${prefix}/com' snprintf='' stripping='-s' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' thread_ldflags='-lpthread' true_false='1' version='1.93c' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ALGORITHM 1 #define HAVE_ALGO_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define const #define size_t unsigned #endif #ifdef __cplusplus void exit (int); configure: exit 0