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.59. Invocation command line was $ ./configure --with-map-extension=jpg --without-freetype --without-pango --with-gif --with-jpeg --with-png --with-pnm --with-tiff --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 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: 129 tasks, 189 threads, 4 processors Load average: 0.91, Mach factor: 3.08 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/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:1377: checking for a BSD-compatible install configure:1432: result: /usr/local/bin/ginstall -c configure:1443: checking whether build environment is sane configure:1486: result: yes configure:1551: checking for gawk configure:1567: found /usr/local/bin/gawk configure:1577: result: gawk configure:1587: checking whether make sets $(MAKE) configure:1607: result: yes configure:1786: checking for i386-unknown-gnu-gcc configure:1815: result: no configure:1824: checking for gcc configure:1840: found /usr/bin/gcc configure:1850: result: gcc configure:2094: checking for C compiler version configure:2097: gcc --version &5 gcc (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:2100: $? = 0 configure:2102: gcc -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:2105: $? = 0 configure:2107: gcc -V &5 gcc: `-V' option must have argument configure:2110: $? = 1 configure:2133: checking for C compiler default output file name configure:2136: gcc conftest.c >&5 configure:2139: $? = 0 configure:2185: result: a.out configure:2190: checking whether the C compiler works configure:2196: ./a.out configure:2199: $? = 0 configure:2216: result: yes configure:2223: checking whether we are cross compiling configure:2225: result: no configure:2228: checking for suffix of executables configure:2230: gcc -o conftest conftest.c >&5 configure:2233: $? = 0 configure:2258: result: configure:2264: checking for suffix of object files configure:2285: gcc -c conftest.c >&5 configure:2288: $? = 0 configure:2310: result: configure:2314: checking whether we are using the GNU C compiler configure:2338: gcc -c conftest.c >&5 configure:2344: $? = 0 configure:2348: test -z || test ! -s conftest.err configure:2351: $? = 0 configure:2354: test -s conftest. configure:2357: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2370: result: no configure:2376: checking whether gcc accepts -g configure:2397: gcc -c -g conftest.c >&5 configure:2403: $? = 0 configure:2407: test -z || test ! -s conftest.err configure:2410: $? = 0 configure:2413: test -s conftest. configure:2416: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2427: result: no configure:2444: checking for gcc option to accept ANSI C configure:2514: gcc -c conftest.c >&5 configure:2520: $? = 0 configure:2524: test -z || test ! -s conftest.err configure:2527: $? = 0 configure:2530: test -s conftest. configure:2533: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2514: gcc -qlanglvl=ansi -c conftest.c >&5 gcc: unrecognized option `-qlanglvl=ansi' configure:2520: $? = 0 configure:2524: test -z || test ! -s conftest.err configure:2527: $? = 0 configure:2530: test -s conftest. configure:2533: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2514: gcc -std1 -c conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2520: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2514: gcc -Ae -c conftest.c >&5 :6:2: missing '(' after predicate configure:2520: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2514: gcc -Aa -D_HPUX_SOURCE -c conftest.c >&5 :6:2: missing '(' after predicate configure:2520: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2514: gcc -Xc -D__EXTENSIONS__ -c conftest.c >&5 gcc: unrecognized option `-Xc' configure:2520: $? = 0 configure:2524: test -z || test ! -s conftest.err configure:2527: $? = 0 configure:2530: test -s conftest. configure:2533: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2551: result: none needed configure:2569: gcc -c conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2575: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2719: checking for style of include used by make configure:2747: result: GNU configure:2775: checking dependency style of gcc configure:2865: result: gcc3 configure:2892: checking for i386-unknown-gnu-g++ configure:2921: result: no configure:2892: checking for i386-unknown-gnu-c++ configure:2921: result: no configure:2892: checking for i386-unknown-gnu-gpp configure:2921: result: no configure:2892: checking for i386-unknown-gnu-aCC configure:2921: result: no configure:2892: checking for i386-unknown-gnu-CC configure:2921: result: no configure:2892: checking for i386-unknown-gnu-cxx configure:2921: result: no configure:2892: checking for i386-unknown-gnu-cc++ configure:2921: result: no configure:2892: checking for i386-unknown-gnu-cl configure:2921: result: no configure:2892: checking for i386-unknown-gnu-FCC configure:2921: result: no configure:2892: checking for i386-unknown-gnu-KCC configure:2921: result: no configure:2892: checking for i386-unknown-gnu-RCC configure:2921: result: no configure:2892: checking for i386-unknown-gnu-xlC_r configure:2921: result: no configure:2892: checking for i386-unknown-gnu-xlC configure:2921: result: no configure:2934: checking for g++ configure:2950: found /usr/local/bin/g++ configure:2960: result: g++ configure:2976: checking for C++ compiler version configure:2979: g++ --version &5 g++ (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:2982: $? = 0 configure:2984: g++ -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:2987: $? = 0 configure:2989: g++ -V &5 g++: `-V' option must have argument configure:2992: $? = 1 configure:2995: checking whether we are using the GNU C++ compiler configure:3019: g++ -c conftest.cc >&5 configure:3025: $? = 0 configure:3029: test -z || test ! -s conftest.err configure:3032: $? = 0 configure:3035: test -s conftest. configure:3038: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3051: result: no configure:3057: checking whether g++ accepts -g configure:3078: g++ -c -g conftest.cc >&5 configure:3084: $? = 0 configure:3088: test -z || test ! -s conftest.err configure:3091: $? = 0 configure:3094: test -s conftest. configure:3097: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3108: result: no configure:3150: g++ -c conftest.cc >&5 configure:3156: $? = 0 configure:3160: test -z || test ! -s conftest.err configure:3163: $? = 0 configure:3166: test -s conftest. configure:3169: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3150: g++ -c conftest.cc >&5 configure:3156: $? = 0 configure:3160: test -z || test ! -s conftest.err configure:3163: $? = 0 configure:3166: test -s conftest. configure:3169: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3150: g++ -c conftest.cc >&5 configure:3156: $? = 0 configure:3160: test -z || test ! -s conftest.err configure:3163: $? = 0 configure:3166: test -s conftest. configure:3169: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3150: g++ -c conftest.cc >&5 In file included from conftest.cc:12: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:11: error: than previous declaration `void exit(int) throw ()' configure:3156: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3150: g++ -c conftest.cc >&5 configure:3156: $? = 0 configure:3160: test -z || test ! -s conftest.err configure:3163: $? = 0 configure:3166: test -s conftest. configure:3169: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3150: g++ -c conftest.cc >&5 In file included from conftest.cc:12: conftest.cc:11: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:3156: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3239: checking dependency style of g++ configure:3329: result: gcc3 configure:3349: checking for i386-unknown-gnu-ranlib configure:3378: result: no configure:3387: checking for ranlib configure:3403: found /usr/bin/ranlib configure:3414: result: ranlib configure:3440: checking for perl configure:3458: found /usr/local/bin/perl configure:3471: result: /usr/local/bin/perl configure:3497: checking build system type configure:3515: result: i386-unknown-gnu configure:3523: checking host system type configure:3537: result: i386-unknown-gnu configure:3586: checking how to run the C preprocessor configure:3621: gcc -E conftest.c configure:3627: $? = 0 configure:3659: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3665: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:3704: result: gcc -E configure:3728: gcc -E conftest.c configure:3734: $? = 0 configure:3766: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3772: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:3816: checking for X configure:4046: result: libraries , headers configure:4223: gcc -o conftest conftest.c -lX11 >&5 ld: can't locate file for: -lX11 configure:4229: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char XOpenDisplay (); | int | main () | { | XOpenDisplay (); | ; | return 0; | } configure:4249: checking for dnet_ntoa in -ldnet configure:4279: gcc -o conftest conftest.c -ldnet -lX11 >&5 ld: can't locate file for: -lX11 configure:4285: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dnet_ntoa (); | int | main () | { | dnet_ntoa (); | ; | return 0; | } configure:4311: result: no configure:4318: checking for dnet_ntoa in -ldnet_stub configure:4348: gcc -o conftest conftest.c -ldnet_stub -lX11 >&5 ld: can't locate file for: -ldnet_stub configure:4354: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dnet_ntoa (); | int | main () | { | dnet_ntoa (); | ; | return 0; | } configure:4380: result: no configure:4400: checking for gethostbyname configure:4457: gcc -o conftest conftest.c >&5 configure:4463: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest configure:4476: $? = 0 configure:4488: result: yes configure:4639: checking for connect configure:4696: gcc -o conftest conftest.c >&5 configure:4702: $? = 0 configure:4706: test -z || test ! -s conftest.err configure:4709: $? = 0 configure:4712: test -s conftest configure:4715: $? = 0 configure:4727: result: yes configure:4802: checking for remove configure:4859: gcc -o conftest conftest.c >&5 configure:4865: $? = 0 configure:4869: test -z || test ! -s conftest.err configure:4872: $? = 0 configure:4875: test -s conftest configure:4878: $? = 0 configure:4890: result: yes configure:4965: checking for shmat configure:5022: gcc -o conftest conftest.c >&5 configure:5028: $? = 0 configure:5032: test -z || test ! -s conftest.err configure:5035: $? = 0 configure:5038: test -s conftest configure:5041: $? = 0 configure:5053: result: yes configure:5137: checking for IceConnectionNumber in -lICE configure:5167: gcc -o conftest conftest.c -lICE >&5 ld: can't locate file for: -lICE configure:5173: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char IceConnectionNumber (); | int | main () | { | IceConnectionNumber (); | ; | return 0; | } configure:5199: result: no configure:5211: checking for XOpenDisplay in -lX11 configure:5241: gcc -o conftest conftest.c -lX11 >&5 ld: can't locate file for: -lX11 configure:5247: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char XOpenDisplay (); | int | main () | { | XOpenDisplay (); | ; | return 0; | } configure:5273: result: no configure:5291: WARNING: *** Xplanet will be built without X11 support *** configure:5296: checking for egrep configure:5306: result: grep -E configure:5311: checking for ANSI C header files configure:5336: gcc -c conftest.c >&5 configure:5342: $? = 0 configure:5346: test -z || test ! -s conftest.err configure:5349: $? = 0 configure:5352: test -s conftest. configure:5355: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:5464: result: no configure:5488: checking for sys/types.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5488: checking for sys/stat.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5488: checking for stdlib.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5488: checking for string.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5488: checking for memory.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5488: checking for strings.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5488: checking for inttypes.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5488: checking for stdint.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5488: checking for unistd.h configure:5504: gcc -c conftest.c >&5 configure:5510: $? = 0 configure:5514: test -z || test ! -s conftest.err configure:5517: $? = 0 configure:5520: test -s conftest. configure:5523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5534: result: no configure:5939: checking for freetype-config configure:5957: found /usr/local/bin/freetype-config configure:5970: result: /usr/local/bin/freetype-config configure:6006: checking for pkg-config configure:6024: found /usr/local/bin/pkg-config configure:6037: result: /usr/local/bin/pkg-config configure:6102: checking for pangoft2 >= 1.2.0 configure:6180: checking SpiceUsr.h usability configure:6192: gcc -c conftest.c >&5 conftest.c:49:22: SpiceUsr.h: No such file or directory configure:6198: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6221: result: no configure:6225: checking SpiceUsr.h presence configure:6235: gcc -E conftest.c conftest.c:15:22: SpiceUsr.h: No such file or directory configure:6241: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | /* end confdefs.h. */ | #include configure:6261: result: no configure:6296: checking for SpiceUsr.h configure:6303: result: no configure:6399: WARNING: *** Xplanet will be built without SPICE support *** configure:6478: checking gif_lib.h usability configure:6490: gcc -c conftest.c >&5 configure:6496: $? = 0 configure:6500: test -z || test ! -s conftest.err configure:6503: $? = 0 configure:6506: test -s conftest. configure:6509: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6519: result: no configure:6523: checking gif_lib.h presence configure:6533: gcc -E conftest.c configure:6539: $? = 0 configure:6559: result: yes configure:6572: WARNING: gif_lib.h: present but cannot be compiled configure:6574: WARNING: gif_lib.h: check for missing prerequisite headers? configure:6576: WARNING: gif_lib.h: see the Autoconf documentation configure:6578: WARNING: gif_lib.h: section "Present But Cannot Be Compiled" configure:6580: WARNING: gif_lib.h: proceeding with the preprocessor's result configure:6582: WARNING: gif_lib.h: in the future, the compiler will take precedence configure:6594: checking for gif_lib.h configure:6601: result: yes configure:6614: checking for DGifOpenFileName in -lgif configure:6644: gcc -o conftest conftest.c -lgif >&5 ld: can't locate file for: -lgif configure:6650: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char DGifOpenFileName (); | int | main () | { | DGifOpenFileName (); | ; | return 0; | } configure:6676: result: no configure:6694: checking for DGifOpenFileName in -lungif configure:6724: gcc -o conftest conftest.c -lungif >&5 configure:6730: $? = 0 configure:6734: test -z || test ! -s conftest.err configure:6737: $? = 0 configure:6740: test -s conftest configure:6743: $? = 0 configure:6756: result: yes configure:6805: checking jpeglib.h usability configure:6817: gcc -c conftest.c >&5 configure:6823: $? = 0 configure:6827: test -z || test ! -s conftest.err configure:6830: $? = 0 configure:6833: test -s conftest. configure:6836: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6846: result: no configure:6850: checking jpeglib.h presence configure:6860: gcc -E conftest.c configure:6866: $? = 0 configure:6886: result: yes configure:6899: WARNING: jpeglib.h: present but cannot be compiled configure:6901: WARNING: jpeglib.h: check for missing prerequisite headers? configure:6903: WARNING: jpeglib.h: see the Autoconf documentation configure:6905: WARNING: jpeglib.h: section "Present But Cannot Be Compiled" configure:6907: WARNING: jpeglib.h: proceeding with the preprocessor's result configure:6909: WARNING: jpeglib.h: in the future, the compiler will take precedence configure:6921: checking for jpeglib.h configure:6928: result: yes configure:6941: checking for jpeg_read_header in -ljpeg configure:6971: gcc -o conftest conftest.c -ljpeg >&5 configure:6977: $? = 0 configure:6981: test -z || test ! -s conftest.err configure:6984: $? = 0 configure:6987: test -s conftest configure:6990: $? = 0 configure:7003: result: yes configure:7050: checking png.h usability configure:7062: gcc -c conftest.c >&5 configure:7068: $? = 0 configure:7072: test -z || test ! -s conftest.err configure:7075: $? = 0 configure:7078: test -s conftest. configure:7081: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7091: result: no configure:7095: checking png.h presence configure:7105: gcc -E conftest.c configure:7111: $? = 0 configure:7131: result: yes configure:7144: WARNING: png.h: present but cannot be compiled configure:7146: WARNING: png.h: check for missing prerequisite headers? configure:7148: WARNING: png.h: see the Autoconf documentation configure:7150: WARNING: png.h: section "Present But Cannot Be Compiled" configure:7152: WARNING: png.h: proceeding with the preprocessor's result configure:7154: WARNING: png.h: in the future, the compiler will take precedence configure:7166: checking for png.h configure:7173: result: yes configure:7186: checking for png_create_read_struct in -lpng configure:7216: gcc -o conftest conftest.c -lpng -lm -lz >&5 configure:7222: $? = 0 configure:7226: test -z || test ! -s conftest.err configure:7229: $? = 0 configure:7232: test -s conftest configure:7235: $? = 0 configure:7248: result: yes configure:7295: checking pnm.h usability configure:7307: gcc -c conftest.c >&5 In file included from /usr/local/include/pm.h:16, from /usr/local/include/pbm.h:7, from /usr/local/include/pgm.h:7, from /usr/local/include/ppm.h:6, from /usr/local/include/pnm.h:7, from conftest.c:52: /usr/local/include/pm_config.h:128: error: parse error before "uint32n" /usr/local/include/pm_config.h:129: error: parse error before "int32n" configure:7313: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7336: result: no configure:7340: checking pnm.h presence configure:7350: gcc -E conftest.c configure:7356: $? = 0 configure:7376: result: yes configure:7389: WARNING: pnm.h: present but cannot be compiled configure:7391: WARNING: pnm.h: check for missing prerequisite headers? configure:7393: WARNING: pnm.h: see the Autoconf documentation configure:7395: WARNING: pnm.h: section "Present But Cannot Be Compiled" configure:7397: WARNING: pnm.h: proceeding with the preprocessor's result configure:7399: WARNING: pnm.h: in the future, the compiler will take precedence configure:7411: checking for pnm.h configure:7418: result: yes configure:7431: checking for pnm_init in -lnetpbm configure:7461: gcc -o conftest conftest.c -lnetpbm >&5 ld: Undefined symbols: _pnm_init configure:7467: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pnm_init (); | int | main () | { | pnm_init (); | ; | return 0; | } configure:7493: result: no configure:7510: checking for pnm_init in -lpnm configure:7540: gcc -o conftest conftest.c -lpnm >&5 ld: can't locate file for: -lpnm configure:7546: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pnm_init (); | int | main () | { | pnm_init (); | ; | return 0; | } configure:7572: result: no configure:7592: WARNING: *** Native PNM support will not be included *** configure:7620: checking tiff.h usability configure:7632: gcc -c conftest.c >&5 configure:7638: $? = 0 configure:7642: test -z || test ! -s conftest.err configure:7645: $? = 0 configure:7648: test -s conftest. configure:7651: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7661: result: no configure:7665: checking tiff.h presence configure:7675: gcc -E conftest.c configure:7681: $? = 0 configure:7701: result: yes configure:7714: WARNING: tiff.h: present but cannot be compiled configure:7716: WARNING: tiff.h: check for missing prerequisite headers? configure:7718: WARNING: tiff.h: see the Autoconf documentation configure:7720: WARNING: tiff.h: section "Present But Cannot Be Compiled" configure:7722: WARNING: tiff.h: proceeding with the preprocessor's result configure:7724: WARNING: tiff.h: in the future, the compiler will take precedence configure:7736: checking for tiff.h configure:7743: result: yes configure:7764: checking tiffio.h usability configure:7776: gcc -c conftest.c >&5 configure:7782: $? = 0 configure:7786: test -z || test ! -s conftest.err configure:7789: $? = 0 configure:7792: test -s conftest. configure:7795: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7805: result: no configure:7809: checking tiffio.h presence configure:7819: gcc -E conftest.c configure:7825: $? = 0 configure:7845: result: yes configure:7858: WARNING: tiffio.h: present but cannot be compiled configure:7860: WARNING: tiffio.h: check for missing prerequisite headers? configure:7862: WARNING: tiffio.h: see the Autoconf documentation configure:7864: WARNING: tiffio.h: section "Present But Cannot Be Compiled" configure:7866: WARNING: tiffio.h: proceeding with the preprocessor's result configure:7868: WARNING: tiffio.h: in the future, the compiler will take precedence configure:7880: checking for tiffio.h configure:7887: result: yes configure:7900: checking for _TIFFmalloc in -ltiff configure:7930: gcc -o conftest conftest.c -ltiff -lm >&5 configure:7936: $? = 0 configure:7940: test -z || test ! -s conftest.err configure:7943: $? = 0 configure:7946: test -s conftest configure:7949: $? = 0 configure:7962: result: yes configure:8420: checking for iconv configure:8447: gcc -o conftest conftest.c >&5 ld: Undefined symbols: _libiconv _libiconv_close _libiconv_open configure:8453: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | #define HAVE_LIBTIFF | /* end confdefs.h. */ | #include | #include | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:8498: gcc -o conftest conftest.c -liconv >&5 configure:8504: $? = 0 configure:8508: test -z || test ! -s conftest.err configure:8511: $? = 0 configure:8514: test -s conftest configure:8517: $? = 0 configure:8532: result: yes configure:8542: checking how to link with libiconv configure:8544: result: -liconv configure:8555: checking for iconv declaration configure:8589: gcc -c conftest.c >&5 conftest.c:28: error: conflicting types for `libiconv' /usr/local/include/iconv.h:83: error: previous declaration of `libiconv' configure:8595: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | #define HAVE_LIBTIFF | #define HAVE_ICONV 1 | /* end confdefs.h. */ | | #include | #include | extern | #ifdef __cplusplus | "C" | #endif | #if defined(__STDC__) || defined(__cplusplus) | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | #else | size_t iconv(); | #endif | | int | main () | { | | ; | return 0; | } configure:8623: result: extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:8651: checking localcharset.h usability configure:8663: gcc -c conftest.c >&5 configure:8669: $? = 0 configure:8673: test -z || test ! -s conftest.err configure:8676: $? = 0 configure:8679: test -s conftest. configure:8682: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | #define HAVE_LIBTIFF | #define HAVE_ICONV 1 | #define ICONV_CONST const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:8692: result: no configure:8696: checking localcharset.h presence configure:8706: gcc -E conftest.c configure:8712: $? = 0 configure:8732: result: yes configure:8745: WARNING: localcharset.h: present but cannot be compiled configure:8747: WARNING: localcharset.h: check for missing prerequisite headers? configure:8749: WARNING: localcharset.h: see the Autoconf documentation configure:8751: WARNING: localcharset.h: section "Present But Cannot Be Compiled" configure:8753: WARNING: localcharset.h: proceeding with the preprocessor's result configure:8755: WARNING: localcharset.h: in the future, the compiler will take precedence configure:8767: checking for localcharset.h configure:8774: result: yes configure:8787: checking for locale_charset in -lcharset configure:8817: gcc -o conftest conftest.c -lcharset >&5 configure:8823: $? = 0 configure:8827: test -z || test ! -s conftest.err configure:8830: $? = 0 configure:8833: test -s conftest configure:8836: $? = 0 configure:8849: result: yes configure:8879: checking langinfo.h usability configure:8891: gcc -c conftest.c >&5 configure:8897: $? = 0 configure:8901: test -z || test ! -s conftest.err configure:8904: $? = 0 configure:8907: test -s conftest. configure:8910: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xplanet" | #define VERSION "1.2.0" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LIBFREETYPE | #define HAVE_LIBGIF | #define HAVE_LIBJPEG | #define HAVE_LIBPNG | #define HAVE_LIBTIFF | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBCHARSET | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:8920: result: no configure:8924: checking langinfo.h presence configure:8934: gcc -E conftest.c configure:8940: $? = 0 configure:8960: result: yes configure:8973: WARNING: langinfo.h: present but cannot be compiled configure:8975: WARNING: langinfo.h: check for missing prerequisite headers? configure:8977: WARNING: langinfo.h: see the Autoconf documentation configure:8979: WARNING: langinfo.h: section "Present But Cannot Be Compiled" configure:8981: WARNING: langinfo.h: proceeding with the preprocessor's result configure:8983: WARNING: langinfo.h: in the future, the compiler will take precedence configure:8995: checking for langinfo.h configure:9002: result: yes configure:9176: checking for unsetenv configure:9233: gcc -o conftest conftest.c >&5 configure:9239: $? = 0 configure:9243: test -z || test ! -s conftest.err configure:9246: $? = 0 configure:9249: test -s conftest configure:9252: $? = 0 configure:9264: result: yes configure:9278: checking for timegm configure:9335: gcc -o conftest conftest.c >&5 configure:9341: $? = 0 configure:9345: test -z || test ! -s conftest.err configure:9348: $? = 0 configure:9351: test -s conftest configure:9354: $? = 0 configure:9366: result: yes configure:9597: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:770: creating xpDefines.h config.status:770: creating Makefile config.status:770: creating src/Makefile config.status:770: creating src/libannotate/Makefile config.status:770: creating src/libdisplay/Makefile config.status:770: creating src/libephemeris/Makefile config.status:770: creating src/libephemeris/libmoons/Makefile config.status:770: creating src/libimage/Makefile config.status:770: creating src/libmultiple/Makefile config.status:770: creating src/libplanet/Makefile config.status:770: creating src/libprojection/Makefile config.status:770: creating src/libsgp4sdp4/Makefile config.status:770: creating scripts/convertCassini.perl config.status:770: creating scripts/convertCassini2.perl config.status:874: creating config.h config.status:984: config.h is unchanged config.status:1164: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_func_timegm=yes ac_cv_func_unsetenv=yes ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' ac_cv_header_SpiceUsr_h=no ac_cv_header_gif_lib_h=yes ac_cv_header_inttypes_h=no ac_cv_header_jpeglib_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_localcharset_h=yes ac_cv_header_memory_h=no ac_cv_header_png_h=yes ac_cv_header_pnm_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_tiff_h=yes ac_cv_header_tiffio_h=yes ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_ICE_IceConnectionNumber=no ac_cv_lib_X11_XOpenDisplay=no ac_cv_lib_charset_locale_charset=yes ac_cv_lib_dnet_dnet_ntoa=no ac_cv_lib_dnet_stub_dnet_ntoa=no ac_cv_lib_gif_DGifOpenFileName=no ac_cv_lib_jpeg_jpeg_read_header=yes ac_cv_lib_netpbm_pnm_init=no ac_cv_lib_png_png_create_read_struct=yes ac_cv_lib_pnm_pnm_init=no ac_cv_lib_tiff__TIFFmalloc=yes ac_cv_lib_ungif_DGifOpenFileName=yes ac_cv_objext= ac_cv_path_FREETYPE_CONFIG=/usr/local/bin/freetype-config ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_install='/usr/local/bin/ginstall -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_cxx_g=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_lib_iconv=yes am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1=const ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/astro/xplanet/work/xplanet-1.2.0/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/astro/xplanet/work/xplanet-1.2.0/missing --run tar' AQUA_LIBS='' AUTOCONF='${SHELL} /usr/ports/astro/xplanet/work/xplanet-1.2.0/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/astro/xplanet/work/xplanet-1.2.0/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/astro/xplanet/work/xplanet-1.2.0/missing --run automake-1.9' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='' CPP='gcc -E' CPPFLAGS='' CSPICE_LIBS='' CXX='g++' CXXDEPMODE='depmode=gcc3' CXXFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' FREETYPE_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include ' FREETYPE_CONFIG='/usr/local/bin/freetype-config' FREETYPE_LIBS='-L/usr/local/lib -lfreetype -lz ' GRAPHICS_LIBS=' -lungif -ljpeg -lpng -lm -lz -ltiff -lm' HAVE_AQUA_FALSE='' HAVE_AQUA_TRUE='#' HAVE_CSPICE_FALSE='' HAVE_CSPICE_TRUE='#' HAVE_CYGWIN_FALSE='' HAVE_CYGWIN_TRUE='#' HAVE_LIBFREETYPE_FALSE='#' HAVE_LIBFREETYPE_TRUE='' HAVE_LIBGIF_FALSE='#' HAVE_LIBGIF_TRUE='' HAVE_LIBJPEG_FALSE='#' HAVE_LIBJPEG_TRUE='' HAVE_LIBPANGOFT2_FALSE='' HAVE_LIBPANGOFT2_TRUE='#' HAVE_LIBPNG_FALSE='#' HAVE_LIBPNG_TRUE='' HAVE_LIBPNM_FALSE='' HAVE_LIBPNM_TRUE='#' HAVE_LIBTIFF_FALSE='#' HAVE_LIBTIFF_TRUE='' HAVE_LIBX11_FALSE='' HAVE_LIBX11_TRUE='#' HAVE_QUICKTIME_FALSE='' HAVE_QUICKTIME_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBCHARSET='-lcharset' LIBICONV='-liconv' LIBOBJS='' LIBS='' LTLIBICONV='-liconv' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/ports/astro/xplanet/work/xplanet-1.2.0/missing --run makeinfo' OBJC='' OBJCFLAGS='' OBJEXT='' PACKAGE='xplanet' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PANGOFT2_CFLAGS='' PANGOFT2_LIBS='' PATH_SEPARATOR=':' PERL='/usr/local/bin/perl' PKG_CONFIG='/usr/local/bin/pkg-config' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_AR_FALSE='#' USE_AR_TRUE='' VERSION='1.2.0' XSS_LIBS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__fastdepOBJC_FALSE='' am__fastdepOBJC_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/astro/xplanet/work/xplanet-1.2.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mapext='jpg' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' separator='/' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' xplanet_ARFLAGS='' xplanet_LDFLAGS='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ICONV 1 #define HAVE_LANGINFO_H #define HAVE_LIBCHARSET #define HAVE_LIBFREETYPE #define HAVE_LIBGIF #define HAVE_LIBJPEG #define HAVE_LIBPNG #define HAVE_LIBTIFF #define HAVE_TIMEGM 1 #define HAVE_UNSETENV 1 #define ICONV_CONST const #define ICONV_CONST const #define PACKAGE "xplanet" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VERSION "1.2.0" #endif #ifdef __cplusplus void exit (int); configure: exit 0