mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 19:24:07 +02:00
8055 lines
250 KiB
Plaintext
8055 lines
250 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.69. Invocation command line was
|
|
|
|
$ ./configure --prefix=/usr/local/stow/SDL2-configure
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = berta
|
|
uname -m = x86_64
|
|
uname -r = 4.9.0-3-amd64
|
|
uname -s = Linux
|
|
uname -v = #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06)
|
|
|
|
/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: /home/martin/local/bin
|
|
PATH: /home/martin/local/bin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/bin
|
|
PATH: /bin
|
|
PATH: /usr/local/games
|
|
PATH: /usr/games
|
|
PATH: /home/martin/muscod/Packages/PGPLOT
|
|
PATH: /home/martin/muscod/MC2/Release/bin/
|
|
PATH: /home/martin/muscod/Packages/PGPLOT
|
|
PATH: /home/martin/muscod/MC2/Release/bin/
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2751: checking build system type
|
|
configure:2765: result: x86_64-unknown-linux-gnu
|
|
configure:2785: checking host system type
|
|
configure:2798: result: x86_64-unknown-linux-gnu
|
|
configure:2839: checking how to print strings
|
|
configure:2866: result: printf
|
|
configure:2935: checking for gcc
|
|
configure:2951: found /usr/bin/gcc
|
|
configure:2962: result: gcc
|
|
configure:3191: checking for C compiler version
|
|
configure:3200: gcc --version >&5
|
|
gcc (Debian 6.3.0-18) 6.3.0 20170516
|
|
Copyright (C) 2016 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:3211: $? = 0
|
|
configure:3200: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|
Thread model: posix
|
|
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
|
|
configure:3211: $? = 0
|
|
configure:3200: gcc -V >&5
|
|
gcc: error: unrecognized command line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:3211: $? = 1
|
|
configure:3200: gcc -qversion >&5
|
|
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:3211: $? = 1
|
|
configure:3231: checking whether the C compiler works
|
|
configure:3253: gcc conftest.c >&5
|
|
configure:3257: $? = 0
|
|
configure:3305: result: yes
|
|
configure:3308: checking for C compiler default output file name
|
|
configure:3310: result: a.out
|
|
configure:3316: checking for suffix of executables
|
|
configure:3323: gcc -o conftest conftest.c >&5
|
|
configure:3327: $? = 0
|
|
configure:3349: result:
|
|
configure:3371: checking whether we are cross compiling
|
|
configure:3379: gcc -o conftest conftest.c >&5
|
|
configure:3383: $? = 0
|
|
configure:3390: ./conftest
|
|
configure:3394: $? = 0
|
|
configure:3409: result: no
|
|
configure:3414: checking for suffix of object files
|
|
configure:3436: gcc -c conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3461: result: o
|
|
configure:3465: checking whether we are using the GNU C compiler
|
|
configure:3484: gcc -c conftest.c >&5
|
|
configure:3484: $? = 0
|
|
configure:3493: result: yes
|
|
configure:3502: checking whether gcc accepts -g
|
|
configure:3522: gcc -c -g conftest.c >&5
|
|
configure:3522: $? = 0
|
|
configure:3563: result: yes
|
|
configure:3580: checking for gcc option to accept ISO C89
|
|
configure:3643: gcc -c -g -O2 conftest.c >&5
|
|
configure:3643: $? = 0
|
|
configure:3656: result: none needed
|
|
configure:3676: checking for a sed that does not truncate output
|
|
configure:3740: result: /bin/sed
|
|
configure:3758: checking for grep that handles long lines and -e
|
|
configure:3816: result: /bin/grep
|
|
configure:3821: checking for egrep
|
|
configure:3883: result: /bin/grep -E
|
|
configure:3888: checking for fgrep
|
|
configure:3950: result: /bin/grep -F
|
|
configure:3985: checking for ld used by gcc
|
|
configure:4052: result: /usr/bin/ld
|
|
configure:4059: checking if the linker (/usr/bin/ld) is GNU ld
|
|
configure:4074: result: yes
|
|
configure:4086: checking for BSD- or MS-compatible name lister (nm)
|
|
configure:4135: result: /usr/bin/nm -B
|
|
configure:4265: checking the name lister (/usr/bin/nm -B) interface
|
|
configure:4272: gcc -c -g -O2 conftest.c >&5
|
|
configure:4275: /usr/bin/nm -B "conftest.o"
|
|
configure:4278: output
|
|
0000000000000000 B some_variable
|
|
configure:4285: result: BSD nm
|
|
configure:4288: checking whether ln -s works
|
|
configure:4292: result: yes
|
|
configure:4300: checking the maximum length of command line arguments
|
|
configure:4430: result: 1572864
|
|
configure:4447: checking whether the shell understands some XSI constructs
|
|
configure:4457: result: yes
|
|
configure:4461: checking whether the shell understands "+="
|
|
configure:4467: result: yes
|
|
configure:4502: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
|
|
configure:4542: result: func_convert_file_noop
|
|
configure:4549: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
|
|
configure:4569: result: func_convert_file_noop
|
|
configure:4576: checking for /usr/bin/ld option to reload object files
|
|
configure:4583: result: -r
|
|
configure:4657: checking for objdump
|
|
configure:4673: found /usr/bin/objdump
|
|
configure:4684: result: objdump
|
|
configure:4713: checking how to recognize dependent libraries
|
|
configure:4917: result: pass_all
|
|
configure:5002: checking for dlltool
|
|
configure:5032: result: no
|
|
configure:5059: checking how to associate runtime and link libraries
|
|
configure:5086: result: printf %s\n
|
|
configure:5147: checking for ar
|
|
configure:5163: found /usr/bin/ar
|
|
configure:5174: result: ar
|
|
configure:5211: checking for archiver @FILE support
|
|
configure:5228: gcc -c -g -O2 conftest.c >&5
|
|
configure:5228: $? = 0
|
|
configure:5231: ar cru libconftest.a @conftest.lst >&5
|
|
ar: `u' modifier ignored since `D' is the default (see `U')
|
|
configure:5234: $? = 0
|
|
configure:5239: ar cru libconftest.a @conftest.lst >&5
|
|
ar: `u' modifier ignored since `D' is the default (see `U')
|
|
ar: conftest.o: No such file or directory
|
|
configure:5242: $? = 1
|
|
configure:5254: result: @
|
|
configure:5312: checking for strip
|
|
configure:5328: found /usr/bin/strip
|
|
configure:5339: result: strip
|
|
configure:5411: checking for ranlib
|
|
configure:5427: found /usr/bin/ranlib
|
|
configure:5438: result: ranlib
|
|
configure:5515: checking for gawk
|
|
configure:5531: found /usr/bin/gawk
|
|
configure:5542: result: gawk
|
|
configure:5582: checking command to parse /usr/bin/nm -B output from gcc object
|
|
configure:5702: gcc -c -g -O2 conftest.c >&5
|
|
configure:5705: $? = 0
|
|
configure:5709: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
|
|
configure:5712: $? = 0
|
|
configure:5778: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
|
|
configure:5781: $? = 0
|
|
configure:5819: result: ok
|
|
configure:5856: checking for sysroot
|
|
configure:5886: result: no
|
|
configure:5963: gcc -c -g -O2 conftest.c >&5
|
|
configure:5966: $? = 0
|
|
configure:6145: checking for mt
|
|
configure:6161: found /bin/mt
|
|
configure:6172: result: mt
|
|
configure:6195: checking if mt is a manifest tool
|
|
configure:6201: mt '-?'
|
|
configure:6209: result: no
|
|
configure:6851: checking how to run the C preprocessor
|
|
configure:6882: gcc -E conftest.c
|
|
configure:6882: $? = 0
|
|
configure:6896: gcc -E conftest.c
|
|
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
#include <ac_nonexistent.h>
|
|
^
|
|
compilation terminated.
|
|
configure:6896: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:6921: result: gcc -E
|
|
configure:6941: gcc -E conftest.c
|
|
configure:6941: $? = 0
|
|
configure:6955: gcc -E conftest.c
|
|
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
#include <ac_nonexistent.h>
|
|
^
|
|
compilation terminated.
|
|
configure:6955: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:6984: checking for ANSI C header files
|
|
configure:7004: gcc -c -g -O2 conftest.c >&5
|
|
configure:7004: $? = 0
|
|
configure:7077: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:7077: $? = 0
|
|
configure:7077: ./conftest
|
|
configure:7077: $? = 0
|
|
configure:7088: result: yes
|
|
configure:7101: checking for sys/types.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7101: checking for sys/stat.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7101: checking for stdlib.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7101: checking for string.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7101: checking for memory.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7101: checking for strings.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7101: checking for inttypes.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7101: checking for stdint.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7101: checking for unistd.h
|
|
configure:7101: gcc -c -g -O2 conftest.c >&5
|
|
configure:7101: $? = 0
|
|
configure:7101: result: yes
|
|
configure:7115: checking for dlfcn.h
|
|
configure:7115: gcc -c -g -O2 conftest.c >&5
|
|
configure:7115: $? = 0
|
|
configure:7115: result: yes
|
|
configure:7619: checking for objdir
|
|
configure:7634: result: .libs
|
|
configure:7905: checking if gcc supports -fno-rtti -fno-exceptions
|
|
configure:7923: 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:7927: $? = 0
|
|
configure:7940: result: no
|
|
configure:8267: checking for gcc option to produce PIC
|
|
configure:8274: result: -fPIC -DPIC
|
|
configure:8282: checking if gcc PIC flag -fPIC -DPIC works
|
|
configure:8300: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
|
|
configure:8304: $? = 0
|
|
configure:8317: result: yes
|
|
configure:8346: checking if gcc static flag -static works
|
|
configure:8374: result: yes
|
|
configure:8389: checking if gcc supports -c -o file.o
|
|
configure:8410: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
|
configure:8414: $? = 0
|
|
configure:8436: result: yes
|
|
configure:8444: checking if gcc supports -c -o file.o
|
|
configure:8491: result: yes
|
|
configure:8524: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
|
configure:9677: result: yes
|
|
configure:9714: checking whether -lc should be explicitly linked in
|
|
configure:9722: gcc -c -g -O2 conftest.c >&5
|
|
configure:9725: $? = 0
|
|
configure:9740: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
|
|
configure:9743: $? = 0
|
|
configure:9757: result: no
|
|
configure:9917: checking dynamic linker characteristics
|
|
configure:10437: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
|
|
configure:10437: $? = 0
|
|
configure:10659: result: GNU/Linux ld.so
|
|
configure:10766: checking how to hardcode library paths into programs
|
|
configure:10791: result: immediate
|
|
configure:11331: checking whether stripping libraries is possible
|
|
configure:11336: result: yes
|
|
configure:11371: checking if libtool supports shared libraries
|
|
configure:11373: result: yes
|
|
configure:11376: checking whether to build shared libraries
|
|
configure:11397: result: yes
|
|
configure:11400: checking whether to build static libraries
|
|
configure:11404: result: yes
|
|
configure:11503: checking for gcc
|
|
configure:11530: result: gcc
|
|
configure:11759: checking for C compiler version
|
|
configure:11768: gcc --version >&5
|
|
gcc (Debian 6.3.0-18) 6.3.0 20170516
|
|
Copyright (C) 2016 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:11779: $? = 0
|
|
configure:11768: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|
Thread model: posix
|
|
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
|
|
configure:11779: $? = 0
|
|
configure:11768: gcc -V >&5
|
|
gcc: error: unrecognized command line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:11779: $? = 1
|
|
configure:11768: gcc -qversion >&5
|
|
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:11779: $? = 1
|
|
configure:11783: checking whether we are using the GNU C compiler
|
|
configure:11811: result: yes
|
|
configure:11820: checking whether gcc accepts -g
|
|
configure:11881: result: yes
|
|
configure:11898: checking for gcc option to accept ISO C89
|
|
configure:11974: result: none needed
|
|
configure:12052: checking for g++
|
|
configure:12068: found /usr/bin/g++
|
|
configure:12079: result: g++
|
|
configure:12106: checking for C++ compiler version
|
|
configure:12115: g++ --version >&5
|
|
g++ (Debian 6.3.0-18) 6.3.0 20170516
|
|
Copyright (C) 2016 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:12126: $? = 0
|
|
configure:12115: g++ -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=g++
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|
Thread model: posix
|
|
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
|
|
configure:12126: $? = 0
|
|
configure:12115: g++ -V >&5
|
|
g++: error: unrecognized command line option '-V'
|
|
g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:12126: $? = 1
|
|
configure:12115: g++ -qversion >&5
|
|
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
|
|
g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:12126: $? = 1
|
|
configure:12130: checking whether we are using the GNU C++ compiler
|
|
configure:12149: g++ -c conftest.cpp >&5
|
|
configure:12149: $? = 0
|
|
configure:12158: result: yes
|
|
configure:12167: checking whether g++ accepts -g
|
|
configure:12187: g++ -c -g conftest.cpp >&5
|
|
configure:12187: $? = 0
|
|
configure:12228: result: yes
|
|
configure:12269: checking how to run the C++ preprocessor
|
|
configure:12296: g++ -E conftest.cpp
|
|
configure:12296: $? = 0
|
|
configure:12310: g++ -E conftest.cpp
|
|
conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
#include <ac_nonexistent.h>
|
|
^
|
|
compilation terminated.
|
|
configure:12310: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:12335: result: g++ -E
|
|
configure:12355: g++ -E conftest.cpp
|
|
configure:12355: $? = 0
|
|
configure:12369: g++ -E conftest.cpp
|
|
conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
#include <ac_nonexistent.h>
|
|
^
|
|
compilation terminated.
|
|
configure:12369: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:12538: checking for ld used by g++
|
|
configure:12605: result: /usr/bin/ld -m elf_x86_64
|
|
configure:12612: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
|
|
configure:12627: result: yes
|
|
configure:12682: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
|
configure:13687: result: yes
|
|
configure:13723: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:13726: $? = 0
|
|
configure:14246: checking for g++ option to produce PIC
|
|
configure:14253: result: -fPIC -DPIC
|
|
configure:14261: checking if g++ PIC flag -fPIC -DPIC works
|
|
configure:14279: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
|
|
configure:14283: $? = 0
|
|
configure:14296: result: yes
|
|
configure:14319: checking if g++ static flag -static works
|
|
configure:14347: result: yes
|
|
configure:14359: checking if g++ supports -c -o file.o
|
|
configure:14380: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
|
configure:14384: $? = 0
|
|
configure:14406: result: yes
|
|
configure:14411: checking if g++ supports -c -o file.o
|
|
configure:14458: result: yes
|
|
configure:14488: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
|
configure:14524: result: yes
|
|
configure:14665: checking dynamic linker characteristics
|
|
configure:15334: result: GNU/Linux ld.so
|
|
configure:15387: checking how to hardcode library paths into programs
|
|
configure:15412: result: immediate
|
|
configure:15466: checking for a BSD-compatible install
|
|
configure:15534: result: /usr/bin/install -c
|
|
configure:15545: checking whether make sets $(MAKE)
|
|
configure:15567: result: yes
|
|
configure:15619: checking for windres
|
|
configure:15649: result: no
|
|
configure:15775: checking for an ANSI C-conforming const
|
|
configure:15841: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:15841: $? = 0
|
|
configure:15848: result: yes
|
|
configure:15856: checking for inline
|
|
configure:15872: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:15872: $? = 0
|
|
configure:15880: result: inline
|
|
configure:15898: checking for working volatile
|
|
configure:15917: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:15917: $? = 0
|
|
configure:15924: result: yes
|
|
configure:15977: checking for GCC -MMD -MT option
|
|
configure:15995: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:15995: $? = 0
|
|
configure:16001: result: yes
|
|
configure:16009: checking for linker option --no-undefined
|
|
configure:16032: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include -Wl,--no-undefined conftest.c >&5
|
|
configure:16032: $? = 0
|
|
configure:16043: result: yes
|
|
configure:16058: checking for ANSI C header files
|
|
configure:16162: result: yes
|
|
configure:16173: checking for sys/types.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking stdio.h usability
|
|
configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking stdio.h presence
|
|
configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking for stdio.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking for stdlib.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking stddef.h usability
|
|
configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking stddef.h presence
|
|
configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking for stddef.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking stdarg.h usability
|
|
configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking stdarg.h presence
|
|
configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking for stdarg.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking malloc.h usability
|
|
configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking malloc.h presence
|
|
configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking for malloc.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking for memory.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking for string.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking for strings.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking for inttypes.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking for stdint.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking ctype.h usability
|
|
configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking ctype.h presence
|
|
configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking for ctype.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking math.h usability
|
|
configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking math.h presence
|
|
configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking for math.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking iconv.h usability
|
|
configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking iconv.h presence
|
|
configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking for iconv.h
|
|
configure:16173: result: yes
|
|
configure:16173: checking signal.h usability
|
|
configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking signal.h presence
|
|
configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:16173: $? = 0
|
|
configure:16173: result: yes
|
|
configure:16173: checking for signal.h
|
|
configure:16173: result: yes
|
|
configure:16184: checking for size_t
|
|
configure:16184: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16184: $? = 0
|
|
configure:16184: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:74:21: error: expected expression before ')' token
|
|
if (sizeof ((size_t)))
|
|
^
|
|
configure:16184: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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:16184: result: yes
|
|
configure:16196: checking for M_PI in math.h
|
|
configure:16220: result: yes
|
|
configure:16235: checking for working alloca.h
|
|
configure:16252: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16252: $? = 0
|
|
configure:16260: result: yes
|
|
configure:16268: checking for alloca
|
|
configure:16305: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16305: $? = 0
|
|
configure:16313: result: yes
|
|
configure:16422: checking for working memcmp
|
|
configure:16465: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16465: $? = 0
|
|
configure:16465: ./conftest
|
|
configure:16465: $? = 0
|
|
configure:16475: result: yes
|
|
configure:16489: checking for working strtod
|
|
configure:16530: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16530: $? = 0
|
|
configure:16530: ./conftest
|
|
configure:16530: $? = 0
|
|
configure:16540: result: yes
|
|
configure:16607: checking for mprotect
|
|
configure:16607: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16607: $? = 0
|
|
configure:16607: result: yes
|
|
configure:16624: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16624: $? = 0
|
|
configure:16637: checking for malloc
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:67:6: warning: conflicting types for built-in function 'malloc'
|
|
char malloc ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for calloc
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:68:6: warning: conflicting types for built-in function 'calloc'
|
|
char calloc ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for realloc
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:69:6: warning: conflicting types for built-in function 'realloc'
|
|
char realloc ();
|
|
^~~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for free
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:70:6: warning: conflicting types for built-in function 'free'
|
|
char free ();
|
|
^~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for getenv
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for setenv
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for putenv
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for unsetenv
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for qsort
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for abs
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:76:6: warning: conflicting types for built-in function 'abs'
|
|
char abs ();
|
|
^~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for bcopy
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:77:6: warning: conflicting types for built-in function 'bcopy'
|
|
char bcopy ();
|
|
^~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for memset
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:78:6: warning: conflicting types for built-in function 'memset'
|
|
char memset ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for memcpy
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:79:6: warning: conflicting types for built-in function 'memcpy'
|
|
char memcpy ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for memmove
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:80:6: warning: conflicting types for built-in function 'memmove'
|
|
char memmove ();
|
|
^~~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for strlen
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:81:6: warning: conflicting types for built-in function 'strlen'
|
|
char strlen ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for strlcpy
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccssj1At.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:93: undefined reference to `strlcpy'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for strlcat
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccorZtZz.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:93: undefined reference to `strlcat'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for strdup
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:82:6: warning: conflicting types for built-in function 'strdup'
|
|
char strdup ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for _strrev
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/cc2hRs8G.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:94: undefined reference to `_strrev'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for _strupr
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccm8afjK.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:94: undefined reference to `_strupr'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for _strlwr
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/cc04ZE3K.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:94: undefined reference to `_strlwr'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for strchr
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:83:6: warning: conflicting types for built-in function 'strchr'
|
|
char strchr ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for strrchr
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:84:6: warning: conflicting types for built-in function 'strrchr'
|
|
char strrchr ();
|
|
^~~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for strstr
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:85:6: warning: conflicting types for built-in function 'strstr'
|
|
char strstr ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for itoa
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccGWwmUX.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:97: undefined reference to `itoa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for _ltoa
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/cc0Nlae1.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:97: undefined reference to `_ltoa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for _uitoa
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccWmghW6.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:97: undefined reference to `_uitoa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for _ultoa
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccQZOB29.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:97: undefined reference to `_ultoa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for strtol
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for strtoul
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for _i64toa
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccEMK4Wj.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:99: undefined reference to `_i64toa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for _ui64toa
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccWMfRKm.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:99: undefined reference to `_ui64toa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for strtoll
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for strtoull
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for atoi
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for atof
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for strcmp
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:92:6: warning: conflicting types for built-in function 'strcmp'
|
|
char strcmp ();
|
|
^~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for strncmp
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:93:6: warning: conflicting types for built-in function 'strncmp'
|
|
char strncmp ();
|
|
^~~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for _stricmp
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccBt7zyz.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:105: undefined reference to `_stricmp'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for strcasecmp
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:94:6: warning: conflicting types for built-in function 'strcasecmp'
|
|
char strcasecmp ();
|
|
^~~~~~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for _strnicmp
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccR83qsD.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:106: undefined reference to `_strnicmp'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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:16637: result: no
|
|
configure:16637: checking for strncasecmp
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:95:6: warning: conflicting types for built-in function 'strncasecmp'
|
|
char strncasecmp ();
|
|
^~~~~~~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for vsscanf
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:96:6: warning: conflicting types for built-in function 'vsscanf'
|
|
char vsscanf ();
|
|
^~~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for vsnprintf
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:97:6: warning: conflicting types for built-in function 'vsnprintf'
|
|
char vsnprintf ();
|
|
^~~~~~~~~
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for fseeko
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for fseeko64
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for sigaction
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for setjmp
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for nanosleep
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for sysconf
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16637: checking for sysctlbyname
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
/tmp/ccfL2tI8.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:115: undefined reference to `sysctlbyname'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16637: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| /* end confdefs.h. */
|
|
| /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define sysctlbyname innocuous_sysctlbyname
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char sysctlbyname (); 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 sysctlbyname
|
|
|
|
|
| /* 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 sysctlbyname ();
|
|
| /* 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_sysctlbyname || defined __stub___sysctlbyname
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return sysctlbyname ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16637: result: no
|
|
configure:16637: checking for getauxval
|
|
configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16637: $? = 0
|
|
configure:16637: result: yes
|
|
configure:16647: checking for pow in -lm
|
|
configure:16672: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:89:6: warning: conflicting types for built-in function 'pow'
|
|
char pow ();
|
|
^~~
|
|
configure:16672: $? = 0
|
|
configure:16681: result: yes
|
|
configure:16690: checking for atan
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:105:6: warning: conflicting types for built-in function 'atan'
|
|
char atan ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for atan2
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:106:6: warning: conflicting types for built-in function 'atan2'
|
|
char atan2 ();
|
|
^~~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for acos
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:107:6: warning: conflicting types for built-in function 'acos'
|
|
char acos ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for asin
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:108:6: warning: conflicting types for built-in function 'asin'
|
|
char asin ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for ceil
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:109:6: warning: conflicting types for built-in function 'ceil'
|
|
char ceil ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for copysign
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:110:6: warning: conflicting types for built-in function 'copysign'
|
|
char copysign ();
|
|
^~~~~~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for cos
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:111:6: warning: conflicting types for built-in function 'cos'
|
|
char cos ();
|
|
^~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for cosf
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:112:6: warning: conflicting types for built-in function 'cosf'
|
|
char cosf ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for fabs
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:113:6: warning: conflicting types for built-in function 'fabs'
|
|
char fabs ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for floor
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:114:6: warning: conflicting types for built-in function 'floor'
|
|
char floor ();
|
|
^~~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for log
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:115:6: warning: conflicting types for built-in function 'log'
|
|
char log ();
|
|
^~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for pow
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:116:6: warning: conflicting types for built-in function 'pow'
|
|
char pow ();
|
|
^~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for scalbn
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:117:6: warning: conflicting types for built-in function 'scalbn'
|
|
char scalbn ();
|
|
^~~~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for sin
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:118:6: warning: conflicting types for built-in function 'sin'
|
|
char sin ();
|
|
^~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for sinf
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:119:6: warning: conflicting types for built-in function 'sinf'
|
|
char sinf ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for sqrt
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:120:6: warning: conflicting types for built-in function 'sqrt'
|
|
char sqrt ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for sqrtf
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:121:6: warning: conflicting types for built-in function 'sqrtf'
|
|
char sqrtf ();
|
|
^~~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for tan
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:122:6: warning: conflicting types for built-in function 'tan'
|
|
char tan ();
|
|
^~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16690: checking for tanf
|
|
configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
conftest.c:123:6: warning: conflicting types for built-in function 'tanf'
|
|
char tanf ();
|
|
^~~~
|
|
configure:16690: $? = 0
|
|
configure:16690: result: yes
|
|
configure:16700: checking for iconv_open in -liconv
|
|
configure:16725: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -liconv -lm >&5
|
|
/usr/bin/ld: cannot find -liconv
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16725: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 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 iconv_open ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return iconv_open ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16734: result: no
|
|
configure:16742: checking for iconv
|
|
configure:16742: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
configure:16742: $? = 0
|
|
configure:16742: result: yes
|
|
configure:16752: checking for struct sigaction.sa_sigaction
|
|
configure:16752: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:16752: $? = 0
|
|
configure:16752: result: yes
|
|
configure:16772: checking for GCC builtin atomic operations
|
|
configure:16794: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
configure:16794: $? = 0
|
|
configure:16801: result: yes
|
|
configure:17110: checking for GCC -mmmx option
|
|
configure:17141: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -mmmx -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:17141: $? = 0
|
|
configure:17147: result: yes
|
|
configure:17167: checking for GCC -m3dnow option
|
|
configure:17191: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -m3dnow -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
configure:17191: $? = 0
|
|
configure:17198: result: yes
|
|
configure:17218: checking for GCC -msse option
|
|
configure:17249: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -msse -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:17249: $? = 0
|
|
configure:17255: result: yes
|
|
configure:17275: checking for GCC -msse2 option
|
|
configure:17306: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -msse2 -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:17306: $? = 0
|
|
configure:17312: result: yes
|
|
configure:17332: checking for GCC -msse3 option
|
|
configure:17363: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -msse3 -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:17363: $? = 0
|
|
configure:17369: result: yes
|
|
configure:17393: checking for Altivec with GCC altivec.h and -maltivec option
|
|
configure:17412: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -maltivec -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
gcc: error: unrecognized command line option '-maltivec'; did you mean '-mglibc'?
|
|
configure:17412: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <altivec.h>
|
|
| vector unsigned int vzero() {
|
|
| return vec_splat_u32(0);
|
|
| }
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:17419: result: no
|
|
configure:17423: checking for Altivec with GCC -maltivec option
|
|
configure:17441: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -maltivec -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
gcc: error: unrecognized command line option '-maltivec'; did you mean '-mglibc'?
|
|
configure:17441: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| vector unsigned int vzero() {
|
|
| return vec_splat_u32(0);
|
|
| }
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:17447: result: no
|
|
configure:17452: checking for Altivec with GCC altivec.h and -faltivec option
|
|
configure:17473: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -faltivec -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
gcc: error: unrecognized command line option '-faltivec'
|
|
configure:17473: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <altivec.h>
|
|
| vector unsigned int vzero() {
|
|
| return vec_splat_u32(0);
|
|
| }
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:17480: result: no
|
|
configure:17485: checking for Altivec with GCC -faltivec option
|
|
configure:17503: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -faltivec -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
gcc: error: unrecognized command line option '-faltivec'
|
|
configure:17503: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| vector unsigned int vzero() {
|
|
| return vec_splat_u32(0);
|
|
| }
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:17509: result: no
|
|
configure:19052: checking for GCC -Wall option
|
|
configure:19072: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Wall -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:19072: $? = 0
|
|
configure:19078: result: yes
|
|
configure:19085: checking for necessary GCC -Wno-multichar option
|
|
configure:19093: result: no
|
|
configure:18938: checking for GCC -fvisibility=hidden option
|
|
configure:18961: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -fvisibility=hidden -Werror -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:18961: $? = 0
|
|
configure:18967: result: yes
|
|
configure:19015: checking for GCC -Wdeclaration-after-statement option
|
|
configure:19035: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Wdeclaration-after-statement -Werror=declaration-after-statement -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:19035: $? = 0
|
|
configure:19041: result: yes
|
|
configure:22935: checking for dlopen
|
|
configure:22954: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:22954: $? = 0
|
|
configure:22960: result: yes
|
|
configure:22964: checking for dlopen in -lc
|
|
configure:22989: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lc -lm >&5
|
|
/tmp/ccocfJ6M.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:119: undefined reference to `dlopen'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:22989: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any 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:22998: result: no
|
|
configure:23003: checking for dlopen in -ldl
|
|
configure:23028: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -ldl -lm >&5
|
|
configure:23028: $? = 0
|
|
configure:23037: result: yes
|
|
configure:17551: checking for OSS audio support
|
|
configure:17570: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:17570: $? = 0
|
|
configure:17603: result: yes
|
|
configure:17663: checking for ALSA CFLAGS
|
|
configure:17669: result:
|
|
configure:17672: checking for ALSA LDFLAGS
|
|
configure:17685: result: -lasound -lm -ldl -lpthread
|
|
configure:17689: checking for libasound headers version >= 1.0.11
|
|
configure:17751: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:111:28: fatal error: alsa/asoundlib.h: No such file or directory
|
|
#include <alsa/asoundlib.h>
|
|
^
|
|
compilation terminated.
|
|
configure:17751: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_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 > 1)
|
|
| exit(0);
|
|
| # else
|
|
| # if(SND_LIB_MAJOR < 1)
|
|
| # error not present
|
|
| # endif
|
|
|
|
|
| # if(SND_LIB_MINOR > 0)
|
|
| exit(0);
|
|
| # else
|
|
| # if(SND_LIB_MINOR < 0)
|
|
| # error not present
|
|
| # endif
|
|
|
|
|
| # if(SND_LIB_SUBMINOR < 11)
|
|
| # error not present
|
|
| # endif
|
|
| # endif
|
|
| # endif
|
|
| exit(0);
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:17755: result: not present.
|
|
configure:17770: checking for snd_ctl_open in -lasound
|
|
configure:17795: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lasound -lasound -lm -ldl -lpthread >&5
|
|
/usr/bin/ld: cannot find -lasound
|
|
/usr/bin/ld: cannot find -lasound
|
|
collect2: error: ld returned 1 exit status
|
|
configure:17795: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_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:17804: result: no
|
|
configure:18295: checking for pkg-config
|
|
configure:18313: found /usr/bin/pkg-config
|
|
configure:18326: result: /usr/bin/pkg-config
|
|
configure:18334: checking for PulseAudio 0.9 support
|
|
configure:18343: result: no
|
|
configure:17897: checking for pkg-config
|
|
configure:17928: result: /usr/bin/pkg-config
|
|
configure:17936: checking for JACK 0.125 support
|
|
configure:17945: result: no
|
|
configure:18404: checking for artsc-config
|
|
configure:18437: result: no
|
|
configure:18043: checking for esd-config
|
|
configure:18074: result: no
|
|
configure:18083: checking for ESD - version >= 0.2.8
|
|
configure:18183: result: no
|
|
configure:18525: checking audio/audiolib.h usability
|
|
configure:18525: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:143:28: fatal error: audio/audiolib.h: No such file or directory
|
|
#include <audio/audiolib.h>
|
|
^
|
|
compilation terminated.
|
|
configure:18525: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 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 <audio/audiolib.h>
|
|
configure:18525: result: no
|
|
configure:18525: checking audio/audiolib.h presence
|
|
configure:18525: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
conftest.c:110:28: fatal error: audio/audiolib.h: No such file or directory
|
|
#include <audio/audiolib.h>
|
|
^
|
|
compilation terminated.
|
|
configure:18525: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| /* end confdefs.h. */
|
|
| #include <audio/audiolib.h>
|
|
configure:18525: result: no
|
|
configure:18525: checking for audio/audiolib.h
|
|
configure:18525: result: no
|
|
configure:18531: checking for AuOpenServer in -laudio
|
|
configure:18556: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -laudio -lm >&5
|
|
/usr/bin/ld: cannot find -laudio
|
|
collect2: error: ld returned 1 exit status
|
|
configure:18556: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_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 AuOpenServer ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return AuOpenServer ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18565: result: no
|
|
configure:18572: checking for NAS audio support
|
|
configure:18587: result: no
|
|
configure:18639: checking sndio.h usability
|
|
configure:18639: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:143:19: fatal error: sndio.h: No such file or directory
|
|
#include <sndio.h>
|
|
^
|
|
compilation terminated.
|
|
configure:18639: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 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 <sndio.h>
|
|
configure:18639: result: no
|
|
configure:18639: checking sndio.h presence
|
|
configure:18639: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
conftest.c:110:19: fatal error: sndio.h: No such file or directory
|
|
#include <sndio.h>
|
|
^
|
|
compilation terminated.
|
|
configure:18639: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| /* end confdefs.h. */
|
|
| #include <sndio.h>
|
|
configure:18639: result: no
|
|
configure:18639: checking for sndio.h
|
|
configure:18639: result: no
|
|
configure:18645: checking for sio_open in -lsndio
|
|
configure:18670: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lsndio -lm >&5
|
|
/usr/bin/ld: cannot find -lsndio
|
|
collect2: error: ld returned 1 exit status
|
|
configure:18670: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_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 sio_open ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return sio_open ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:18679: result: no
|
|
configure:18686: checking for sndio audio support
|
|
configure:18695: result: no
|
|
configure:18893: checking samplerate.h usability
|
|
configure:18893: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:143:24: fatal error: samplerate.h: No such file or directory
|
|
#include <samplerate.h>
|
|
^
|
|
compilation terminated.
|
|
configure:18893: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 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 <samplerate.h>
|
|
configure:18893: result: no
|
|
configure:18893: checking samplerate.h presence
|
|
configure:18893: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
conftest.c:110:24: fatal error: samplerate.h: No such file or directory
|
|
#include <samplerate.h>
|
|
^
|
|
compilation terminated.
|
|
configure:18893: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| /* end confdefs.h. */
|
|
| #include <samplerate.h>
|
|
configure:18893: result: no
|
|
configure:18893: checking for samplerate.h
|
|
configure:18893: result: no
|
|
configure:19485: checking for X
|
|
configure:19593: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:19593: $? = 0
|
|
configure:19624: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lX11 -lm >&5
|
|
configure:19624: $? = 0
|
|
configure:19674: result: libraries , headers
|
|
configure:19773: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm -lX11 >&5
|
|
configure:19773: $? = 0
|
|
configure:19871: checking for gethostbyname
|
|
configure:19871: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
configure:19871: $? = 0
|
|
configure:19871: result: yes
|
|
configure:19968: checking for connect
|
|
configure:19968: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
configure:19968: $? = 0
|
|
configure:19968: result: yes
|
|
configure:20017: checking for remove
|
|
configure:20017: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
configure:20017: $? = 0
|
|
configure:20017: result: yes
|
|
configure:20066: checking for shmat
|
|
configure:20066: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
|
|
configure:20066: $? = 0
|
|
configure:20066: result: yes
|
|
configure:20124: checking for IceConnectionNumber in -lICE
|
|
configure:20149: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lICE -lm >&5
|
|
/usr/bin/ld: cannot find -lICE
|
|
collect2: error: ld returned 1 exit status
|
|
configure:20149: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_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 IceConnectionNumber ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return IceConnectionNumber ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:20158: result: no
|
|
configure:20219: checking for X11/extensions/Xext.h
|
|
configure:20219: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20219: $? = 0
|
|
configure:20219: result: yes
|
|
configure:20276: checking for const parameter to XextAddDisplay
|
|
configure:20297: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20297: $? = 0
|
|
configure:20306: result: yes
|
|
configure:20309: checking for XGenericEvent
|
|
configure:20332: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20332: $? = 0
|
|
configure:20341: result: yes
|
|
configure:20344: checking for XkbKeycodeToKeysym in -lX11
|
|
configure:20369: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lX11 -lm >&5
|
|
configure:20369: $? = 0
|
|
configure:20378: result: yes
|
|
configure:20396: checking for X11/Xcursor/Xcursor.h
|
|
configure:20396: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20396: $? = 0
|
|
configure:20396: result: yes
|
|
configure:20477: checking for X11/extensions/Xdbe.h
|
|
configure:20477: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20477: $? = 0
|
|
configure:20477: result: yes
|
|
configure:20503: checking for X11/extensions/Xinerama.h
|
|
configure:20503: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20503: $? = 0
|
|
configure:20503: result: yes
|
|
configure:20585: checking for X11/extensions/XInput2.h
|
|
configure:20585: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20585: $? = 0
|
|
configure:20585: result: yes
|
|
configure:20657: checking for xinput2 multitouch
|
|
configure:20678: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20678: $? = 0
|
|
configure:20687: result: yes
|
|
configure:20716: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20716: $? = 0
|
|
configure:20793: checking for X11/extensions/scrnsaver.h
|
|
configure:20793: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20793: $? = 0
|
|
configure:20793: result: yes
|
|
configure:20874: checking for X11/extensions/shape.h
|
|
configure:20874: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20874: $? = 0
|
|
configure:20874: result: yes
|
|
configure:20900: checking for X11/extensions/xf86vmode.h
|
|
configure:20900: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:20900: $? = 0
|
|
configure:20900: result: yes
|
|
configure:21515: checking for OpenGL (GLX) support
|
|
configure:21533: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:21533: $? = 0
|
|
configure:21539: result: yes
|
|
configure:21581: checking for EGL support
|
|
configure:21601: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:21601: $? = 0
|
|
configure:21607: result: yes
|
|
configure:21616: checking for OpenGL ES v1 headers
|
|
configure:21634: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:136:34: fatal error: GLES/gl.h: No such file or directory
|
|
#include <GLES/gl.h>
|
|
^
|
|
compilation terminated.
|
|
configure:21634: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <GLES/gl.h>
|
|
| #include <GLES/glext.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:21640: result: no
|
|
configure:21654: checking for OpenGL ES v2 headers
|
|
configure:21672: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:136:36: fatal error: GLES2/gl2.h: No such file or directory
|
|
#include <GLES2/gl2.h>
|
|
^
|
|
compilation terminated.
|
|
configure:21672: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <GLES2/gl2.h>
|
|
| #include <GLES2/gl2ext.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:21678: result: no
|
|
configure:19276: checking for pkg-config
|
|
configure:19307: result: /usr/bin/pkg-config
|
|
configure:19315: checking for Mir support
|
|
configure:19349: result: no
|
|
configure:19122: checking for pkg-config
|
|
configure:19153: result: /usr/bin/pkg-config
|
|
configure:19161: checking for Wayland support
|
|
configure:19176: result: no
|
|
configure:21982: checking libudev.h usability
|
|
configure:21982: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:168:21: fatal error: libudev.h: No such file or directory
|
|
#include <libudev.h>
|
|
^
|
|
compilation terminated.
|
|
configure:21982: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 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 <libudev.h>
|
|
configure:21982: result: no
|
|
configure:21982: checking libudev.h presence
|
|
configure:21982: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
conftest.c:135:21: fatal error: libudev.h: No such file or directory
|
|
#include <libudev.h>
|
|
^
|
|
compilation terminated.
|
|
configure:21982: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| /* end confdefs.h. */
|
|
| #include <libudev.h>
|
|
configure:21982: result: no
|
|
configure:21982: checking for libudev.h
|
|
configure:21982: result: no
|
|
configure:22020: checking for pkg-config
|
|
configure:22051: result: /usr/bin/pkg-config
|
|
configure:22063: checking dbus/dbus.h usability
|
|
configure:22063: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:168:23: fatal error: dbus/dbus.h: No such file or directory
|
|
#include <dbus/dbus.h>
|
|
^
|
|
compilation terminated.
|
|
configure:22063: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 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 <dbus/dbus.h>
|
|
configure:22063: result: no
|
|
configure:22063: checking dbus/dbus.h presence
|
|
configure:22063: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
conftest.c:135:23: fatal error: dbus/dbus.h: No such file or directory
|
|
#include <dbus/dbus.h>
|
|
^
|
|
compilation terminated.
|
|
configure:22063: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| /* end confdefs.h. */
|
|
| #include <dbus/dbus.h>
|
|
configure:22063: result: no
|
|
configure:22063: checking for dbus/dbus.h
|
|
configure:22063: result: no
|
|
configure:22112: checking for pkg-config
|
|
configure:22143: result: /usr/bin/pkg-config
|
|
configure:22155: checking ibus-1.0/ibus.h usability
|
|
configure:22155: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:169:27: fatal error: ibus-1.0/ibus.h: No such file or directory
|
|
#include <ibus-1.0/ibus.h>
|
|
^
|
|
compilation terminated.
|
|
configure:22155: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 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 <ibus-1.0/ibus.h>
|
|
configure:22155: result: no
|
|
configure:22155: checking ibus-1.0/ibus.h presence
|
|
configure:22155: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
conftest.c:136:27: fatal error: ibus-1.0/ibus.h: No such file or directory
|
|
#include <ibus-1.0/ibus.h>
|
|
^
|
|
compilation terminated.
|
|
configure:22155: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 1
|
|
| /* end confdefs.h. */
|
|
| #include <ibus-1.0/ibus.h>
|
|
configure:22155: result: no
|
|
configure:22155: checking for ibus-1.0/ibus.h
|
|
configure:22155: result: no
|
|
configure:22163: checking sys/inotify.h usability
|
|
configure:22163: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:22163: $? = 0
|
|
configure:22163: result: yes
|
|
configure:22163: checking sys/inotify.h presence
|
|
configure:22163: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:22163: $? = 0
|
|
configure:22163: result: yes
|
|
configure:22163: checking for sys/inotify.h
|
|
configure:22163: result: yes
|
|
configure:22209: checking for pkg-config
|
|
configure:22240: result: /usr/bin/pkg-config
|
|
configure:22251: checking fcitx/frontend.h usability
|
|
configure:22251: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:169:28: fatal error: fcitx/frontend.h: No such file or directory
|
|
#include <fcitx/frontend.h>
|
|
^
|
|
compilation terminated.
|
|
configure:22251: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 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 <fcitx/frontend.h>
|
|
configure:22251: result: no
|
|
configure:22251: checking fcitx/frontend.h presence
|
|
configure:22251: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
conftest.c:136:28: fatal error: fcitx/frontend.h: No such file or directory
|
|
#include <fcitx/frontend.h>
|
|
^
|
|
compilation terminated.
|
|
configure:22251: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 1
|
|
| /* end confdefs.h. */
|
|
| #include <fcitx/frontend.h>
|
|
configure:22251: result: no
|
|
configure:22251: checking for fcitx/frontend.h
|
|
configure:22251: result: no
|
|
configure:21896: checking for Linux 2.4 unified input interface
|
|
configure:21916: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:21916: $? = 0
|
|
configure:21922: result: yes
|
|
configure:21935: checking for Linux kd.h
|
|
configure:21956: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:147:9: warning: implicit declaration of function 'ioctl' [-Wimplicit-function-declaration]
|
|
ioctl(0, KDGKBENT, &kbe);
|
|
^~~~~
|
|
configure:21956: $? = 0
|
|
configure:21962: result: yes
|
|
configure:22291: checking for Touchscreen library support
|
|
configure:22308: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:139:29: fatal error: tslib.h: No such file or directory
|
|
#include "tslib.h"
|
|
^
|
|
compilation terminated.
|
|
configure:22308: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| #define SDL_INPUT_LINUXKD 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include "tslib.h"
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:22314: result: no
|
|
configure:22418: checking for pthreads
|
|
configure:22437: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -D_REENTRANT -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm -lpthread >&5
|
|
configure:22437: $? = 0
|
|
configure:22444: result: yes
|
|
configure:22464: checking for recursive mutexes
|
|
configure:22485: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -D_REENTRANT -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm -lpthread >&5
|
|
configure:22485: $? = 0
|
|
configure:22525: result: yes
|
|
configure:22530: checking for pthread semaphores
|
|
configure:22548: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -D_REENTRANT -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:22548: $? = 0
|
|
configure:22554: result: yes
|
|
configure:22558: checking for sem_timedwait
|
|
configure:22577: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -D_REENTRANT -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm -lpthread >&5
|
|
configure:22577: $? = 0
|
|
configure:22587: result: yes
|
|
configure:22591: checking for pthread_np.h
|
|
configure:22591: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -D_REENTRANT -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:143:24: fatal error: pthread_np.h: No such file or directory
|
|
#include <pthread_np.h>
|
|
^
|
|
compilation terminated.
|
|
configure:22591: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| #define SDL_INPUT_LINUXKD 1
|
|
| #define SDL_THREAD_PTHREAD 1
|
|
| #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
|
|
| #define HAVE_SEM_TIMEDWAIT 1
|
|
| /* end confdefs.h. */
|
|
| #include <pthread.h>
|
|
|
|
|
| #include <pthread_np.h>
|
|
configure:22591: result: no
|
|
configure:22607: checking for pthread_setname_np
|
|
configure:22627: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -D_REENTRANT -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm -lpthread >&5
|
|
configure:22627: $? = 0
|
|
configure:22641: result: yes
|
|
configure:22644: checking for pthread_set_name_np
|
|
configure:22664: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -D_REENTRANT -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm -lpthread >&5
|
|
/tmp/ccAq5de6.o: In function `main':
|
|
/home/martin/temp/SDL2/conftest.c:153: undefined reference to `pthread_set_name_np'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:22664: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| #define SDL_INPUT_LINUXKD 1
|
|
| #define SDL_THREAD_PTHREAD 1
|
|
| #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
|
|
| #define HAVE_SEM_TIMEDWAIT 1
|
|
| #define HAVE_PTHREAD_SETNAME_NP 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 pthread_set_name_np ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return pthread_set_name_np ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:22678: result: no
|
|
configure:23411: checking for clock_gettime in -lrt
|
|
configure:23436: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lrt -lm >&5
|
|
configure:23436: $? = 0
|
|
configure:23445: result: yes
|
|
configure:23509: checking linux/version.h usability
|
|
configure:23509: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
configure:23509: $? = 0
|
|
configure:23509: result: yes
|
|
configure:23509: checking linux/version.h presence
|
|
configure:23509: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
|
|
configure:23509: $? = 0
|
|
configure:23509: result: yes
|
|
configure:23509: checking for linux/version.h
|
|
configure:23509: result: yes
|
|
configure:20987: checking for Vivante VDK API
|
|
configure:21006: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:146:30: fatal error: gc_vdk.h: No such file or directory
|
|
#include <gc_vdk.h>
|
|
^
|
|
compilation terminated.
|
|
configure:21006: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| #define SDL_INPUT_LINUXKD 1
|
|
| #define SDL_THREAD_PTHREAD 1
|
|
| #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
|
|
| #define HAVE_SEM_TIMEDWAIT 1
|
|
| #define HAVE_PTHREAD_SETNAME_NP 1
|
|
| #define HAVE_CLOCK_GETTIME 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #define LINUX
|
|
| #define EGL_API_FB
|
|
| #include <gc_vdk.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:21012: result: no
|
|
configure:21015: checking for Vivante FB API
|
|
configure:21034: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
|
|
conftest.c:146:38: fatal error: EGL/eglvivante.h: No such file or directory
|
|
#include <EGL/eglvivante.h>
|
|
^
|
|
compilation terminated.
|
|
configure:21034: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME ""
|
|
| #define PACKAGE_TARNAME ""
|
|
| #define PACKAGE_VERSION ""
|
|
| #define PACKAGE_STRING ""
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #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 HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #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 HAVE_M_PI /**/
|
|
| #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_SETENV 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_VSSCANF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_FSEEKO 1
|
|
| #define HAVE_FSEEKO64 1
|
|
| #define HAVE_SIGACTION 1
|
|
| #define HAVE_SETJMP 1
|
|
| #define HAVE_NANOSLEEP 1
|
|
| #define HAVE_SYSCONF 1
|
|
| #define HAVE_GETAUXVAL 1
|
|
| #define HAVE_ATAN 1
|
|
| #define HAVE_ATAN2 1
|
|
| #define HAVE_ACOS 1
|
|
| #define HAVE_ASIN 1
|
|
| #define HAVE_CEIL 1
|
|
| #define HAVE_COPYSIGN 1
|
|
| #define HAVE_COS 1
|
|
| #define HAVE_COSF 1
|
|
| #define HAVE_FABS 1
|
|
| #define HAVE_FLOOR 1
|
|
| #define HAVE_LOG 1
|
|
| #define HAVE_POW 1
|
|
| #define HAVE_SCALBN 1
|
|
| #define HAVE_SIN 1
|
|
| #define HAVE_SINF 1
|
|
| #define HAVE_SQRT 1
|
|
| #define HAVE_SQRTF 1
|
|
| #define HAVE_TAN 1
|
|
| #define HAVE_TANF 1
|
|
| #define HAVE_ICONV 1
|
|
| #define HAVE_SA_SIGACTION 1
|
|
| #define HAVE_GCC_ATOMICS 1
|
|
| #define SDL_ASSEMBLY_ROUTINES 1
|
|
| #define SDL_VIDEO_DRIVER_DUMMY 1
|
|
| #define SDL_AUDIO_DRIVER_DISK 1
|
|
| #define SDL_AUDIO_DRIVER_DUMMY 1
|
|
| #define SDL_LOADSO_DLOPEN 1
|
|
| #define SDL_AUDIO_DRIVER_OSS 1
|
|
| #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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
| #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
| #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
| #define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
| #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
| #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
| #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
| #define SDL_VIDEO_OPENGL 1
|
|
| #define SDL_VIDEO_OPENGL_GLX 1
|
|
| #define SDL_VIDEO_RENDER_OGL 1
|
|
| #define SDL_VIDEO_OPENGL_EGL 1
|
|
| #define SDL_USE_IME 1
|
|
| #define SDL_INPUT_LINUXEV 1
|
|
| #define SDL_INPUT_LINUXKD 1
|
|
| #define SDL_THREAD_PTHREAD 1
|
|
| #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
|
|
| #define HAVE_SEM_TIMEDWAIT 1
|
|
| #define HAVE_PTHREAD_SETNAME_NP 1
|
|
| #define HAVE_CLOCK_GETTIME 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #define LINUX
|
|
| #define EGL_API_FB
|
|
| #include <EGL/eglvivante.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
|
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:21040: result: no
|
|
configure:24477: checking for linker option --enable-new-dtags
|
|
configure:24495: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include -Wl,--enable-new-dtags conftest.c -lm >&5
|
|
configure:24495: $? = 0
|
|
configure:24504: result: yes
|
|
configure:24735: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by config.status, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on berta
|
|
|
|
config.status:1311: creating Makefile
|
|
config.status:1311: creating sdl2-config
|
|
config.status:1311: creating sdl2-config.cmake
|
|
config.status:1311: creating SDL2.spec
|
|
config.status:1311: creating sdl2.pc
|
|
config.status:1311: creating include/SDL_config.h
|
|
config.status:1485: executing libtool commands
|
|
config.status:1485: executing sdl2_config commands
|
|
config.status:1485: executing summary commands
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_build=x86_64-unknown-linux-gnu
|
|
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_define_M_PI=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_acos=yes
|
|
ac_cv_func_alloca_works=yes
|
|
ac_cv_func_asin=yes
|
|
ac_cv_func_atan2=yes
|
|
ac_cv_func_atan=yes
|
|
ac_cv_func_atof=yes
|
|
ac_cv_func_atoi=yes
|
|
ac_cv_func_bcopy=yes
|
|
ac_cv_func_calloc=yes
|
|
ac_cv_func_ceil=yes
|
|
ac_cv_func_connect=yes
|
|
ac_cv_func_copysign=yes
|
|
ac_cv_func_cos=yes
|
|
ac_cv_func_cosf=yes
|
|
ac_cv_func_fabs=yes
|
|
ac_cv_func_floor=yes
|
|
ac_cv_func_free=yes
|
|
ac_cv_func_fseeko64=yes
|
|
ac_cv_func_fseeko=yes
|
|
ac_cv_func_getauxval=yes
|
|
ac_cv_func_getenv=yes
|
|
ac_cv_func_gethostbyname=yes
|
|
ac_cv_func_iconv=yes
|
|
ac_cv_func_itoa=no
|
|
ac_cv_func_log=yes
|
|
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_pow=yes
|
|
ac_cv_func_putenv=yes
|
|
ac_cv_func_qsort=yes
|
|
ac_cv_func_realloc=yes
|
|
ac_cv_func_remove=yes
|
|
ac_cv_func_scalbn=yes
|
|
ac_cv_func_setenv=yes
|
|
ac_cv_func_setjmp=yes
|
|
ac_cv_func_shmat=yes
|
|
ac_cv_func_sigaction=yes
|
|
ac_cv_func_sin=yes
|
|
ac_cv_func_sinf=yes
|
|
ac_cv_func_sqrt=yes
|
|
ac_cv_func_sqrtf=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_sysconf=yes
|
|
ac_cv_func_sysctlbyname=no
|
|
ac_cv_func_tan=yes
|
|
ac_cv_func_tanf=yes
|
|
ac_cv_func_unsetenv=yes
|
|
ac_cv_func_vsnprintf=yes
|
|
ac_cv_func_vsscanf=yes
|
|
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
|
|
ac_cv_header_X11_Xcursor_Xcursor_h=yes
|
|
ac_cv_header_X11_extensions_XInput2_h=yes
|
|
ac_cv_header_X11_extensions_Xdbe_h=yes
|
|
ac_cv_header_X11_extensions_Xext_h=yes
|
|
ac_cv_header_X11_extensions_Xinerama_h=yes
|
|
ac_cv_header_X11_extensions_scrnsaver_h=yes
|
|
ac_cv_header_X11_extensions_shape_h=yes
|
|
ac_cv_header_X11_extensions_xf86vmode_h=yes
|
|
ac_cv_header_audio_audiolib_h=no
|
|
ac_cv_header_ctype_h=yes
|
|
ac_cv_header_dbus_dbus_h=no
|
|
ac_cv_header_dlfcn_h=yes
|
|
ac_cv_header_fcitx_frontend_h=no
|
|
ac_cv_header_ibus_1_0_ibus_h=no
|
|
ac_cv_header_iconv_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_libudev_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_pthread_np_h=no
|
|
ac_cv_header_samplerate_h=no
|
|
ac_cv_header_signal_h=yes
|
|
ac_cv_header_sndio_h=no
|
|
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_inotify_h=yes
|
|
ac_cv_header_sys_stat_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_host=x86_64-unknown-linux-gnu
|
|
ac_cv_lib_ICE_IceConnectionNumber=no
|
|
ac_cv_lib_X11_XkbKeycodeToKeysym=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_iconv_open=no
|
|
ac_cv_lib_m_pow=yes
|
|
ac_cv_lib_rt_clock_gettime=yes
|
|
ac_cv_lib_sndio_sio_open=no
|
|
ac_cv_member_struct_sigaction_sa_sigaction=yes
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/bin/grep -E'
|
|
ac_cv_path_ESD_CONFIG=no
|
|
ac_cv_path_FGREP='/bin/grep -F'
|
|
ac_cv_path_GREP=/bin/grep
|
|
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_AWK=gawk
|
|
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_MANIFEST_TOOL=mt
|
|
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_type_size_t=yes
|
|
ac_cv_working_alloca_h=yes
|
|
lt_cv_ar_at_file=@
|
|
lt_cv_archive_cmds_need_lc=no
|
|
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 -m elf_x86_64'
|
|
lt_cv_path_NM='/usr/bin/nm -B'
|
|
lt_cv_path_mainfest_tool=no
|
|
lt_cv_prog_compiler_c_o=yes
|
|
lt_cv_prog_compiler_c_o_CXX=yes
|
|
lt_cv_prog_compiler_pic='-fPIC -DPIC'
|
|
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
|
|
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_sharedlib_from_linklib_cmd='printf %s\n'
|
|
lt_cv_shlibpath_overrides_runpath=yes
|
|
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
|
|
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=1572864
|
|
lt_cv_to_host_file_cmd=func_convert_file_noop
|
|
lt_cv_to_tool_file_cmd=func_convert_file_noop
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
ALLOCA=''
|
|
ALSA_CFLAGS=''
|
|
ALSA_LIBS=''
|
|
AR='ar'
|
|
ARTSCONFIG=''
|
|
AS='as'
|
|
AWK='gawk'
|
|
BUILD_CFLAGS='-g -O3 -DUSING_GENERATED_CONFIG_H'
|
|
BUILD_LDFLAGS=''
|
|
CC='gcc'
|
|
CFLAGS='-g -O2 -Iinclude -I/home/martin/temp/SDL2/include '
|
|
CPP='gcc -E'
|
|
CPPFLAGS=' -Iinclude -I/home/martin/temp/SDL2/include '
|
|
CXX='g++'
|
|
CXXCPP='g++ -E'
|
|
CXXFLAGS='-g -O2'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DIRECTFBCONFIG=''
|
|
DLLTOOL='false'
|
|
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='no'
|
|
ESD_LIBS=''
|
|
EXEEXT=''
|
|
EXTRA_CFLAGS='-Iinclude -I/home/martin/temp/SDL2/include -mmmx -m3dnow -msse -msse2 -msse3 -Wall -fvisibility=hidden -Wdeclaration-after-statement -Werror=declaration-after-statement -D_REENTRANT -DHAVE_LINUX_VERSION_H'
|
|
EXTRA_LDFLAGS=' -Wl,--no-undefined -lm -ldl -lpthread -lrt'
|
|
FGREP='/bin/grep -F'
|
|
GEN_HEADERS=''
|
|
GEN_OBJECTS=''
|
|
GREP='/bin/grep'
|
|
INCLUDE='-Iinclude -I/home/martin/temp/SDL2/include'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
LD='/usr/bin/ld -m elf_x86_64'
|
|
LDFLAGS=' '
|
|
LIBOBJS=''
|
|
LIBS=' -lm'
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
LIPO=''
|
|
LN_S='ln -s'
|
|
LTLIBOBJS=''
|
|
LT_AGE='5'
|
|
LT_CURRENT='5'
|
|
LT_RELEASE='2.0'
|
|
LT_REVISION='0'
|
|
MANIFEST_TOOL=':'
|
|
NM='/usr/bin/nm -B'
|
|
NMEDIT=''
|
|
OBJDUMP='objdump'
|
|
OBJECTS='$(objects)/SDL.lo $(objects)/SDL_assert.lo $(objects)/SDL_dataqueue.lo $(objects)/SDL_error.lo $(objects)/SDL_hints.lo $(objects)/SDL_log.lo $(objects)/SDL_atomic.lo $(objects)/SDL_spinlock.lo $(objects)/SDL_audio.lo $(objects)/SDL_audiocvt.lo $(objects)/SDL_audiodev.lo $(objects)/SDL_audiotypecvt.lo $(objects)/SDL_mixer.lo $(objects)/SDL_wave.lo $(objects)/SDL_cpuinfo.lo $(objects)/SDL_dynapi.lo $(objects)/SDL_clipboardevents.lo $(objects)/SDL_dropevents.lo $(objects)/SDL_events.lo $(objects)/SDL_gesture.lo $(objects)/SDL_keyboard.lo $(objects)/SDL_mouse.lo $(objects)/SDL_quit.lo $(objects)/SDL_touch.lo $(objects)/SDL_windowevents.lo $(objects)/SDL_rwops.lo $(objects)/SDL_haptic.lo $(objects)/SDL_gamecontroller.lo $(objects)/SDL_joystick.lo $(objects)/e_atan2.lo $(objects)/e_log.lo $(objects)/e_pow.lo $(objects)/e_rem_pio2.lo $(objects)/e_sqrt.lo $(objects)/k_cos.lo $(objects)/k_rem_pio2.lo $(objects)/k_sin.lo $(objects)/k_tan.lo $(objects)/s_atan.lo $(objects)/s_copysign.lo $(objects)/s_cos.lo $(objects)/s_fabs.lo $(objects)/s_floor.lo $(objects)/s_scalbn.lo $(objects)/s_sin.lo $(objects)/s_tan.lo $(objects)/SDL_power.lo $(objects)/SDL_d3dmath.lo $(objects)/SDL_render.lo $(objects)/SDL_yuv_mmx.lo $(objects)/SDL_yuv_sw.lo $(objects)/SDL_render_d3d.lo $(objects)/SDL_render_d3d11.lo $(objects)/SDL_render_gl.lo $(objects)/SDL_shaders_gl.lo $(objects)/SDL_render_gles.lo $(objects)/SDL_render_gles2.lo $(objects)/SDL_shaders_gles2.lo $(objects)/SDL_render_psp.lo $(objects)/SDL_blendfillrect.lo $(objects)/SDL_blendline.lo $(objects)/SDL_blendpoint.lo $(objects)/SDL_drawline.lo $(objects)/SDL_drawpoint.lo $(objects)/SDL_render_sw.lo $(objects)/SDL_rotate.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_blit_auto.lo $(objects)/SDL_blit_copy.lo $(objects)/SDL_blit_slow.lo $(objects)/SDL_bmp.lo $(objects)/SDL_clipboard.lo $(objects)/SDL_egl.lo $(objects)/SDL_fillrect.lo $(objects)/SDL_pixels.lo $(objects)/SDL_rect.lo $(objects)/SDL_shape.lo $(objects)/SDL_stretch.lo $(objects)/SDL_surface.lo $(objects)/SDL_video.lo $(objects)/SDL_nullevents.lo $(objects)/SDL_nullframebuffer.lo $(objects)/SDL_nullvideo.lo $(objects)/SDL_diskaudio.lo $(objects)/SDL_dummyaudio.lo $(objects)/SDL_sysloadso.lo $(objects)/SDL_dspaudio.lo $(objects)/SDL_x11clipboard.lo $(objects)/SDL_x11dyn.lo $(objects)/SDL_x11events.lo $(objects)/SDL_x11framebuffer.lo $(objects)/SDL_x11keyboard.lo $(objects)/SDL_x11messagebox.lo $(objects)/SDL_x11modes.lo $(objects)/SDL_x11mouse.lo $(objects)/SDL_x11opengl.lo $(objects)/SDL_x11opengles.lo $(objects)/SDL_x11shape.lo $(objects)/SDL_x11touch.lo $(objects)/SDL_x11video.lo $(objects)/SDL_x11window.lo $(objects)/SDL_x11xinput2.lo $(objects)/edid-parse.lo $(objects)/imKStoUCS.lo $(objects)/SDL_ime.lo $(objects)/SDL_systhread.lo $(objects)/SDL_syssem.lo $(objects)/SDL_sysmutex.lo $(objects)/SDL_syscond.lo $(objects)/SDL_systls.lo $(objects)/SDL_sysjoystick.lo $(objects)/SDL_syshaptic.lo $(objects)/SDL_syspower.lo $(objects)/SDL_sysfilesystem.lo $(objects)/SDL_systimer.lo $(objects)/SDL_evdev.lo $(objects)/SDL_evdev_kbd.lo'
|
|
OBJEXT='o'
|
|
OTOOL64=''
|
|
OTOOL=''
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME=''
|
|
PACKAGE_STRING=''
|
|
PACKAGE_TARNAME=''
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION=''
|
|
PATH_SEPARATOR=':'
|
|
PKG_CONFIG='/usr/bin/pkg-config'
|
|
POW_LIB=''
|
|
RANLIB='ranlib'
|
|
SDLMAIN_OBJECTS='$(objects)/SDL_dummy_main.o'
|
|
SDLTEST_OBJECTS='$(objects)/SDL_test_assert.o $(objects)/SDL_test_common.o $(objects)/SDL_test_compare.o $(objects)/SDL_test_crc32.o $(objects)/SDL_test_font.o $(objects)/SDL_test_fuzzer.o $(objects)/SDL_test_harness.o $(objects)/SDL_test_imageBlit.o $(objects)/SDL_test_imageBlitBlend.o $(objects)/SDL_test_imageFace.o $(objects)/SDL_test_imagePrimitives.o $(objects)/SDL_test_imagePrimitivesBlend.o $(objects)/SDL_test_log.o $(objects)/SDL_test_md5.o $(objects)/SDL_test_random.o'
|
|
SDL_BINARY_AGE='5'
|
|
SDL_CFLAGS=' -D_REENTRANT'
|
|
SDL_INTERFACE_AGE='0'
|
|
SDL_LIBS='-lSDL2 '
|
|
SDL_MAJOR_VERSION='2'
|
|
SDL_MICRO_VERSION='5'
|
|
SDL_MINOR_VERSION='0'
|
|
SDL_RLD_FLAGS='-Wl,-rpath,${libdir} -Wl,--enable-new-dtags'
|
|
SDL_STATIC_LIBS='-lSDL2 -Wl,--no-undefined -lm -ldl -lpthread -lrt'
|
|
SDL_VERSION='2.0.5'
|
|
SED='/bin/sed'
|
|
SET_MAKE=''
|
|
SHELL='/bin/bash'
|
|
STRIP='strip'
|
|
VERSION_OBJECTS=''
|
|
WAYLAND_SCANNER=''
|
|
WINDRES=':'
|
|
XMKMF=''
|
|
X_CFLAGS=''
|
|
X_EXTRA_LIBS=''
|
|
X_LIBS=''
|
|
X_PRE_LIBS=''
|
|
ac_aux_dir='build-scripts'
|
|
ac_ct_AR='ar'
|
|
ac_ct_CC='gcc'
|
|
ac_ct_CXX='g++'
|
|
ac_ct_DUMPBIN=''
|
|
bindir='${exec_prefix}/bin'
|
|
build='x86_64-unknown-linux-gnu'
|
|
build_alias=''
|
|
build_cpu='x86_64'
|
|
build_os='linux-gnu'
|
|
build_vendor='unknown'
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
docdir='${datarootdir}/doc/${PACKAGE}'
|
|
dvidir='${docdir}'
|
|
exec_prefix='${prefix}'
|
|
host='x86_64-unknown-linux-gnu'
|
|
host_alias=''
|
|
host_cpu='x86_64'
|
|
host_os='linux-gnu'
|
|
host_vendor='unknown'
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
mandir='${datarootdir}/man'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/usr/local/stow/SDL2-configure'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME ""
|
|
#define PACKAGE_TARNAME ""
|
|
#define PACKAGE_VERSION ""
|
|
#define PACKAGE_STRING ""
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_URL ""
|
|
#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 HAVE_DLFCN_H 1
|
|
#define LT_OBJDIR ".libs/"
|
|
#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 HAVE_M_PI /**/
|
|
#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_SETENV 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_VSSCANF 1
|
|
#define HAVE_VSNPRINTF 1
|
|
#define HAVE_FSEEKO 1
|
|
#define HAVE_FSEEKO64 1
|
|
#define HAVE_SIGACTION 1
|
|
#define HAVE_SETJMP 1
|
|
#define HAVE_NANOSLEEP 1
|
|
#define HAVE_SYSCONF 1
|
|
#define HAVE_GETAUXVAL 1
|
|
#define HAVE_ATAN 1
|
|
#define HAVE_ATAN2 1
|
|
#define HAVE_ACOS 1
|
|
#define HAVE_ASIN 1
|
|
#define HAVE_CEIL 1
|
|
#define HAVE_COPYSIGN 1
|
|
#define HAVE_COS 1
|
|
#define HAVE_COSF 1
|
|
#define HAVE_FABS 1
|
|
#define HAVE_FLOOR 1
|
|
#define HAVE_LOG 1
|
|
#define HAVE_POW 1
|
|
#define HAVE_SCALBN 1
|
|
#define HAVE_SIN 1
|
|
#define HAVE_SINF 1
|
|
#define HAVE_SQRT 1
|
|
#define HAVE_SQRTF 1
|
|
#define HAVE_TAN 1
|
|
#define HAVE_TANF 1
|
|
#define HAVE_ICONV 1
|
|
#define HAVE_SA_SIGACTION 1
|
|
#define HAVE_GCC_ATOMICS 1
|
|
#define SDL_ASSEMBLY_ROUTINES 1
|
|
#define SDL_VIDEO_DRIVER_DUMMY 1
|
|
#define SDL_AUDIO_DRIVER_DISK 1
|
|
#define SDL_AUDIO_DRIVER_DUMMY 1
|
|
#define SDL_LOADSO_DLOPEN 1
|
|
#define SDL_AUDIO_DRIVER_OSS 1
|
|
#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_X11_CONST_PARAM_XEXTADDDISPLAY 1
|
|
#define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
|
|
#define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
|
|
#define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
|
#define SDL_VIDEO_DRIVER_X11_XDBE 1
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
|
|
#define SDL_VIDEO_DRIVER_X11_XINERAMA 1
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
|
|
#define SDL_VIDEO_DRIVER_X11_XINPUT2 1
|
|
#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
|
|
#define SDL_VIDEO_DRIVER_X11_XRANDR 1
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
|
|
#define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
|
|
#define SDL_VIDEO_DRIVER_X11_XSHAPE 1
|
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
|
|
#define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
|
|
#define SDL_VIDEO_OPENGL 1
|
|
#define SDL_VIDEO_OPENGL_GLX 1
|
|
#define SDL_VIDEO_RENDER_OGL 1
|
|
#define SDL_VIDEO_OPENGL_EGL 1
|
|
#define SDL_USE_IME 1
|
|
#define SDL_INPUT_LINUXEV 1
|
|
#define SDL_INPUT_LINUXKD 1
|
|
#define SDL_THREAD_PTHREAD 1
|
|
#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
|
|
#define HAVE_SEM_TIMEDWAIT 1
|
|
#define HAVE_PTHREAD_SETNAME_NP 1
|
|
#define HAVE_CLOCK_GETTIME 1
|
|
#define SDL_JOYSTICK_LINUX 1
|
|
#define SDL_HAPTIC_LINUX 1
|
|
#define SDL_POWER_LINUX 1
|
|
#define SDL_FILESYSTEM_UNIX 1
|
|
#define SDL_TIMER_UNIX 1
|
|
|
|
configure: exit 0
|