mirror of
https://github.com/love2d/love-android.git
synced 2026-08-15 07:41:26 +02:00
1158 lines
37 KiB
Plaintext
1158 lines
37 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
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = dormouse
|
|
uname -m = i686
|
|
uname -r = 2.6.38-13-generic-pae
|
|
uname -s = Linux
|
|
uname -v = #52-Ubuntu SMP Tue Nov 8 17:50:45 UTC 2011
|
|
|
|
/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: /usr/lib/git-core
|
|
PATH: /usr/local/sbin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/sbin
|
|
PATH: /usr/bin
|
|
PATH: /sbin
|
|
PATH: /bin
|
|
PATH: /usr/games
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2543: checking for a BSD-compatible install
|
|
configure:2611: result: /usr/bin/install -c
|
|
configure:2622: checking whether build environment is sane
|
|
configure:2672: result: yes
|
|
configure:2813: checking for a thread-safe mkdir -p
|
|
configure:2852: result: /bin/mkdir -p
|
|
configure:2865: checking for gawk
|
|
configure:2881: found /usr/bin/gawk
|
|
configure:2892: result: gawk
|
|
configure:2903: checking whether make sets $(MAKE)
|
|
configure:2925: result: yes
|
|
configure:3127: checking for gcc
|
|
configure:3143: found /usr/bin/gcc
|
|
configure:3154: result: gcc
|
|
configure:3383: checking for C compiler version
|
|
configure:3392: gcc --version >&5
|
|
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
|
|
Copyright (C) 2010 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:3403: $? = 0
|
|
configure:3392: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
|
|
Target: i686-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
|
|
Thread model: posix
|
|
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
|
|
configure:3403: $? = 0
|
|
configure:3392: gcc -V >&5
|
|
gcc: '-V' option must have argument
|
|
configure:3403: $? = 1
|
|
configure:3392: gcc -qversion >&5
|
|
gcc: unrecognized option '-qversion'
|
|
gcc: no input files
|
|
configure:3403: $? = 1
|
|
configure:3423: checking whether the C compiler works
|
|
configure:3445: gcc conftest.c >&5
|
|
configure:3449: $? = 0
|
|
configure:3497: result: yes
|
|
configure:3500: checking for C compiler default output file name
|
|
configure:3502: result: a.out
|
|
configure:3508: checking for suffix of executables
|
|
configure:3515: gcc -o conftest conftest.c >&5
|
|
configure:3519: $? = 0
|
|
configure:3541: result:
|
|
configure:3563: checking whether we are cross compiling
|
|
configure:3571: gcc -o conftest conftest.c >&5
|
|
configure:3575: $? = 0
|
|
configure:3582: ./conftest
|
|
configure:3586: $? = 0
|
|
configure:3601: result: no
|
|
configure:3606: checking for suffix of object files
|
|
configure:3628: gcc -c conftest.c >&5
|
|
configure:3632: $? = 0
|
|
configure:3653: result: o
|
|
configure:3657: checking whether we are using the GNU C compiler
|
|
configure:3676: gcc -c conftest.c >&5
|
|
configure:3676: $? = 0
|
|
configure:3685: result: yes
|
|
configure:3694: checking whether gcc accepts -g
|
|
configure:3714: gcc -c -g conftest.c >&5
|
|
configure:3714: $? = 0
|
|
configure:3755: result: yes
|
|
configure:3772: checking for gcc option to accept ISO C89
|
|
configure:3836: gcc -c -g -O2 conftest.c >&5
|
|
configure:3836: $? = 0
|
|
configure:3849: result: none needed
|
|
configure:3880: checking for style of include used by make
|
|
configure:3908: result: GNU
|
|
configure:3933: checking dependency style of gcc
|
|
configure:4043: result: gcc3
|
|
configure:4116: checking for g++
|
|
configure:4132: found /usr/bin/g++
|
|
configure:4143: result: g++
|
|
configure:4170: checking for C++ compiler version
|
|
configure:4179: g++ --version >&5
|
|
g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
|
|
Copyright (C) 2010 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:4190: $? = 0
|
|
configure:4179: g++ -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=g++
|
|
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
|
|
Target: i686-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
|
|
Thread model: posix
|
|
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
|
|
configure:4190: $? = 0
|
|
configure:4179: g++ -V >&5
|
|
g++: '-V' option must have argument
|
|
configure:4190: $? = 1
|
|
configure:4179: g++ -qversion >&5
|
|
g++: unrecognized option '-qversion'
|
|
g++: no input files
|
|
configure:4190: $? = 1
|
|
configure:4194: checking whether we are using the GNU C++ compiler
|
|
configure:4213: g++ -c conftest.cpp >&5
|
|
configure:4213: $? = 0
|
|
configure:4222: result: yes
|
|
configure:4231: checking whether g++ accepts -g
|
|
configure:4251: g++ -c -g conftest.cpp >&5
|
|
configure:4251: $? = 0
|
|
configure:4292: result: yes
|
|
configure:4317: checking dependency style of g++
|
|
configure:4427: result: gcc3
|
|
configure:4454: checking how to run the C++ preprocessor
|
|
configure:4481: g++ -E conftest.cpp
|
|
configure:4481: $? = 0
|
|
configure:4495: g++ -E conftest.cpp
|
|
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:4495: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:4520: result: g++ -E
|
|
configure:4540: g++ -E conftest.cpp
|
|
configure:4540: $? = 0
|
|
configure:4554: g++ -E conftest.cpp
|
|
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:4554: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:4583: checking for grep that handles long lines and -e
|
|
configure:4641: result: /bin/grep
|
|
configure:4646: checking for egrep
|
|
configure:4708: result: /bin/grep -E
|
|
configure:4713: checking for ANSI C header files
|
|
configure:4733: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4733: $? = 0
|
|
configure:4806: g++ -o conftest -g -O2 conftest.cpp >&5
|
|
configure:4806: $? = 0
|
|
configure:4806: ./conftest
|
|
configure:4806: $? = 0
|
|
configure:4817: result: yes
|
|
configure:4830: checking for sys/types.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4830: checking for sys/stat.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4830: checking for stdlib.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4830: checking for string.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4830: checking for memory.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4830: checking for strings.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4830: checking for inttypes.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4830: checking for stdint.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4830: checking for unistd.h
|
|
configure:4830: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4830: $? = 0
|
|
configure:4830: result: yes
|
|
configure:4842: checking whether byte ordering is bigendian
|
|
configure:4857: g++ -c -g -O2 conftest.cpp >&5
|
|
conftest.cpp:22:9: error: expected unqualified-id before 'not' token
|
|
configure:4857: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| /* end confdefs.h. */
|
|
| #ifndef __APPLE_CC__
|
|
| not a universal capable compiler
|
|
| #endif
|
|
| typedef int dummy;
|
|
|
|
|
configure:4902: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:4902: $? = 0
|
|
configure:4920: g++ -c -g -O2 conftest.cpp >&5
|
|
conftest.cpp: In function 'int main()':
|
|
conftest.cpp:28:8: error: 'big' was not declared in this scope
|
|
conftest.cpp:28:12: error: expected ';' before 'endian'
|
|
configure:4920: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
|
|
| #include <sys/param.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| #if BYTE_ORDER != BIG_ENDIAN
|
|
| not big endian
|
|
| #endif
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:5048: result: no
|
|
configure:5099: checking build system type
|
|
configure:5113: result: i686-pc-linux-gnu
|
|
configure:5133: checking host system type
|
|
configure:5146: result: i686-pc-linux-gnu
|
|
configure:5187: checking how to print strings
|
|
configure:5214: result: printf
|
|
configure:5235: checking for a sed that does not truncate output
|
|
configure:5299: result: /bin/sed
|
|
configure:5317: checking for fgrep
|
|
configure:5379: result: /bin/grep -F
|
|
configure:5414: checking for ld used by gcc
|
|
configure:5481: result: /usr/bin/ld
|
|
configure:5488: checking if the linker (/usr/bin/ld) is GNU ld
|
|
configure:5503: result: yes
|
|
configure:5515: checking for BSD- or MS-compatible name lister (nm)
|
|
configure:5564: result: /usr/bin/nm -B
|
|
configure:5694: checking the name lister (/usr/bin/nm -B) interface
|
|
configure:5701: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:5704: /usr/bin/nm -B "conftest.o"
|
|
configure:5707: output
|
|
00000000 B some_variable
|
|
configure:5714: result: BSD nm
|
|
configure:5717: checking whether ln -s works
|
|
configure:5721: result: yes
|
|
configure:5729: checking the maximum length of command line arguments
|
|
configure:5854: result: 1572864
|
|
configure:5871: checking whether the shell understands some XSI constructs
|
|
configure:5881: result: yes
|
|
configure:5885: checking whether the shell understands "+="
|
|
configure:5891: result: yes
|
|
configure:5926: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
|
|
configure:5966: result: func_convert_file_noop
|
|
configure:5973: checking how to convert i686-pc-linux-gnu file names to toolchain format
|
|
configure:5993: result: func_convert_file_noop
|
|
configure:6000: checking for /usr/bin/ld option to reload object files
|
|
configure:6007: result: -r
|
|
configure:6081: checking for objdump
|
|
configure:6097: found /usr/bin/objdump
|
|
configure:6108: result: objdump
|
|
configure:6140: checking how to recognize dependent libraries
|
|
configure:6342: result: pass_all
|
|
configure:6427: checking for dlltool
|
|
configure:6457: result: no
|
|
configure:6487: checking how to associate runtime and link libraries
|
|
configure:6514: result: printf %s\n
|
|
configure:6574: checking for ar
|
|
configure:6590: found /usr/bin/ar
|
|
configure:6601: result: ar
|
|
configure:6638: checking for archiver @FILE support
|
|
configure:6655: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:6655: $? = 0
|
|
configure:6658: ar cru libconftest.a @conftest.lst >&5
|
|
configure:6661: $? = 0
|
|
configure:6666: ar cru libconftest.a @conftest.lst >&5
|
|
ar: conftest.o: No such file or directory
|
|
configure:6669: $? = 1
|
|
configure:6681: result: @
|
|
configure:6739: checking for strip
|
|
configure:6755: found /usr/bin/strip
|
|
configure:6766: result: strip
|
|
configure:6838: checking for ranlib
|
|
configure:6854: found /usr/bin/ranlib
|
|
configure:6865: result: ranlib
|
|
configure:6967: checking command to parse /usr/bin/nm -B output from gcc object
|
|
configure:7086: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:7089: $? = 0
|
|
configure:7093: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
|
|
configure:7096: $? = 0
|
|
configure:7162: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
|
|
configure:7165: $? = 0
|
|
configure:7203: result: ok
|
|
configure:7240: checking for sysroot
|
|
configure:7270: result: no
|
|
configure:7514: checking for mt
|
|
configure:7530: found /bin/mt
|
|
configure:7541: result: mt
|
|
configure:7564: checking if mt is a manifest tool
|
|
configure:7570: mt '-?'
|
|
configure:7578: result: no
|
|
configure:8207: checking for dlfcn.h
|
|
configure:8207: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:8207: $? = 0
|
|
configure:8207: result: yes
|
|
configure:8374: checking for objdir
|
|
configure:8389: result: .libs
|
|
configure:8656: checking if gcc supports -fno-rtti -fno-exceptions
|
|
configure:8674: 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:8678: $? = 0
|
|
configure:8691: result: no
|
|
configure:9001: checking for gcc option to produce PIC
|
|
configure:9008: result: -fPIC -DPIC
|
|
configure:9016: checking if gcc PIC flag -fPIC -DPIC works
|
|
configure:9034: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
|
|
configure:9038: $? = 0
|
|
configure:9051: result: yes
|
|
configure:9080: checking if gcc static flag -static works
|
|
configure:9108: result: yes
|
|
configure:9123: checking if gcc supports -c -o file.o
|
|
configure:9144: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
|
configure:9148: $? = 0
|
|
configure:9170: result: yes
|
|
configure:9178: checking if gcc supports -c -o file.o
|
|
configure:9225: result: yes
|
|
configure:9258: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
|
|
configure:10416: result: yes
|
|
configure:10453: checking whether -lc should be explicitly linked in
|
|
configure:10461: gcc -c -g -O2 conftest.c >&5
|
|
configure:10464: $? = 0
|
|
configure:10479: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
|
|
configure:10482: $? = 0
|
|
configure:10496: result: no
|
|
configure:10661: checking dynamic linker characteristics
|
|
configure:11175: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
|
|
configure:11175: $? = 0
|
|
configure:11401: result: GNU/Linux ld.so
|
|
configure:11508: checking how to hardcode library paths into programs
|
|
configure:11533: result: immediate
|
|
configure:12073: checking whether stripping libraries is possible
|
|
configure:12078: result: yes
|
|
configure:12113: checking if libtool supports shared libraries
|
|
configure:12115: result: yes
|
|
configure:12118: checking whether to build shared libraries
|
|
configure:12139: result: yes
|
|
configure:12142: checking whether to build static libraries
|
|
configure:12146: result: no
|
|
configure:12169: checking how to run the C++ preprocessor
|
|
configure:12235: result: g++ -E
|
|
configure:12255: g++ -E conftest.cpp
|
|
configure:12255: $? = 0
|
|
configure:12269: g++ -E conftest.cpp
|
|
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:12269: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:12439: checking for ld used by g++
|
|
configure:12506: result: /usr/bin/ld
|
|
configure:12513: checking if the linker (/usr/bin/ld) is GNU ld
|
|
configure:12528: result: yes
|
|
configure:12583: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
|
|
configure:13587: result: yes
|
|
configure:13622: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:13625: $? = 0
|
|
configure:14145: checking for g++ option to produce PIC
|
|
configure:14152: result: -fPIC -DPIC
|
|
configure:14160: checking if g++ PIC flag -fPIC -DPIC works
|
|
configure:14178: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
|
|
configure:14182: $? = 0
|
|
configure:14195: result: yes
|
|
configure:14218: checking if g++ static flag -static works
|
|
configure:14246: result: yes
|
|
configure:14258: checking if g++ supports -c -o file.o
|
|
configure:14279: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
|
configure:14283: $? = 0
|
|
configure:14305: result: yes
|
|
configure:14310: checking if g++ supports -c -o file.o
|
|
configure:14357: result: yes
|
|
configure:14387: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
|
|
configure:14421: result: yes
|
|
configure:14564: checking dynamic linker characteristics
|
|
configure:15238: result: GNU/Linux ld.so
|
|
configure:15291: checking how to hardcode library paths into programs
|
|
configure:15316: result: immediate
|
|
configure:15375: checking for ANSI C header files
|
|
configure:15479: result: yes
|
|
configure:15490: checking for inttypes.h
|
|
configure:15490: result: yes
|
|
configure:15490: checking for stdint.h
|
|
configure:15490: result: yes
|
|
configure:15490: checking malloc.h usability
|
|
configure:15490: g++ -c -g -O2 conftest.cpp >&5
|
|
configure:15490: $? = 0
|
|
configure:15490: result: yes
|
|
configure:15490: checking malloc.h presence
|
|
configure:15490: g++ -E conftest.cpp
|
|
configure:15490: $? = 0
|
|
configure:15490: result: yes
|
|
configure:15490: checking for malloc.h
|
|
configure:15490: result: yes
|
|
configure:15503: checking for setenv
|
|
configure:15503: g++ -o conftest -g -O2 conftest.cpp >&5
|
|
configure:15503: $? = 0
|
|
configure:15503: result: yes
|
|
configure:15503: checking for sinf
|
|
configure:15503: g++ -o conftest -g -O2 conftest.cpp >&5
|
|
configure:15503: $? = 0
|
|
configure:15503: result: yes
|
|
configure:15536: checking for int8_t
|
|
configure:15536: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
configure:15536: $? = 0
|
|
configure:15536: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
conftest.cpp: In function 'int main()':
|
|
conftest.cpp:67:56: error: size of array 'test_array' is negative
|
|
configure:15536: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_SETENV 1
|
|
| #define HAVE_SINF 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
|
|
| enum { N = 8 / 2 - 1 };
|
|
| int
|
|
| main ()
|
|
| {
|
|
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
|
|
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
|
|
| test_array [0] = 0
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:15536: result: yes
|
|
configure:15547: checking for uint8_t
|
|
configure:15547: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
configure:15547: $? = 0
|
|
configure:15547: result: yes
|
|
configure:15561: checking for int16_t
|
|
configure:15561: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
configure:15561: $? = 0
|
|
configure:15561: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
conftest.cpp: In function 'int main()':
|
|
conftest.cpp:67:58: error: size of array 'test_array' is negative
|
|
configure:15561: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_SETENV 1
|
|
| #define HAVE_SINF 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
|
|
| enum { N = 16 / 2 - 1 };
|
|
| int
|
|
| main ()
|
|
| {
|
|
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
|
|
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
|
|
| test_array [0] = 0
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:15561: result: yes
|
|
configure:15572: checking for uint16_t
|
|
configure:15572: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
configure:15572: $? = 0
|
|
configure:15572: result: yes
|
|
configure:15584: checking for int32_t
|
|
configure:15584: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
configure:15584: $? = 0
|
|
configure:15584: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
conftest.cpp: In function 'int main()':
|
|
conftest.cpp:67:55: warning: integer overflow in expression
|
|
conftest.cpp:67:58: error: size of array 'test_array' is negative
|
|
configure:15584: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_SETENV 1
|
|
| #define HAVE_SINF 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
|
|
| enum { N = 32 / 2 - 1 };
|
|
| int
|
|
| main ()
|
|
| {
|
|
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
|
|
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
|
|
| test_array [0] = 0
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:15584: result: yes
|
|
configure:15595: checking for uint32_t
|
|
configure:15595: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
configure:15595: $? = 0
|
|
configure:15595: result: yes
|
|
configure:15609: checking for int64_t
|
|
configure:15609: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
configure:15609: $? = 0
|
|
configure:15609: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
conftest.cpp: In function 'int main()':
|
|
conftest.cpp:67:55: warning: integer overflow in expression
|
|
conftest.cpp:67:58: error: size of array 'test_array' is negative
|
|
configure:15609: $? = 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 PACKAGE "libmodplug"
|
|
| #define VERSION "0.8.8.4"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_MALLOC_H 1
|
|
| #define HAVE_SETENV 1
|
|
| #define HAVE_SINF 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
|
|
| enum { N = 64 / 2 - 1 };
|
|
| int
|
|
| main ()
|
|
| {
|
|
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
|
|
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
|
|
| test_array [0] = 0
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:15609: result: yes
|
|
configure:15620: checking for uint64_t
|
|
configure:15620: g++ -c -g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT conftest.cpp >&5
|
|
configure:15620: $? = 0
|
|
configure:15620: result: yes
|
|
configure:15776: 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 dormouse
|
|
|
|
config.status:1162: creating Makefile
|
|
config.status:1162: creating src/Makefile
|
|
config.status:1162: creating libmodplug.pc
|
|
config.status:1162: creating src/config.h
|
|
config.status:1391: executing depfiles commands
|
|
config.status:1391: executing libtool commands
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_build=i686-pc-linux-gnu
|
|
ac_cv_c_bigendian=no
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_c_int16_t=yes
|
|
ac_cv_c_int32_t=yes
|
|
ac_cv_c_int64_t=yes
|
|
ac_cv_c_int8_t=yes
|
|
ac_cv_c_uint16_t=yes
|
|
ac_cv_c_uint32_t=yes
|
|
ac_cv_c_uint64_t=yes
|
|
ac_cv_c_uint8_t=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_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_build_alias_set=
|
|
ac_cv_env_build_alias_value=
|
|
ac_cv_env_host_alias_set=
|
|
ac_cv_env_host_alias_value=
|
|
ac_cv_env_target_alias_set=
|
|
ac_cv_env_target_alias_value=
|
|
ac_cv_func_setenv=yes
|
|
ac_cv_func_sinf=yes
|
|
ac_cv_header_dlfcn_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_malloc_h=yes
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_stdc=yes
|
|
ac_cv_header_stdint_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-linux-gnu
|
|
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_path_mkdir=/bin/mkdir
|
|
ac_cv_prog_AWK=gawk
|
|
ac_cv_prog_CXXCPP='g++ -E'
|
|
ac_cv_prog_ac_ct_AR=ar
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_ac_ct_CXX=g++
|
|
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
|
|
ac_cv_prog_ac_ct_OBJDUMP=objdump
|
|
ac_cv_prog_ac_ct_RANLIB=ranlib
|
|
ac_cv_prog_ac_ct_STRIP=strip
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_cxx_g=yes
|
|
ac_cv_prog_make_make_set=yes
|
|
am_cv_CC_dependencies_compiler_type=gcc3
|
|
am_cv_CXX_dependencies_compiler_type=gcc3
|
|
lt_cv_ar_at_file=@
|
|
lt_cv_archive_cmds_need_lc=no
|
|
lt_cv_deplibs_check_method=pass_all
|
|
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
|
lt_cv_file_magic_test_file=
|
|
lt_cv_ld_reload_flag=-r
|
|
lt_cv_nm_interface='BSD nm'
|
|
lt_cv_objdir=.libs
|
|
lt_cv_path_LD=/usr/bin/ld
|
|
lt_cv_path_LDCXX=/usr/bin/ld
|
|
lt_cv_path_NM='/usr/bin/nm -B'
|
|
lt_cv_path_mainfest_tool=no
|
|
lt_cv_prog_compiler_c_o=yes
|
|
lt_cv_prog_compiler_c_o_CXX=yes
|
|
lt_cv_prog_compiler_pic='-fPIC -DPIC'
|
|
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
|
|
lt_cv_prog_compiler_pic_works=yes
|
|
lt_cv_prog_compiler_pic_works_CXX=yes
|
|
lt_cv_prog_compiler_rtti_exceptions=no
|
|
lt_cv_prog_compiler_static_works=yes
|
|
lt_cv_prog_compiler_static_works_CXX=yes
|
|
lt_cv_prog_gnu_ld=yes
|
|
lt_cv_prog_gnu_ldcxx=yes
|
|
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
|
|
lt_cv_shlibpath_overrides_runpath=no
|
|
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
|
|
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
|
|
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
|
|
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
|
|
lt_cv_sys_max_cmd_len=1572864
|
|
lt_cv_to_host_file_cmd=func_convert_file_noop
|
|
lt_cv_to_tool_file_cmd=func_convert_file_noop
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
ACLOCAL='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/libmodplug-0.8.8.4/missing --run aclocal-1.11'
|
|
AMDEPBACKSLASH='\'
|
|
AMDEP_FALSE='#'
|
|
AMDEP_TRUE=''
|
|
AMTAR='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/libmodplug-0.8.8.4/missing --run tar'
|
|
AM_BACKSLASH='\'
|
|
AM_DEFAULT_VERBOSITY='1'
|
|
AR='ar'
|
|
AUTOCONF='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/libmodplug-0.8.8.4/missing --run autoconf'
|
|
AUTOHEADER='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/libmodplug-0.8.8.4/missing --run autoheader'
|
|
AUTOMAKE='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/libmodplug-0.8.8.4/missing --run automake-1.11'
|
|
AWK='gawk'
|
|
CC='gcc'
|
|
CCDEPMODE='depmode=gcc3'
|
|
CFLAGS='-g -O2'
|
|
CPPFLAGS=''
|
|
CXX='g++'
|
|
CXXCPP='g++ -E'
|
|
CXXDEPMODE='depmode=gcc3'
|
|
CXXFLAGS='-g -O2 -fno-exceptions -Wall -ffast-math -D_REENTRANT'
|
|
CYGPATH_W='echo'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DEPDIR='.deps'
|
|
DLLTOOL='false'
|
|
DSYMUTIL=''
|
|
DUMPBIN=''
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/bin/grep -E'
|
|
EXEEXT=''
|
|
FGREP='/bin/grep -F'
|
|
GREP='/bin/grep'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
|
LD='/usr/bin/ld'
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
LIPO=''
|
|
LN_S='ln -s'
|
|
LTLIBOBJS=''
|
|
LT_LDFLAGS=''
|
|
MAKEINFO='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/libmodplug-0.8.8.4/missing --run makeinfo'
|
|
MANIFEST_TOOL=':'
|
|
MKDIR_P='/bin/mkdir -p'
|
|
MODPLUG_LIBRARY_VERSION='1:0:0'
|
|
NM='/usr/bin/nm -B'
|
|
NMEDIT=''
|
|
OBJDUMP='objdump'
|
|
OBJEXT='o'
|
|
OTOOL64=''
|
|
OTOOL=''
|
|
PACKAGE='libmodplug'
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME=''
|
|
PACKAGE_STRING=''
|
|
PACKAGE_TARNAME=''
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION=''
|
|
PATH_SEPARATOR=':'
|
|
RANLIB='ranlib'
|
|
SED='/bin/sed'
|
|
SET_MAKE=''
|
|
SHELL='/bin/bash'
|
|
STRIP='strip'
|
|
VERSION='0.8.8.4'
|
|
ac_ct_AR='ar'
|
|
ac_ct_CC='gcc'
|
|
ac_ct_CXX='g++'
|
|
ac_ct_DUMPBIN=''
|
|
am__EXEEXT_FALSE=''
|
|
am__EXEEXT_TRUE='#'
|
|
am__fastdepCC_FALSE='#'
|
|
am__fastdepCC_TRUE=''
|
|
am__fastdepCXX_FALSE='#'
|
|
am__fastdepCXX_TRUE=''
|
|
am__include='include'
|
|
am__isrc=''
|
|
am__leading_dot='.'
|
|
am__quote=''
|
|
am__tar='${AMTAR} chof - "$$tardir"'
|
|
am__untar='${AMTAR} xf -'
|
|
bindir='${exec_prefix}/bin'
|
|
build='i686-pc-linux-gnu'
|
|
build_alias=''
|
|
build_cpu='i686'
|
|
build_os='linux-gnu'
|
|
build_vendor='pc'
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
docdir='${datarootdir}/doc/${PACKAGE}'
|
|
dvidir='${docdir}'
|
|
exec_prefix='${prefix}'
|
|
host='i686-pc-linux-gnu'
|
|
host_alias=''
|
|
host_cpu='i686'
|
|
host_os='linux-gnu'
|
|
host_vendor='pc'
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
install_sh='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/libmodplug-0.8.8.4/install-sh'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
mandir='${datarootdir}/man'
|
|
mkdir_p='/bin/mkdir -p'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/usr/local'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME ""
|
|
#define PACKAGE_TARNAME ""
|
|
#define PACKAGE_VERSION ""
|
|
#define PACKAGE_STRING ""
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_URL ""
|
|
#define PACKAGE "libmodplug"
|
|
#define VERSION "0.8.8.4"
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_DLFCN_H 1
|
|
#define LT_OBJDIR ".libs/"
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_MALLOC_H 1
|
|
#define HAVE_SETENV 1
|
|
#define HAVE_SINF 1
|
|
|
|
configure: exit 0
|