3590 lines
111 KiB
Plaintext
3590 lines
111 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.68. Invocation command line was
|
|
|
|
$ ./configure --prefix=/usr --host=i686-quinn
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = raven
|
|
uname -m = x86_64
|
|
uname -r = 4.2.0-27-generic
|
|
uname -s = Linux
|
|
uname -v = #32-Ubuntu SMP Fri Jan 22 04:49:08 UTC 2016
|
|
|
|
/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/andrew/Quinn/cross/bin
|
|
PATH: /home/andrew/bin
|
|
PATH: /usr/local/sbin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/sbin
|
|
PATH: /usr/bin
|
|
PATH: /sbin
|
|
PATH: /bin
|
|
PATH: /usr/games
|
|
PATH: /usr/local/games
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2936: checking for i686-quinn-gcc
|
|
configure:2952: found /home/andrew/Quinn/cross/bin/i686-quinn-gcc
|
|
configure:2963: result: i686-quinn-gcc
|
|
configure:3232: checking for C compiler version
|
|
configure:3241: i686-quinn-gcc --version >&5
|
|
i686-quinn-gcc (GCC) 5.2.0
|
|
Copyright (C) 2015 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:3252: $? = 0
|
|
configure:3241: i686-quinn-gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=i686-quinn-gcc
|
|
COLLECT_LTO_WRAPPER=/home/andrew/Quinn/cross/libexec/gcc/i686-quinn/5.2.0/lto-wrapper
|
|
Target: i686-quinn
|
|
Configured with: ../gcc-5.2.0/configure --target=i686-quinn --prefix=/home/andrew/Quinn/cross --disable-nls --enable-languages=c,c++ --with-sysroot=/home/andrew/Quinn/sysroot --with-newlib
|
|
Thread model: single
|
|
gcc version 5.2.0 (GCC)
|
|
configure:3252: $? = 0
|
|
configure:3241: i686-quinn-gcc -V >&5
|
|
i686-quinn-gcc: error: unrecognized command line option '-V'
|
|
i686-quinn-gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:3252: $? = 1
|
|
configure:3241: i686-quinn-gcc -qversion >&5
|
|
i686-quinn-gcc: error: unrecognized command line option '-qversion'
|
|
i686-quinn-gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:3252: $? = 1
|
|
configure:3272: checking whether the C compiler works
|
|
configure:3294: i686-quinn-gcc conftest.c >&5
|
|
configure:3298: $? = 0
|
|
configure:3346: result: yes
|
|
configure:3349: checking for C compiler default output file name
|
|
configure:3351: result: a.out
|
|
configure:3357: checking for suffix of executables
|
|
configure:3364: i686-quinn-gcc -o conftest conftest.c >&5
|
|
configure:3368: $? = 0
|
|
configure:3390: result:
|
|
configure:3412: checking whether we are cross compiling
|
|
configure:3420: i686-quinn-gcc -o conftest conftest.c >&5
|
|
configure:3424: $? = 0
|
|
configure:3431: ./conftest
|
|
./configure: line 3433: 9551 Segmentation fault (core dumped) ./conftest$ac_cv_exeext
|
|
configure:3435: $? = 139
|
|
configure:3450: result: yes
|
|
configure:3455: checking for suffix of object files
|
|
configure:3477: i686-quinn-gcc -c conftest.c >&5
|
|
configure:3481: $? = 0
|
|
configure:3502: result: o
|
|
configure:3506: checking whether we are using the GNU C compiler
|
|
configure:3525: i686-quinn-gcc -c conftest.c >&5
|
|
configure:3525: $? = 0
|
|
configure:3534: result: yes
|
|
configure:3543: checking whether i686-quinn-gcc accepts -g
|
|
configure:3563: i686-quinn-gcc -c -g conftest.c >&5
|
|
configure:3563: $? = 0
|
|
configure:3604: result: yes
|
|
configure:3621: checking for i686-quinn-gcc option to accept ISO C89
|
|
configure:3685: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:3685: $? = 0
|
|
configure:3698: result: none needed
|
|
configure:3724: checking how to run the C preprocessor
|
|
configure:3755: i686-quinn-gcc -E conftest.c
|
|
configure:3755: $? = 0
|
|
configure:3769: i686-quinn-gcc -E conftest.c
|
|
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:3769: $? = 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:3794: result: i686-quinn-gcc -E
|
|
configure:3814: i686-quinn-gcc -E conftest.c
|
|
configure:3814: $? = 0
|
|
configure:3828: i686-quinn-gcc -E conftest.c
|
|
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:3828: $? = 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:3857: checking for grep that handles long lines and -e
|
|
configure:3915: result: /bin/grep
|
|
configure:3920: checking for egrep
|
|
configure:3982: result: /bin/grep -E
|
|
configure:3987: checking for ANSI C header files
|
|
configure:4007: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4007: $? = 0
|
|
configure:4091: result: yes
|
|
configure:4104: checking for sys/types.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4104: $? = 0
|
|
configure:4104: result: yes
|
|
configure:4104: checking for sys/stat.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4104: $? = 0
|
|
configure:4104: result: yes
|
|
configure:4104: checking for stdlib.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4104: $? = 0
|
|
configure:4104: result: yes
|
|
configure:4104: checking for string.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4104: $? = 0
|
|
configure:4104: result: yes
|
|
configure:4104: checking for memory.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:48:20: fatal error: memory.h: No such file or directory
|
|
compilation terminated.
|
|
configure:4104: $? = 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
|
|
| /* 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 <memory.h>
|
|
configure:4104: result: no
|
|
configure:4104: checking for strings.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4104: $? = 0
|
|
configure:4104: result: yes
|
|
configure:4104: checking for inttypes.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4104: $? = 0
|
|
configure:4104: result: yes
|
|
configure:4104: checking for stdint.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4104: $? = 0
|
|
configure:4104: result: yes
|
|
configure:4104: checking for unistd.h
|
|
configure:4104: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4104: $? = 0
|
|
configure:4104: result: yes
|
|
configure:4117: checking minix/config.h usability
|
|
configure:4117: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:51:26: fatal error: minix/config.h: No such file or directory
|
|
compilation terminated.
|
|
configure:4117: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| #include <minix/config.h>
|
|
configure:4117: result: no
|
|
configure:4117: checking minix/config.h presence
|
|
configure:4117: i686-quinn-gcc -E conftest.c
|
|
conftest.c:18:26: fatal error: minix/config.h: No such file or directory
|
|
compilation terminated.
|
|
configure:4117: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <minix/config.h>
|
|
configure:4117: result: no
|
|
configure:4117: checking for minix/config.h
|
|
configure:4117: result: no
|
|
configure:4138: checking whether it is safe to define __EXTENSIONS__
|
|
configure:4156: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4156: $? = 0
|
|
configure:4163: result: yes
|
|
configure:4262: checking build system type
|
|
configure:4276: result: x86_64-unknown-linux-gnu
|
|
configure:4296: checking host system type
|
|
configure:4309: result: i686-pc-quinn
|
|
configure:4329: checking for a sed that does not truncate output
|
|
configure:4393: result: /bin/sed
|
|
configure:4411: checking for fgrep
|
|
configure:4473: result: /bin/grep -F
|
|
configure:4508: checking for ld used by i686-quinn-gcc
|
|
configure:4575: result: /home/andrew/Quinn/cross/i686-quinn/bin/ld
|
|
configure:4582: checking if the linker (/home/andrew/Quinn/cross/i686-quinn/bin/ld) is GNU ld
|
|
configure:4597: result: yes
|
|
configure:4609: checking for BSD- or MS-compatible name lister (nm)
|
|
configure:4658: result: /home/andrew/Quinn/cross/bin/i686-quinn-nm -B
|
|
configure:4776: checking the name lister (/home/andrew/Quinn/cross/bin/i686-quinn-nm -B) interface
|
|
configure:4783: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:4786: /home/andrew/Quinn/cross/bin/i686-quinn-nm -B "conftest.o"
|
|
configure:4789: output
|
|
00000000 B some_variable
|
|
configure:4796: result: BSD nm
|
|
configure:4799: checking whether ln -s works
|
|
configure:4803: result: yes
|
|
configure:4811: checking the maximum length of command line arguments
|
|
configure:4937: result: 1572864
|
|
configure:4954: checking whether the shell understands some XSI constructs
|
|
configure:4964: result: yes
|
|
configure:4968: checking whether the shell understands "+="
|
|
configure:4974: result: yes
|
|
configure:5009: checking for /home/andrew/Quinn/cross/i686-quinn/bin/ld option to reload object files
|
|
configure:5016: result: -r
|
|
configure:5045: checking for i686-quinn-objdump
|
|
configure:5061: found /home/andrew/Quinn/cross/bin/i686-quinn-objdump
|
|
configure:5072: result: i686-quinn-objdump
|
|
configure:5141: checking how to recognize dependent libraries
|
|
configure:5339: result: unknown
|
|
configure:5359: checking for i686-quinn-ar
|
|
configure:5375: found /home/andrew/Quinn/cross/bin/i686-quinn-ar
|
|
configure:5386: result: i686-quinn-ar
|
|
configure:5464: checking for i686-quinn-strip
|
|
configure:5480: found /home/andrew/Quinn/cross/bin/i686-quinn-strip
|
|
configure:5491: result: i686-quinn-strip
|
|
configure:5563: checking for i686-quinn-ranlib
|
|
configure:5579: found /home/andrew/Quinn/cross/bin/i686-quinn-ranlib
|
|
configure:5590: result: i686-quinn-ranlib
|
|
configure:5720: checking command to parse /home/andrew/Quinn/cross/bin/i686-quinn-nm -B output from i686-quinn-gcc object
|
|
configure:5838: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:5841: $? = 0
|
|
configure:5845: /home/andrew/Quinn/cross/bin/i686-quinn-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
|
|
configure:5848: $? = 0
|
|
configure:5902: i686-quinn-gcc -o conftest -g -O2 conftest.c conftstm.o >&5
|
|
configure:5905: $? = 0
|
|
configure:5943: result: ok
|
|
configure:6748: checking for dlfcn.h
|
|
configure:6748: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:57:19: fatal error: dlfcn.h: No such file or directory
|
|
compilation terminated.
|
|
configure:6748: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| /* 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 <dlfcn.h>
|
|
configure:6748: result: no
|
|
configure:7230: checking for objdir
|
|
configure:7245: result: .libs
|
|
configure:7541: checking if i686-quinn-gcc supports -fno-rtti -fno-exceptions
|
|
configure:7559: i686-quinn-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:7563: $? = 0
|
|
configure:7576: result: no
|
|
configure:7596: checking for i686-quinn-gcc option to produce PIC
|
|
configure:7868: result: -fPIC -DPIC
|
|
configure:7880: checking if i686-quinn-gcc PIC flag -fPIC -DPIC works
|
|
configure:7898: i686-quinn-gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
|
|
configure:7902: $? = 0
|
|
configure:7915: result: yes
|
|
configure:7939: checking if i686-quinn-gcc static flag -static works
|
|
configure:7967: result: yes
|
|
configure:7982: checking if i686-quinn-gcc supports -c -o file.o
|
|
configure:8003: i686-quinn-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
|
configure:8007: $? = 0
|
|
configure:8029: result: yes
|
|
configure:8037: checking if i686-quinn-gcc supports -c -o file.o
|
|
configure:8084: result: yes
|
|
configure:8117: checking whether the i686-quinn-gcc linker (/home/andrew/Quinn/cross/i686-quinn/bin/ld) supports shared libraries
|
|
configure:9103: result: yes
|
|
configure:9140: checking whether -lc should be explicitly linked in
|
|
configure:9145: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:9148: $? = 0
|
|
configure:9163: i686-quinn-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
|
|
configure:9166: $? = 0
|
|
configure:9178: result: no
|
|
configure:9342: checking dynamic linker characteristics
|
|
configure:9995: result: no
|
|
configure:10097: checking how to hardcode library paths into programs
|
|
configure:10122: result: immediate
|
|
configure:10642: checking whether stripping libraries is possible
|
|
configure:10647: result: yes
|
|
configure:10682: checking if libtool supports shared libraries
|
|
configure:10684: result: no
|
|
configure:10687: checking whether to build shared libraries
|
|
configure:10708: result: no
|
|
configure:10711: checking whether to build static libraries
|
|
configure:10715: result: yes
|
|
configure:10791: checking whether byte ordering is bigendian
|
|
configure:10806: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:25:9: error: unknown type name 'not'
|
|
not a universal capable compiler
|
|
^
|
|
conftest.c:25:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
|
|
not a universal capable compiler
|
|
^
|
|
conftest.c:25:15: error: unknown type name 'universal'
|
|
configure:10806: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| /* end confdefs.h. */
|
|
| #ifndef __APPLE_CC__
|
|
| not a universal capable compiler
|
|
| #endif
|
|
| typedef int dummy;
|
|
|
|
|
configure:10851: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
configure:10851: $? = 0
|
|
configure:10869: i686-quinn-gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:31:4: error: unknown type name 'not'
|
|
not big endian
|
|
^
|
|
conftest.c:31:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
|
|
not big endian
|
|
^
|
|
configure:10869: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
|
|
| #include <sys/param.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| #if BYTE_ORDER != BIG_ENDIAN
|
|
| not big endian
|
|
| #endif
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:10997: result: no
|
|
configure:11032: checking for i686-quinn-gcc
|
|
configure:11059: result: i686-quinn-gcc
|
|
configure:11328: checking for C compiler version
|
|
configure:11337: i686-quinn-gcc --version >&5
|
|
i686-quinn-gcc (GCC) 5.2.0
|
|
Copyright (C) 2015 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:11348: $? = 0
|
|
configure:11337: i686-quinn-gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=i686-quinn-gcc
|
|
COLLECT_LTO_WRAPPER=/home/andrew/Quinn/cross/libexec/gcc/i686-quinn/5.2.0/lto-wrapper
|
|
Target: i686-quinn
|
|
Configured with: ../gcc-5.2.0/configure --target=i686-quinn --prefix=/home/andrew/Quinn/cross --disable-nls --enable-languages=c,c++ --with-sysroot=/home/andrew/Quinn/sysroot --with-newlib
|
|
Thread model: single
|
|
gcc version 5.2.0 (GCC)
|
|
configure:11348: $? = 0
|
|
configure:11337: i686-quinn-gcc -V >&5
|
|
i686-quinn-gcc: error: unrecognized command line option '-V'
|
|
i686-quinn-gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:11348: $? = 1
|
|
configure:11337: i686-quinn-gcc -qversion >&5
|
|
i686-quinn-gcc: error: unrecognized command line option '-qversion'
|
|
i686-quinn-gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:11348: $? = 1
|
|
configure:11352: checking whether we are using the GNU C compiler
|
|
configure:11380: result: yes
|
|
configure:11389: checking whether i686-quinn-gcc accepts -g
|
|
configure:11450: result: yes
|
|
configure:11467: checking for i686-quinn-gcc option to accept ISO C89
|
|
configure:11544: result: none needed
|
|
configure:11578: checking for i686-quinn-g++
|
|
configure:11594: found /home/andrew/Quinn/cross/bin/i686-quinn-g++
|
|
configure:11605: result: i686-quinn-g++
|
|
configure:11676: checking for C++ compiler version
|
|
configure:11685: i686-quinn-g++ --version >&5
|
|
i686-quinn-g++ (GCC) 5.2.0
|
|
Copyright (C) 2015 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:11696: $? = 0
|
|
configure:11685: i686-quinn-g++ -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=i686-quinn-g++
|
|
COLLECT_LTO_WRAPPER=/home/andrew/Quinn/cross/libexec/gcc/i686-quinn/5.2.0/lto-wrapper
|
|
Target: i686-quinn
|
|
Configured with: ../gcc-5.2.0/configure --target=i686-quinn --prefix=/home/andrew/Quinn/cross --disable-nls --enable-languages=c,c++ --with-sysroot=/home/andrew/Quinn/sysroot --with-newlib
|
|
Thread model: single
|
|
gcc version 5.2.0 (GCC)
|
|
configure:11696: $? = 0
|
|
configure:11685: i686-quinn-g++ -V >&5
|
|
i686-quinn-g++: error: unrecognized command line option '-V'
|
|
i686-quinn-g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:11696: $? = 1
|
|
configure:11685: i686-quinn-g++ -qversion >&5
|
|
i686-quinn-g++: error: unrecognized command line option '-qversion'
|
|
i686-quinn-g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:11696: $? = 1
|
|
configure:11700: checking whether we are using the GNU C++ compiler
|
|
configure:11719: i686-quinn-g++ -c conftest.cpp >&5
|
|
configure:11719: $? = 0
|
|
configure:11728: result: yes
|
|
configure:11737: checking whether i686-quinn-g++ accepts -g
|
|
configure:11757: i686-quinn-g++ -c -g conftest.cpp >&5
|
|
configure:11757: $? = 0
|
|
configure:11798: result: yes
|
|
configure:11934: checking for C++ compiler version
|
|
configure:11943: i686-quinn-g++ --version >&5
|
|
i686-quinn-g++ (GCC) 5.2.0
|
|
Copyright (C) 2015 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:11954: $? = 0
|
|
configure:11943: i686-quinn-g++ -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=i686-quinn-g++
|
|
COLLECT_LTO_WRAPPER=/home/andrew/Quinn/cross/libexec/gcc/i686-quinn/5.2.0/lto-wrapper
|
|
Target: i686-quinn
|
|
Configured with: ../gcc-5.2.0/configure --target=i686-quinn --prefix=/home/andrew/Quinn/cross --disable-nls --enable-languages=c,c++ --with-sysroot=/home/andrew/Quinn/sysroot --with-newlib
|
|
Thread model: single
|
|
gcc version 5.2.0 (GCC)
|
|
configure:11954: $? = 0
|
|
configure:11943: i686-quinn-g++ -V >&5
|
|
i686-quinn-g++: error: unrecognized command line option '-V'
|
|
i686-quinn-g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:11954: $? = 1
|
|
configure:11943: i686-quinn-g++ -qversion >&5
|
|
i686-quinn-g++: error: unrecognized command line option '-qversion'
|
|
i686-quinn-g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:11954: $? = 1
|
|
configure:11958: checking whether we are using the GNU C++ compiler
|
|
configure:11986: result: yes
|
|
configure:11995: checking whether i686-quinn-g++ accepts -g
|
|
configure:12056: result: yes
|
|
configure:12087: checking how to run the C++ preprocessor
|
|
configure:12114: i686-quinn-g++ -E conftest.cpp
|
|
configure:12114: $? = 0
|
|
configure:12128: i686-quinn-g++ -E conftest.cpp
|
|
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:12128: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:12153: result: i686-quinn-g++ -E
|
|
configure:12173: i686-quinn-g++ -E conftest.cpp
|
|
configure:12173: $? = 0
|
|
configure:12187: i686-quinn-g++ -E conftest.cpp
|
|
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:12187: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:12355: checking for ld used by i686-quinn-g++
|
|
configure:12422: result: /home/andrew/Quinn/cross/i686-quinn/bin/ld
|
|
configure:12429: checking if the linker (/home/andrew/Quinn/cross/i686-quinn/bin/ld) is GNU ld
|
|
configure:12444: result: yes
|
|
configure:12499: checking whether the i686-quinn-g++ linker (/home/andrew/Quinn/cross/i686-quinn/bin/ld) supports shared libraries
|
|
configure:13412: result: no
|
|
configure:13440: i686-quinn-g++ -c -g -O2 conftest.cpp >&5
|
|
configure:13443: $? = 0
|
|
configure:13625: checking for i686-quinn-g++ option to produce PIC
|
|
configure:13942: result: -fPIC -DPIC
|
|
configure:13951: checking if i686-quinn-g++ PIC flag -fPIC -DPIC works
|
|
configure:13969: i686-quinn-g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
|
|
configure:13973: $? = 0
|
|
configure:13986: result: yes
|
|
configure:14007: checking if i686-quinn-g++ static flag -static works
|
|
configure:14035: result: yes
|
|
configure:14047: checking if i686-quinn-g++ supports -c -o file.o
|
|
configure:14068: i686-quinn-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
|
configure:14072: $? = 0
|
|
configure:14094: result: yes
|
|
configure:14099: checking if i686-quinn-g++ supports -c -o file.o
|
|
configure:14146: result: yes
|
|
configure:14176: checking whether the i686-quinn-g++ linker (/home/andrew/Quinn/cross/i686-quinn/bin/ld) supports shared libraries
|
|
configure:14202: result: no
|
|
configure:14339: checking dynamic linker characteristics
|
|
configure:14940: result: no
|
|
configure:14991: checking how to hardcode library paths into programs
|
|
configure:15016: result: immediate
|
|
configure:15069: checking for a BSD-compatible install
|
|
configure:15137: result: /usr/bin/install -c
|
|
configure:15148: checking whether make sets $(MAKE)
|
|
configure:15170: result: yes
|
|
configure:15182: checking for i686-quinn-windres
|
|
configure:15212: result: no
|
|
configure:15222: checking for windres
|
|
configure:15252: result: no
|
|
configure:15332: checking for an ANSI C-conforming const
|
|
configure:15397: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15397: $? = 0
|
|
configure:15404: result: yes
|
|
configure:15412: checking for inline
|
|
configure:15428: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15428: $? = 0
|
|
configure:15436: result: inline
|
|
configure:15454: checking for working volatile
|
|
configure:15473: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15473: $? = 0
|
|
configure:15480: result: yes
|
|
configure:15500: checking for ANSI C header files
|
|
configure:15604: result: yes
|
|
configure:15615: checking for sys/types.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking stdio.h usability
|
|
configure:15615: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking stdio.h presence
|
|
configure:15615: i686-quinn-gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking for stdio.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking for stdlib.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking stddef.h usability
|
|
configure:15615: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking stddef.h presence
|
|
configure:15615: i686-quinn-gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking for stddef.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking stdarg.h usability
|
|
configure:15615: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking stdarg.h presence
|
|
configure:15615: i686-quinn-gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking for stdarg.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking malloc.h usability
|
|
configure:15615: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking malloc.h presence
|
|
configure:15615: i686-quinn-gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking for malloc.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking for memory.h
|
|
configure:15615: result: no
|
|
configure:15615: checking for string.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking for strings.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking for inttypes.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking for stdint.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking ctype.h usability
|
|
configure:15615: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking ctype.h presence
|
|
configure:15615: i686-quinn-gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking for ctype.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking math.h usability
|
|
configure:15615: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking math.h presence
|
|
configure:15615: i686-quinn-gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking for math.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking iconv.h usability
|
|
configure:15615: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking iconv.h presence
|
|
configure:15615: i686-quinn-gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking for iconv.h
|
|
configure:15615: result: yes
|
|
configure:15615: checking signal.h usability
|
|
configure:15615: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking signal.h presence
|
|
configure:15615: i686-quinn-gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
|
|
configure:15615: $? = 0
|
|
configure:15615: result: yes
|
|
configure:15615: checking for signal.h
|
|
configure:15615: result: yes
|
|
configure:15626: checking for size_t
|
|
configure:15626: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15626: $? = 0
|
|
configure:15626: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:77:21: error: expected expression before ')' token
|
|
if (sizeof ((size_t)))
|
|
^
|
|
configure:15626: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_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:15626: result: yes
|
|
configure:15638: checking for int64_t
|
|
configure:15638: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15638: $? = 0
|
|
configure:15638: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:77:22: error: expected expression before ')' token
|
|
if (sizeof ((int64_t)))
|
|
^
|
|
configure:15638: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| int
|
|
| main ()
|
|
| {
|
|
| if (sizeof ((int64_t)))
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:15638: result: yes
|
|
configure:15656: checking for working alloca.h
|
|
configure:15673: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15673: $? = 0
|
|
configure:15681: result: yes
|
|
configure:15689: checking for alloca
|
|
configure:15726: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:15726: $? = 0
|
|
configure:15734: result: yes
|
|
configure:15846: checking for working memcmp
|
|
configure:15899: result: no
|
|
configure:15912: checking for working strtod
|
|
configure:15963: result: no
|
|
configure:15972: checking for pow
|
|
configure:15972: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:67:6: warning: conflicting types for built-in function 'pow'
|
|
char pow ();
|
|
^
|
|
configure:15972: $? = 0
|
|
configure:15972: result: yes
|
|
configure:16029: checking for mprotect
|
|
configure:16029: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/cc0yxYUW.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:78: undefined reference to `mprotect'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16029: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| /* end confdefs.h. */
|
|
| /* Define mprotect to an innocuous variant, in case <limits.h> declares mprotect.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define mprotect innocuous_mprotect
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char mprotect (); 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 mprotect
|
|
|
|
|
| /* 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 mprotect ();
|
|
| /* 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_mprotect || defined __stub___mprotect
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return mprotect ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16029: result: no
|
|
configure:16058: checking for malloc
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:67:6: warning: conflicting types for built-in function 'malloc'
|
|
char malloc ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for calloc
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:68:6: warning: conflicting types for built-in function 'calloc'
|
|
char calloc ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for realloc
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:69:6: warning: conflicting types for built-in function 'realloc'
|
|
char realloc ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for free
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:70:6: warning: conflicting types for built-in function 'free'
|
|
char free ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for getenv
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for putenv
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for unsetenv
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for qsort
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for abs
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:75:6: warning: conflicting types for built-in function 'abs'
|
|
char abs ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for bcopy
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:76:6: warning: conflicting types for built-in function 'bcopy'
|
|
char bcopy ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for memset
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:77:6: warning: conflicting types for built-in function 'memset'
|
|
char memset ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for memcpy
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:78:6: warning: conflicting types for built-in function 'memcpy'
|
|
char memcpy ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for memmove
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:79:6: warning: conflicting types for built-in function 'memmove'
|
|
char memmove ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strlen
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:80:6: warning: conflicting types for built-in function 'strlen'
|
|
char strlen ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strlcpy
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strlcat
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strdup
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:83:6: warning: conflicting types for built-in function 'strdup'
|
|
char strdup ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for _strrev
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccsngr2K.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:95: undefined reference to `_strrev'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| /* end confdefs.h. */
|
|
| /* Define _strrev to an innocuous variant, in case <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:16058: result: no
|
|
configure:16058: checking for _strupr
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccGz3g7M.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:95: undefined reference to `_strupr'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| /* end confdefs.h. */
|
|
| /* Define _strupr to an innocuous variant, in case <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:16058: result: no
|
|
configure:16058: checking for _strlwr
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccRp1kPI.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:95: undefined reference to `_strlwr'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| /* end confdefs.h. */
|
|
| /* Define _strlwr to an innocuous variant, in case <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:16058: result: no
|
|
configure:16058: checking for strchr
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:84:6: warning: conflicting types for built-in function 'strchr'
|
|
char strchr ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strrchr
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:85:6: warning: conflicting types for built-in function 'strrchr'
|
|
char strrchr ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strstr
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:86:6: warning: conflicting types for built-in function 'strstr'
|
|
char strstr ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for itoa
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for _ltoa
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccxoRzfU.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:99: undefined reference to `_ltoa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 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:16058: result: no
|
|
configure:16058: checking for _uitoa
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccaMM4pW.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:99: undefined reference to `_uitoa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 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:16058: result: no
|
|
configure:16058: checking for _ultoa
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccaKICeZ.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:99: undefined reference to `_ultoa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 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:16058: result: no
|
|
configure:16058: checking for strtol
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strtoul
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for _i64toa
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/cc4n0RR5.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:101: undefined reference to `_i64toa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 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:16058: result: no
|
|
configure:16058: checking for _ui64toa
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccgUuoM8.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:101: undefined reference to `_ui64toa'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 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:16058: result: no
|
|
configure:16058: checking for strtoll
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strtoull
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for atoi
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for atof
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strcmp
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:94:6: warning: conflicting types for built-in function 'strcmp'
|
|
char strcmp ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for strncmp
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:95:6: warning: conflicting types for built-in function 'strncmp'
|
|
char strncmp ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for _stricmp
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/cca9wOGq.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:107: undefined reference to `_stricmp'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 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:16058: result: no
|
|
configure:16058: checking for strcasecmp
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:96:6: warning: conflicting types for built-in function 'strcasecmp'
|
|
char strcasecmp ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for _strnicmp
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccPRg9fz.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:108: undefined reference to `_strnicmp'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 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:16058: result: no
|
|
configure:16058: checking for strncasecmp
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:97:6: warning: conflicting types for built-in function 'strncasecmp'
|
|
char strncasecmp ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for sscanf
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:98:6: warning: conflicting types for built-in function 'sscanf'
|
|
char sscanf ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for snprintf
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:99:6: warning: conflicting types for built-in function 'snprintf'
|
|
char snprintf ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for vsnprintf
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c:100:6: warning: conflicting types for built-in function 'vsnprintf'
|
|
char vsnprintf ();
|
|
^
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for iconv
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccaaR0ZN.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:112: undefined reference to `iconv'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_STRTOLL 1
|
|
| #define HAVE_STRTOULL 1
|
|
| #define HAVE_ATOI 1
|
|
| #define HAVE_ATOF 1
|
|
| #define HAVE_STRCMP 1
|
|
| #define HAVE_STRNCMP 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_SSCANF 1
|
|
| #define HAVE_SNPRINTF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| /* end confdefs.h. */
|
|
| /* Define iconv to an innocuous variant, in case <limits.h> declares iconv.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define iconv innocuous_iconv
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char iconv (); 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 iconv
|
|
|
|
|
| /* 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 ();
|
|
| /* The GNU C library defines this for functions which it implements
|
|
| to always fail with ENOSYS. Some functions are actually named
|
|
| something starting with __ and the normal name is an alias. */
|
|
| #if defined __stub_iconv || defined __stub___iconv
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return iconv ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16058: result: no
|
|
configure:16058: checking for sigaction
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccj7xwtQ.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:112: undefined reference to `sigaction'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_STRTOLL 1
|
|
| #define HAVE_STRTOULL 1
|
|
| #define HAVE_ATOI 1
|
|
| #define HAVE_ATOF 1
|
|
| #define HAVE_STRCMP 1
|
|
| #define HAVE_STRNCMP 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_SSCANF 1
|
|
| #define HAVE_SNPRINTF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| /* end confdefs.h. */
|
|
| /* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define sigaction innocuous_sigaction
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char sigaction (); 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 sigaction
|
|
|
|
|
| /* 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 sigaction ();
|
|
| /* 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_sigaction || defined __stub___sigaction
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return sigaction ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16058: result: no
|
|
configure:16058: checking for setjmp
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:16058: $? = 0
|
|
configure:16058: result: yes
|
|
configure:16058: checking for nanosleep
|
|
configure:16058: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
/tmp/ccnKngaW.o: In function `main':
|
|
/home/andrew/SDL/conftest.c:113: undefined reference to `nanosleep'
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16058: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_STRTOLL 1
|
|
| #define HAVE_STRTOULL 1
|
|
| #define HAVE_ATOI 1
|
|
| #define HAVE_ATOF 1
|
|
| #define HAVE_STRCMP 1
|
|
| #define HAVE_STRNCMP 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_SSCANF 1
|
|
| #define HAVE_SNPRINTF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_SETJMP 1
|
|
| /* end confdefs.h. */
|
|
| /* Define nanosleep to an innocuous variant, in case <limits.h> declares nanosleep.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define nanosleep innocuous_nanosleep
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char nanosleep (); 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 nanosleep
|
|
|
|
|
| /* 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 nanosleep ();
|
|
| /* 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_nanosleep || defined __stub___nanosleep
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return nanosleep ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16058: result: no
|
|
configure:16068: checking for libiconv_open in -liconv
|
|
configure:16093: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -liconv >&5
|
|
/home/andrew/Quinn/cross/lib/gcc/i686-quinn/5.2.0/../../../../i686-quinn/bin/ld: cannot find -liconv
|
|
collect2: error: ld returned 1 exit status
|
|
configure:16093: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_STRTOLL 1
|
|
| #define HAVE_STRTOULL 1
|
|
| #define HAVE_ATOI 1
|
|
| #define HAVE_ATOF 1
|
|
| #define HAVE_STRCMP 1
|
|
| #define HAVE_STRNCMP 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_SSCANF 1
|
|
| #define HAVE_SNPRINTF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_SETJMP 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any GCC internal prototype to avoid an error.
|
|
| Use char because int might match the return type of a GCC
|
|
| builtin and then its argument prototype would still apply. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char libiconv_open ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return libiconv_open ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16102: result: no
|
|
configure:16108: checking for pow in -lm
|
|
configure:16133: i686-quinn-gcc -o conftest -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c -lm >&5
|
|
conftest.c:86:6: warning: conflicting types for built-in function 'pow'
|
|
char pow ();
|
|
^
|
|
configure:16133: $? = 0
|
|
configure:16142: result: yes
|
|
configure:16149: checking for struct sigaction.sa_sigaction
|
|
configure:16149: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:85:12: error: 'struct sigaction' has no member named 'sa_sigaction'
|
|
if (ac_aggr.sa_sigaction)
|
|
^
|
|
configure:16149: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_STRTOLL 1
|
|
| #define HAVE_STRTOULL 1
|
|
| #define HAVE_ATOI 1
|
|
| #define HAVE_ATOF 1
|
|
| #define HAVE_STRCMP 1
|
|
| #define HAVE_STRNCMP 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_SSCANF 1
|
|
| #define HAVE_SNPRINTF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_SETJMP 1
|
|
| /* end confdefs.h. */
|
|
| #include <signal.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| static struct sigaction ac_aggr;
|
|
| if (ac_aggr.sa_sigaction)
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16149: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:85:19: error: 'struct sigaction' has no member named 'sa_sigaction'
|
|
if (sizeof ac_aggr.sa_sigaction)
|
|
^
|
|
configure:16149: $? = 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_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define SDL_BYTEORDER 1234
|
|
| #define HAVE_LIBC 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STDDEF_H 1
|
|
| #define HAVE_STDARG_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_CTYPE_H 1
|
|
| #define HAVE_MATH_H 1
|
|
| #define HAVE_ICONV_H 1
|
|
| #define HAVE_SIGNAL_H 1
|
|
| #define SDL_HAS_64BIT_TYPE 1
|
|
| #define HAVE_ALLOCA_H 1
|
|
| #define HAVE_ALLOCA 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_CALLOC 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_FREE 1
|
|
| #define HAVE_GETENV 1
|
|
| #define HAVE_PUTENV 1
|
|
| #define HAVE_UNSETENV 1
|
|
| #define HAVE_QSORT 1
|
|
| #define HAVE_ABS 1
|
|
| #define HAVE_BCOPY 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_MEMCPY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_STRLEN 1
|
|
| #define HAVE_STRLCPY 1
|
|
| #define HAVE_STRLCAT 1
|
|
| #define HAVE_STRDUP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRRCHR 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_ITOA 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_STRTOUL 1
|
|
| #define HAVE_STRTOLL 1
|
|
| #define HAVE_STRTOULL 1
|
|
| #define HAVE_ATOI 1
|
|
| #define HAVE_ATOF 1
|
|
| #define HAVE_STRCMP 1
|
|
| #define HAVE_STRNCMP 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_SSCANF 1
|
|
| #define HAVE_SNPRINTF 1
|
|
| #define HAVE_VSNPRINTF 1
|
|
| #define HAVE_SETJMP 1
|
|
| /* end confdefs.h. */
|
|
| #include <signal.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| static struct sigaction ac_aggr;
|
|
| if (sizeof ac_aggr.sa_sigaction)
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:16149: result: no
|
|
configure:17965: checking for GCC -Wall option
|
|
configure:17985: i686-quinn-gcc -c -g -O2 -I./include -D_GNU_SOURCE=1 -Wall -I./include -D_GNU_SOURCE=1 conftest.c >&5
|
|
configure:17985: $? = 0
|
|
configure:17991: result: yes
|
|
configure:17998: checking for necessary GCC -Wno-multichar option
|
|
configure:18006: result: no
|
|
configure:22331: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by config.status, which was
|
|
generated by GNU Autoconf 2.68. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on raven
|
|
|
|
config.status:1231: creating Makefile
|
|
config.status:1231: creating sdl-config
|
|
config.status:1231: creating SDL.spec
|
|
config.status:1231: creating SDL.qpg
|
|
config.status:1231: creating sdl.pc
|
|
config.status:1231: creating include/SDL_config.h
|
|
config.status:1406: include/SDL_config.h is unchanged
|
|
config.status:1420: executing libtool commands
|
|
config.status:1420: executing default commands
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_build=x86_64-unknown-linux-gnu
|
|
ac_cv_c_bigendian=no
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_c_const=yes
|
|
ac_cv_c_inline=inline
|
|
ac_cv_c_volatile=yes
|
|
ac_cv_cxx_compiler_gnu=yes
|
|
ac_cv_env_CCC_set=
|
|
ac_cv_env_CCC_value=
|
|
ac_cv_env_CC_set=
|
|
ac_cv_env_CC_value=
|
|
ac_cv_env_CFLAGS_set=
|
|
ac_cv_env_CFLAGS_value=
|
|
ac_cv_env_CPPFLAGS_set=
|
|
ac_cv_env_CPPFLAGS_value=
|
|
ac_cv_env_CPP_set=
|
|
ac_cv_env_CPP_value=
|
|
ac_cv_env_CXXCPP_set=
|
|
ac_cv_env_CXXCPP_value=
|
|
ac_cv_env_CXXFLAGS_set=
|
|
ac_cv_env_CXXFLAGS_value=
|
|
ac_cv_env_CXX_set=
|
|
ac_cv_env_CXX_value=
|
|
ac_cv_env_LDFLAGS_set=
|
|
ac_cv_env_LDFLAGS_value=
|
|
ac_cv_env_LIBS_set=
|
|
ac_cv_env_LIBS_value=
|
|
ac_cv_env_XMKMF_set=
|
|
ac_cv_env_XMKMF_value=
|
|
ac_cv_env_build_alias_set=
|
|
ac_cv_env_build_alias_value=
|
|
ac_cv_env_host_alias_set=set
|
|
ac_cv_env_host_alias_value=i686-quinn
|
|
ac_cv_env_target_alias_set=
|
|
ac_cv_env_target_alias_value=
|
|
ac_cv_func__i64toa=no
|
|
ac_cv_func__ltoa=no
|
|
ac_cv_func__stricmp=no
|
|
ac_cv_func__strlwr=no
|
|
ac_cv_func__strnicmp=no
|
|
ac_cv_func__strrev=no
|
|
ac_cv_func__strupr=no
|
|
ac_cv_func__ui64toa=no
|
|
ac_cv_func__uitoa=no
|
|
ac_cv_func__ultoa=no
|
|
ac_cv_func_abs=yes
|
|
ac_cv_func_alloca_works=yes
|
|
ac_cv_func_atof=yes
|
|
ac_cv_func_atoi=yes
|
|
ac_cv_func_bcopy=yes
|
|
ac_cv_func_calloc=yes
|
|
ac_cv_func_free=yes
|
|
ac_cv_func_getenv=yes
|
|
ac_cv_func_iconv=no
|
|
ac_cv_func_itoa=yes
|
|
ac_cv_func_malloc=yes
|
|
ac_cv_func_memcmp_working=no
|
|
ac_cv_func_memcpy=yes
|
|
ac_cv_func_memmove=yes
|
|
ac_cv_func_memset=yes
|
|
ac_cv_func_mprotect=no
|
|
ac_cv_func_nanosleep=no
|
|
ac_cv_func_pow=yes
|
|
ac_cv_func_putenv=yes
|
|
ac_cv_func_qsort=yes
|
|
ac_cv_func_realloc=yes
|
|
ac_cv_func_setjmp=yes
|
|
ac_cv_func_sigaction=no
|
|
ac_cv_func_snprintf=yes
|
|
ac_cv_func_sscanf=yes
|
|
ac_cv_func_strcasecmp=yes
|
|
ac_cv_func_strchr=yes
|
|
ac_cv_func_strcmp=yes
|
|
ac_cv_func_strdup=yes
|
|
ac_cv_func_strlcat=yes
|
|
ac_cv_func_strlcpy=yes
|
|
ac_cv_func_strlen=yes
|
|
ac_cv_func_strncasecmp=yes
|
|
ac_cv_func_strncmp=yes
|
|
ac_cv_func_strrchr=yes
|
|
ac_cv_func_strstr=yes
|
|
ac_cv_func_strtod=no
|
|
ac_cv_func_strtol=yes
|
|
ac_cv_func_strtoll=yes
|
|
ac_cv_func_strtoul=yes
|
|
ac_cv_func_strtoull=yes
|
|
ac_cv_func_unsetenv=yes
|
|
ac_cv_func_vsnprintf=yes
|
|
ac_cv_header_ctype_h=yes
|
|
ac_cv_header_dlfcn_h=no
|
|
ac_cv_header_iconv_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_malloc_h=yes
|
|
ac_cv_header_math_h=yes
|
|
ac_cv_header_memory_h=no
|
|
ac_cv_header_minix_config_h=no
|
|
ac_cv_header_signal_h=yes
|
|
ac_cv_header_stdarg_h=yes
|
|
ac_cv_header_stdc=yes
|
|
ac_cv_header_stddef_h=yes
|
|
ac_cv_header_stdint_h=yes
|
|
ac_cv_header_stdio_h=yes
|
|
ac_cv_header_stdlib_h=yes
|
|
ac_cv_header_string_h=yes
|
|
ac_cv_header_strings_h=yes
|
|
ac_cv_header_sys_stat_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_host=i686-pc-quinn
|
|
ac_cv_lib_iconv_libiconv_open=no
|
|
ac_cv_lib_m_pow=yes
|
|
ac_cv_member_struct_sigaction_sa_sigaction=no
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/bin/grep -E'
|
|
ac_cv_path_FGREP='/bin/grep -F'
|
|
ac_cv_path_GREP=/bin/grep
|
|
ac_cv_path_SED=/bin/sed
|
|
ac_cv_path_install='/usr/bin/install -c'
|
|
ac_cv_prog_AR=i686-quinn-ar
|
|
ac_cv_prog_CC=i686-quinn-gcc
|
|
ac_cv_prog_CPP='i686-quinn-gcc -E'
|
|
ac_cv_prog_CXX=i686-quinn-g++
|
|
ac_cv_prog_CXXCPP='i686-quinn-g++ -E'
|
|
ac_cv_prog_OBJDUMP=i686-quinn-objdump
|
|
ac_cv_prog_RANLIB=i686-quinn-ranlib
|
|
ac_cv_prog_STRIP=i686-quinn-strip
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_cxx_g=yes
|
|
ac_cv_prog_make_make_set=yes
|
|
ac_cv_safe_to_define___extensions__=yes
|
|
ac_cv_type_int64_t=yes
|
|
ac_cv_type_size_t=yes
|
|
ac_cv_working_alloca_h=yes
|
|
lt_cv_deplibs_check_method=unknown
|
|
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=/home/andrew/Quinn/cross/i686-quinn/bin/ld
|
|
lt_cv_path_LDCXX=/home/andrew/Quinn/cross/i686-quinn/bin/ld
|
|
lt_cv_path_NM='/home/andrew/Quinn/cross/bin/i686-quinn-nm -B'
|
|
lt_cv_prog_compiler_c_o=yes
|
|
lt_cv_prog_compiler_c_o_CXX=yes
|
|
lt_cv_prog_compiler_pic_works=yes
|
|
lt_cv_prog_compiler_pic_works_CXX=yes
|
|
lt_cv_prog_compiler_rtti_exceptions=no
|
|
lt_cv_prog_compiler_static_works=yes
|
|
lt_cv_prog_compiler_static_works_CXX=yes
|
|
lt_cv_prog_gnu_ld=yes
|
|
lt_cv_prog_gnu_ldcxx=yes
|
|
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
|
|
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
|
|
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
|
|
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
|
|
lt_cv_sys_max_cmd_len=1572864
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
ALLOCA=''
|
|
ALSA_CFLAGS=''
|
|
ALSA_LIBS=''
|
|
AR='i686-quinn-ar'
|
|
ARTSCONFIG=''
|
|
AS='as'
|
|
BUILD_CFLAGS='-g -O2 '
|
|
BUILD_LDFLAGS=''
|
|
CACACONFIG=''
|
|
CC='i686-quinn-gcc'
|
|
CFLAGS='-g -O2 -I./include -D_GNU_SOURCE=1'
|
|
CPP='i686-quinn-gcc -E'
|
|
CPPFLAGS=' -I./include -D_GNU_SOURCE=1'
|
|
CXX='i686-quinn-g++'
|
|
CXXCPP='i686-quinn-g++ -E'
|
|
CXXFLAGS='-g -O2'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DIRECTFBCONFIG=''
|
|
DLLTOOL='dlltool'
|
|
DSYMUTIL=''
|
|
DUMPBIN=''
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/bin/grep -E'
|
|
ENABLE_SHARED_FALSE=''
|
|
ENABLE_SHARED_TRUE='#'
|
|
ENABLE_STATIC_FALSE='#'
|
|
ENABLE_STATIC_TRUE=''
|
|
ESD_CFLAGS=''
|
|
ESD_CONFIG=''
|
|
ESD_LIBS=''
|
|
EXEEXT=''
|
|
EXTRA_CFLAGS='-I./include -D_GNU_SOURCE=1 -Wall'
|
|
EXTRA_LDFLAGS=' -lm'
|
|
FGREP='/bin/grep -F'
|
|
GREP='/bin/grep'
|
|
INCLUDE='-I./include'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
LD='/home/andrew/Quinn/cross/i686-quinn/bin/ld'
|
|
LDFLAGS=' '
|
|
LIBOBJS=' ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}strtod$U.o'
|
|
LIBS=''
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
LIPO=''
|
|
LN_S='ln -s'
|
|
LTLIBOBJS=' ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}strtod$U.lo'
|
|
LT_AGE='11'
|
|
LT_CURRENT='11'
|
|
LT_RELEASE='1.2'
|
|
LT_REVISION='4'
|
|
NASM=''
|
|
NASMFLAGS=''
|
|
NM='/home/andrew/Quinn/cross/bin/i686-quinn-nm -B'
|
|
NMEDIT=''
|
|
OBJDUMP='i686-quinn-objdump'
|
|
OBJECTS='$(objects)/SDL.lo $(objects)/SDL_error.lo $(objects)/SDL_fatal.lo $(objects)/SDL_audio.lo $(objects)/SDL_audiocvt.lo $(objects)/SDL_audiodev.lo $(objects)/SDL_mixer.lo $(objects)/SDL_mixer_MMX.lo $(objects)/SDL_mixer_MMX_VC.lo $(objects)/SDL_mixer_m68k.lo $(objects)/SDL_wave.lo $(objects)/SDL_cdrom.lo $(objects)/SDL_cpuinfo.lo $(objects)/SDL_active.lo $(objects)/SDL_events.lo $(objects)/SDL_expose.lo $(objects)/SDL_keyboard.lo $(objects)/SDL_mouse.lo $(objects)/SDL_quit.lo $(objects)/SDL_resize.lo $(objects)/SDL_rwops.lo $(objects)/SDL_getenv.lo $(objects)/SDL_iconv.lo $(objects)/SDL_malloc.lo $(objects)/SDL_qsort.lo $(objects)/SDL_stdlib.lo $(objects)/SDL_string.lo $(objects)/SDL_thread.lo $(objects)/SDL_timer.lo $(objects)/SDL_RLEaccel.lo $(objects)/SDL_blit.lo $(objects)/SDL_blit_0.lo $(objects)/SDL_blit_1.lo $(objects)/SDL_blit_A.lo $(objects)/SDL_blit_N.lo $(objects)/SDL_bmp.lo $(objects)/SDL_cursor.lo $(objects)/SDL_gamma.lo $(objects)/SDL_pixels.lo $(objects)/SDL_stretch.lo $(objects)/SDL_surface.lo $(objects)/SDL_video.lo $(objects)/SDL_yuv.lo $(objects)/SDL_yuv_mmx.lo $(objects)/SDL_yuv_sw.lo $(objects)/SDL_joystick.lo $(objects)/SDL_nullevents.lo $(objects)/SDL_nullmouse.lo $(objects)/SDL_nullvideo.lo $(objects)/SDL_dummyaudio.lo $(objects)/SDL_quinnevents.lo $(objects)/SDL_quinnmouse.lo $(objects)/SDL_quinnvideo.lo $(objects)/SDL_systimer.lo $(objects)/SDL_sysjoystick.lo $(objects)/SDL_syscdrom.lo $(objects)/SDL_syscond.lo $(objects)/SDL_sysmutex.lo $(objects)/SDL_syssem.lo $(objects)/SDL_systhread.lo $(objects)/SDL_sysloadso.lo'
|
|
OBJEXT='o'
|
|
OSMESA_CONFIG=''
|
|
OTOOL64=''
|
|
OTOOL=''
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME=''
|
|
PACKAGE_STRING=''
|
|
PACKAGE_TARNAME=''
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION=''
|
|
PATH_SEPARATOR=':'
|
|
PKG_CONFIG=''
|
|
POW_LIB=''
|
|
PTH_CONFIG=''
|
|
RANLIB='i686-quinn-ranlib'
|
|
SDLMAIN_LDFLAGS='-static'
|
|
SDLMAIN_OBJECTS='$(objects)/SDL_dummy_main.lo'
|
|
SDLMAIN_SOURCES='./src/main/dummy/*.c'
|
|
SDL_BINARY_AGE='15'
|
|
SDL_CFLAGS='-D_GNU_SOURCE=1'
|
|
SDL_INTERFACE_AGE='4'
|
|
SDL_LIBS='-lSDL -lquinn -lpng -lz -lm -lfreetype'
|
|
SDL_MAJOR_VERSION='1'
|
|
SDL_MICRO_VERSION='15'
|
|
SDL_MINOR_VERSION='2'
|
|
SDL_RLD_FLAGS=''
|
|
SDL_STATIC_LIBS='-lSDL -lquinn -lpng -lz -lm -lfreetype -lm'
|
|
SDL_VERSION='1.2.15'
|
|
SED='/bin/sed'
|
|
SET_MAKE=''
|
|
SHELL='/bin/bash'
|
|
SOURCES=' ./src/*.c ./src/audio/*.c ./src/cdrom/*.c ./src/cpuinfo/*.c ./src/events/*.c ./src/file/*.c ./src/stdlib/*.c ./src/thread/*.c ./src/timer/*.c ./src/video/*.c ./src/joystick/*.c ./src/video/dummy/*.c ./src/audio/dummy/*.c ./src/video/quinn/*.c ./src/timer/quinn/*.c ./src/joystick/dummy/*.c ./src/cdrom/dummy/*.c ./src/thread/generic/*.c ./src/loadso/dummy/*.c'
|
|
STRIP='i686-quinn-strip'
|
|
WINDRES=':'
|
|
XMKMF=''
|
|
X_CFLAGS=''
|
|
X_EXTRA_LIBS=''
|
|
X_LIBS=''
|
|
X_PRE_LIBS=''
|
|
ac_aux_dir='build-scripts'
|
|
ac_ct_CC=''
|
|
ac_ct_CXX=''
|
|
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='i686-pc-quinn'
|
|
host_alias='i686-quinn'
|
|
host_cpu='i686'
|
|
host_os='quinn'
|
|
host_vendor='pc'
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
lt_ECHO='echo'
|
|
mandir='${datarootdir}/man'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/usr'
|
|
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_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define __EXTENSIONS__ 1
|
|
#define _ALL_SOURCE 1
|
|
#define _GNU_SOURCE 1
|
|
#define _POSIX_PTHREAD_SEMANTICS 1
|
|
#define _TANDEM_SOURCE 1
|
|
#define LT_OBJDIR ".libs/"
|
|
#define SDL_BYTEORDER 1234
|
|
#define HAVE_LIBC 1
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_STDIO_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STDDEF_H 1
|
|
#define HAVE_STDARG_H 1
|
|
#define HAVE_MALLOC_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_CTYPE_H 1
|
|
#define HAVE_MATH_H 1
|
|
#define HAVE_ICONV_H 1
|
|
#define HAVE_SIGNAL_H 1
|
|
#define SDL_HAS_64BIT_TYPE 1
|
|
#define HAVE_ALLOCA_H 1
|
|
#define HAVE_ALLOCA 1
|
|
#define HAVE_MALLOC 1
|
|
#define HAVE_CALLOC 1
|
|
#define HAVE_REALLOC 1
|
|
#define HAVE_FREE 1
|
|
#define HAVE_GETENV 1
|
|
#define HAVE_PUTENV 1
|
|
#define HAVE_UNSETENV 1
|
|
#define HAVE_QSORT 1
|
|
#define HAVE_ABS 1
|
|
#define HAVE_BCOPY 1
|
|
#define HAVE_MEMSET 1
|
|
#define HAVE_MEMCPY 1
|
|
#define HAVE_MEMMOVE 1
|
|
#define HAVE_STRLEN 1
|
|
#define HAVE_STRLCPY 1
|
|
#define HAVE_STRLCAT 1
|
|
#define HAVE_STRDUP 1
|
|
#define HAVE_STRCHR 1
|
|
#define HAVE_STRRCHR 1
|
|
#define HAVE_STRSTR 1
|
|
#define HAVE_ITOA 1
|
|
#define HAVE_STRTOL 1
|
|
#define HAVE_STRTOUL 1
|
|
#define HAVE_STRTOLL 1
|
|
#define HAVE_STRTOULL 1
|
|
#define HAVE_ATOI 1
|
|
#define HAVE_ATOF 1
|
|
#define HAVE_STRCMP 1
|
|
#define HAVE_STRNCMP 1
|
|
#define HAVE_STRCASECMP 1
|
|
#define HAVE_STRNCASECMP 1
|
|
#define HAVE_SSCANF 1
|
|
#define HAVE_SNPRINTF 1
|
|
#define HAVE_VSNPRINTF 1
|
|
#define HAVE_SETJMP 1
|
|
#define SDL_ASSEMBLY_ROUTINES 1
|
|
#define SDL_VIDEO_DISABLE_SCREENSAVER 1
|
|
#define SDL_VIDEO_DRIVER_DUMMY 1
|
|
#define SDL_AUDIO_DRIVER_DUMMY 1
|
|
#define SDL_VIDEO_DRIVER_QUINN 1
|
|
#define SDL_TIMER_QUINN 1
|
|
#define SDL_JOYSTICK_DUMMY 1
|
|
#define SDL_CDROM_DISABLED 1
|
|
#define SDL_THREADS_DISABLED 1
|
|
#define SDL_LOADSO_DISABLED 1
|
|
|
|
configure: exit 0
|