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 --disable-video-vgl --disable-nas --disable-video-ggi --enable-video-opengl --enable-video-aalib --enable-video-svga --enable-arts --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 147 tasks, 201 threads, 4 processors Load average: 0.96, Mach factor: 3.03 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1663: checking build system type configure:1681: result: i386-unknown-gnu configure:1689: checking host system type configure:1703: result: i386-unknown-gnu configure:1719: checking for i386-unknown-gnu-gcc configure:1745: result: cc configure:2027: checking for C compiler version configure:2030: 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:2033: $? = 0 configure:2035: 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:2038: $? = 0 configure:2040: cc -V &5 cc: `-V' option must have argument configure:2043: $? = 1 configure:2066: checking for C compiler default output file name configure:2069: cc -fno-common -L/usr/local/lib conftest.c >&5 configure:2072: $? = 0 configure:2118: result: a.out configure:2123: checking whether the C compiler works configure:2129: ./a.out configure:2132: $? = 0 configure:2149: result: yes configure:2156: checking whether we are cross compiling configure:2158: result: no configure:2161: checking for suffix of executables configure:2163: cc -o conftest -fno-common -L/usr/local/lib conftest.c >&5 configure:2166: $? = 0 configure:2191: result: configure:2197: checking for suffix of object files configure:2218: cc -c -fno-common conftest.c >&5 configure:2221: $? = 0 configure:2243: result: configure:2247: checking whether we are using the GNU C compiler configure:2271: cc -c -fno-common conftest.c >&5 configure:2277: $? = 0 configure:2281: test -z || test ! -s conftest.err configure:2284: $? = 0 configure:2287: test -s conftest. configure:2290: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2303: result: no configure:2309: checking whether cc accepts -g configure:2330: cc -c -g conftest.c >&5 configure:2336: $? = 0 configure:2340: test -z || test ! -s conftest.err configure:2343: $? = 0 configure:2346: test -s conftest. configure:2349: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2360: result: no configure:2377: checking for cc option to accept ANSI C configure:2447: cc -c -fno-common conftest.c >&5 configure:2453: $? = 0 configure:2457: test -z || test ! -s conftest.err configure:2460: $? = 0 configure:2463: test -s conftest. configure:2466: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -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:2447: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2453: $? = 0 configure:2457: test -z || test ! -s conftest.err configure:2460: $? = 0 configure:2463: test -s conftest. configure:2466: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -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:2447: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2453: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -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:2447: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2453: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -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:2447: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2453: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -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:2447: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2453: $? = 0 configure:2457: test -z || test ! -s conftest.err configure:2460: $? = 0 configure:2463: test -s conftest. configure:2466: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -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:2484: result: none needed configure:2502: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2508: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2642: checking whether byte ordering is bigendian configure:2669: cc -c -fno-common conftest.c >&5 configure:2675: $? = 0 configure:2679: test -z || test ! -s conftest.err configure:2682: $? = 0 configure:2685: test -s conftest. configure:2688: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | bogus endian macros | #endif | | ; | return 0; | } configure:2829: cc -o conftest -fno-common -L/usr/local/lib conftest.c >&5 configure:2832: $? = 0 configure:2834: ./conftest configure:2837: $? = 0 configure:2853: result: no configure:2997: checking for a sed that does not truncate output configure:3051: result: /usr/local/bin/sed configure:3054: checking for egrep configure:3064: result: grep -E configure:3113: checking for non-GNU ld configure:3147: result: /usr/bin/ld configure:3156: checking if the linker (/usr/bin/ld) is GNU ld configure:3171: result: no configure:3176: checking for /usr/bin/ld option to reload object files configure:3183: result: -r configure:3201: checking for BSD-compatible nm configure:3250: result: /usr/bin/nm -p configure:3254: checking whether ln -s works configure:3258: result: yes configure:3265: checking how to recognise dependent libraries configure:3443: result: pass_all configure:3921: checking how to run the C preprocessor configure:3956: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:3962: $? = 0 configure:3994: cc -E -I./include -D_GNU_SOURCE=1 conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4000: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* end confdefs.h. */ | #include configure:4039: result: cc -E configure:4063: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:4069: $? = 0 configure:4101: cc -E -I./include -D_GNU_SOURCE=1 conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4107: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* end confdefs.h. */ | #include configure:4151: checking for ANSI C header files configure:4176: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4182: $? = 0 configure:4186: test -z || test ! -s conftest.err configure:4189: $? = 0 configure:4192: test -s conftest. configure:4195: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4304: result: no configure:4328: checking for sys/types.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4328: checking for sys/stat.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4328: checking for stdlib.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4328: checking for string.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4328: checking for memory.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4328: checking for strings.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4328: checking for inttypes.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4328: checking for stdint.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4328: checking for unistd.h configure:4344: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4350: $? = 0 configure:4354: test -z || test ! -s conftest.err configure:4357: $? = 0 configure:4360: test -s conftest. configure:4363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4374: result: no configure:4400: checking dlfcn.h usability configure:4412: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:4418: $? = 0 configure:4422: test -z || test ! -s conftest.err configure:4425: $? = 0 configure:4428: test -s conftest. configure:4431: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | /* 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:4441: result: no configure:4445: checking dlfcn.h presence configure:4455: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:4461: $? = 0 configure:4481: result: yes configure:4494: WARNING: dlfcn.h: present but cannot be compiled configure:4496: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4498: WARNING: dlfcn.h: see the Autoconf documentation configure:4500: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4502: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4504: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4516: checking for dlfcn.h configure:4523: result: yes configure:4546: checking for i386-unknown-gnu-g++ configure:4572: result: c++ configure:4630: checking for C++ compiler version configure:4633: 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:4636: $? = 0 configure:4638: 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:4641: $? = 0 configure:4643: c++ -V &5 c++: `-V' option must have argument configure:4646: $? = 1 configure:4649: checking whether we are using the GNU C++ compiler configure:4673: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:4679: $? = 0 configure:4683: test -z || test ! -s conftest.err configure:4686: $? = 0 configure:4689: test -s conftest. configure:4692: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:4705: result: no configure:4711: checking whether c++ accepts -g configure:4732: c++ -c -g -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest. configure:4751: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4762: result: no configure:4804: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:4810: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest. configure:4823: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4804: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:4810: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest. configure:4823: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4804: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:4810: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest. configure:4823: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4804: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 In file included from conftest.cc:13: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:12: error: than previous declaration `void exit(int) throw ()' configure:4810: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4804: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:4810: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest. configure:4823: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4804: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 In file included from conftest.cc:13: conftest.cc:12: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:4810: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4901: checking how to run the C++ preprocessor configure:4932: c++ -E -I./include -D_GNU_SOURCE=1 conftest.cc configure:4938: $? = 0 configure:4970: c++ -E -I./include -D_GNU_SOURCE=1 conftest.cc conftest.cc:15:28: ac_nonexistent.h: No such file or directory configure:4976: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5015: result: c++ -E configure:5039: c++ -E -I./include -D_GNU_SOURCE=1 conftest.cc configure:5045: $? = 0 configure:5077: c++ -E -I./include -D_GNU_SOURCE=1 conftest.cc conftest.cc:15:28: ac_nonexistent.h: No such file or directory configure:5083: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define SDL_BYTEORDER 1234 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5138: checking for i386-unknown-gnu-g77 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-f77 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-xlf configure:5167: result: no configure:5138: checking for i386-unknown-gnu-frt configure:5167: result: no configure:5138: checking for i386-unknown-gnu-pgf77 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-fort77 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-fl32 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-af77 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-f90 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-xlf90 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-pgf90 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-epcf90 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-f95 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-fort configure:5167: result: no configure:5138: checking for i386-unknown-gnu-xlf95 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-ifc configure:5167: result: no configure:5138: checking for i386-unknown-gnu-efc configure:5167: result: no configure:5138: checking for i386-unknown-gnu-pgf95 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-lf95 configure:5167: result: no configure:5138: checking for i386-unknown-gnu-gfortran configure:5167: result: no configure:5180: checking for g77 configure:5209: result: no configure:5180: checking for f77 configure:5196: found /usr/local/bin/f77 configure:5206: result: f77 configure:5224: checking for Fortran 77 compiler version configure:5224: f77 --version &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -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:5227: $? = 0 configure:5229: f77 -v &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -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:5232: $? = 0 configure:5234: f77 -V &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -2 > /tmp/' cc: `-V' must come at the start of the command line configure:5237: $? = 0 configure:5245: checking whether we are using the GNU Fortran 77 compiler configure:5259: f77 -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:5265: $? = 0 configure:5269: test -z || test ! -s conftest.err configure:5272: $? = 0 configure:5275: test -s conftest. configure:5278: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5291: result: no configure:5297: checking whether f77 accepts -g configure:5309: f77 -c -g conftest.f >&5 configure:5315: $? = 0 configure:5319: test -z || test ! -s conftest.err configure:5322: $? = 0 configure:5325: test -s conftest. configure:5328: $? = 1 configure: failed program was: | program main | | end configure:5340: result: no configure:5370: checking the maximum length of command line arguments configure:5485: result: configure:5496: checking command to parse /usr/bin/nm -p output from cc object configure:5601: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:5604: $? = 0 configure:5608: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:5611: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' configure:5601: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:5604: $? = 0 configure:5608: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:5611: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' configure:5701: result: failed configure:5708: checking for objdir configure:5723: result: .libs configure:5775: checking for i386-unknown-gnu-ar configure:5804: result: no configure:5813: checking for ar configure:5829: found /usr/bin/ar configure:5840: result: ar configure:5855: checking for i386-unknown-gnu-ranlib configure:5884: result: no configure:5893: checking for ranlib configure:5909: found /usr/bin/ranlib configure:5920: result: ranlib configure:5935: checking for i386-unknown-gnu-strip configure:5964: result: no configure:5973: checking for strip configure:5989: found /usr/bin/strip configure:6000: result: strip configure:6326: checking for cc option to produce PIC configure:6536: result: configure:6607: checking if cc static flag works configure:6635: result: yes configure:6645: checking if cc supports -c -o file.o configure:6669: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -o out/conftest2.o conftest.c >&5 configure:6673: $? = 0 configure:6692: result: yes configure:6718: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7676: result: no configure:7743: checking dynamic linker characteristics configure:8333: result: gnu ld.so configure:8342: checking how to hardcode library paths into programs configure:8367: result: unsupported configure:8381: checking whether stripping libraries is possible configure:8402: result: no configure:9220: checking if libtool supports shared libraries configure:9222: result: no configure:9225: checking whether to build shared libraries configure:9246: result: no configure:9249: checking whether to build static libraries configure:9253: result: yes configure:9345: creating libtool configure:10075: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11013: result: yes configure:11035: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cpp >&5 configure:11038: $? = 0 configure:11157: checking for c++ option to produce PIC configure:11431: result: configure:11502: checking if c++ static flag works configure:11530: result: yes configure:11540: checking if c++ supports -c -o file.o configure:11564: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 -o out/conftest2.o conftest.cpp >&5 configure:11568: $? = 0 configure:11587: result: yes configure:11613: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11638: result: yes configure:11705: checking dynamic linker characteristics configure:12295: result: gnu ld.so configure:12304: checking how to hardcode library paths into programs configure:12329: result: unsupported configure:12855: checking if libtool supports shared libraries configure:12857: result: no configure:12860: checking whether to build shared libraries configure:12880: result: no configure:12883: checking whether to build static libraries configure:12887: result: yes configure:12897: checking for f77 option to produce PIC configure:13107: result: configure:13178: checking if f77 static flag works configure:13206: result: yes configure:13216: checking if f77 supports -c -o file.o configure:13240: f77 -c -o out/conftest2.o conftest.f >&5 configure:13244: $? = 0 configure:13263: result: yes configure:13289: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:14227: result: no configure:14294: checking dynamic linker characteristics configure:14884: result: gnu ld.so configure:14893: checking how to hardcode library paths into programs configure:14918: result: unsupported configure:18495: checking for i386-unknown-gnu-gcc configure:18521: result: cc configure:18803: checking for C compiler version configure:18806: 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:18809: $? = 0 configure:18811: 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:18814: $? = 0 configure:18816: cc -V &5 cc: `-V' option must have argument configure:18819: $? = 1 configure:18822: checking whether we are using the GNU C compiler configure:18878: result: no configure:18884: checking whether cc accepts -g configure:18935: result: no configure:18952: checking for cc option to accept ANSI C configure:19059: result: none needed configure:19077: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:19083: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:19226: checking for i386-unknown-gnu-g++ configure:19252: result: c++ configure:19310: checking for C++ compiler version configure:19313: 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:19316: $? = 0 configure:19318: 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:19321: $? = 0 configure:19323: c++ -V &5 c++: `-V' option must have argument configure:19326: $? = 1 configure:19329: checking whether we are using the GNU C++ compiler configure:19385: result: no configure:19391: checking whether c++ accepts -g configure:19442: result: no configure:19484: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:19490: $? = 0 configure:19494: test -z || test ! -s conftest.err configure:19497: $? = 0 configure:19500: test -s conftest.o configure:19503: $? = 0 configure:19529: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:7: error: `exit' undeclared (first use this function) conftest.cc:7: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:19535: $? = 1 configure: failed program was: | /* confdefs.h. */ | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:19484: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:19490: $? = 0 configure:19494: test -z || test ! -s conftest.err configure:19497: $? = 0 configure:19500: test -s conftest.o configure:19503: $? = 0 configure:19529: c++ -c -fno-common -I./include -D_GNU_SOURCE=1 conftest.cc >&5 configure:19535: $? = 0 configure:19539: test -z || test ! -s conftest.err configure:19542: $? = 0 configure:19545: test -s conftest.o configure:19548: $? = 0 configure:19584: checking for a BSD-compatible install configure:19639: result: /usr/bin/install -c -o root -g wheel configure:19650: checking whether make sets $(MAKE) configure:19670: result: yes configure:19680: checking for an ANSI C-conforming const configure:19747: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:19753: $? = 0 configure:19757: test -z || test ! -s conftest.err configure:19760: $? = 0 configure:19763: test -s conftest.o configure:19766: $? = 0 configure:19777: result: yes configure:19787: checking for inline configure:19808: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:19814: $? = 0 configure:19818: test -z || test ! -s conftest.err configure:19821: $? = 0 configure:19824: test -s conftest.o configure:19827: $? = 0 configure:19839: result: inline configure:19858: checking for working volatile configure:19881: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:19887: $? = 0 configure:19891: test -z || test ! -s conftest.err configure:19894: $? = 0 configure:19897: test -s conftest.o configure:19900: $? = 0 configure:19911: result: yes configure:19935: checking for ANSI C header files configure:20088: result: no configure:20117: checking for sys/types.h configure:20122: result: no configure:20126: checking stdio.h usability configure:20138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20144: $? = 0 configure:20148: test -z || test ! -s conftest.err configure:20151: $? = 0 configure:20154: test -s conftest.o configure:20157: $? = 0 configure:20167: result: yes configure:20171: checking stdio.h presence configure:20181: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:20187: $? = 0 configure:20207: result: yes configure:20242: checking for stdio.h configure:20249: result: yes configure:20117: checking for stdlib.h configure:20122: result: no configure:20126: checking stddef.h usability configure:20138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20144: $? = 0 configure:20148: test -z || test ! -s conftest.err configure:20151: $? = 0 configure:20154: test -s conftest.o configure:20157: $? = 0 configure:20167: result: yes configure:20171: checking stddef.h presence configure:20181: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:20187: $? = 0 configure:20207: result: yes configure:20242: checking for stddef.h configure:20249: result: yes configure:20126: checking stdarg.h usability configure:20138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20144: $? = 0 configure:20148: test -z || test ! -s conftest.err configure:20151: $? = 0 configure:20154: test -s conftest.o configure:20157: $? = 0 configure:20167: result: yes configure:20171: checking stdarg.h presence configure:20181: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:20187: $? = 0 configure:20207: result: yes configure:20242: checking for stdarg.h configure:20249: result: yes configure:20126: checking malloc.h usability configure:20138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20144: $? = 0 configure:20148: test -z || test ! -s conftest.err configure:20151: $? = 0 configure:20154: test -s conftest.o configure:20157: $? = 0 configure:20167: result: yes configure:20171: checking malloc.h presence configure:20181: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:20187: $? = 0 configure:20207: result: yes configure:20242: checking for malloc.h configure:20249: result: yes configure:20117: checking for memory.h configure:20122: result: no configure:20117: checking for string.h configure:20122: result: no configure:20117: checking for strings.h configure:20122: result: no configure:20117: checking for inttypes.h configure:20122: result: no configure:20117: checking for stdint.h configure:20122: result: no configure:20126: checking ctype.h usability configure:20138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20144: $? = 0 configure:20148: test -z || test ! -s conftest.err configure:20151: $? = 0 configure:20154: test -s conftest.o configure:20157: $? = 0 configure:20167: result: yes configure:20171: checking ctype.h presence configure:20181: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:20187: $? = 0 configure:20207: result: yes configure:20242: checking for ctype.h configure:20249: result: yes configure:20126: checking math.h usability configure:20138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20144: $? = 0 configure:20148: test -z || test ! -s conftest.err configure:20151: $? = 0 configure:20154: test -s conftest.o configure:20157: $? = 0 configure:20167: result: yes configure:20171: checking math.h presence configure:20181: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:20187: $? = 0 configure:20207: result: yes configure:20242: checking for math.h configure:20249: result: yes configure:20126: checking iconv.h usability configure:20138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20144: $? = 0 configure:20148: test -z || test ! -s conftest.err configure:20151: $? = 0 configure:20154: test -s conftest.o configure:20157: $? = 0 configure:20167: result: yes configure:20171: checking iconv.h presence configure:20181: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:20187: $? = 0 configure:20207: result: yes configure:20242: checking for iconv.h configure:20249: result: yes configure:20126: checking signal.h usability configure:20138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20144: $? = 0 configure:20148: test -z || test ! -s conftest.err configure:20151: $? = 0 configure:20154: test -s conftest.o configure:20157: $? = 0 configure:20167: result: yes configure:20171: checking signal.h presence configure:20181: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:20187: $? = 0 configure:20207: result: yes configure:20242: checking for signal.h configure:20249: result: yes configure:20263: checking for size_t configure:20287: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:20293: $? = 0 configure:20297: test -z || test ! -s conftest.err configure:20300: $? = 0 configure:20303: test -s conftest.o configure:20306: $? = 0 configure:20317: result: yes configure:20398: checking for working alloca.h configure:20419: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:20425: $? = 0 configure:20429: test -z || test ! -s conftest.err configure:20432: $? = 0 configure:20435: test -s conftest configure:20438: $? = 0 configure:20450: result: yes configure:20460: checking for alloca configure:20501: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:20507: $? = 0 configure:20511: test -z || test ! -s conftest.err configure:20514: $? = 0 configure:20517: test -s conftest configure:20520: $? = 0 configure:20532: result: yes configure:20755: checking for working memcmp configure:20803: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:20806: $? = 0 configure:20808: ./conftest configure:20811: $? = 0 configure:20825: result: yes configure:20842: checking for working strtod configure:20885: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:20888: $? = 0 configure:20890: ./conftest configure:20893: $? = 0 configure:20907: result: yes configure:21142: checking for malloc configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for calloc configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for realloc configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for free configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for getenv configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for putenv configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for unsetenv configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for qsort configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for abs configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:51: warning: conflicting types for built-in function `abs' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for bcopy configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for memset configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:53: warning: conflicting types for built-in function `memset' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for memcpy configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:54: warning: conflicting types for built-in function `memcpy' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for memmove configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strlen configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:56: warning: conflicting types for built-in function `strlen' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strlcpy configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strlcat configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strdup configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for _strrev configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __strrev configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | /* Define _strrev to an innocuous variant, in case declares _strrev. | For example, HP-UX 11i declares gettimeofday. */ | #define _strrev innocuous__strrev | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _strrev (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _strrev | | /* 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 _strrev (); | /* 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__strrev) || defined (__stub____strrev) | choke me | #else | char (*f) () = _strrev; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _strrev; | ; | return 0; | } configure:21230: result: no configure:21142: checking for _strupr configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __strupr configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | /* Define _strupr to an innocuous variant, in case declares _strupr. | For example, HP-UX 11i declares gettimeofday. */ | #define _strupr innocuous__strupr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _strupr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _strupr | | /* 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 _strupr (); | /* 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__strupr) || defined (__stub____strupr) | choke me | #else | char (*f) () = _strupr; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _strupr; | ; | return 0; | } configure:21230: result: no configure:21142: checking for _strlwr configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __strlwr configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | /* Define _strlwr to an innocuous variant, in case declares _strlwr. | For example, HP-UX 11i declares gettimeofday. */ | #define _strlwr innocuous__strlwr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _strlwr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _strlwr | | /* 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 _strlwr (); | /* 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__strlwr) || defined (__stub____strlwr) | choke me | #else | char (*f) () = _strlwr; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _strlwr; | ; | return 0; | } configure:21230: result: no configure:21142: checking for strchr configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:60: warning: conflicting types for built-in function `strchr' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strrchr configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:61: warning: conflicting types for built-in function `strrchr' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strstr configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:62: warning: conflicting types for built-in function `strstr' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for itoa configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: _itoa configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define itoa to an innocuous variant, in case declares itoa. | For example, HP-UX 11i declares gettimeofday. */ | #define itoa innocuous_itoa | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char itoa (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef itoa | | /* 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 itoa (); | /* 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_itoa) || defined (__stub___itoa) | choke me | #else | char (*f) () = itoa; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != itoa; | ; | return 0; | } configure:21230: result: no configure:21142: checking for _ltoa configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __ltoa configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define _ltoa to an innocuous variant, in case declares _ltoa. | For example, HP-UX 11i declares gettimeofday. */ | #define _ltoa innocuous__ltoa | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _ltoa (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _ltoa | | /* 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 _ltoa (); | /* 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__ltoa) || defined (__stub____ltoa) | choke me | #else | char (*f) () = _ltoa; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _ltoa; | ; | return 0; | } configure:21230: result: no configure:21142: checking for _uitoa configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __uitoa configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define _uitoa to an innocuous variant, in case declares _uitoa. | For example, HP-UX 11i declares gettimeofday. */ | #define _uitoa innocuous__uitoa | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _uitoa (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _uitoa | | /* 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 _uitoa (); | /* 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__uitoa) || defined (__stub____uitoa) | choke me | #else | char (*f) () = _uitoa; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _uitoa; | ; | return 0; | } configure:21230: result: no configure:21142: checking for _ultoa configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __ultoa configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | /* Define _ultoa to an innocuous variant, in case declares _ultoa. | For example, HP-UX 11i declares gettimeofday. */ | #define _ultoa innocuous__ultoa | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _ultoa (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _ultoa | | /* 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 _ultoa (); | /* 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__ultoa) || defined (__stub____ultoa) | choke me | #else | char (*f) () = _ultoa; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _ultoa; | ; | return 0; | } configure:21230: result: no configure:21142: checking for strtol configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strtoul configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for _i64toa configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __i64toa configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | /* end confdefs.h. */ | /* Define _i64toa to an innocuous variant, in case declares _i64toa. | For example, HP-UX 11i declares gettimeofday. */ | #define _i64toa innocuous__i64toa | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _i64toa (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _i64toa | | /* 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 _i64toa (); | /* 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__i64toa) || defined (__stub____i64toa) | choke me | #else | char (*f) () = _i64toa; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _i64toa; | ; | return 0; | } configure:21230: result: no configure:21142: checking for _ui64toa configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __ui64toa configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | /* end confdefs.h. */ | /* Define _ui64toa to an innocuous variant, in case declares _ui64toa. | For example, HP-UX 11i declares gettimeofday. */ | #define _ui64toa innocuous__ui64toa | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _ui64toa (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _ui64toa | | /* 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 _ui64toa (); | /* 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__ui64toa) || defined (__stub____ui64toa) | choke me | #else | char (*f) () = _ui64toa; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _ui64toa; | ; | return 0; | } configure:21230: result: no configure:21142: checking for strtoll configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strtoull configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for atoi configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for atof configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strcmp configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:69: warning: conflicting types for built-in function `strcmp' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for strncmp configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:70: warning: conflicting types for built-in function `strncmp' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for _stricmp configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __stricmp configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | /* end confdefs.h. */ | /* Define _stricmp to an innocuous variant, in case declares _stricmp. | For example, HP-UX 11i declares gettimeofday. */ | #define _stricmp innocuous__stricmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _stricmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _stricmp | | /* 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 _stricmp (); | /* 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__stricmp) || defined (__stub____stricmp) | choke me | #else | char (*f) () = _stricmp; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _stricmp; | ; | return 0; | } configure:21230: result: no configure:21142: checking for strcasecmp configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for _strnicmp configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __strnicmp configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | /* end confdefs.h. */ | /* Define _strnicmp to an innocuous variant, in case declares _strnicmp. | For example, HP-UX 11i declares gettimeofday. */ | #define _strnicmp innocuous__strnicmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _strnicmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _strnicmp | | /* 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 _strnicmp (); | /* 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__strnicmp) || defined (__stub____strnicmp) | choke me | #else | char (*f) () = _strnicmp; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _strnicmp; | ; | return 0; | } configure:21230: result: no configure:21142: checking for strncasecmp configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for sscanf configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:73: warning: conflicting types for built-in function `sscanf' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for snprintf configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:74: warning: conflicting types for built-in function `snprintf' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for vsnprintf configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 conftest.c:75: warning: conflicting types for built-in function `vsnprintf' configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for iconv configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: _iconv configure:21205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | /* Define iconv to an innocuous variant, in case declares iconv. | For example, HP-UX 11i declares gettimeofday. */ | #define iconv innocuous_iconv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char iconv (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef iconv | | /* 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 iconv (); | /* 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_iconv) || defined (__stub___iconv) | choke me | #else | char (*f) () = iconv; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != iconv; | ; | return 0; | } configure:21230: result: no configure:21142: checking for sigaction configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for setjmp configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21142: checking for nanosleep configure:21199: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21205: $? = 0 configure:21209: test -z || test ! -s conftest.err configure:21212: $? = 0 configure:21215: test -s conftest configure:21218: $? = 0 configure:21230: result: yes configure:21241: checking for libiconv_open in -liconv configure:21271: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -liconv >&5 configure:21277: $? = 0 configure:21281: test -z || test ! -s conftest.err configure:21284: $? = 0 configure:21287: test -s conftest configure:21290: $? = 0 configure:21303: result: yes configure:21309: checking for pow in -lm configure:21339: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -lm >&5 configure:21345: $? = 0 configure:21349: test -z || test ! -s conftest.err configure:21352: $? = 0 configure:21355: test -s conftest configure:21358: $? = 0 configure:21371: result: yes configure:21380: checking for char configure:21404: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:21410: $? = 0 configure:21414: test -z || test ! -s conftest.err configure:21417: $? = 0 configure:21420: test -s conftest.o configure:21423: $? = 0 configure:21434: result: yes configure:21437: checking size of char configure:21756: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:21759: $? = 0 configure:21761: ./conftest configure:21764: $? = 0 configure:21787: result: 1 configure:21794: checking for short configure:21818: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:21824: $? = 0 configure:21828: test -z || test ! -s conftest.err configure:21831: $? = 0 configure:21834: test -s conftest.o configure:21837: $? = 0 configure:21848: result: yes configure:21851: checking size of short configure:22170: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:22173: $? = 0 configure:22175: ./conftest configure:22178: $? = 0 configure:22201: result: 2 configure:22208: checking for int configure:22232: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:22238: $? = 0 configure:22242: test -z || test ! -s conftest.err configure:22245: $? = 0 configure:22248: test -s conftest.o configure:22251: $? = 0 configure:22262: result: yes configure:22265: checking size of int configure:22584: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:22587: $? = 0 configure:22589: ./conftest configure:22592: $? = 0 configure:22615: result: 4 configure:22622: checking for long configure:22646: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:22652: $? = 0 configure:22656: test -z || test ! -s conftest.err configure:22659: $? = 0 configure:22662: test -s conftest.o configure:22665: $? = 0 configure:22676: result: yes configure:22679: checking size of long configure:22998: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:23001: $? = 0 configure:23003: ./conftest configure:23006: $? = 0 configure:23029: result: 4 configure:23036: checking for long long configure:23060: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:23066: $? = 0 configure:23070: test -z || test ! -s conftest.err configure:23073: $? = 0 configure:23076: test -s conftest.o configure:23079: $? = 0 configure:23090: result: yes configure:23093: checking size of long long configure:23412: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:23415: $? = 0 configure:23417: ./conftest configure:23420: $? = 0 configure:23443: result: 8 configure:25591: checking for GCC -fvisibility=hidden option configure:25619: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -I./include -D_GNU_SOURCE=1 conftest.c >&5 cc1: error: unrecognized option `-fvisibility=hidden' configure:25625: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | /* end confdefs.h. */ | | #if !defined(__GNUC__) || __GNUC__ < 4 | #error SDL only uses visibility attributes in GCC 4 or newer | #endif | | int | main () | { | | | ; | return 0; | } configure:25649: result: no configure:30657: checking for dlopen configure:30682: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:30688: $? = 0 configure:30692: test -z || test ! -s conftest.err configure:30695: $? = 0 configure:30698: test -s conftest.o configure:30701: $? = 0 configure:30712: result: yes configure:30716: checking for dlopen in -lc configure:30746: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -lc >&5 configure:30752: $? = 0 configure:30756: test -z || test ! -s conftest.err configure:30759: $? = 0 configure:30762: test -s conftest configure:30765: $? = 0 configure:30778: result: yes configure:30922: checking for dlvsym in -ldl configure:30952: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -ldl >&5 symbol _dladdr used from dynamic library /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used ld: Undefined symbols: _dlvsym configure:30958: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | /* 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 dlvsym (); | int | main () | { | dlvsym (); | ; | return 0; | } configure:30984: result: no configure:25060: checking for yasm configure:25090: result: /usr/local/bin/nasm nasm_vis.asm:1: error: symbol `hidden' not defined before use configure:25204: checking altivec.h usability configure:25216: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:111:21: altivec.h: No such file or directory configure:25222: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:25245: result: no configure:25249: checking altivec.h presence configure:25259: cc -E -I./include -D_GNU_SOURCE=1 conftest.c conftest.c:77:21: altivec.h: No such file or directory configure:25265: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* end confdefs.h. */ | #include configure:25285: result: no configure:25320: checking for altivec.h configure:25327: result: no configure:25339: checking for Altivec with GCC -maltivec option configure:25421: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -maltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5 cc1: error: invalid option `altivec' configure:25427: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* end confdefs.h. */ | | vector unsigned int vzero() { | return vec_splat_u32(0); | } | | int | main () | { | | | ; | return 0; | } configure:25451: result: no configure:25456: checking for Altivec with GCC -faltivec option configure:25537: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -faltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:78: error: syntax error before "unsigned" configure:25543: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* end confdefs.h. */ | | vector unsigned int vzero() { | return vec_splat_u32(0); | } | | int | main () | { | | | ; | return 0; | } configure:25567: result: no configure:23709: checking for OSS audio support configure:23733: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:78:41: sys/soundcard.h: No such file or directory conftest.c: In function `main': conftest.c:84: error: `SNDCTL_DSP_SETFRAGMENT' undeclared (first use in this function) conftest.c:84: error: (Each undeclared identifier is reported only once conftest.c:84: error: for each function it appears in.) configure:23739: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | int arg = SNDCTL_DSP_SETFRAGMENT; | | ; | return 0; | } configure:23785: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:78:37: soundcard.h: No such file or directory conftest.c: In function `main': conftest.c:84: error: `SNDCTL_DSP_SETFRAGMENT' undeclared (first use in this function) conftest.c:84: error: (Each undeclared identifier is reported only once conftest.c:84: error: for each function it appears in.) configure:23791: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | int arg = SNDCTL_DSP_SETFRAGMENT; | | ; | return 0; | } configure:23820: result: no configure:24168: checking for dmedia audio support configure:24191: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:78:36: dmedia/audio.h: No such file or directory conftest.c: In function `main': conftest.c:84: error: `ALport' undeclared (first use in this function) conftest.c:84: error: (Each undeclared identifier is reported only once conftest.c:84: error: for each function it appears in.) conftest.c:84: error: parse error before "audio_port" configure:24197: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | ALport audio_port; | | ; | return 0; | } configure:24221: result: no configure:23881: checking for ALSA CFLAGS configure:23887: result: configure:23890: checking for ALSA LDFLAGS configure:23903: result: -lasound -lm -ldl -pthread configure:23907: checking for libasound headers version >= 0.9.0 configure:23975: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:78:28: alsa/asoundlib.h: No such file or directory conftest.c:106:12: #error not present configure:23981: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | /* ensure backward compatibility */ | #if !defined(SND_LIB_MAJOR) && defined(SOUNDLIB_VERSION_MAJOR) | #define SND_LIB_MAJOR SOUNDLIB_VERSION_MAJOR | #endif | #if !defined(SND_LIB_MINOR) && defined(SOUNDLIB_VERSION_MINOR) | #define SND_LIB_MINOR SOUNDLIB_VERSION_MINOR | #endif | #if !defined(SND_LIB_SUBMINOR) && defined(SOUNDLIB_VERSION_SUBMINOR) | #define SND_LIB_SUBMINOR SOUNDLIB_VERSION_SUBMINOR | #endif | | # if(SND_LIB_MAJOR > 0) | exit(0); | # else | # if(SND_LIB_MAJOR < 0) | # error not present | # endif | | # if(SND_LIB_MINOR > 9) | exit(0); | # else | # if(SND_LIB_MINOR < 9) | # error not present | # endif | | # if(SND_LIB_SUBMINOR < 0) | # error not present | # endif | # endif | # endif | exit(0); | | ; | return 0; | } configure:24002: result: not present. configure:24018: checking for snd_ctl_open in -lasound configure:24048: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -lasound -lasound -lm -ldl -pthread >&5 cc: unrecognized option `-pthread' ld: can't locate file for: -lasound configure:24054: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | /* 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 snd_ctl_open (); | int | main () | { | snd_ctl_open (); | ; | return 0; | } configure:24080: result: no configure:24660: checking for artsc-config configure:24678: found /usr/local/bin/artsc-config configure:24690: result: /usr/local/bin/artsc-config configure:24703: checking for aRts development environment configure:24728: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -I/usr/local/include/artsc -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:24734: $? = 0 configure:24738: test -z || test ! -s conftest.err configure:24741: $? = 0 configure:24744: test -s conftest.o configure:24747: $? = 0 configure:24759: result: yes configure:24369: checking for esd-config configure:24400: result: /usr/local/bin/esd-config configure:24408: checking for ESD - version >= 0.2.8 configure:24495: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I/usr/local/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -L/usr/local/lib -lesd -laudiofile -lm >&5 configure:24498: $? = 0 configure:24500: ./conftest configure:24503: $? = 0 configure:24521: result: yes configure:24809: checking for NAS audio support configure:24822: result: yes configure:25752: checking for X configure:25982: result: libraries , headers configure:26154: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -lX11 >&5 ld: can't locate file for: -lX11 configure:26160: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | /* 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:26180: checking for dnet_ntoa in -ldnet configure:26210: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -ldnet -lX11 >&5 ld: can't locate file for: -lX11 configure:26216: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | /* 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:26242: result: no configure:26249: checking for dnet_ntoa in -ldnet_stub configure:26279: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -ldnet_stub -lX11 >&5 ld: can't locate file for: -ldnet_stub configure:26285: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | /* 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:26311: result: no configure:26331: checking for gethostbyname configure:26388: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:26394: $? = 0 configure:26398: test -z || test ! -s conftest.err configure:26401: $? = 0 configure:26404: test -s conftest configure:26407: $? = 0 configure:26419: result: yes configure:26570: checking for connect configure:26627: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:26633: $? = 0 configure:26637: test -z || test ! -s conftest.err configure:26640: $? = 0 configure:26643: test -s conftest configure:26646: $? = 0 configure:26658: result: yes configure:26733: checking for remove configure:26790: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:26796: $? = 0 configure:26800: test -z || test ! -s conftest.err configure:26803: $? = 0 configure:26806: test -s conftest configure:26809: $? = 0 configure:26821: result: yes configure:26896: checking for shmat configure:26953: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c >&5 configure:26959: $? = 0 configure:26963: test -z || test ! -s conftest.err configure:26966: $? = 0 configure:26969: test -s conftest configure:26972: $? = 0 configure:26984: result: yes configure:27068: checking for IceConnectionNumber in -lICE configure:27098: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -lICE >&5 ld: can't locate file for: -lICE configure:27104: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | /* 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:27130: result: no configure:27351: checking for X11/extensions/Xrandr.h configure:27368: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:87:22: X11/Xlib.h: No such file or directory conftest.c:90:35: X11/extensions/Xrandr.h: No such file or directory configure:27374: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | #include | | | #include configure:27398: result: no configure:27578: checking for X11/extensions/dpms.h configure:27595: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:87:22: X11/Xlib.h: No such file or directory conftest.c:90:33: X11/extensions/dpms.h: No such file or directory configure:27601: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | #include | | | #include configure:27625: result: no configure:27903: checking for framebuffer console support configure:27927: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:88:31: linux/fb.h: No such file or directory In file included from conftest.c:89: /usr/local/include/linux/kd.h:1:24: sys/consio.h: No such file or directory /usr/local/include/linux/kd.h:2:22: sys/kbio.h: No such file or directory configure:27933: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | | | ; | return 0; | } configure:27957: result: no configure:27986: checking for directfb-config configure:28017: result: no configure:28027: checking for pkg-config configure:28045: found /usr/local/bin/pkg-config configure:28058: result: /usr/local/bin/pkg-config configure:28065: checking for DirectFB 0.9.15 support configure:28074: result: no configure:28115: checking for PlayStation 2 GS support configure:28138: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:88:36: linux/ps2/dev.h: No such file or directory conftest.c:89:35: linux/ps2/gs.h: No such file or directory configure:28144: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | | ; | return 0; | } configure:28168: result: no configure:28268: checking for SVGAlib (1.4.0+) support configure:28295: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:88:26: vga.h: No such file or directory conftest.c:89:31: vgamouse.h: No such file or directory conftest.c:90:34: vgakeyboard.h: No such file or directory conftest.c: In function `main': conftest.c:96: error: `SCANCODE_RIGHTWIN' undeclared (first use in this function) conftest.c:96: error: (Each undeclared identifier is reported only once conftest.c:96: error: for each function it appears in.) conftest.c:96: error: `SCANCODE_LEFTWIN' undeclared (first use in this function) configure:28301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | | if ( SCANCODE_RIGHTWIN && SCANCODE_LEFTWIN ) { | exit(0); | } | | ; | return 0; | } configure:28325: result: no configure:28349: checking for libVGL support configure:28378: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:88:31: sys/fbio.h: No such file or directory conftest.c:89:33: sys/consio.h: No such file or directory conftest.c:90:31: sys/kbio.h: No such file or directory conftest.c:91:26: vgl.h: No such file or directory conftest.c: In function `main': conftest.c:97: error: `VGLBitmap' undeclared (first use in this function) conftest.c:97: error: (Each undeclared identifier is reported only once conftest.c:97: error: for each function it appears in.) conftest.c:97: error: parse error before "bitmap" conftest.c:98: error: `bitmap' undeclared (first use in this function) conftest.c:98: error: `VIDBUF32' undeclared (first use in this function) configure:28384: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | | int | main () | { | | VGLBitmap bitmap; | bitmap.Type = VIDBUF32; | bitmap.PixelBytes = 4; | exit(bitmap.Bitmap); | | ; | return 0; | } configure:28408: result: no configure:28432: checking for wscons support configure:28457: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:89:42: dev/wscons/wsconsio.h: No such file or directory conftest.c:90:50: dev/wscons/wsdisplay_usl_io.h: No such file or directory conftest.c: In function `main': conftest.c:96: error: `WSDISPLAYIO_MODE_DUMBFB' undeclared (first use in this function) conftest.c:96: error: (Each undeclared identifier is reported only once conftest.c:96: error: for each function it appears in.) configure:28463: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | | int wsmode = WSDISPLAYIO_MODE_DUMBFB; | | ; | return 0; | } configure:28487: result: no configure:29039: checking for OpenGL (GLX) support configure:29062: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 In file included from conftest.c:89: /usr/local/include/GL/glx.h:39:22: X11/Xlib.h: No such file or directory /usr/local/include/GL/glx.h:40:23: X11/Xutil.h: No such file or directory In file included from conftest.c:89: /usr/local/include/GL/glx.h:166: error: parse error before "GLXPixmap" /usr/local/include/GL/glx.h:167: error: parse error before "GLXDrawable" /usr/local/include/GL/glx.h:170: error: parse error before "GLXFBConfigID" /usr/local/include/GL/glx.h:171: error: parse error before "GLXContextID" /usr/local/include/GL/glx.h:172: error: parse error before "GLXWindow" /usr/local/include/GL/glx.h:173: error: parse error before "GLXPbuffer" /usr/local/include/GL/glx.h:177: error: parse error before '*' token /usr/local/include/GL/glx.h:177: error: parse error before '*' token /usr/local/include/GL/glx.h:180: error: parse error before '*' token /usr/local/include/GL/glx.h:183: error: parse error before '*' token /usr/local/include/GL/glx.h:185: error: parse error before "glXMakeCurrent" /usr/local/include/GL/glx.h:185: error: parse error before '*' token /usr/local/include/GL/glx.h:188: error: parse error before '*' token /usr/local/include/GL/glx.h:191: error: parse error before '*' token /usr/local/include/GL/glx.h:193: error: parse error before "glXCreateGLXPixmap" /usr/local/include/GL/glx.h:193: error: parse error before '*' token /usr/local/include/GL/glx.h:196: error: parse error before '*' token /usr/local/include/GL/glx.h:198: error: parse error before "glXQueryExtension" /usr/local/include/GL/glx.h:198: error: parse error before '*' token /usr/local/include/GL/glx.h:200: error: parse error before "glXQueryVersion" /usr/local/include/GL/glx.h:200: error: parse error before '*' token /usr/local/include/GL/glx.h:202: error: parse error before "glXIsDirect" /usr/local/include/GL/glx.h:202: error: parse error before '*' token /usr/local/include/GL/glx.h:204: error: parse error before '*' token /usr/local/include/GL/glx.h:209: error: parse error before "glXGetCurrentDrawable" /usr/local/include/GL/glx.h:215: error: parse error before "font" /usr/local/include/GL/glx.h:220: error: parse error before '*' token /usr/local/include/GL/glx.h:222: error: parse error before '*' token /usr/local/include/GL/glx.h:224: error: parse error before '*' token /usr/local/include/GL/glx.h:228: error: parse error before '*' token /usr/local/include/GL/glx.h:232: error: parse error before '*' token /usr/local/include/GL/glx.h:235: error: parse error before '*' token /usr/local/include/GL/glx.h:238: error: parse error before '*' token /usr/local/include/GL/glx.h:241: error: parse error before '*' token /usr/local/include/GL/glx.h:241: error: parse error before '*' token /usr/local/include/GL/glx.h:244: error: parse error before "glXCreateWindow" /usr/local/include/GL/glx.h:244: error: parse error before '*' token /usr/local/include/GL/glx.h:247: error: parse error before '*' token /usr/local/include/GL/glx.h:249: error: parse error before "glXCreatePixmap" /usr/local/include/GL/glx.h:249: error: parse error before '*' token /usr/local/include/GL/glx.h:252: error: parse error before '*' token /usr/local/include/GL/glx.h:254: error: parse error before "glXCreatePbuffer" /usr/local/include/GL/glx.h:254: error: parse error before '*' token /usr/local/include/GL/glx.h:257: error: parse error before '*' token /usr/local/include/GL/glx.h:259: error: parse error before '*' token /usr/local/include/GL/glx.h:262: error: parse error before '*' token /usr/local/include/GL/glx.h:266: error: parse error before "glXMakeContextCurrent" /usr/local/include/GL/glx.h:266: error: parse error before '*' token /usr/local/include/GL/glx.h:269: error: parse error before "glXGetCurrentReadDrawable" /usr/local/include/GL/glx.h:271: error: parse error before '*' token /usr/local/include/GL/glx.h:274: error: parse error before '*' token /usr/local/include/GL/glx.h:277: error: parse error before '*' token /usr/local/include/GL/glx.h:354: error: parse error before '*' token /usr/local/include/GL/glx.h:356: error: parse error before "glXGetContextIDEXT" /usr/local/include/GL/glx.h:358: error: parse error before '*' token /usr/local/include/GL/glx.h:360: error: parse error before '*' token /usr/local/include/GL/glx.h:362: error: parse error before '*' token /usr/local/include/GL/glx.h:375: error: parse error before '*' token /usr/local/include/GL/glx.h:388: error: parse error before "glXCreateGLXPixmapMESA" /usr/local/include/GL/glx.h:388: error: parse error before '*' token /usr/local/include/GL/glx.h:401: error: parse error before "glXReleaseBuffersMESA" /usr/local/include/GL/glx.h:401: error: parse error before '*' token configure:29068: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | | ; | return 0; | } configure:29092: result: no configure:29525: checking for Linux 2.4 unified input interface configure:29550: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:88:35: linux/input.h: No such file or directory conftest.c:95:12: #error EVIOCGNAME() ioctl not available configure:29556: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | #ifndef EVIOCGNAME | #error EVIOCGNAME() ioctl not available | #endif | | ; | return 0; | } configure:29580: result: no configure:29601: checking for Touchscreen library support configure:29623: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:88:29: tslib.h: No such file or directory configure:29629: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include "tslib.h" | | int | main () | { | | | ; | return 0; | } configure:29653: result: no configure:31243: checking for hid_init in -lusbhid configure:31273: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -lusbhid >&5 ld: can't locate file for: -lusbhid configure:31279: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* 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 hid_init (); | int | main () | { | hid_init (); | ; | return 0; | } configure:31305: result: no configure:31608: checking usb.h usability configure:31620: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:31626: $? = 0 configure:31630: test -z || test ! -s conftest.err configure:31633: $? = 0 configure:31636: test -s conftest.o configure:31639: $? = 0 configure:31649: result: yes configure:31653: checking usb.h presence configure:31663: cc -E -I./include -D_GNU_SOURCE=1 conftest.c configure:31669: $? = 0 configure:31689: result: yes configure:31724: checking for usb.h configure:31731: result: yes configure:31750: checking libusb.h usability configure:31762: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:121:20: libusb.h: No such file or directory configure:31768: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:31791: result: no configure:31795: checking libusb.h presence configure:31805: cc -E -I./include -D_GNU_SOURCE=1 conftest.c conftest.c:87:20: libusb.h: No such file or directory configure:31811: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | #include configure:31831: result: no configure:31866: checking for libusb.h configure:31873: result: no configure:31882: checking for hid_init in -lusb configure:31912: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -lusb >&5 ld: Undefined symbols: _hid_init configure:31918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* 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 hid_init (); | int | main () | { | hid_init (); | ; | return 0; | } configure:31944: result: no configure:31955: checking for usbhid configure:31997: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -DHAVE_USB_H -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:96:36: dev/usb/usb.h: No such file or directory conftest.c:97:39: dev/usb/usbhid.h: No such file or directory conftest.c: In function `main': conftest.c:113: error: `hid_kind_t' undeclared (first use in this function) conftest.c:113: error: (Each undeclared identifier is reported only once conftest.c:113: error: for each function it appears in.) conftest.c:113: error: parse error before "hidkind" configure:32003: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | /* end confdefs.h. */ | | #include | #if defined(HAVE_USB_H) | #include | #endif | #ifdef __DragonFly__ | # include | # include | #else | # include | # include | #endif | #if defined(HAVE_USBHID_H) | #include | #elif defined(HAVE_LIBUSB_H) | #include | #elif defined(HAVE_LIBUSBHID_H) | #include | #endif | | int | main () | { | | struct report_desc *repdesc; | struct usb_ctl_report *repbuf; | hid_kind_t hidkind; | | ; | return 0; | } configure:32027: result: no configure:29823: checking for pthreads configure:29847: cc -o conftest -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 -L/usr/local/lib conftest.c -pthread >&5 cc: unrecognized option `-pthread' configure:29853: $? = 0 configure:29857: test -z || test ! -s conftest.err configure:29860: $? = 0 configure:29863: test -s conftest configure:29866: $? = 0 configure:29878: result: yes configure:29900: checking for recursive mutexes configure:29925: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:29931: $? = 0 configure:29935: test -z || test ! -s conftest.err configure:29938: $? = 0 configure:29941: test -s conftest.o configure:29944: $? = 0 configure:30017: result: yes configure:30022: checking for pthread semaphores configure:30045: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 conftest.c >&5 configure:30051: $? = 0 configure:30055: test -z || test ! -s conftest.err configure:30058: $? = 0 configure:30061: test -s conftest.o configure:30064: $? = 0 configure:30075: result: yes configure:32355: checking linux/version.h usability configure:32367: cc -c -fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5 conftest.c:123:27: linux/version.h: No such file or directory configure:32373: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | #define SDL_THREAD_PTHREAD 1 | #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:32396: result: no configure:32400: checking linux/version.h presence configure:32410: cc -E -I./include -D_GNU_SOURCE=1 conftest.c conftest.c:89:27: linux/version.h: No such file or directory configure:32416: $? = 1 configure: failed program was: | /* confdefs.h. */ | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBC 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_MEMCMP 1 | #define HAVE_STRTOD 1 | #define HAVE_MALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_FREE 1 | #define HAVE_GETENV 1 | #define HAVE_PUTENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_QSORT 1 | #define HAVE_ABS 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRLEN 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOI 1 | #define HAVE_ATOF 1 | #define HAVE_STRCMP 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_SSCANF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETJMP 1 | #define HAVE_NANOSLEEP 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define int8_t signed char | #define uint8_t unsigned char | #define int16_t signed short | #define uint16_t unsigned short | #define int32_t signed int | #define uint32_t unsigned int | #define int64_t signed long long | #define uint64_t unsigned long long | #define SDL_HAS_64BIT_TYPE 1 | #define size_t unsigned int | #define uintptr_t unsigned long | #define SDL_ASSEMBLY_ROUTINES 1 | #define SDL_VIDEO_DRIVER_DUMMY 1 | #define SDL_AUDIO_DRIVER_DISK 1 | #define SDL_AUDIO_DRIVER_DUMMY 1 | #define SDL_LOADSO_DLOPEN 1 | #define SDL_HERMES_BLITTERS 1 | #define SDL_AUDIO_DRIVER_ARTS 1 | #define SDL_AUDIO_DRIVER_ESD 1 | #define SDL_AUDIO_DRIVER_NAS 1 | #define SDL_VIDEO_DRIVER_X11 1 | #define SDL_VIDEO_DRIVER_DGA 1 | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | #define SDL_VIDEO_DRIVER_X11_XV 1 | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | #define SDL_VIDEO_DRIVER_X11_XME 1 | #define SDL_THREAD_PTHREAD 1 | #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 | /* end confdefs.h. */ | #include configure:32436: result: no configure:32471: checking for linux/version.h configure:32478: result: no configure:33323: 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:736: creating Makefile config.status:736: creating sdl-config config.status:736: creating SDL.spec config.status:736: creating SDL.qpg config.status:736: creating sdl.pc config.status:840: creating include/SDL_config.h config.status:1278: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_volatile=yes ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_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 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' 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_f77_compiler_gnu=no ac_cv_func__i64toa=no ac_cv_func__ltoa=no ac_cv_func__stricmp=no ac_cv_func__strlwr=no ac_cv_func__strnicmp=no ac_cv_func__strrev=no ac_cv_func__strupr=no ac_cv_func__ui64toa=no ac_cv_func__uitoa=no ac_cv_func__ultoa=no ac_cv_func_abs=yes ac_cv_func_alloca_works=yes ac_cv_func_atof=yes ac_cv_func_atoi=yes ac_cv_func_bcopy=yes ac_cv_func_calloc=yes ac_cv_func_connect=yes ac_cv_func_free=yes ac_cv_func_getenv=yes ac_cv_func_gethostbyname=yes ac_cv_func_iconv=no ac_cv_func_itoa=no ac_cv_func_malloc=yes ac_cv_func_memcmp_working=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_nanosleep=yes ac_cv_func_putenv=yes ac_cv_func_qsort=yes ac_cv_func_realloc=yes ac_cv_func_remove=yes ac_cv_func_setjmp=yes ac_cv_func_shmat=yes ac_cv_func_sigaction=yes ac_cv_func_snprintf=yes ac_cv_func_sscanf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcmp=yes ac_cv_func_strdup=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strlen=yes ac_cv_func_strncasecmp=yes ac_cv_func_strncmp=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_strtoll=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_unsetenv=yes ac_cv_func_vsnprintf=yes ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' ac_cv_header_X11_extensions_Xrandr_h=no ac_cv_header_X11_extensions_dpms_h=no ac_cv_header_altivec_h=no ac_cv_header_ctype_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=no ac_cv_header_libusb_h=no ac_cv_header_linux_version_h=no ac_cv_header_malloc_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=no ac_cv_header_signal_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=no ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=no ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_header_usb_h=yes ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_ICE_IceConnectionNumber=no ac_cv_lib_asound_snd_ctl_open=no ac_cv_lib_c_dlopen=yes ac_cv_lib_dl_dlvsym=no ac_cv_lib_dnet_dnet_ntoa=no ac_cv_lib_dnet_stub_dnet_ntoa=no ac_cv_lib_iconv_libiconv_open=yes ac_cv_lib_m_pow=yes ac_cv_lib_usb_hid_init=no ac_cv_lib_usbhid_hid_init=no ac_cv_objext= ac_cv_path_ARTSCONFIG=/usr/local/bin/artsc-config ac_cv_path_DIRECTFBCONFIG=no ac_cv_path_ESD_CONFIG=/usr/local/bin/esd-config ac_cv_path_NASM=/usr/local/bin/nasm ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_F77=f77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip 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_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_type_char=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long=yes ac_cv_type_short=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='/usr/bin/nm -p' 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. ## ## ----------------- ## ALLOCA='' ALSA_CFLAGS='' ALSA_LIBS='' AR='ar' ARTSCONFIG='/usr/local/bin/artsc-config' AS='as' BUILD_CFLAGS='-fno-common ' BUILD_LDFLAGS=' -L/usr/local/lib' CC='cc' CFLAGS='-fno-common -I./include -D_GNU_SOURCE=1 -DXTHREADS' CPP='cc -E' CPPFLAGS=' -I./include -D_GNU_SOURCE=1' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-fno-common' DEFS='-DHAVE_CONFIG_H' DIRECTFBCONFIG='no' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_SHARED_FALSE='' ENABLE_SHARED_TRUE='#' ENABLE_STATIC_FALSE='#' ENABLE_STATIC_TRUE='' ESD_CFLAGS='-I/usr/local/include' ESD_CONFIG='/usr/local/bin/esd-config' ESD_LIBS='-L/usr/local/lib -lesd -laudiofile -lm' EXEEXT='' EXTRA_CFLAGS='-I./include -D_GNU_SOURCE=1 -I/usr/local/include/artsc -I/usr/local/include -I/usr/X11R6/include/ -DXTHREADS -D_REENTRANT' EXTRA_LDFLAGS=' -liconv -lm -L/usr/local/lib -ldl -lartsc -lpthread -L/usr/local/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -laudio -lXt -lX11 -lXext -pthread' F77='f77' FFLAGS='' INCLUDE='-I./include' 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 ' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_AGE='11' LT_CURRENT='11' LT_RELEASE='1.2' LT_REVISION='0' NASM='/usr/local/bin/nasm' NASMFLAGS='-f elf -i ./src/hermes/' OBJDUMP='objdump' OBJECTS='$(objects)/SDL.lo $(objects)/SDL_error.lo $(objects)/SDL_fatal.lo $(objects)/SDL_audio.lo $(objects)/SDL_audiocvt.lo $(objects)/SDL_audiodev.lo $(objects)/SDL_mixer.lo $(objects)/SDL_mixer_MMX.lo $(objects)/SDL_mixer_MMX_VC.lo $(objects)/SDL_mixer_m68k.lo $(objects)/SDL_wave.lo $(objects)/SDL_cdrom.lo $(objects)/SDL_cpuinfo.lo $(objects)/SDL_active.lo $(objects)/SDL_events.lo $(objects)/SDL_expose.lo $(objects)/SDL_keyboard.lo $(objects)/SDL_mouse.lo $(objects)/SDL_quit.lo $(objects)/SDL_resize.lo $(objects)/SDL_rwops.lo $(objects)/SDL_joystick.lo $(objects)/SDL_getenv.lo $(objects)/SDL_iconv.lo $(objects)/SDL_malloc.lo $(objects)/SDL_qsort.lo $(objects)/SDL_stdlib.lo $(objects)/SDL_string.lo $(objects)/SDL_thread.lo $(objects)/SDL_timer.lo $(objects)/SDL_RLEaccel.lo $(objects)/SDL_blit.lo $(objects)/SDL_blit_0.lo $(objects)/SDL_blit_1.lo $(objects)/SDL_blit_A.lo $(objects)/SDL_blit_N.lo $(objects)/SDL_bmp.lo $(objects)/SDL_cursor.lo $(objects)/SDL_gamma.lo $(objects)/SDL_pixels.lo $(objects)/SDL_stretch.lo $(objects)/SDL_surface.lo $(objects)/SDL_video.lo $(objects)/SDL_yuv.lo $(objects)/SDL_yuv_mmx.lo $(objects)/SDL_yuv_sw.lo $(objects)/SDL_nullevents.lo $(objects)/SDL_nullmouse.lo $(objects)/SDL_nullvideo.lo $(objects)/SDL_diskaudio.lo $(objects)/SDL_dummyaudio.lo $(objects)/SDL_sysloadso.lo $(objects)/mmx_main.lo $(objects)/mmxp2_32.lo $(objects)/x86_main.lo $(objects)/x86p_16.lo $(objects)/x86p_32.lo $(objects)/SDL_artsaudio.lo $(objects)/SDL_esdaudio.lo $(objects)/SDL_nasaudio.lo $(objects)/SDL_x11dga.lo $(objects)/SDL_x11dyn.lo $(objects)/SDL_x11events.lo $(objects)/SDL_x11gamma.lo $(objects)/SDL_x11gl.lo $(objects)/SDL_x11image.lo $(objects)/SDL_x11modes.lo $(objects)/SDL_x11mouse.lo $(objects)/SDL_x11video.lo $(objects)/SDL_x11wm.lo $(objects)/SDL_x11yuv.lo $(objects)/XF86DGA.lo $(objects)/XF86DGA2.lo $(objects)/SDL_dgaevents.lo $(objects)/SDL_dgamouse.lo $(objects)/SDL_dgavideo.lo $(objects)/XF86VMode.lo $(objects)/Xv.lo $(objects)/Xinerama.lo $(objects)/xme.lo $(objects)/SDL_systhread.lo $(objects)/SDL_syssem.lo $(objects)/SDL_sysmutex.lo $(objects)/SDL_syscond.lo $(objects)/SDL_systimer.lo $(objects)/SDL_sysjoystick.lo $(objects)/SDL_syscdrom.lo' OBJEXT='' OSMESA_CONFIG='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' POW_LIB='' PTH_CONFIG='' RANLIB='ranlib' SDLMAIN_OBJECTS='$(objects)/SDL_dummy_main.o' SDLMAIN_SOURCES='./src/main/dummy/*.c' SDL_BINARY_AGE='11' SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT' SDL_INTERFACE_AGE='0' SDL_LIBS='-lSDL -pthread' SDL_MAJOR_VERSION='1' SDL_MICRO_VERSION='11' SDL_MINOR_VERSION='2' SDL_RLD_FLAGS='' SDL_STATIC_LIBS='-lSDL -pthread' SDL_VERSION='1.2.11' SET_MAKE='' SHELL='/bin/sh' SOURCES=' ./src/*.c ./src/audio/*.c ./src/cdrom/*.c ./src/cpuinfo/*.c ./src/events/*.c ./src/file/*.c ./src/joystick/*.c ./src/stdlib/*.c ./src/thread/*.c ./src/timer/*.c ./src/video/*.c ./src/video/dummy/*.c ./src/audio/disk/*.c ./src/audio/dummy/*.c ./src/loadso/dlopen/*.c ./src/hermes/*.asm ./src/audio/arts/*.c ./src/audio/esd/*.c ./src/audio/nas/*.c ./src/video/x11/*.c ./src/video/Xext/Xxf86dga/*.c ./src/video/dga/*.c ./src/video/Xext/Xxf86vm/*.c ./src/video/Xext/Xv/*.c ./src/video/Xext/Xinerama/*.c ./src/video/Xext/XME/*.c ./src/thread/pthread/SDL_systhread.c ./src/thread/pthread/SDL_syssem.c ./src/thread/pthread/SDL_sysmutex.c ./src/thread/pthread/SDL_syscond.c ./src/timer/unix/*.c ./src/joystick/dummy/*.c ./src/cdrom/dummy/*.c' STRIP='strip' X_CFLAGS=' -DXTHREADS' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_aux_dir='./build-scripts' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='f77' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' 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' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ABS 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_ATOF 1 #define HAVE_ATOI 1 #define HAVE_BCOPY 1 #define HAVE_CALLOC 1 #define HAVE_CTYPE_H 1 #define HAVE_FREE 1 #define HAVE_GETENV 1 #define HAVE_ICONV_H 1 #define HAVE_LIBC 1 #define HAVE_MALLOC 1 #define HAVE_MALLOC_H 1 #define HAVE_MATH_H 1 #define HAVE_MEMCMP 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_NANOSLEEP 1 #define HAVE_PUTENV 1 #define HAVE_QSORT 1 #define HAVE_REALLOC 1 #define HAVE_SETJMP 1 #define HAVE_SIGACTION 1 #define HAVE_SIGNAL_H 1 #define HAVE_SNPRINTF 1 #define HAVE_SSCANF 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDIO_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRCMP 1 #define HAVE_STRDUP 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_STRLEN 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRNCMP 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOULL 1 #define HAVE_UNSETENV 1 #define HAVE_VSNPRINTF 1 #define SDL_ASSEMBLY_ROUTINES 1 #define SDL_AUDIO_DRIVER_ARTS 1 #define SDL_AUDIO_DRIVER_DISK 1 #define SDL_AUDIO_DRIVER_DUMMY 1 #define SDL_AUDIO_DRIVER_ESD 1 #define SDL_AUDIO_DRIVER_NAS 1 #define SDL_CDROM_DISABLED 1 #define SDL_HAS_64BIT_TYPE 1 #define SDL_HERMES_BLITTERS 1 #define SDL_JOYSTICK_DISABLED 1 #define SDL_LOADSO_DLOPEN 1 #define SDL_THREAD_PTHREAD 1 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 #define SDL_TIMER_UNIX 1 #define SDL_VIDEO_DRIVER_DGA 1 #define SDL_VIDEO_DRIVER_DUMMY 1 #define SDL_VIDEO_DRIVER_X11 1 #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 #define SDL_VIDEO_DRIVER_X11_XME 1 #define SDL_VIDEO_DRIVER_X11_XV 1 #define SIZEOF_CHAR 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SHORT 2 #define int16_t signed short #define int32_t signed int #define int64_t signed long long #define int8_t signed char #define size_t unsigned int #define uint16_t unsigned short #define uint32_t unsigned int #define uint64_t unsigned long long #define uint8_t unsigned char #define uintptr_t unsigned long #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0