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.61. Invocation command line was $ ./configure --with-docdir=/usr/X11R6/share/doc/pixie --with-shaderdir=/usr/X11R6/share/pixie/shaders --with-modeldir=/usr/X11R6/share/pixie --with-texturedir=/usr/X11R6/share/pixie --with-proceduraldir=/usr/X11R6/share/pixie --with-displaysdir=/usr/X11R6/lib/pixie --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 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: 92 tasks, 146 threads, 4 processors Load average: 2.22, Mach factor: 1.77 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1992: checking for a BSD-compatible install configure:2048: result: /usr/bin/install -c -o root -g wheel configure:2059: checking whether build environment is sane configure:2102: result: yes configure:2117: checking whether make sets $(MAKE) configure:2138: result: yes configure:2170: checking for working aclocal configure:2177: result: found configure:2185: checking for working autoconf configure:2192: result: found configure:2200: checking for working automake configure:2207: result: found configure:2215: checking for working autoheader configure:2222: result: found configure:2230: checking for working makeinfo configure:2237: result: found configure:2262: checking for i386-unknown-gnu-gcc configure:2289: result: cc configure:2567: checking for C compiler version configure:2574: 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:2577: $? = 0 configure:2584: 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:2587: $? = 0 configure:2594: cc -V >&5 cc: `-V' option must have argument configure:2597: $? = 1 configure:2620: checking for C compiler default output file name configure:2647: cc -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -pthread >&5 cc: unrecognized option `-pthread' configure:2650: $? = 0 configure:2688: result: a.out configure:2705: checking whether the C compiler works configure:2715: ./a.out configure:2718: $? = 0 configure:2735: result: yes configure:2742: checking whether we are cross compiling configure:2744: result: no configure:2747: checking for suffix of executables configure:2754: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -pthread >&5 cc: unrecognized option `-pthread' configure:2757: $? = 0 configure:2781: result: configure:2787: checking for suffix of object files configure:2813: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:2816: $? = 0 configure:2839: result: configure:2843: checking whether we are using the GNU C compiler configure:2872: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:2878: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2895: result: no configure:2900: checking whether cc accepts -g configure:2930: cc -c -g conftest.c >&5 configure:2936: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2968: cc -c conftest.c >&5 configure:2974: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3007: cc -c -g conftest.c >&5 configure:3013: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3035: result: no configure:3052: checking for cc option to accept ISO C89 configure:3126: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:3132: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3126: cc -qlanglvl=extc89 -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc: unrecognized option `-qlanglvl=extc89' configure:3132: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3126: cc -qlanglvl=ansi -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:3132: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3126: cc -std -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc1: error: unrecognized option `-std' configure:3132: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3126: cc -Ae -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 :6:2: missing '(' after predicate configure:3132: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3126: cc -Aa -D_HPUX_SOURCE -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 :6:2: missing '(' after predicate configure:3132: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3126: cc -Xc -D__EXTENSIONS__ -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 cc: unrecognized option `-Xc' configure:3132: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3158: result: unsupported configure:3178: checking how to run the C preprocessor configure:3218: cc -E conftest.c configure:3224: $? = 0 configure:3255: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3261: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include configure:3294: result: cc -E configure:3323: cc -E conftest.c configure:3329: $? = 0 configure:3360: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3366: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include configure:3519: checking for C++ compiler version configure:3526: 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:3529: $? = 0 configure:3536: 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:3539: $? = 0 configure:3546: c++ -V >&5 c++: `-V' option must have argument configure:3549: $? = 1 configure:3552: checking whether we are using the GNU C++ compiler configure:3581: c++ -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.cpp >&5 configure:3587: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3604: result: no configure:3609: checking whether c++ accepts -g configure:3639: c++ -c -g conftest.cpp >&5 configure:3645: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3677: c++ -c conftest.cpp >&5 configure:3683: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3716: c++ -c -g conftest.cpp >&5 configure:3722: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3744: result: no configure:3846: checking build system type configure:3864: result: i386-unknown-gnu configure:3886: checking host system type configure:3901: result: i386-unknown-gnu configure:3923: checking for a sed that does not truncate output configure:3977: result: /usr/local/bin/sed configure:3980: checking for grep that handles long lines and -e configure:4054: result: /usr/bin/grep configure:4059: checking for egrep configure:4137: result: /usr/bin/grep -E configure:4186: checking for non-GNU ld configure:4220: result: /usr/bin/ld configure:4229: checking if the linker (/usr/bin/ld) is GNU ld configure:4244: result: no configure:4249: checking for /usr/bin/ld option to reload object files configure:4256: result: -r configure:4274: checking for BSD-compatible nm configure:4316: result: nm configure:4320: checking whether ln -s works configure:4324: result: yes configure:4331: checking how to recognise dependent libraries configure:4503: result: pass_all configure:4710: checking for ANSI C header files configure:4740: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4746: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4871: result: no configure:4895: checking for sys/types.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4895: checking for sys/stat.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4895: checking for stdlib.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4895: checking for string.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4895: checking for memory.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4895: checking for strings.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4895: checking for inttypes.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4895: checking for stdint.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4895: checking for unistd.h configure:4916: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4922: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:4938: result: no configure:4965: checking dlfcn.h usability configure:4982: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:4988: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | /* 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:5002: result: no configure:5006: checking dlfcn.h presence configure:5021: cc -E conftest.c configure:5027: $? = 0 configure:5041: result: yes configure:5054: WARNING: dlfcn.h: present but cannot be compiled configure:5056: WARNING: dlfcn.h: check for missing prerequisite headers? configure:5058: WARNING: dlfcn.h: see the Autoconf documentation configure:5060: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:5062: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:5064: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:5069: checking for dlfcn.h configure:5077: result: yes configure:5100: checking how to run the C++ preprocessor configure:5136: c++ -E conftest.cpp configure:5142: $? = 0 configure:5173: c++ -E conftest.cpp conftest.cpp:11:28: ac_nonexistent.h: No such file or directory configure:5179: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5212: result: c++ -E configure:5241: c++ -E conftest.cpp configure:5247: $? = 0 configure:5278: c++ -E conftest.cpp conftest.cpp:11:28: ac_nonexistent.h: No such file or directory configure:5284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5333: checking for i386-unknown-gnu-g77 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-xlf configure:5363: result: no configure:5333: checking for i386-unknown-gnu-f77 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-frt configure:5363: result: no configure:5333: checking for i386-unknown-gnu-pgf77 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-cf77 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-fort77 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-fl32 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-af77 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-xlf90 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-f90 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-pgf90 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-pghpf configure:5363: result: no configure:5333: checking for i386-unknown-gnu-epcf90 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-gfortran configure:5363: result: no configure:5333: checking for i386-unknown-gnu-g95 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-xlf95 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-f95 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-fort configure:5363: result: no configure:5333: checking for i386-unknown-gnu-ifort configure:5363: result: no configure:5333: checking for i386-unknown-gnu-ifc configure:5363: result: no configure:5333: checking for i386-unknown-gnu-efc configure:5363: result: no configure:5333: checking for i386-unknown-gnu-pgf95 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-lf95 configure:5363: result: no configure:5333: checking for i386-unknown-gnu-ftn configure:5363: result: no configure:5377: checking for g77 configure:5393: found /usr/local/bin/g77 configure:5404: result: g77 configure:5434: checking for Fortran 77 compiler version configure:5441: g77 --version >&5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' 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:5444: $? = 0 configure:5451: g77 -v >&5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) cc: /tmp/: linker input file unused because linking not done configure:5454: $? = 0 configure:5461: g77 -V >&5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' cc: `-V' must come at the start of the command line configure:5464: $? = 0 configure:5472: checking whether we are using the GNU Fortran 77 compiler configure:5491: g77 -c conftest.F >&5 Error on line 2: Bad # line: "#ifndef __GNUC__" Error on line 4: Bad # line: "#endif" Error on line 3: unclassifiable statement (starts "chokeme") cc: /tmp/conftest.F: Fortran compiler not installed on this system configure:5497: $? = 0 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5514: result: no configure:5520: checking whether g77 accepts -g configure:5537: g77 -c -g conftest.f >&5 configure:5543: $? = 0 configure: failed program was: | program main | | end configure:5559: result: no configure:5589: checking the maximum length of command line arguments configure:5668: result: configure:5679: checking command to parse nm output from cc object configure:5775: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:5778: $? = 0 configure:5782: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:5785: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5775: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:5778: $? = 0 configure:5782: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:5785: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5875: result: failed configure:5882: checking for objdir configure:5897: result: .libs configure:5949: checking for i386-unknown-gnu-ar configure:5979: result: no configure:5989: checking for ar configure:6005: found /usr/bin/ar configure:6016: result: ar configure:6045: checking for i386-unknown-gnu-ranlib configure:6075: result: no configure:6085: checking for ranlib configure:6101: found /usr/bin/ranlib configure:6112: result: ranlib configure:6141: checking for i386-unknown-gnu-strip configure:6171: result: no configure:6181: checking for strip configure:6197: found /usr/bin/strip configure:6208: result: strip configure:6486: checking if cc static flag works cc: unrecognized option `-pthread' configure:6509: result: no configure:6575: checking for cc option to produce PIC configure:6762: result: configure:6827: checking if cc supports -c -o file.o configure:6851: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -o out/conftest2.o conftest.c >&5 configure:6855: $? = 0 configure:6872: result: yes configure:6898: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7743: result: no configure:7814: checking dynamic linker characteristics configure:8354: result: gnu ld.so configure:8358: checking how to hardcode library paths into programs configure:8383: result: unsupported configure:8397: checking whether stripping libraries is possible configure:8418: result: no configure:9199: checking if libtool supports shared libraries configure:9201: result: no configure:9204: checking whether to build shared libraries configure:9225: result: no configure:9228: checking whether to build static libraries configure:9232: result: yes configure:9324: creating libtool configure:10015: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10878: result: yes configure:10896: c++ -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5 configure:10899: $? = 0 configure:10995: checking for c++ option to produce PIC configure:11257: result: configure:11322: checking if c++ supports -c -o file.o configure:11346: c++ -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -o out/conftest2.o conftest.cc >&5 configure:11350: $? = 0 configure:11367: result: yes configure:11393: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11418: result: yes configure:11489: checking dynamic linker characteristics configure:12029: result: gnu ld.so configure:12033: checking how to hardcode library paths into programs configure:12058: result: unsupported configure:12072: checking whether stripping libraries is possible configure:12093: result: no configure:13351: checking if libtool supports shared libraries configure:13353: result: no configure:13356: checking whether to build shared libraries configure:13374: result: no configure:13377: checking whether to build static libraries configure:13381: result: yes configure:13393: checking for g77 option to produce PIC configure:13580: result: configure:13645: checking if g77 supports -c -o file.o configure:13669: g77 -c -o out/conftest2.o conftest.f >&5 configure:13673: $? = 0 configure:13690: result: yes configure:13716: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:14541: result: no configure:14612: checking dynamic linker characteristics configure:15152: result: gnu ld.so configure:15156: checking how to hardcode library paths into programs configure:15181: result: unsupported configure:15195: checking whether stripping libraries is possible configure:15216: result: no configure:19271: checking for a BSD-compatible install configure:19327: result: /usr/bin/install -c -o root -g wheel configure:19338: checking whether make sets $(MAKE) configure:19359: result: yes configure:19370: checking for sin in -lm configure:19405: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' conftest.c:18: warning: conflicting types for built-in function `sin' configure:19411: $? = 0 configure:19429: result: yes configure:19445: checking for X configure:19680: result: libraries , headers configure:19841: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread -lX11 >&5 cc: unrecognized option `-pthread' configure:19847: $? = 0 configure:20004: checking for gethostbyname configure:20060: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:20066: $? = 0 configure:20083: result: yes configure:20228: checking for connect configure:20284: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:20290: $? = 0 configure:20307: result: yes configure:20379: checking for remove configure:20435: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:20441: $? = 0 configure:20458: result: yes configure:20530: checking for shmat configure:20586: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:20592: $? = 0 configure:20609: result: yes configure:20690: checking for IceConnectionNumber in -lICE configure:20725: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lICE -lm -pthread >&5 cc: unrecognized option `-pthread' configure:20731: $? = 0 configure:20749: result: yes configure:20769: checking for XOpenDisplay in -lX11 configure:20804: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -lX11 -lXext -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lX11 -lm -pthread >&5 cc: unrecognized option `-pthread' configure:20810: $? = 0 configure:20828: result: yes configure:20844: checking for XShmAttach in -lXext configure:20879: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -lX11 -lXext -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lXext -lX11 -lm -pthread >&5 cc: unrecognized option `-pthread' configure:20885: $? = 0 configure:20903: result: yes configure:20929: checking for main in -lfltk configure:20958: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lfltk -lm -pthread -lGL >&5 cc: unrecognized option `-pthread' ld: can't locate file for: -lfltk configure:20964: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBXEXT 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:20982: result: no configure:20988: checking for main in -lfltk_gl configure:21017: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lfltk_gl -lm -pthread -lGL >&5 cc: unrecognized option `-pthread' ld: can't locate file for: -lfltk_gl configure:21023: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBXEXT 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:21041: result: no configure:21063: checking for TIFFOpen in -ltiff configure:21098: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -ltiff -lm -pthread >&5 cc: unrecognized option `-pthread' configure:21104: $? = 0 configure:21122: result: yes configure:21183: checking for OpenEXR configure:21235: c++ -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -I/usr/include/OpenEXR -L/usr/local/lib -L/usr/X11R6/lib conftest.cpp -lm -pthread -L/usr/lib -lIlmImf -lImath -lIex -lHalf -lz >&5 c++: unrecognized option `-pthread' conftest.cpp:17:25: ImfRgbaFile.h: No such file or directory conftest.cpp: In function `int main()': conftest.cpp:23: error: `Imf' undeclared (first use this function) conftest.cpp:23: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.cpp:23: error: parse error before `::' token configure:21238: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBTIFF 1 | /* end confdefs.h. */ | | #include | #include | | int main () | { | try | { | Imf::RgbaInputFile exr (""); | } | catch (...) | { | } | system("touch conf.openexrtest"); | return 0; | } | | configure:21277: result: no configure:21316: c++ -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -I/usr/include/OpenEXR -L/usr/local/lib -L/usr/X11R6/lib conftest.cpp -lm -pthread -L/usr/lib -lIlmImf -lImath -lIex -lHalf -lz >&5 c++: unrecognized option `-pthread' conftest.cpp:17:25: ImfRgbaFile.h: No such file or directory conftest.cpp: In function `int main()': conftest.cpp:22: error: `Imf' undeclared (first use this function) conftest.cpp:22: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.cpp:22: error: parse error before `::' token configure:21322: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBTIFF 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | Imf::RgbaInputFile exr ("");return 0; | ; | return 0; | } configure:21371: checking for ANSI C header files configure:21532: result: no configure:21561: checking fcntl.h usability configure:21578: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:21584: $? = 0 configure:21598: result: yes configure:21602: checking fcntl.h presence configure:21617: cc -E conftest.c configure:21623: $? = 0 configure:21637: result: yes configure:21665: checking for fcntl.h configure:21673: result: yes configure:21561: checking limits.h usability configure:21578: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:21584: $? = 0 configure:21598: result: yes configure:21602: checking limits.h presence configure:21617: cc -E conftest.c configure:21623: $? = 0 configure:21637: result: yes configure:21665: checking for limits.h configure:21673: result: yes configure:21561: checking malloc.h usability configure:21578: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:21584: $? = 0 configure:21598: result: yes configure:21602: checking malloc.h presence configure:21617: cc -E conftest.c configure:21623: $? = 0 configure:21637: result: yes configure:21665: checking for malloc.h configure:21673: result: yes configure:21561: checking sys/time.h usability configure:21578: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:21584: $? = 0 configure:21598: result: yes configure:21602: checking sys/time.h presence configure:21617: cc -E conftest.c configure:21623: $? = 0 configure:21637: result: yes configure:21665: checking for sys/time.h configure:21673: result: yes configure:21551: checking for unistd.h configure:21557: result: no configure:21687: checking for an ANSI C-conforming const configure:21762: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:21768: $? = 0 configure:21783: result: yes configure:21793: checking for inline configure:21819: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:21825: $? = 0 configure:21843: result: inline configure:21862: checking for size_t configure:21892: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:21898: $? = 0 configure:21913: result: yes configure:21925: checking whether time.h and sys/time.h may both be included configure:21955: cc -c -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include conftest.c >&5 configure:21961: $? = 0 configure:21976: result: yes configure:21989: checking for working alloca.h configure:22016: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22022: $? = 0 configure:22039: result: yes configure:22049: checking for alloca configure:22096: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22102: $? = 0 configure:22119: result: yes configure:22350: checking for vprintf configure:22406: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' conftest.c:45: warning: conflicting types for built-in function `vprintf' configure:22412: $? = 0 configure:22430: result: yes configure:22437: checking for _doprnt configure:22493: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' ld: Undefined symbols: __doprnt configure:22499: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Pixie" | #define VERSION "1.6.3" | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBTIFF 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__doprnt || defined __stub____doprnt | choke me | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:22516: result: no configure:22543: checking for ftime configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for gethostname configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for gettimeofday configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for mkdir configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for rmdir configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for socket configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for strdup configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for strstr configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' conftest.c:53: warning: conflicting types for built-in function `strstr' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for strtod configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22543: checking for strtol configure:22599: cc -o conftest -fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -pthread >&5 cc: unrecognized option `-pthread' configure:22605: $? = 0 configure:22623: result: yes configure:22930: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:681: creating Makefile config.status:816: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/Makefile config.status:816: WARNING: src/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/common/Makefile config.status:816: WARNING: src/common/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/file/Makefile config.status:816: WARNING: src/file/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/framebuffer/Makefile config.status:816: WARNING: src/framebuffer/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/openexr/Makefile config.status:816: WARNING: src/openexr/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/opengl/Makefile config.status:816: WARNING: src/opengl/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/precomp/Makefile config.status:816: WARNING: src/precomp/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/rgbe/Makefile config.status:816: WARNING: src/rgbe/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/sdr/Makefile config.status:816: WARNING: src/sdr/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/sdrc/Makefile config.status:816: WARNING: src/sdrc/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/ri/Makefile config.status:816: WARNING: src/ri/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/rndr/Makefile config.status:816: WARNING: src/rndr/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/texmake/Makefile config.status:816: WARNING: src/texmake/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/sdrinfo/Makefile config.status:816: WARNING: src/sdrinfo/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating src/show/Makefile config.status:816: WARNING: src/show/Makefile.in seems to ignore the --datarootdir setting config.status:681: creating config.h config.status:933: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_c_inline=inline 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 -O -fPIC -I/usr/local/include -I/usr/X11R6/include' 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=set ac_cv_env_CXXFLAGS_value='-fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ 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=set ac_cv_env_LDFLAGS_value='-L/usr/local/lib -L/usr/X11R6/lib' ac_cv_env_LIBS_set=set ac_cv_env_LIBS_value=-pthread ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_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_f77_compiler_gnu=no ac_cv_func__doprnt=no ac_cv_func_alloca_works=yes ac_cv_func_connect=yes ac_cv_func_ftime=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostname=yes ac_cv_func_gettimeofday=yes ac_cv_func_mkdir=yes ac_cv_func_remove=yes ac_cv_func_rmdir=yes ac_cv_func_shmat=yes ac_cv_func_socket=yes ac_cv_func_strdup=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_vprintf=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes 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_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_time=yes ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xext_XShmAttach=yes ac_cv_lib_fltk_gl_main=no ac_cv_lib_fltk_main=no ac_cv_lib_m_sin=yes ac_cv_lib_tiff_TIFFOpen=yes ac_cv_objext= ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_F77=g77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=no ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes 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_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX= lt_cv_path_NM=nm lt_cv_path_SED=/usr/local/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx= lt_cv_sys_global_symbol_pipe= lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl= lt_cv_sys_max_cmd_len= lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='""' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='""' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal' ALLOCA='' AR='ar' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake' BUILD_OPENEXR_FALSE='' BUILD_OPENEXR_TRUE='#' BUILD_SHOW='' BUILD_SHOW_FALSE='' BUILD_SHOW_TRUE='#' CC='cc' CFLAGS='-fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-fno-common -O -fPIC -I/usr/local/include -I/usr/X11R6/include' DEFS='-DHAVE_CONFIG_H' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' F77='g77' FFLAGS='' GREP='/usr/bin/grep' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='-L/usr/local/lib -L/usr/X11R6/lib' LIBFLTK='' LIBFLTKGL='' LIBOBJS='' LIBS='-lm -pthread' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='makeinfo' OBJEXT='' OPENEXR_INCLUDES='' OPENEXR_LIBS='' PACKAGE='Pixie' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PIXIE_DISPLAYS='/lib/Pixie/displays' PIXIE_DOCS='${prefix}/share/doc/Pixie' PIXIE_MODELS='${prefix}/share/Pixie/models' PIXIE_PROCEDURALS='/lib/Pixie/procedurals' PIXIE_SHADERS='${prefix}/share/Pixie/shaders' PIXIE_TEXTURES='${prefix}/share/Pixie/textures' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TIFF_LIBS='-ltiff -lm -pthread' VERSION='1.6.3' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LDFLAGS=' -lX11 -lXext' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='g77' 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' displaysdir='/lib/Pixie/displays' docdir='${prefix}/share/doc/Pixie' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' modeldir='${prefix}/share/Pixie/models' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='' proceduraldir='/lib/Pixie/procedurals' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' shaderdir='${prefix}/share/Pixie/shaders' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' texturedir='${prefix}/share/Pixie/textures' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "Pixie" #define VERSION "1.6.3" #define HAVE_DLFCN_H 1 #define HAVE_LIBM 1 #define HAVE_LIBX11 1 #define HAVE_LIBXEXT 1 #define HAVE_LIBTIFF 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_TIME_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_VPRINTF 1 #define HAVE_FTIME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MKDIR 1 #define HAVE_RMDIR 1 #define HAVE_SOCKET 1 #define HAVE_STRDUP 1 #define HAVE_STRSTR 1 #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define PIXIE_DOCS "${prefix}/share/doc/Pixie" #define PIXIE_SHADERS "${prefix}/share/Pixie/shaders" #define PIXIE_MODELS "${prefix}/share/Pixie/models" #define PIXIE_TEXTURES "${prefix}/share/Pixie/textures" #define PIXIE_DISPLAYS "/lib/Pixie/displays" #define PIXIE_PROCEDURALS "/lib/Pixie/procedurals" configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on darwintel config.status:681: creating config.h ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on darwintel config.status:681: creating config.h config.status:920: config.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on darwintel config.status:681: creating config.h config.status:920: config.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on darwintel config.status:681: creating config.h config.status:920: config.h is unchanged