This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by qd configure 2.2.6, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --enable-shared=yes --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 133 tasks, 190 threads, 4 processors Load average: 0.45, Mach factor: 3.54 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1856: checking for a BSD-compatible install configure:1912: result: /usr/bin/install -c -o root -g wheel configure:1923: checking whether build environment is sane configure:1966: result: yes configure:1994: checking for a thread-safe mkdir -p configure:2033: result: /usr/local/bin/mkdir -p configure:2046: checking for gawk configure:2062: found /usr/local/bin/gawk configure:2073: result: gawk configure:2084: checking whether make sets $(MAKE) configure:2105: result: yes configure:2304: checking build system type configure:2322: result: i386-unknown-gnu configure:2344: checking host system type configure:2359: result: i386-unknown-gnu configure:2389: checking if commonly used function is to be inlined configure:2399: result: yes configure:2408: checking if addition with IEEE-style error bound is to be used configure:2419: result: no configure:2428: checking if sloppy multiplication is to be used configure:2438: result: yes configure:2447: checking if sloppy division is to be used configure:2457: result: yes configure:2467: checking if debugging code is to be enabled configure:2478: result: no configure:2487: checking if compiler warnings is to be enabled configure:2492: result: no configure:2636: checking for C++ compiler version configure:2643: 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:2646: $? = 0 configure:2653: 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:2656: $? = 0 configure:2663: c++ -V >&5 c++: `-V' option must have argument configure:2666: $? = 1 configure:2689: checking for C++ compiler default output file name configure:2716: c++ -fno-common conftest.cpp >&5 configure:2719: $? = 0 configure:2757: result: a.out configure:2774: checking whether the C++ compiler works configure:2784: ./a.out configure:2787: $? = 0 configure:2804: result: yes configure:2811: checking whether we are cross compiling configure:2813: result: no configure:2816: checking for suffix of executables configure:2823: c++ -o conftest -fno-common conftest.cpp >&5 configure:2826: $? = 0 configure:2850: result: configure:2856: checking for suffix of object files configure:2882: c++ -c -fno-common conftest.cpp >&5 configure:2885: $? = 0 configure:2908: result: configure:2912: checking whether we are using the GNU C++ compiler configure:2941: c++ -c -fno-common conftest.cpp >&5 configure:2947: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2964: result: no configure:2969: checking whether c++ accepts -g configure:2999: c++ -c -g conftest.cpp >&5 configure:3005: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3037: c++ -c conftest.cpp >&5 configure:3043: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3076: c++ -c -g conftest.cpp >&5 configure:3082: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3104: result: no configure:3138: checking for style of include used by make configure:3166: result: GNU configure:3191: checking dependency style of c++ configure:3282: result: gcc3 configure:3308: checking for i386-unknown-gnu-gcc configure:3335: result: cc configure:3613: checking for C compiler version configure:3620: 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:3623: $? = 0 configure:3630: 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:3633: $? = 0 configure:3640: cc -V >&5 cc: `-V' option must have argument configure:3643: $? = 1 configure:3646: checking whether we are using the GNU C compiler configure:3675: cc -c -fno-common conftest.c >&5 configure:3681: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3698: result: no configure:3703: checking whether cc accepts -g configure:3733: cc -c -g conftest.c >&5 configure:3739: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3771: cc -c conftest.c >&5 configure:3777: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3810: cc -c -g conftest.c >&5 configure:3816: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3838: result: no configure:3855: checking for cc option to accept ISO C89 configure:3929: cc -c -fno-common conftest.c >&5 configure:3935: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3929: cc -qlanglvl=extc89 -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=extc89' configure:3935: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3929: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:3935: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3929: cc -std -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std' configure:3935: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3929: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3935: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3929: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:3935: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3929: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:3935: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3961: result: unsupported configure:3978: checking dependency style of cc configure:4069: result: gcc3 configure:4921: checking how to run the C++ preprocessor configure:4957: c++ -E conftest.cpp configure:4963: $? = 0 configure:4994: c++ -E conftest.cpp conftest.cpp:16:28: ac_nonexistent.h: No such file or directory configure:5000: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include configure:5033: result: c++ -E configure:5062: c++ -E conftest.cpp configure:5068: $? = 0 configure:5099: c++ -E conftest.cpp conftest.cpp:16:28: ac_nonexistent.h: No such file or directory configure:5105: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include configure:5143: checking for grep that handles long lines and -e configure:5217: result: /usr/bin/grep configure:5222: checking for egrep configure:5300: result: /usr/bin/grep -E configure:5305: checking for ANSI C header files configure:5335: c++ -c -fno-common conftest.cpp >&5 configure:5341: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:5466: result: no configure:5490: checking for sys/types.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5490: checking for sys/stat.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5490: checking for stdlib.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5490: checking for string.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5490: checking for memory.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5490: checking for strings.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5490: checking for inttypes.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5490: checking for stdint.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5490: checking for unistd.h configure:5511: c++ -c -fno-common conftest.cpp >&5 configure:5517: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5533: result: no configure:5560: checking ieeefp.h usability configure:5577: c++ -c -fno-common conftest.cpp >&5 conftest.cpp:49:20: ieeefp.h: No such file or directory configure:5583: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5597: result: no configure:5601: checking ieeefp.h presence configure:5616: c++ -E conftest.cpp conftest.cpp:16:20: ieeefp.h: No such file or directory configure:5622: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include configure:5636: result: no configure:5669: checking for ieeefp.h configure:5677: result: no configure:5695: checking for stdbool.h that conforms to C99 configure:5788: c++ -c -fno-common conftest.cpp >&5 conftest.cpp:37: error: syntax error before `:' token configure:5794: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | | #include | #ifndef bool | "error: bool is not defined" | #endif | #ifndef false | "error: false is not defined" | #endif | #if false | "error: false is not 0" | #endif | #ifndef true | "error: true is not defined" | #endif | #if true != 1 | "error: true is not 1" | #endif | #ifndef __bool_true_false_are_defined | "error: __bool_true_false_are_defined is not defined" | #endif | | struct s { _Bool s: 1; _Bool t; } s; | | char a[true == 1 ? 1 : -1]; | char b[false == 0 ? 1 : -1]; | char c[__bool_true_false_are_defined == 1 ? 1 : -1]; | char d[(bool) 0.5 == true ? 1 : -1]; | bool e = &s; | char f[(_Bool) 0.0 == false ? 1 : -1]; | char g[true]; | char h[sizeof (_Bool)]; | char i[sizeof s.t]; | enum { j = false, k = true, l = false * true, m = true * 256 }; | _Bool n[m]; | char o[sizeof n == m * sizeof n[0] ? 1 : -1]; | char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; | # if defined __xlc__ || defined __GNUC__ | /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 | reported by James Lemley on 2005-10-05; see | http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html | This test is not quite right, since xlc is allowed to | reject this program, as the initializer for xlcbug is | not one of the forms that C requires support for. | However, doing the test right would require a runtime | test, and that would make cross-compilation harder. | Let us hope that IBM fixes the xlc bug, and also adds | support for this kind of constant expression. In the | meantime, this test will reject xlc, which is OK, since | our stdbool.h substitute should suffice. We also test | this with GCC, where it should work, to detect more | quickly whether someone messes up the test in the | future. */ | char digs[] = "0123456789"; | int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1); | # endif | /* Catch a bug in an HP-UX C compiler. See | http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html | http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html | */ | _Bool q = true; | _Bool *pq = &q; | | int | main () | { | | *pq |= q; | *pq |= ! q; | /* Refer to every declared value, to avoid compiler optimizations. */ | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | + !m + !n + !o + !p + !q + !pq); | | ; | return 0; | } configure:5809: result: no configure:5811: checking for _Bool configure:5841: c++ -c -fno-common conftest.cpp >&5 conftest.cpp:49: error: syntax error before `;' token conftest.cpp: In function `int main()': conftest.cpp:53: error: `ac__type_new_' undeclared (first use this function) conftest.cpp:53: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.cpp:53: error: parse error before `)' token configure:5847: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef _Bool ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:5862: result: no configure:5881: checking whether time.h and sys/time.h may both be included configure:5911: c++ -c -fno-common conftest.cpp >&5 configure:5917: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:5932: result: no configure:5942: checking whether struct tm is in sys/time.h or time.h configure:5972: c++ -c -fno-common conftest.cpp >&5 configure:5978: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm tm; | int *p = &tm.tm_sec; | return !p; | ; | return 0; | } configure:5993: result: sys/time.h configure:6005: checking whether x86 FPU control code is needed configure:6018: result: yes configure:6036: checking fpu_control.h usability configure:6053: c++ -c -fno-common conftest.cpp >&5 conftest.cpp:51:25: fpu_control.h: No such file or directory configure:6059: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | #define TM_IN_SYS_TIME 1 | #define X86 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6073: result: no configure:6077: checking fpu_control.h presence configure:6092: c++ -E conftest.cpp conftest.cpp:18:25: fpu_control.h: No such file or directory configure:6098: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "qd" | #define PACKAGE_TARNAME "qd" | #define PACKAGE_VERSION "2.2.6" | #define PACKAGE_STRING "qd 2.2.6" | #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" | #define MAJOR_VERSION 2 | #define MINOR_VERSION 2 | #define PATCH_VERSION 6 | #define PACKAGE "qd" | #define VERSION "2.2.6" | #define QD_INLINE 1 | #define QD_SLOPPY_MUL 1 | #define QD_SLOPPY_DIV 1 | #define TM_IN_SYS_TIME 1 | #define X86 1 | /* end confdefs.h. */ | #include configure:6112: result: no configure:6145: checking for fpu_control.h configure:6153: result: no configure:6173: checking for gettimeofday configure:6229: c++ -o conftest -fno-common conftest.cpp >&5 configure:6235: $? = 0 configure:6253: result: yes configure:6264: checking for clock_gettime useability configure:6287: c++ -c -fno-common conftest.cpp >&5 conftest.cpp: In function `int main()': conftest.cpp:5: error: `CLOCK_REALTIME' undeclared (first use this function) conftest.cpp:5: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.cpp:5: error: `clock_gettime' undeclared (first use this function) configure:6293: $? = 1 configure: failed program was: | | #include | int main() { | struct timespec tv; | return clock_gettime(CLOCK_REALTIME, &tv); | } | configure:6313: result: no configure:6406: checking for isnan configure:6428: c++ -c -fno-common conftest.cpp >&5 configure:6434: $? = 0 configure: failed program was: | #include | int main() { | std::isnan(1.0); | return 0; | } configure:6464: c++ -c -fno-common conftest.cpp >&5 conftest.cpp: In function `int main()': conftest.cpp:3: error: `::isnan' undeclared (first use here) configure:6470: $? = 1 configure: failed program was: | #include | int main() { | ::isnan(1.0); | return 0; | } configure:6482: result: none configure:6502: checking for isinf configure:6524: c++ -c -fno-common conftest.cpp >&5 configure:6530: $? = 0 configure: failed program was: | #include | int main() { | std::isinf(1.0); | return 0; | } configure:6560: c++ -c -fno-common conftest.cpp >&5 conftest.cpp: In function `int main()': conftest.cpp:3: error: `::isinf' undeclared (first use here) configure:6566: $? = 1 configure: failed program was: | #include | int main() { | ::isinf(1.0); | return 0; | } configure:6578: result: none configure:6598: checking for isfinite configure:6620: c++ -c -fno-common conftest.cpp >&5 configure:6626: $? = 0 configure: failed program was: | #include | int main() { | std::isfinite(1.0); | return 0; | } configure:6656: c++ -c -fno-common conftest.cpp >&5 conftest.cpp: In function `int main()': conftest.cpp:3: error: `::isfinite' undeclared (first use here) configure:6662: $? = 1 configure: failed program was: | #include | int main() { | ::isfinite(1.0); | return 0; | } configure:6674: result: none configure:6694: checking for copysign configure:6716: c++ -c -fno-common conftest.cpp >&5 conftest.cpp: In function `int main()': conftest.cpp:3: error: `copysign' undeclared in namespace `std' configure:6722: $? = 1 configure: failed program was: | #include | int main() { | std::copysign(1.0, 1.0); | return 0; | } configure:6752: c++ -c -fno-common conftest.cpp >&5 configure:6758: $? = 0 configure: failed program was: | #include | int main() { | ::copysign(1.0, 1.0); | return 0; | } configure:6770: result: none configure:6831: checking for i386-unknown-gnu-xlf95 configure:6858: result: gfortran42 configure:6932: checking for Fortran compiler version configure:6939: gfortran42 --version >&5 ./configure: line 1: gfortran42: command not found configure:6942: $? = 127 configure:6949: gfortran42 -v >&5 ./configure: line 1: gfortran42: command not found configure:6952: $? = 127 configure:6959: gfortran42 -V >&5 ./configure: line 1: gfortran42: command not found configure:6962: $? = 127 configure:6970: checking whether we are using the GNU Fortran compiler configure:6989: gfortran42 -c -O2 conftest.F >&5 ./configure: line 1: gfortran42: command not found configure:6995: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:7012: result: no configure:7018: checking whether gfortran42 accepts -g configure:7035: gfortran42 -c -g conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7041: $? = 127 configure: failed program was: | program main | | end configure:7057: result: no configure:7095: checking how to get verbose linking output from gfortran42 configure:7111: gfortran42 -c -O2 conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7117: $? = 127 configure: failed program was: | program main | | end configure:7198: WARNING: compilation failed configure:7205: result: configure:7207: checking for Fortran libraries of gfortran42 configure:7230: gfortran42 -o conftest -O2 conftest.f ./configure: line 1: gfortran42: command not found configure:7404: result: configure:7418: checking for Fortran flag needed to allow free-form source configure:7443: gfortran42 -c -O2 conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7443: gfortran42 -c -O2 -ffree-form conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7443: gfortran42 -c -O2 -FR conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7443: gfortran42 -c -O2 -free conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7443: gfortran42 -c -O2 -qfree conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7443: gfortran42 -c -O2 -Mfree conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7443: gfortran42 -c -O2 -Mfreeform conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7443: gfortran42 -c -O2 -freeform conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7443: gfortran42 -c -O2 -f free conftest.f >&5 ./configure: line 1: gfortran42: command not found configure:7449: $? = 127 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:7468: result: unknown configure:7471: error: Fortran does not accept free-form source ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CCC_set= ac_cv_env_CCC_value= 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_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set=set ac_cv_env_FC_value=gfortran42 ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_fc_compiler_gnu=no ac_cv_fc_freeform=unknown ac_cv_fc_libs= ac_cv_func_gettimeofday=yes ac_cv_header_fpu_control_h=no ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdbool_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_objext= ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_mkdir=/usr/local/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_FC=gfortran42 ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=no ac_cv_prog_fc_g=no ac_cv_prog_make_make_set=yes ac_cv_struct_tm=sys/time.h ac_cv_type__Bool=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/math/qd/work/qd-2.2.6/config/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/math/qd/work/qd-2.2.6/config/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/math/qd/work/qd-2.2.6/config/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/math/qd/work/qd-2.2.6/config/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/math/qd/work/qd-2.2.6/config/missing --run automake-1.10' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CONFIGURE_ARGS=' '\''--enable-shared=yes'\'' '\''--prefix=/usr/local'\'' '\''i386-unknown-gnu'\'' '\''build_alias=i386-unknown-gnu'\'' '\''host_alias=i386-unknown-gnu'\'' '\''target_alias=i386-unknown-gnu'\'' '\''CXX=c++'\'' '\''CXXFLAGS=-fno-common'\'' '\''CC=cc'\'' '\''CFLAGS=-fno-common'\'' '\''FC=gfortran42'\''' CPPFLAGS='' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-fno-common ' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ETIME='' EXEEXT='' F77='gfortran42' FC='gfortran42' FCFLAGS='-O2' FCLIBS='' FFLAGS='-O' GREP='/usr/bin/grep' HAVE_FORTRAN_FALSE='' HAVE_FORTRAN_TRUE='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/math/qd/work/qd-2.2.6/config/missing --run makeinfo' OBJEXT='' PACKAGE='qd' PACKAGE_BUGREPORT='yozo@cs.berkeley.edu' PACKAGE_NAME='qd' PACKAGE_STRING='qd 2.2.6' PACKAGE_TARNAME='qd' PACKAGE_VERSION='2.2.6' PATH_SEPARATOR=':' QD_DEBUG_FALSE='' QD_DEBUG_TRUE='' RANLIB='' REQ_CXXFLAGS='' REQ_FCFLAGS='' SET_MAKE='' SHELL='/bin/sh' STRIP='' UPCASE_MODULE_FALSE='' UPCASE_MODULE_TRUE='' VERSION='2.2.6' ac_ct_CC='' ac_ct_CXX='' ac_ct_FC='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' ax_f90_modflag='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /mnt/gmirror/ports/math/qd/work/qd-2.2.6/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/local/bin/mkdir -p' module_ext='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "qd" #define PACKAGE_TARNAME "qd" #define PACKAGE_VERSION "2.2.6" #define PACKAGE_STRING "qd 2.2.6" #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu" #define MAJOR_VERSION 2 #define MINOR_VERSION 2 #define PATCH_VERSION 6 #define PACKAGE "qd" #define VERSION "2.2.6" #define QD_INLINE 1 #define QD_SLOPPY_MUL 1 #define QD_SLOPPY_DIV 1 #define TM_IN_SYS_TIME 1 #define X86 1 #define HAVE_GETTIMEOFDAY 1 #define QD_ISNAN(x) ((x) != (x)) #define QD_ISINF(x) ( (x) != 0.0 && (x) == 2.0 * (x) ) #define QD_ISFINITE(x) ( ((x) == 0.0) || ((x) != (2.0 * (x))) ) #define QD_COPYSIGN(x, y) ( ((y) != 0.0) ? ( ((y) > 0.0) ? (x) : -(x) ) : ( ((1.0 / y) > 0.0) ? (x) : -(x) ) ) #define QD_API #define QD_HAVE_STD 1 #define HAVE_FORTRAN 1 configure: exit 77