## --------- ##
## Platform. ##
## --------- ##
hostname = debian
uname -m = x86_64
uname -r = 2.6.22.1
uname -s = Linux
uname -v = #1 SMP Thu Aug 30 16:47:06 CEST 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2026: checking for a BSD-compatible install
configure:2082: result: /usr/bin/install -c
configure:2093: checking whether build environment is sane
configure:2136: result: yes
configure:2201: checking for gawk
configure:2217: found /usr/bin/gawk
configure:2228: result: gawk
configure:2239: checking whether make sets $(MAKE)
configure:2260: result: yes
configure:2444: checking whether to enable maintainer-specific portions of Makefiles
configure:2453: result: no
configure:2518: checking for gcc
configure:2534: found /usr/bin/gcc
configure:2545: result: gcc
configure:2783: checking for C compiler version
configure:2790: gcc --version >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2793: $? = 0
configure:2800: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:2803: $? = 0
configure:2810: gcc -V >&5
gcc: '-V' option must have argument
configure:2813: $? = 1
configure:2836: checking for C compiler default output file name
configure:2863: gcc -L/usr/lib -L/usr/local/lib conftest.c >&5
configure:2866: $? = 0
configure:2904: result: a.out
configure:2921: checking whether the C compiler works
configure:2931: ./a.out
configure:2934: $? = 0
configure:2951: result: yes
configure:2958: checking whether we are cross compiling
configure:2960: result: no
configure:2963: checking for suffix of executables
configure:2970: gcc -o conftest -L/usr/lib -L/usr/local/lib conftest.c >&5
configure:2973: $? = 0
configure:2997: result:
configure:3003: checking for suffix of object files
configure:3029: gcc -c conftest.c >&5
configure:3032: $? = 0
configure:3055: result: o
configure:3059: checking whether we are using the GNU C compiler
configure:3088: gcc -c conftest.c >&5
configure:3094: $? = 0
configure:3111: result: yes
configure:3116: checking whether gcc accepts -g
configure:3146: gcc -c -g conftest.c >&5
configure:3152: $? = 0
configure:3251: result: yes
configure:3268: checking for gcc option to accept ISO C89
configure:3342: gcc -c -g -O2 conftest.c >&5
In file included from /usr/local/include/features.h:354,
from /usr/include/stdio.h:28,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:3348: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* 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;
| }
|
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:3342: gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5
gcc: unrecognized option '-qlanglvl=extc89'
In file included from /usr/local/include/features.h:354,
from /usr/include/stdio.h:28,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:3348: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| 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;
| }
|
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:3342: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
gcc: unrecognized option '-qlanglvl=ansi'
In file included from /usr/local/include/features.h:354,
from /usr/include/stdio.h:28,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:3348: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* 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 osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:3342: gcc -std -c -g -O2 conftest.c >&5
cc1: error: unrecognized command line option "-std"
configure:3348: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* 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 osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:3342: gcc -Ae -c -g -O2 conftest.c >&5
<command line>:1:2: error: missing '(' after predicate
In file included from /usr/local/include/features.h:354,
from /usr/include/stdio.h:28,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:3348: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* 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 osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:3342: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
<command line>:1:2: error: missing '(' after predicate
In file included from /usr/local/include/features.h:354,
from /usr/include/stdio.h:28,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:3348: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* 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 osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:3342: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
gcc: unrecognized option '-Xc'
In file included from /usr/local/include/features.h:354,
from /usr/include/stdio.h:28,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:3348: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* 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 osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:3374: result: unsupported
configure:3400: checking for style of include used by make
configure:3428: result: GNU
configure:3456: checking dependency style of gcc
configure:3546: result: gcc3
configure:3621: checking for g++
configure:3637: found /usr/bin/g++
configure:3648: result: g++
configure:3679: checking for C++ compiler version
configure:3686: g++ --version >&5
g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3689: $? = 0
configure:3696: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:3699: $? = 0
configure:3706: g++ -V >&5
g++: '-V' option must have argument
configure:3709: $? = 1
configure:3712: checking whether we are using the GNU C++ compiler
configure:3741: g++ -c conftest.cpp >&5
configure:3747: $? = 0
configure:3764: result: yes
configure:3769: checking whether g++ accepts -g
configure:3799: g++ -c -g conftest.cpp >&5
configure:3805: $? = 0
configure:3904: result: yes
configure:3929: checking dependency style of g++
configure:4019: result: gcc3
configure:4114: checking build system type
configure:4132: result: x86_64-unknown-linux-gnu
configure:4154: checking host system type
configure:4169: result: x86_64-unknown-linux-gnu
configure:4191: checking for a sed that does not truncate output
configure:4245: result: /bin/sed
configure:4248: checking for grep that handles long lines and -e
configure:4322: result: /bin/grep
configure:4327: checking for egrep
configure:4405: result: /bin/grep -E
configure:4421: checking for ld used by gcc
configure:4488: result: /usr/bin/ld
configure:4497: checking if the linker (/usr/bin/ld) is GNU ld
configure:4512: result: yes
configure:4517: checking for /usr/bin/ld option to reload object files
configure:4524: result: -r
configure:4542: checking for BSD-compatible nm
configure:4591: result: /usr/bin/nm -B
configure:4595: checking whether ln -s works
configure:4599: result: yes
configure:4606: checking how to recognise dependent libraries
configure:4782: result: pass_all
configure:4870: gcc -c -g -O2 conftest.c >&5
configure:4873: $? = 0
configure:5016: checking how to run the C preprocessor
configure:5056: gcc -E conftest.c
In file included from /usr/local/include/features.h:354,
from /usr/local/include/limits.h:27,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:5062: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5056: gcc -E conftest.c
In file included from /usr/local/include/features.h:354,
from /usr/local/include/limits.h:27,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:5062: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5056: gcc -E -traditional-cpp conftest.c
In file included from /usr/local/include/features.h:331,
from /usr/include/assert.h:37,
from conftest.c:14:
/usr/include/sys/cdefs.h:31: error: #error "You need a ISO C conforming compiler to use the glibc headers"
In file included from /usr/local/include/features.h:355,
from /usr/include/assert.h:37,
from conftest.c:14:
/usr/local/include/gnu/stubs.h:9: error: gnu/stubs-64.h: No such file or directory
configure:5062: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5056: gcc -E -traditional-cpp conftest.c
In file included from /usr/local/include/features.h:331,
from /usr/include/assert.h:37,
from conftest.c:14:
/usr/include/sys/cdefs.h:31: error: #error "You need a ISO C conforming compiler to use the glibc headers"
In file included from /usr/local/include/features.h:355,
from /usr/include/assert.h:37,
from conftest.c:14:
/usr/local/include/gnu/stubs.h:9: error: gnu/stubs-64.h: No such file or directory
configure:5062: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5056: /lib/cpp conftest.c
In file included from /usr/local/include/features.h:354,
from /usr/local/include/limits.h:27,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:5062: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5056: /lib/cpp conftest.c
In file included from /usr/local/include/features.h:354,
from /usr/local/include/limits.h:27,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:5062: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5132: result: /lib/cpp
configure:5161: /lib/cpp conftest.c
In file included from /usr/local/include/features.h:354,
from /usr/local/include/limits.h:27,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:5167: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5161: /lib/cpp conftest.c
In file included from /usr/local/include/features.h:354,
from /usr/local/include/limits.h:27,
from conftest.c:11:
/usr/local/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
configure:5167: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xxx"
| #define PACKAGE_TARNAME "xxx"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "xxx 1.5"
| #define PACKAGE_BUGREPORT "www.xxx.org"
| #define PACKAGE "xxx"
| #define VERSION "1.5"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:5229: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_gnu_ld=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/xxx/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/xxx/missing --run tar'
AR=''
ARCH=''
AUTOCONF='${SHELL} /home/xxx/missing --run autoconf'
AUTOHEADER='${SHELL} /home/xxx/missing --run autoheader'
AUTOMAKE='${SHELL} /home/xxx/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='/lib/cpp'
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GREP='/bin/grep'
HAVE_SSL=''
INCLUDES='-I/usr/include -I/usr/local/include'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS='-L/usr/lib -L/usr/local/lib'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIB_EXPORT=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/xxx/missing --run makeinfo'
MYSQL_CFLAGS=''
MYSQL_CONFIG=''
MYSQL_LDFLAGS=''
MYSQL_VERSION=''
NETWORKING=''
OBJEXT='o'
PACKAGE='xxx'
PACKAGE_BUGREPORT='www.xxx.org'
PACKAGE_NAME='xxx'
PACKAGE_STRING='xxx 1.5'
PACKAGE_TARNAME='xxx'
PACKAGE_VERSION='1.5'
PATH_SEPARATOR=':'
PCRE_CFLAGS=''
PCRE_LIBS=''
PG_CONFIG=''
POSTGRESQL_CFLAGS=''
POSTGRESQL_LDFLAGS=''
POSTGRESQL_VERSION=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SVN=''
VERSION='1.5'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
acx_pthread_config=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/xxx/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/xxx'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "xxx"
#define PACKAGE_TARNAME "xxx"
#define PACKAGE_VERSION "1.5"
#define PACKAGE_STRING "xxx 1.5"
#define PACKAGE_BUGREPORT "www.xxx.org"
#define PACKAGE "xxx"
#define VERSION "1.5"
configure: exit 1