6435 lines
195 KiB
Plaintext
6435 lines
195 KiB
Plaintext
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.63. Invocation command line was
|
|
|
|
$ ./configure
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = clientssh1
|
|
uname -m = i686
|
|
uname -r = 2.6.36
|
|
uname -s = Linux
|
|
uname -v = #3 SMP PREEMPT Mon Nov 22 12:03:32 CET 2010
|
|
|
|
/usr/bin/uname -p = unknown
|
|
/bin/uname -X = unknown
|
|
|
|
/bin/arch = unknown
|
|
/usr/bin/arch -k = unknown
|
|
/usr/convex/getsysinfo = unknown
|
|
/usr/bin/hostinfo = unknown
|
|
/bin/machine = unknown
|
|
/usr/bin/oslevel = unknown
|
|
/bin/universe = unknown
|
|
|
|
PATH: ~/.bin
|
|
PATH: /usr/bin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/bin
|
|
PATH: /bin
|
|
PATH: /usr/bin/X11
|
|
PATH: /usr/games
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2270: checking for gcc
|
|
configure:2286: found /usr/bin/gcc
|
|
configure:2297: result: gcc
|
|
configure:2529: checking for C compiler version
|
|
configure:2537: gcc --version >&5
|
|
gcc (Debian 4.3.2-1.1) 4.3.2
|
|
Copyright (C) 2008 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:2541: $? = 0
|
|
configure:2548: gcc -v >&5
|
|
Using built-in specs.
|
|
Target: i486-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
|
|
Thread model: posix
|
|
gcc version 4.3.2 (Debian 4.3.2-1.1)
|
|
configure:2552: $? = 0
|
|
configure:2559: gcc -V >&5
|
|
gcc: '-V' option must have argument
|
|
configure:2563: $? = 1
|
|
configure:2586: checking for C compiler default output file name
|
|
configure:2608: gcc conftest.c >&5
|
|
configure:2612: $? = 0
|
|
configure:2650: result: a.out
|
|
configure:2669: checking whether the C compiler works
|
|
configure:2679: ./a.out
|
|
configure:2683: $? = 0
|
|
configure:2702: result: yes
|
|
configure:2709: checking whether we are cross compiling
|
|
configure:2711: result: no
|
|
configure:2714: checking for suffix of executables
|
|
configure:2721: gcc -o conftest conftest.c >&5
|
|
configure:2725: $? = 0
|
|
configure:2751: result:
|
|
configure:2757: checking for suffix of object files
|
|
configure:2783: gcc -c conftest.c >&5
|
|
configure:2787: $? = 0
|
|
configure:2812: result: o
|
|
configure:2816: checking whether we are using the GNU C compiler
|
|
configure:2845: gcc -c conftest.c >&5
|
|
configure:2852: $? = 0
|
|
configure:2869: result: yes
|
|
configure:2878: checking whether gcc accepts -g
|
|
configure:2908: gcc -c -g conftest.c >&5
|
|
configure:2915: $? = 0
|
|
configure:3016: result: yes
|
|
configure:3033: checking for gcc option to accept ISO C89
|
|
configure:3107: gcc -c -g -O2 conftest.c >&5
|
|
configure:3114: $? = 0
|
|
configure:3137: result: none needed
|
|
configure:3161: checking how to run the C preprocessor
|
|
configure:3201: gcc -E conftest.c
|
|
configure:3208: $? = 0
|
|
configure:3239: gcc -E conftest.c
|
|
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
|
|
configure:3246: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3279: result: gcc -E
|
|
configure:3308: gcc -E conftest.c
|
|
configure:3315: $? = 0
|
|
configure:3346: gcc -E conftest.c
|
|
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
|
|
configure:3353: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3393: checking for grep that handles long lines and -e
|
|
configure:3453: result: /bin/grep
|
|
configure:3458: checking for egrep
|
|
configure:3522: result: /bin/grep -E
|
|
configure:3527: checking for ANSI C header files
|
|
configure:3557: gcc -c -g -O2 conftest.c >&5
|
|
configure:3564: $? = 0
|
|
configure:3663: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:3667: $? = 0
|
|
configure:3673: ./conftest
|
|
configure:3677: $? = 0
|
|
configure:3695: result: yes
|
|
configure:3719: checking for sys/types.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3719: checking for sys/stat.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3719: checking for stdlib.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3719: checking for string.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3719: checking for memory.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3719: checking for strings.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3719: checking for inttypes.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3719: checking for stdint.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3719: checking for unistd.h
|
|
configure:3740: gcc -c -g -O2 conftest.c >&5
|
|
configure:3747: $? = 0
|
|
configure:3764: result: yes
|
|
configure:3789: checking minix/config.h usability
|
|
configure:3806: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:51:26: error: minix/config.h: No such file or directory
|
|
configure:3813: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| #include <minix/config.h>
|
|
configure:3827: result: no
|
|
configure:3831: checking minix/config.h presence
|
|
configure:3846: gcc -E conftest.c
|
|
conftest.c:18:26: error: minix/config.h: No such file or directory
|
|
configure:3853: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <minix/config.h>
|
|
configure:3867: result: no
|
|
configure:3895: checking for minix/config.h
|
|
configure:3902: result: no
|
|
configure:3933: checking whether it is safe to define __EXTENSIONS__
|
|
configure:3961: gcc -c -g -O2 conftest.c >&5
|
|
configure:3968: $? = 0
|
|
configure:3983: result: yes
|
|
configure:4095: checking build system type
|
|
configure:4113: result: i686-pc-linux-gnu
|
|
configure:4135: checking host system type
|
|
configure:4150: result: i686-pc-linux-gnu
|
|
configure:4172: checking for a sed that does not truncate output
|
|
configure:4238: result: /bin/sed
|
|
configure:4256: checking for fgrep
|
|
configure:4320: result: /bin/grep -F
|
|
configure:4355: checking for ld used by gcc
|
|
configure:4422: result: /usr/bin/ld
|
|
configure:4431: checking if the linker (/usr/bin/ld) is GNU ld
|
|
configure:4446: result: yes
|
|
configure:4458: checking for BSD- or MS-compatible name lister (nm)
|
|
configure:4507: result: /usr/bin/nm -B
|
|
configure:4625: checking the name lister (/usr/bin/nm -B) interface
|
|
configure:4632: gcc -c -g -O2 conftest.c >&5
|
|
configure:4635: /usr/bin/nm -B "conftest.o"
|
|
configure:4638: output
|
|
00000000 B some_variable
|
|
configure:4645: result: BSD nm
|
|
configure:4648: checking whether ln -s works
|
|
configure:4652: result: yes
|
|
configure:4660: checking the maximum length of command line arguments
|
|
configure:4786: result: 98304
|
|
configure:4803: checking whether the shell understands some XSI constructs
|
|
configure:4813: result: yes
|
|
configure:4817: checking whether the shell understands "+="
|
|
configure:4823: result: yes
|
|
configure:4858: checking for /usr/bin/ld option to reload object files
|
|
configure:4865: result: -r
|
|
configure:4934: checking for objdump
|
|
configure:4950: found /usr/bin/objdump
|
|
configure:4961: result: objdump
|
|
configure:4990: checking how to recognize dependent libraries
|
|
configure:5188: result: pass_all
|
|
configure:5248: checking for ar
|
|
configure:5264: found /usr/bin/ar
|
|
configure:5275: result: ar
|
|
configure:5353: checking for strip
|
|
configure:5369: found /usr/bin/strip
|
|
configure:5380: result: strip
|
|
configure:5452: checking for ranlib
|
|
configure:5468: found /usr/bin/ranlib
|
|
configure:5479: result: ranlib
|
|
configure:5569: checking command to parse /usr/bin/nm -B output from gcc object
|
|
configure:5687: gcc -c -g -O2 conftest.c >&5
|
|
configure:5690: $? = 0
|
|
configure:5694: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
|
|
configure:5697: $? = 0
|
|
configure:5751: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
|
|
configure:5754: $? = 0
|
|
configure:5792: result: ok
|
|
configure:6657: checking for dlfcn.h
|
|
configure:6678: gcc -c -g -O2 conftest.c >&5
|
|
configure:6685: $? = 0
|
|
configure:6702: result: yes
|
|
configure:7186: checking for objdir
|
|
configure:7201: result: .libs
|
|
configure:7497: checking if gcc supports -fno-rtti -fno-exceptions
|
|
configure:7515: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
|
|
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
|
|
configure:7519: $? = 0
|
|
configure:7532: result: no
|
|
configure:7552: checking for gcc option to produce PIC
|
|
configure:7824: result: -fPIC -DPIC
|
|
configure:7836: checking if gcc PIC flag -fPIC -DPIC works
|
|
configure:7854: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
|
|
configure:7858: $? = 0
|
|
configure:7871: result: yes
|
|
configure:7895: checking if gcc static flag -static works
|
|
configure:7923: result: yes
|
|
configure:7938: checking if gcc supports -c -o file.o
|
|
configure:7959: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
|
configure:7963: $? = 0
|
|
configure:7985: result: yes
|
|
configure:7993: checking if gcc supports -c -o file.o
|
|
configure:8040: result: yes
|
|
configure:8073: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
|
|
configure:9147: result: yes
|
|
configure:9184: checking whether -lc should be explicitly linked in
|
|
configure:9189: gcc -c -g -O2 conftest.c >&5
|
|
configure:9192: $? = 0
|
|
configure:9207: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
|
|
configure:9210: $? = 0
|
|
configure:9222: result: no
|
|
configure:9386: checking dynamic linker characteristics
|
|
configure:9831: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
|
|
configure:9838: $? = 0
|
|
configure:10071: result: GNU/Linux ld.so
|
|
configure:10173: checking how to hardcode library paths into programs
|
|
configure:10198: result: immediate
|
|
configure:11031: checking whether stripping libraries is possible
|
|
configure:11036: result: yes
|
|
configure:11071: checking if libtool supports shared libraries
|
|
configure:11073: result: yes
|
|
configure:11076: checking whether to build shared libraries
|
|
configure:11097: result: yes
|
|
configure:11100: checking whether to build static libraries
|
|
configure:11104: result: yes
|
|
configure:11183: checking whether byte ordering is bigendian
|
|
configure:11208: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
|
|
configure:11215: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| /* end confdefs.h. */
|
|
| #ifndef __APPLE_CC__
|
|
| not a universal capable compiler
|
|
| #endif
|
|
| typedef int dummy;
|
|
|
|
|
configure:11265: gcc -c -g -O2 conftest.c >&5
|
|
configure:11272: $? = 0
|
|
configure:11304: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:32: error: 'not' undeclared (first use in this function)
|
|
conftest.c:32: error: (Each undeclared identifier is reported only once
|
|
conftest.c:32: error: for each function it appears in.)
|
|
conftest.c:32: error: expected ';' before 'big'
|
|
configure:11311: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
|
|
| #include <sys/param.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| #if BYTE_ORDER != BIG_ENDIAN
|
|
| not big endian
|
|
| #endif
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:11563: result: no
|
|
configure:11649: checking for gcc
|
|
configure:11676: result: gcc
|
|
configure:11908: checking for C compiler version
|
|
configure:11916: gcc --version >&5
|
|
gcc (Debian 4.3.2-1.1) 4.3.2
|
|
Copyright (C) 2008 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:11920: $? = 0
|
|
configure:11927: gcc -v >&5
|
|
Using built-in specs.
|
|
Target: i486-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
|
|
Thread model: posix
|
|
gcc version 4.3.2 (Debian 4.3.2-1.1)
|
|
configure:11931: $? = 0
|
|
configure:11938: gcc -V >&5
|
|
gcc: '-V' option must have argument
|
|
configure:11942: $? = 1
|
|
configure:11945: checking whether we are using the GNU C compiler
|
|
configure:11998: result: yes
|
|
configure:12007: checking whether gcc accepts -g
|
|
configure:12145: result: yes
|
|
configure:12162: checking for gcc option to accept ISO C89
|
|
configure:12266: result: none needed
|
|
configure:12342: checking for g++
|
|
configure:12358: found /usr/bin/g++
|
|
configure:12369: result: g++
|
|
configure:12396: checking for C++ compiler version
|
|
configure:12404: g++ --version >&5
|
|
g++ (Debian 4.3.2-1.1) 4.3.2
|
|
Copyright (C) 2008 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:12408: $? = 0
|
|
configure:12415: g++ -v >&5
|
|
Using built-in specs.
|
|
Target: i486-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
|
|
Thread model: posix
|
|
gcc version 4.3.2 (Debian 4.3.2-1.1)
|
|
configure:12419: $? = 0
|
|
configure:12426: g++ -V >&5
|
|
g++: '-V' option must have argument
|
|
configure:12430: $? = 1
|
|
configure:12433: checking whether we are using the GNU C++ compiler
|
|
configure:12462: g++ -c conftest.cpp >&5
|
|
configure:12469: $? = 0
|
|
configure:12486: result: yes
|
|
configure:12495: checking whether g++ accepts -g
|
|
configure:12525: g++ -c -g conftest.cpp >&5
|
|
configure:12532: $? = 0
|
|
configure:12633: result: yes
|
|
configure:12769: checking for C++ compiler version
|
|
configure:12777: g++ --version >&5
|
|
g++ (Debian 4.3.2-1.1) 4.3.2
|
|
Copyright (C) 2008 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:12781: $? = 0
|
|
configure:12788: g++ -v >&5
|
|
Using built-in specs.
|
|
Target: i486-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
|
|
Thread model: posix
|
|
gcc version 4.3.2 (Debian 4.3.2-1.1)
|
|
configure:12792: $? = 0
|
|
configure:12799: g++ -V >&5
|
|
g++: '-V' option must have argument
|
|
configure:12803: $? = 1
|
|
configure:12806: checking whether we are using the GNU C++ compiler
|
|
configure:12859: result: yes
|
|
configure:12868: checking whether g++ accepts -g
|
|
configure:13006: result: yes
|
|
configure:13037: checking how to run the C++ preprocessor
|
|
configure:13073: g++ -E conftest.cpp
|
|
configure:13080: $? = 0
|
|
configure:13111: g++ -E conftest.cpp
|
|
conftest.cpp:26:28: error: ac_nonexistent.h: No such file or directory
|
|
configure:13118: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:13151: result: g++ -E
|
|
configure:13180: g++ -E conftest.cpp
|
|
configure:13187: $? = 0
|
|
configure:13218: g++ -E conftest.cpp
|
|
conftest.cpp:26:28: error: ac_nonexistent.h: No such file or directory
|
|
configure:13225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:13401: checking for ld used by g++
|
|
configure:13468: result: /usr/bin/ld
|
|
configure:13477: checking if the linker (/usr/bin/ld) is GNU ld
|
|
configure:13492: result: yes
|
|
configure:13547: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
|
|
configure:14522: result: yes
|
|
configure:14550: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:14553: $? = 0
|
|
configure:14735: checking for g++ option to produce PIC
|
|
configure:15052: result: -fPIC -DPIC
|
|
configure:15061: checking if g++ PIC flag -fPIC -DPIC works
|
|
configure:15079: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
|
|
configure:15083: $? = 0
|
|
configure:15096: result: yes
|
|
configure:15117: checking if g++ static flag -static works
|
|
configure:15145: result: yes
|
|
configure:15157: checking if g++ supports -c -o file.o
|
|
configure:15178: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
|
configure:15182: $? = 0
|
|
configure:15204: result: yes
|
|
configure:15209: checking if g++ supports -c -o file.o
|
|
configure:15256: result: yes
|
|
configure:15286: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
|
|
configure:15312: result: yes
|
|
configure:15449: checking dynamic linker characteristics
|
|
configure:15842: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
|
|
configure:15849: $? = 0
|
|
configure:16082: result: GNU/Linux ld.so
|
|
configure:16133: checking how to hardcode library paths into programs
|
|
configure:16158: result: immediate
|
|
configure:16211: checking for a BSD-compatible install
|
|
configure:16279: result: /usr/bin/install -c
|
|
configure:16290: checking whether make sets $(MAKE)
|
|
configure:16312: result: yes
|
|
configure:16330: checking for windres
|
|
configure:16360: result: no
|
|
configure:16330: checking for linux-gnu-windres
|
|
configure:16360: result: no
|
|
configure:16429: checking for an ANSI C-conforming const
|
|
configure:16504: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16511: $? = 0
|
|
configure:16526: result: yes
|
|
configure:16536: checking for inline
|
|
configure:16562: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16569: $? = 0
|
|
configure:16587: result: inline
|
|
configure:16606: checking for working volatile
|
|
configure:16635: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16642: $? = 0
|
|
configure:16657: result: yes
|
|
configure:16681: checking for ANSI C header files
|
|
configure:16849: result: yes
|
|
configure:16878: checking for sys/types.h
|
|
configure:16885: result: yes
|
|
configure:16889: checking stdio.h usability
|
|
configure:16906: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16913: $? = 0
|
|
configure:16927: result: yes
|
|
configure:16931: checking stdio.h presence
|
|
configure:16946: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:16953: $? = 0
|
|
configure:16967: result: yes
|
|
configure:16995: checking for stdio.h
|
|
configure:17004: result: yes
|
|
configure:16878: checking for stdlib.h
|
|
configure:16885: result: yes
|
|
configure:16889: checking stddef.h usability
|
|
configure:16906: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16913: $? = 0
|
|
configure:16927: result: yes
|
|
configure:16931: checking stddef.h presence
|
|
configure:16946: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:16953: $? = 0
|
|
configure:16967: result: yes
|
|
configure:16995: checking for stddef.h
|
|
configure:17004: result: yes
|
|
configure:16889: checking stdarg.h usability
|
|
configure:16906: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16913: $? = 0
|
|
configure:16927: result: yes
|
|
configure:16931: checking stdarg.h presence
|
|
configure:16946: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:16953: $? = 0
|
|
configure:16967: result: yes
|
|
configure:16995: checking for stdarg.h
|
|
configure:17004: result: yes
|
|
configure:16889: checking malloc.h usability
|
|
configure:16906: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16913: $? = 0
|
|
configure:16927: result: yes
|
|
configure:16931: checking malloc.h presence
|
|
configure:16946: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:16953: $? = 0
|
|
configure:16967: result: yes
|
|
configure:16995: checking for malloc.h
|
|
configure:17004: result: yes
|
|
configure:16878: checking for memory.h
|
|
configure:16885: result: yes
|
|
configure:16878: checking for string.h
|
|
configure:16885: result: yes
|
|
configure:16878: checking for strings.h
|
|
configure:16885: result: yes
|
|
configure:16878: checking for inttypes.h
|
|
configure:16885: result: yes
|
|
configure:16878: checking for stdint.h
|
|
configure:16885: result: yes
|
|
configure:16889: checking ctype.h usability
|
|
configure:16906: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16913: $? = 0
|
|
configure:16927: result: yes
|
|
configure:16931: checking ctype.h presence
|
|
configure:16946: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:16953: $? = 0
|
|
configure:16967: result: yes
|
|
configure:16995: checking for ctype.h
|
|
configure:17004: result: yes
|
|
configure:16889: checking math.h usability
|
|
configure:16906: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16913: $? = 0
|
|
configure:16927: result: yes
|
|
configure:16931: checking math.h presence
|
|
configure:16946: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:16953: $? = 0
|
|
configure:16967: result: yes
|
|
configure:16995: checking for math.h
|
|
configure:17004: result: yes
|
|
configure:16889: checking iconv.h usability
|
|
configure:16906: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16913: $? = 0
|
|
configure:16927: result: yes
|
|
configure:16931: checking iconv.h presence
|
|
configure:16946: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:16953: $? = 0
|
|
configure:16967: result: yes
|
|
configure:16995: checking for iconv.h
|
|
configure:17004: result: yes
|
|
configure:16889: checking signal.h usability
|
|
configure:16906: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16913: $? = 0
|
|
configure:16927: result: yes
|
|
configure:16931: checking signal.h presence
|
|
configure:16946: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:16953: $? = 0
|
|
configure:16967: result: yes
|
|
configure:16995: checking for signal.h
|
|
configure:17004: result: yes
|
|
configure:17020: checking for size_t
|
|
configure:17048: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:17055: $? = 0
|
|
configure:17082: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:79: error: expected expression before ')' token
|
|
configure:17089: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| int
|
|
| main ()
|
|
| {
|
|
| if (sizeof ((size_t)))
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:17112: result: yes
|
|
configure:17125: checking for int64_t
|
|
configure:17153: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:17160: $? = 0
|
|
configure:17187: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:79: error: expected expression before ')' token
|
|
configure:17194: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| int
|
|
| main ()
|
|
| {
|
|
| if (sizeof ((int64_t)))
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:17217: result: yes
|
|
configure:17235: checking for working alloca.h
|
|
configure:17262: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:17269: $? = 0
|
|
configure:17289: result: yes
|
|
configure:17299: checking for alloca
|
|
configure:17346: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:17353: $? = 0
|
|
configure:17373: result: yes
|
|
configure:17613: checking for working memcmp
|
|
configure:17666: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:17670: $? = 0
|
|
configure:17676: ./conftest
|
|
configure:17680: $? = 0
|
|
configure:17697: result: yes
|
|
configure:17712: checking for working strtod
|
|
configure:17763: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:17767: $? = 0
|
|
configure:17773: ./conftest
|
|
configure:17777: $? = 0
|
|
configure:17794: result: yes
|
|
configure:17972: checking for mprotect
|
|
configure:18028: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18035: $? = 0
|
|
configure:18055: result: yes
|
|
configure:18083: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18090: $? = 0
|
|
configure:18162: checking for malloc
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:72: warning: conflicting types for built-in function 'malloc'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for calloc
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:73: warning: conflicting types for built-in function 'calloc'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for realloc
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:74: warning: conflicting types for built-in function 'realloc'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for free
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:75: warning: conflicting types for built-in function 'free'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for getenv
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for putenv
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for unsetenv
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for qsort
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for abs
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:80: warning: conflicting types for built-in function 'abs'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for bcopy
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:81: warning: conflicting types for built-in function 'bcopy'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for memset
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:82: warning: conflicting types for built-in function 'memset'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for memcpy
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:83: warning: conflicting types for built-in function 'memcpy'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for memmove
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:84: warning: conflicting types for built-in function 'memmove'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for strlen
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:85: warning: conflicting types for built-in function 'strlen'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for strlcpy
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccOXu5l2.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:97: undefined reference to `strlcpy'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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
|
|
| /* end confdefs.h. */
|
|
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define strlcpy innocuous_strlcpy
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char strlcpy (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef strlcpy
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char strlcpy ();
|
|
| /* 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_strlcpy || defined __stub___strlcpy
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return strlcpy ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for strlcat
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccSLDVDx.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:97: undefined reference to `strlcat'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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
|
|
| /* end confdefs.h. */
|
|
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define strlcat innocuous_strlcat
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char strlcat (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef strlcat
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char strlcat ();
|
|
| /* 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_strlcat || defined __stub___strlcat
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return strlcat ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for strdup
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:86: warning: conflicting types for built-in function 'strdup'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for _strrev
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccLWd6Vl.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:98: undefined reference to `_strrev'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_STRDUP 1
|
|
| /* end confdefs.h. */
|
|
| /* Define _strrev to an innocuous variant, in case <limits.h> declares _strrev.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _strrev innocuous__strrev
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _strrev (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _strrev
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _strrev ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for _strupr
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/cc6CuC5B.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:98: undefined reference to `_strupr'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_STRDUP 1
|
|
| /* end confdefs.h. */
|
|
| /* Define _strupr to an innocuous variant, in case <limits.h> declares _strupr.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _strupr innocuous__strupr
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _strupr (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _strupr
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _strupr ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for _strlwr
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccuxZ6z2.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:98: undefined reference to `_strlwr'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_STRDUP 1
|
|
| /* end confdefs.h. */
|
|
| /* Define _strlwr to an innocuous variant, in case <limits.h> declares _strlwr.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _strlwr innocuous__strlwr
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _strlwr (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _strlwr
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _strlwr ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for strchr
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:87: warning: conflicting types for built-in function 'strchr'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for strrchr
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:88: warning: conflicting types for built-in function 'strrchr'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for strstr
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:89: warning: conflicting types for built-in function 'strstr'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for itoa
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/cce6v3vL.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:101: undefined reference to `itoa'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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 <limits.h> declares itoa.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define itoa innocuous_itoa
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char itoa (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef itoa
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char 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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return itoa ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for _ltoa
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/cc0YrBBe.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:101: undefined reference to `_ltoa'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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 <limits.h> declares _ltoa.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _ltoa innocuous__ltoa
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _ltoa (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _ltoa
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _ltoa ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for _uitoa
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccgo4S7l.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:101: undefined reference to `_uitoa'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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 <limits.h> declares _uitoa.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _uitoa innocuous__uitoa
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _uitoa (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _uitoa
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _uitoa ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for _ultoa
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccy1hgNQ.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:101: undefined reference to `_ultoa'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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 <limits.h> declares _ultoa.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _ultoa innocuous__ultoa
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _ultoa (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _ultoa
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _ultoa ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for strtol
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for strtoul
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for _i64toa
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccaK6pig.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:103: undefined reference to `_i64toa'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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 <limits.h> declares _i64toa.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _i64toa innocuous__i64toa
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _i64toa (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _i64toa
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _i64toa ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for _ui64toa
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccg0uBps.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:103: undefined reference to `_ui64toa'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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 <limits.h> declares _ui64toa.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _ui64toa innocuous__ui64toa
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _ui64toa (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _ui64toa
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _ui64toa ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for strtoll
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for strtoull
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for atoi
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for atof
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for strcmp
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:96: warning: conflicting types for built-in function 'strcmp'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for strncmp
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:97: warning: conflicting types for built-in function 'strncmp'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for _stricmp
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccov6J9w.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:109: undefined reference to `_stricmp'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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 <limits.h> declares _stricmp.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _stricmp innocuous__stricmp
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _stricmp (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _stricmp
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _stricmp ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for strcasecmp
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:98: warning: conflicting types for built-in function 'strcasecmp'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for _strnicmp
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/cc8Ql76f.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:110: undefined reference to `_strnicmp'
|
|
collect2: ld returned 1 exit status
|
|
configure:18225: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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 <limits.h> declares _strnicmp.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _strnicmp innocuous__strnicmp
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _strnicmp (); below.
|
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
| <limits.h> exists even on freestanding compilers. */
|
|
|
|
|
| #ifdef __STDC__
|
|
| # include <limits.h>
|
|
| #else
|
|
| # include <assert.h>
|
|
| #endif
|
|
|
|
|
| #undef _strnicmp
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char _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
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _strnicmp ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18247: result: no
|
|
configure:18162: checking for strncasecmp
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:99: warning: conflicting types for built-in function 'strncasecmp'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for sscanf
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:100: warning: conflicting types for built-in function 'sscanf'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for snprintf
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:101: warning: conflicting types for built-in function 'snprintf'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for vsnprintf
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:102: warning: conflicting types for built-in function 'vsnprintf'
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for iconv
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for sigaction
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for setjmp
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18162: checking for nanosleep
|
|
configure:18218: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:18225: $? = 0
|
|
configure:18247: result: yes
|
|
configure:18260: checking for libiconv_open in -liconv
|
|
configure:18295: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -liconv >&5
|
|
/usr/bin/ld: cannot find -liconv
|
|
collect2: ld returned 1 exit status
|
|
configure:18302: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char libiconv_open ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return libiconv_open ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18323: result: no
|
|
configure:18329: checking for pow in -lm
|
|
configure:18364: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -lm >&5
|
|
conftest.c:91: warning: conflicting types for built-in function 'pow'
|
|
configure:18371: $? = 0
|
|
configure:18392: result: yes
|
|
configure:22896: checking for GCC -fvisibility=hidden option
|
|
configure:22929: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -Werror -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:22936: $? = 0
|
|
configure:22952: result: yes
|
|
configure:28224: checking for dlopen
|
|
configure:28254: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:28261: $? = 0
|
|
configure:28277: result: yes
|
|
configure:28281: checking for dlopen in -lc
|
|
configure:28316: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -lc >&5
|
|
/tmp/ccmH7Uo8.o: In function `main':
|
|
/home/mi48azih/ws1011/gdi3/Praktikas/p5/SDL-1.2.14/conftest.c:100: undefined reference to `dlopen'
|
|
collect2: ld returned 1 exit status
|
|
configure:28323: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char dlopen ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return dlopen ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:28344: result: no
|
|
configure:28349: checking for dlopen in -ldl
|
|
configure:28384: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -ldl >&5
|
|
configure:28391: $? = 0
|
|
configure:28412: result: yes
|
|
configure:22119: checking size of void *
|
|
configure:22424: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:22428: $? = 0
|
|
configure:22434: ./conftest
|
|
configure:22438: $? = 0
|
|
configure:22464: result: 4
|
|
configure:22521: checking for yasm
|
|
configure:22539: found /usr/local/bin/yasm
|
|
configure:22551: result: /usr/local/bin/yasm
|
|
configure:22489: checking to see if /usr/local/bin/yasm supports unquoted-sections
|
|
configure:22497: result: yes
|
|
configure:22489: checking to see if /usr/local/bin/yasm supports symbol-visibility
|
|
configure:22497: result: yes
|
|
configure:22649: checking for Altivec with GCC altivec.h and -maltivec option
|
|
configure:22678: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -maltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
cc1: error: unrecognized command line option "-maltivec"
|
|
configure:22685: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <altivec.h>
|
|
| vector unsigned int vzero() {
|
|
| return vec_splat_u32(0);
|
|
| }
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:22702: result: no
|
|
configure:22706: checking for Altivec with GCC -maltivec option
|
|
configure:22734: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -maltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
cc1: error: unrecognized command line option "-maltivec"
|
|
configure:22741: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| vector unsigned int vzero() {
|
|
| return vec_splat_u32(0);
|
|
| }
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:22757: result: no
|
|
configure:22762: checking for Altivec with GCC altivec.h and -faltivec option
|
|
configure:22793: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -faltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
cc1: error: unrecognized command line option "-faltivec"
|
|
configure:22800: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <altivec.h>
|
|
| vector unsigned int vzero() {
|
|
| return vec_splat_u32(0);
|
|
| }
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:22817: result: no
|
|
configure:22822: checking for Altivec with GCC -faltivec option
|
|
configure:22850: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -faltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
cc1: error: unrecognized command line option "-faltivec"
|
|
configure:22857: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| vector unsigned int vzero() {
|
|
| return vec_splat_u32(0);
|
|
| }
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:22873: result: no
|
|
configure:20456: checking for OSS audio support
|
|
configure:20485: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:20492: $? = 0
|
|
configure:20563: result: yes
|
|
configure:20898: checking for dmedia audio support
|
|
configure:20926: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:94:36: error: dmedia/audio.h: No such file or directory
|
|
conftest.c: In function 'main':
|
|
conftest.c:100: error: 'ALport' undeclared (first use in this function)
|
|
conftest.c:100: error: (Each undeclared identifier is reported only once
|
|
conftest.c:100: error: for each function it appears in.)
|
|
conftest.c:100: error: expected ';' before 'audio_port'
|
|
configure:20933: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <dmedia/audio.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
| ALport audio_port;
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:20949: result: no
|
|
configure:20624: checking for ALSA CFLAGS
|
|
configure:20630: result:
|
|
configure:20633: checking for ALSA LDFLAGS
|
|
configure:20646: result: -lasound -lm -ldl -lpthread
|
|
configure:20650: checking for libasound headers version >= 0.9.0
|
|
configure:20722: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:94:28: error: alsa/asoundlib.h: No such file or directory
|
|
conftest.c:122:12: error: #error not present
|
|
conftest.c: In function 'main':
|
|
conftest.c:130: warning: incompatible implicit declaration of built-in function 'exit'
|
|
configure:20729: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <alsa/asoundlib.h>
|
|
|
|
|
| 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:20740: result: not present.
|
|
configure:20757: checking for snd_ctl_open in -lasound
|
|
configure:20792: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -lasound -lasound -lm -ldl -lpthread >&5
|
|
/usr/bin/ld: cannot find -lasound
|
|
collect2: ld returned 1 exit status
|
|
configure:20799: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char snd_ctl_open ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return snd_ctl_open ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:20820: result: no
|
|
configure:21504: checking for artsc-config
|
|
configure:21537: result: no
|
|
configure:21095: checking for esd-config
|
|
configure:21113: found /usr/bin/esd-config
|
|
configure:21126: result: /usr/bin/esd-config
|
|
configure:21135: checking for ESD - version >= 0.2.8
|
|
configure:21227: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -L/usr/lib -lesd -laudiofile -lm >&5
|
|
configure:21231: $? = 0
|
|
configure:21237: ./conftest
|
|
configure:21241: $? = 0
|
|
configure:21262: result: yes
|
|
configure:21405: checking for pkg-config
|
|
configure:21423: found /usr/bin/pkg-config
|
|
configure:21436: result: /usr/bin/pkg-config
|
|
configure:21444: checking for PulseAudio 0.9 support
|
|
configure:21453: result: no
|
|
configure:21660: checking audio/audiolib.h usability
|
|
configure:21677: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:128:28: error: audio/audiolib.h: No such file or directory
|
|
configure:21684: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| #include <audio/audiolib.h>
|
|
configure:21698: result: no
|
|
configure:21702: checking audio/audiolib.h presence
|
|
configure:21717: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
conftest.c:95:28: error: audio/audiolib.h: No such file or directory
|
|
configure:21724: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| /* end confdefs.h. */
|
|
| #include <audio/audiolib.h>
|
|
configure:21738: result: no
|
|
configure:21766: checking for audio/audiolib.h
|
|
configure:21773: result: no
|
|
configure:21782: checking for AuOpenServer in -laudio
|
|
configure:21817: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -laudio >&5
|
|
/usr/bin/ld: cannot find -laudio
|
|
collect2: ld returned 1 exit status
|
|
configure:21824: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char AuOpenServer ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return AuOpenServer ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:21845: result: no
|
|
configure:21852: checking for NAS audio support
|
|
configure:21871: result: no
|
|
configure:23055: checking for X
|
|
configure:23226: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -lX11 >&5
|
|
configure:23233: $? = 0
|
|
configure:23295: result: libraries , headers
|
|
configure:23464: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -lX11 >&5
|
|
configure:23471: $? = 0
|
|
configure:23639: checking for gethostbyname
|
|
configure:23695: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:23702: $? = 0
|
|
configure:23722: result: yes
|
|
configure:23875: checking for connect
|
|
configure:23931: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:23938: $? = 0
|
|
configure:23958: result: yes
|
|
configure:24034: checking for remove
|
|
configure:24090: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:24097: $? = 0
|
|
configure:24117: result: yes
|
|
configure:24193: checking for shmat
|
|
configure:24249: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:24256: $? = 0
|
|
configure:24276: result: yes
|
|
configure:24361: checking for IceConnectionNumber in -lICE
|
|
configure:24396: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -lICE >&5
|
|
configure:24403: $? = 0
|
|
configure:24424: result: yes
|
|
configure:24622: checking for X11/extensions/Xrandr.h
|
|
configure:24644: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:24651: $? = 0
|
|
configure:24666: result: yes
|
|
configure:25096: checking for framebuffer console support
|
|
configure:25125: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:25132: $? = 0
|
|
configure:25148: result: yes
|
|
configure:25155: checking for getpagesize
|
|
configure:25211: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:25218: $? = 0
|
|
configure:25240: result: yes
|
|
configure:25278: checking for directfb-config
|
|
configure:25296: found /usr/bin/directfb-config
|
|
configure:25309: result: /usr/bin/directfb-config
|
|
configure:25391: checking directfb.h usability
|
|
configure:25408: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I/usr/include/directfb -D_REENTRANT -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:25415: $? = 0
|
|
configure:25429: result: yes
|
|
configure:25433: checking directfb.h presence
|
|
configure:25448: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
conftest.c:109:22: error: directfb.h: No such file or directory
|
|
configure:25455: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| /* end confdefs.h. */
|
|
| #include <directfb.h>
|
|
configure:25469: result: no
|
|
configure:25475: WARNING: directfb.h: accepted by the compiler, rejected by the preprocessor!
|
|
configure:25477: WARNING: directfb.h: proceeding with the compiler's result
|
|
configure:25497: checking for directfb.h
|
|
configure:25504: result: yes
|
|
configure:25518: checking for DirectFB 0.9.15 support
|
|
configure:25520: result: yes
|
|
configure:25546: checking for PlayStation 2 GS support
|
|
configure:25574: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:111:36: error: linux/ps2/dev.h: No such file or directory
|
|
conftest.c:112:35: error: linux/ps2/gs.h: No such file or directory
|
|
configure:25581: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <linux/ps2/dev.h>
|
|
| #include <linux/ps2/gs.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:25597: result: no
|
|
configure:25620: checking for PlayStation 3 Cell support
|
|
configure:25648: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:112:29: error: asm/ps3fb.h: No such file or directory
|
|
configure:25655: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <linux/fb.h>
|
|
| #include <asm/ps3fb.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:25671: result: no
|
|
configure:25771: checking for SVGAlib (1.4.0+) support
|
|
configure:25803: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:111:26: error: vga.h: No such file or directory
|
|
conftest.c:112:31: error: vgamouse.h: No such file or directory
|
|
conftest.c:113:34: error: vgakeyboard.h: No such file or directory
|
|
conftest.c: In function 'main':
|
|
conftest.c:119: error: 'SCANCODE_RIGHTWIN' undeclared (first use in this function)
|
|
conftest.c:119: error: (Each undeclared identifier is reported only once
|
|
conftest.c:119: error: for each function it appears in.)
|
|
conftest.c:119: error: 'SCANCODE_LEFTWIN' undeclared (first use in this function)
|
|
conftest.c:120: warning: incompatible implicit declaration of built-in function 'exit'
|
|
configure:25810: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <vga.h>
|
|
| #include <vgamouse.h>
|
|
| #include <vgakeyboard.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
| if ( SCANCODE_RIGHTWIN && SCANCODE_LEFTWIN ) {
|
|
| exit(0);
|
|
| }
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:25826: result: no
|
|
configure:25850: checking for libVGL support
|
|
configure:25884: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:111:31: error: sys/fbio.h: No such file or directory
|
|
conftest.c:112:33: error: sys/consio.h: No such file or directory
|
|
conftest.c:113:31: error: sys/kbio.h: No such file or directory
|
|
conftest.c:114:26: error: vgl.h: No such file or directory
|
|
conftest.c: In function 'main':
|
|
conftest.c:120: error: 'VGLBitmap' undeclared (first use in this function)
|
|
conftest.c:120: error: (Each undeclared identifier is reported only once
|
|
conftest.c:120: error: for each function it appears in.)
|
|
conftest.c:120: error: expected ';' before 'bitmap'
|
|
conftest.c:121: error: 'bitmap' undeclared (first use in this function)
|
|
conftest.c:121: error: 'VIDBUF32' undeclared (first use in this function)
|
|
conftest.c:123: warning: incompatible implicit declaration of built-in function 'exit'
|
|
configure:25891: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <sys/fbio.h>
|
|
| #include <sys/consio.h>
|
|
| #include <sys/kbio.h>
|
|
| #include <vgl.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
| VGLBitmap bitmap;
|
|
| bitmap.Type = VIDBUF32;
|
|
| bitmap.PixelBytes = 4;
|
|
| exit(bitmap.Bitmap);
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:25907: result: no
|
|
configure:25931: checking for wscons support
|
|
configure:25961: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:112:42: error: dev/wscons/wsconsio.h: No such file or directory
|
|
conftest.c:113:50: error: dev/wscons/wsdisplay_usl_io.h: No such file or directory
|
|
conftest.c: In function 'main':
|
|
conftest.c:119: error: 'WSDISPLAYIO_MODE_DUMBFB' undeclared (first use in this function)
|
|
conftest.c:119: error: (Each undeclared identifier is reported only once
|
|
conftest.c:119: error: for each function it appears in.)
|
|
configure:25968: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <sys/time.h>
|
|
| #include <dev/wscons/wsconsio.h>
|
|
| #include <dev/wscons/wsdisplay_usl_io.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
| int wsmode = WSDISPLAYIO_MODE_DUMBFB;
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:25984: result: no
|
|
configure:26642: checking for OpenGL (GLX) support
|
|
configure:26671: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:26678: $? = 0
|
|
configure:26694: result: yes
|
|
configure:27131: checking for Linux 2.4 unified input interface
|
|
configure:27161: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:27168: $? = 0
|
|
configure:27184: result: yes
|
|
configure:27205: checking for Touchscreen library support
|
|
configure:27232: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:114:29: error: tslib.h: No such file or directory
|
|
configure:27239: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include "tslib.h"
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:27255: result: no
|
|
configure:28728: checking for hid_init in -lusbhid
|
|
configure:28763: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c -lusbhid >&5
|
|
/usr/bin/ld: cannot find -lusbhid
|
|
collect2: ld returned 1 exit status
|
|
configure:28770: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char hid_init ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return hid_init ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:28791: result: no
|
|
configure:29074: checking usb.h usability
|
|
configure:29091: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:146:17: error: usb.h: No such file or directory
|
|
configure:29098: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| #include <usb.h>
|
|
configure:29112: result: no
|
|
configure:29116: checking usb.h presence
|
|
configure:29131: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
conftest.c:113:17: error: usb.h: No such file or directory
|
|
configure:29138: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| /* end confdefs.h. */
|
|
| #include <usb.h>
|
|
configure:29152: result: no
|
|
configure:29180: checking for usb.h
|
|
configure:29187: result: no
|
|
configure:29206: checking libusb.h usability
|
|
configure:29223: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:146:20: error: libusb.h: No such file or directory
|
|
configure:29230: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| #include <libusb.h>
|
|
configure:29244: result: no
|
|
configure:29248: checking libusb.h presence
|
|
configure:29263: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
conftest.c:113:20: error: libusb.h: No such file or directory
|
|
configure:29270: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| /* end confdefs.h. */
|
|
| #include <libusb.h>
|
|
configure:29284: result: no
|
|
configure:29312: checking for libusb.h
|
|
configure:29319: result: no
|
|
configure:29328: checking for hid_init in -lusb
|
|
configure:29363: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c -lusb >&5
|
|
/usr/bin/ld: cannot find -lusb
|
|
collect2: ld returned 1 exit status
|
|
configure:29370: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char hid_init ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return hid_init ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:29391: result: no
|
|
configure:29402: checking for usbhid
|
|
configure:29449: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:122:36: error: dev/usb/usb.h: No such file or directory
|
|
conftest.c:123:39: error: dev/usb/usbhid.h: No such file or directory
|
|
conftest.c: In function 'main':
|
|
conftest.c:139: error: 'hid_kind_t' undeclared (first use in this function)
|
|
conftest.c:139: error: (Each undeclared identifier is reported only once
|
|
conftest.c:139: error: for each function it appears in.)
|
|
conftest.c:139: error: expected ';' before 'hidkind'
|
|
configure:29456: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MEMCMP 1
|
|
| #define HAVE_STRTOD 1
|
|
| #define HAVE_MPROTECT 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_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_ICONV 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
| #define SDL_HERMES_BLITTERS 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #define SDL_AUDIO_DRIVER_ESD 1
|
|
| #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
| #define SDL_VIDEO_DRIVER_X11 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
| #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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define SDL_VIDEO_DRIVER_FBCON 1
|
|
| #define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <sys/types.h>
|
|
| #if defined(HAVE_USB_H)
|
|
| #include <usb.h>
|
|
| #endif
|
|
| #ifdef __DragonFly__
|
|
| # include <bus/usb/usb.h>
|
|
| # include <bus/usb/usbhid.h>
|
|
| #else
|
|
| # include <dev/usb/usb.h>
|
|
| # include <dev/usb/usbhid.h>
|
|
| #endif
|
|
| #if defined(HAVE_USBHID_H)
|
|
| #include <usbhid.h>
|
|
| #elif defined(HAVE_LIBUSB_H)
|
|
| #include <libusb.h>
|
|
| #elif defined(HAVE_LIBUSBHID_H)
|
|
| #include <libusbhid.h>
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
| struct report_desc *repdesc;
|
|
| struct usb_ctl_report *repbuf;
|
|
| hid_kind_t hidkind;
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:29472: result: no
|
|
configure:27426: checking for pthreads
|
|
configure:27455: gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 conftest.c -lpthread >&5
|
|
configure:27462: $? = 0
|
|
configure:27483: result: yes
|
|
configure:27505: checking for recursive mutexes
|
|
configure:27535: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:27542: $? = 0
|
|
configure:27618: result: yes
|
|
configure:27623: checking for pthread semaphores
|
|
configure:27651: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:27658: $? = 0
|
|
configure:27674: result: yes
|
|
configure:29800: checking linux/version.h usability
|
|
configure:29817: gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:29824: $? = 0
|
|
configure:29838: result: yes
|
|
configure:29842: checking linux/version.h presence
|
|
configure:29857: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:29864: $? = 0
|
|
configure:29878: result: yes
|
|
configure:29906: checking for linux/version.h
|
|
configure:29913: result: yes
|
|
configure:30839: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by config.status, which was
|
|
generated by GNU Autoconf 2.63. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on clientssh1
|
|
|
|
config.status:1184: creating Makefile
|
|
config.status:1184: creating sdl-config
|
|
config.status:1184: creating SDL.spec
|
|
config.status:1184: creating SDL.qpg
|
|
config.status:1184: creating sdl.pc
|
|
config.status:1184: creating include/SDL_config.h
|
|
config.status:1418: executing libtool commands
|
|
config.status:1418: executing default commands
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_build=i686-pc-linux-gnu
|
|
ac_cv_c_bigendian=no
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_c_const=yes
|
|
ac_cv_c_inline=inline
|
|
ac_cv_c_volatile=yes
|
|
ac_cv_cxx_compiler_gnu=yes
|
|
ac_cv_env_CCC_set=
|
|
ac_cv_env_CCC_value=
|
|
ac_cv_env_CC_set=
|
|
ac_cv_env_CC_value=
|
|
ac_cv_env_CFLAGS_set=
|
|
ac_cv_env_CFLAGS_value=
|
|
ac_cv_env_CPPFLAGS_set=
|
|
ac_cv_env_CPPFLAGS_value=
|
|
ac_cv_env_CPP_set=
|
|
ac_cv_env_CPP_value=
|
|
ac_cv_env_CXXCPP_set=
|
|
ac_cv_env_CXXCPP_value=
|
|
ac_cv_env_CXXFLAGS_set=
|
|
ac_cv_env_CXXFLAGS_value=
|
|
ac_cv_env_CXX_set=
|
|
ac_cv_env_CXX_value=
|
|
ac_cv_env_LDFLAGS_set=
|
|
ac_cv_env_LDFLAGS_value=
|
|
ac_cv_env_LIBS_set=
|
|
ac_cv_env_LIBS_value=
|
|
ac_cv_env_XMKMF_set=
|
|
ac_cv_env_XMKMF_value=
|
|
ac_cv_env_build_alias_set=
|
|
ac_cv_env_build_alias_value=
|
|
ac_cv_env_host_alias_set=
|
|
ac_cv_env_host_alias_value=
|
|
ac_cv_env_target_alias_set=
|
|
ac_cv_env_target_alias_value=
|
|
ac_cv_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_getpagesize=yes
|
|
ac_cv_func_iconv=yes
|
|
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_mprotect=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=no
|
|
ac_cv_func_strlcpy=no
|
|
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=yes
|
|
ac_cv_header_audio_audiolib_h=no
|
|
ac_cv_header_ctype_h=yes
|
|
ac_cv_header_directfb_h=yes
|
|
ac_cv_header_dlfcn_h=yes
|
|
ac_cv_header_iconv_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_libusb_h=no
|
|
ac_cv_header_linux_version_h=yes
|
|
ac_cv_header_malloc_h=yes
|
|
ac_cv_header_math_h=yes
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_minix_config_h=no
|
|
ac_cv_header_signal_h=yes
|
|
ac_cv_header_stdarg_h=yes
|
|
ac_cv_header_stdc=yes
|
|
ac_cv_header_stddef_h=yes
|
|
ac_cv_header_stdint_h=yes
|
|
ac_cv_header_stdio_h=yes
|
|
ac_cv_header_stdlib_h=yes
|
|
ac_cv_header_string_h=yes
|
|
ac_cv_header_strings_h=yes
|
|
ac_cv_header_sys_stat_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_header_usb_h=no
|
|
ac_cv_host=i686-pc-linux-gnu
|
|
ac_cv_lib_ICE_IceConnectionNumber=yes
|
|
ac_cv_lib_asound_snd_ctl_open=no
|
|
ac_cv_lib_audio_AuOpenServer=no
|
|
ac_cv_lib_c_dlopen=no
|
|
ac_cv_lib_dl_dlopen=yes
|
|
ac_cv_lib_iconv_libiconv_open=no
|
|
ac_cv_lib_m_pow=yes
|
|
ac_cv_lib_usb_hid_init=no
|
|
ac_cv_lib_usbhid_hid_init=no
|
|
ac_cv_objext=o
|
|
ac_cv_path_DIRECTFBCONFIG=/usr/bin/directfb-config
|
|
ac_cv_path_EGREP='/bin/grep -E'
|
|
ac_cv_path_ESD_CONFIG=/usr/bin/esd-config
|
|
ac_cv_path_FGREP='/bin/grep -F'
|
|
ac_cv_path_GREP=/bin/grep
|
|
ac_cv_path_NASM=/usr/local/bin/yasm
|
|
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
|
|
ac_cv_path_SED=/bin/sed
|
|
ac_cv_path_install='/usr/bin/install -c'
|
|
ac_cv_prog_CPP='gcc -E'
|
|
ac_cv_prog_CXXCPP='g++ -E'
|
|
ac_cv_prog_ac_ct_AR=ar
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_ac_ct_CXX=g++
|
|
ac_cv_prog_ac_ct_OBJDUMP=objdump
|
|
ac_cv_prog_ac_ct_RANLIB=ranlib
|
|
ac_cv_prog_ac_ct_STRIP=strip
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_cxx_g=yes
|
|
ac_cv_prog_make_make_set=yes
|
|
ac_cv_safe_to_define___extensions__=yes
|
|
ac_cv_sizeof_void_p=4
|
|
ac_cv_type_int64_t=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_nm_interface='BSD nm'
|
|
lt_cv_objdir=.libs
|
|
lt_cv_path_LD=/usr/bin/ld
|
|
lt_cv_path_LDCXX=/usr/bin/ld
|
|
lt_cv_path_NM='/usr/bin/nm -B'
|
|
lt_cv_prog_compiler_c_o=yes
|
|
lt_cv_prog_compiler_c_o_CXX=yes
|
|
lt_cv_prog_compiler_pic_works=yes
|
|
lt_cv_prog_compiler_pic_works_CXX=yes
|
|
lt_cv_prog_compiler_rtti_exceptions=no
|
|
lt_cv_prog_compiler_static_works=yes
|
|
lt_cv_prog_compiler_static_works_CXX=yes
|
|
lt_cv_prog_gnu_ld=yes
|
|
lt_cv_prog_gnu_ldcxx=yes
|
|
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
|
|
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
|
|
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
|
|
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
|
|
lt_cv_sys_max_cmd_len=98304
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
ALLOCA=''
|
|
ALSA_CFLAGS=''
|
|
ALSA_LIBS=''
|
|
AR='ar'
|
|
ARTSCONFIG=''
|
|
AS='as'
|
|
BUILD_CFLAGS='-g -O2 '
|
|
BUILD_LDFLAGS=''
|
|
CACACONFIG=''
|
|
CC='gcc'
|
|
CFLAGS='-g -O2 -I./include -D_GNU_SOURCE=1 -DXTHREADS'
|
|
CPP='gcc -E'
|
|
CPPFLAGS=' -I./include -D_GNU_SOURCE=1'
|
|
CXX='g++'
|
|
CXXCPP='g++ -E'
|
|
CXXFLAGS='-g -O2'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DIRECTFBCONFIG='/usr/bin/directfb-config'
|
|
DLLTOOL='dlltool'
|
|
DSYMUTIL=''
|
|
DUMPBIN=''
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/bin/grep -E'
|
|
ENABLE_SHARED_FALSE='#'
|
|
ENABLE_SHARED_TRUE=''
|
|
ENABLE_STATIC_FALSE='#'
|
|
ENABLE_STATIC_TRUE=''
|
|
ESD_CFLAGS=''
|
|
ESD_CONFIG='/usr/bin/esd-config'
|
|
ESD_LIBS='-L/usr/lib -lesd -laudiofile -lm'
|
|
EXEEXT=''
|
|
EXTRA_CFLAGS='-I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -I/usr/include/directfb -D_REENTRANT -D_REENTRANT -DHAVE_LINUX_VERSION_H'
|
|
EXTRA_LDFLAGS=' -lm -ldl -L/usr/lib -ldirectfb -lfusion -ldirect -lpthread -lpthread'
|
|
FGREP='/bin/grep -F'
|
|
GREP='/bin/grep'
|
|
INCLUDE='-I./include'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
LD='/usr/bin/ld'
|
|
LDFLAGS=' '
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
LIPO=''
|
|
LN_S='ln -s'
|
|
LTLIBOBJS=''
|
|
LT_AGE='11'
|
|
LT_CURRENT='11'
|
|
LT_RELEASE='1.2'
|
|
LT_REVISION='3'
|
|
NASM='/usr/local/bin/yasm'
|
|
NASMFLAGS='-f elf -I ./src/hermes/ -DHIDDEN_VISIBILITY'
|
|
NM='/usr/bin/nm -B'
|
|
NMEDIT=''
|
|
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_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_joystick.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_dspaudio.lo $(objects)/SDL_dmaaudio.lo $(objects)/SDL_esdaudio.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_fb3dfx.lo $(objects)/SDL_fbelo.lo $(objects)/SDL_fbevents.lo $(objects)/SDL_fbmatrox.lo $(objects)/SDL_fbmouse.lo $(objects)/SDL_fbriva.lo $(objects)/SDL_fbvideo.lo $(objects)/SDL_DirectFB_events.lo $(objects)/SDL_DirectFB_video.lo $(objects)/SDL_DirectFB_yuv.lo $(objects)/SDL_systhread.lo $(objects)/SDL_syssem.lo $(objects)/SDL_sysmutex.lo $(objects)/SDL_syscond.lo $(objects)/SDL_sysjoystick.lo $(objects)/SDL_syscdrom.lo $(objects)/SDL_systimer.lo'
|
|
OBJEXT='o'
|
|
OSMESA_CONFIG=''
|
|
OTOOL64=''
|
|
OTOOL=''
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME=''
|
|
PACKAGE_STRING=''
|
|
PACKAGE_TARNAME=''
|
|
PACKAGE_VERSION=''
|
|
PATH_SEPARATOR=':'
|
|
PKG_CONFIG='/usr/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='14'
|
|
SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT'
|
|
SDL_INTERFACE_AGE='3'
|
|
SDL_LIBS='-lSDL -lpthread'
|
|
SDL_MAJOR_VERSION='1'
|
|
SDL_MICRO_VERSION='14'
|
|
SDL_MINOR_VERSION='2'
|
|
SDL_RLD_FLAGS='-Wl,-rpath,${libdir}'
|
|
SDL_STATIC_LIBS='-lSDL -lpthread -lm -ldl -L/usr/lib -ldirectfb -lfusion -ldirect -lpthread -lpthread'
|
|
SDL_VERSION='1.2.14'
|
|
SED='/bin/sed'
|
|
SET_MAKE=''
|
|
SHELL='/bin/sh'
|
|
SOURCES=' ./src/*.c ./src/audio/*.c ./src/cdrom/*.c ./src/cpuinfo/*.c ./src/events/*.c ./src/file/*.c ./src/stdlib/*.c ./src/thread/*.c ./src/timer/*.c ./src/video/*.c ./src/joystick/*.c ./src/video/dummy/*.c ./src/audio/disk/*.c ./src/audio/dummy/*.c ./src/loadso/dlopen/*.c ./src/hermes/*.asm ./src/audio/dsp/*.c ./src/audio/dma/*.c ./src/audio/esd/*.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/video/fbcon/*.c ./src/video/directfb/*.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/joystick/linux/*.c ./src/cdrom/linux/*.c ./src/timer/unix/*.c'
|
|
STRIP='strip'
|
|
WINDRES=''
|
|
XMKMF=''
|
|
X_CFLAGS=' -DXTHREADS'
|
|
X_EXTRA_LIBS=''
|
|
X_LIBS=''
|
|
X_PRE_LIBS=' -lSM -lICE'
|
|
ac_aux_dir='build-scripts'
|
|
ac_ct_CC='gcc'
|
|
ac_ct_CXX='g++'
|
|
ac_ct_DUMPBIN=''
|
|
bindir='${exec_prefix}/bin'
|
|
build='i686-pc-linux-gnu'
|
|
build_alias=''
|
|
build_cpu='i686'
|
|
build_os='linux-gnu'
|
|
build_vendor='pc'
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
docdir='${datarootdir}/doc/${PACKAGE}'
|
|
dvidir='${docdir}'
|
|
exec_prefix='${prefix}'
|
|
host='i686-pc-linux-gnu'
|
|
host_alias=''
|
|
host_cpu='i686'
|
|
host_os='linux-gnu'
|
|
host_vendor='pc'
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
lt_ECHO='echo'
|
|
mandir='${datarootdir}/man'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/usr/local'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
#define PACKAGE_NAME ""
|
|
#define PACKAGE_TARNAME ""
|
|
#define PACKAGE_VERSION ""
|
|
#define PACKAGE_STRING ""
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define __EXTENSIONS__ 1
|
|
#define _ALL_SOURCE 1
|
|
#define _GNU_SOURCE 1
|
|
#define _POSIX_PTHREAD_SEMANTICS 1
|
|
#define _TANDEM_SOURCE 1
|
|
#define HAVE_DLFCN_H 1
|
|
#define LT_OBJDIR ".libs/"
|
|
#define SDL_BYTEORDER 1234
|
|
#define HAVE_LIBC 1
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_STDIO_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STDDEF_H 1
|
|
#define HAVE_STDARG_H 1
|
|
#define HAVE_MALLOC_H 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_CTYPE_H 1
|
|
#define HAVE_MATH_H 1
|
|
#define HAVE_ICONV_H 1
|
|
#define HAVE_SIGNAL_H 1
|
|
#define SDL_HAS_64BIT_TYPE 1
|
|
#define HAVE_ALLOCA_H 1
|
|
#define HAVE_ALLOCA 1
|
|
#define HAVE_MEMCMP 1
|
|
#define HAVE_STRTOD 1
|
|
#define HAVE_MPROTECT 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_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_ICONV 1
|
|
#define HAVE_SIGACTION 1
|
|
#define HAVE_SETJMP 1
|
|
#define HAVE_NANOSLEEP 1
|
|
#define SDL_ASSEMBLY_ROUTINES 1
|
|
#define SDL_VIDEO_DISABLE_SCREENSAVER 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 SIZEOF_VOID_P 4
|
|
#define SDL_HERMES_BLITTERS 1
|
|
#define SDL_AUDIO_DRIVER_OSS 1
|
|
#define SDL_AUDIO_DRIVER_ESD 1
|
|
#define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so.0"
|
|
#define SDL_VIDEO_DRIVER_X11 1
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
|
|
#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_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
#define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
#define HAVE_GETPAGESIZE 1
|
|
#define SDL_VIDEO_DRIVER_FBCON 1
|
|
#define SDL_VIDEO_DRIVER_DIRECTFB 1
|
|
#define SDL_VIDEO_OPENGL 1
|
|
#define SDL_VIDEO_OPENGL_GLX 1
|
|
#define SDL_INPUT_LINUXEV 1
|
|
#define SDL_THREAD_PTHREAD 1
|
|
#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
|
|
#define SDL_JOYSTICK_LINUX 1
|
|
#define SDL_CDROM_LINUX 1
|
|
#define SDL_TIMER_UNIX 1
|
|
|
|
configure: exit 0
|