Skip to content

Instantly share code, notes, and snippets.

Created October 21, 2012 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3926524 to your computer and use it in GitHub Desktop.
Save anonymous/3926524 to your computer and use it in GitHub Desktop.
$ cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by vcmi configure 0.90, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = animus.local
uname -m = x86_64
uname -r = 12.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 136 tasks, 641 threads, 2 processors
Load average: 3.25, Mach factor: 0.55
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2520: checking for a BSD-compatible install
configure:2588: result: /usr/bin/install -c
configure:2599: checking whether build environment is sane
configure:2649: result: yes
configure:2790: checking for a thread-safe mkdir -p
configure:2829: result: ./install-sh -c -d
configure:2842: checking for gawk
configure:2872: result: no
configure:2842: checking for mawk
configure:2872: result: no
configure:2842: checking for nawk
configure:2872: result: no
configure:2842: checking for awk
configure:2858: found /usr/bin/awk
configure:2869: result: awk
configure:2880: checking whether make sets $(MAKE)
configure:2902: result: yes
configure:3049: checking for g++
configure:3065: found /usr/bin/g++
configure:3076: result: g++
configure:3103: checking for C++ compiler version
configure:3112: g++ --version >&5
i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 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:3123: $? = 0
configure:3112: g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:3123: $? = 0
configure:3112: g++ -V >&5
llvm-g++-4.2: argument to `-V' is missing
configure:3123: $? = 1
configure:3112: g++ -qversion >&5
i686-apple-darwin11-llvm-g++-4.2: no input files
configure:3123: $? = 1
configure:3143: checking whether the C++ compiler works
configure:3165: g++ conftest.cpp >&5
configure:3169: $? = 0
configure:3217: result: yes
configure:3220: checking for C++ compiler default output file name
configure:3222: result: a.out
configure:3228: checking for suffix of executables
configure:3235: g++ -o conftest conftest.cpp >&5
configure:3239: $? = 0
configure:3261: result:
configure:3283: checking whether we are cross compiling
configure:3291: g++ -o conftest conftest.cpp >&5
configure:3295: $? = 0
configure:3302: ./conftest
configure:3306: $? = 0
configure:3321: result: no
configure:3326: checking for suffix of object files
configure:3348: g++ -c conftest.cpp >&5
configure:3352: $? = 0
configure:3373: result: o
configure:3377: checking whether we are using the GNU C++ compiler
configure:3396: g++ -c conftest.cpp >&5
configure:3396: $? = 0
configure:3405: result: yes
configure:3414: checking whether g++ accepts -g
configure:3434: g++ -c -g conftest.cpp >&5
configure:3434: $? = 0
configure:3475: result: yes
configure:3509: checking for style of include used by make
configure:3537: result: GNU
configure:3563: checking dependency style of g++
configure:3674: result: gcc3
configure:3780: checking build system type
configure:3794: result: x86_64-apple-darwin12.2.0
configure:3814: checking host system type
configure:3827: result: x86_64-apple-darwin12.2.0
configure:3868: checking how to print strings
configure:3895: result: printf
configure:3964: checking for gcc
configure:3980: found /usr/bin/gcc
configure:3991: result: gcc
configure:4220: checking for C compiler version
configure:4229: gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 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:4240: $? = 0
configure:4229: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:4240: $? = 0
configure:4229: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:4240: $? = 1
configure:4229: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:4240: $? = 1
configure:4244: checking whether we are using the GNU C compiler
configure:4263: gcc -c conftest.c >&5
configure:4263: $? = 0
configure:4272: result: yes
configure:4281: checking whether gcc accepts -g
configure:4301: gcc -c -g conftest.c >&5
configure:4301: $? = 0
configure:4342: result: yes
configure:4359: checking for gcc option to accept ISO C89
configure:4423: gcc -c -g -O2 conftest.c >&5
configure:4423: $? = 0
configure:4436: result: none needed
configure:4458: checking dependency style of gcc
configure:4569: result: gcc3
configure:4584: checking for a sed that does not truncate output
configure:4648: result: /usr/bin/sed
configure:4666: checking for grep that handles long lines and -e
configure:4724: result: /usr/bin/grep
configure:4729: checking for egrep
configure:4791: result: /usr/bin/grep -E
configure:4796: checking for fgrep
configure:4858: result: /usr/bin/grep -F
configure:4893: checking for ld used by gcc
configure:4960: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
configure:4967: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
configure:4982: result: no
configure:4994: checking for BSD- or MS-compatible name lister (nm)
configure:5043: result: /usr/bin/nm
configure:5173: checking the name lister (/usr/bin/nm) interface
configure:5180: g++ -c -g -O2 conftest.cpp >&5
configure:5183: /usr/bin/nm "conftest.o"
configure:5186: output
0000000000000198 S _some_variable
configure:5193: result: BSD nm
configure:5196: checking whether ln -s works
configure:5200: result: yes
configure:5208: checking the maximum length of command line arguments
configure:5333: result: 196608
configure:5350: checking whether the shell understands some XSI constructs
configure:5360: result: yes
configure:5364: checking whether the shell understands "+="
configure:5370: result: yes
configure:5405: checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format
configure:5445: result: func_convert_file_noop
configure:5452: checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format
configure:5472: result: func_convert_file_noop
configure:5479: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files
configure:5486: result: -r
configure:5560: checking for objdump
configure:5590: result: no
configure:5619: checking how to recognize dependent libraries
configure:5821: result: pass_all
configure:5906: checking for dlltool
configure:5936: result: no
configure:5966: checking how to associate runtime and link libraries
configure:5993: result: printf %s\n
configure:6054: checking for ar
configure:6070: found /usr/bin/ar
configure:6081: result: ar
configure:6118: checking for archiver @FILE support
configure:6135: g++ -c -g -O2 conftest.cpp >&5
configure:6135: $? = 0
configure:6138: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6141: $? = 1
configure:6161: result: no
configure:6219: checking for strip
configure:6235: found /usr/bin/strip
configure:6246: result: strip
configure:6318: checking for ranlib
configure:6334: found /usr/bin/ranlib
configure:6345: result: ranlib
configure:6447: checking command to parse /usr/bin/nm output from gcc object
configure:6566: g++ -c -g -O2 conftest.cpp >&5
configure:6569: $? = 0
configure:6573: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6576: $? = 0
cannot find nm_test_var in conftest.nm
configure:6566: g++ -c -g -O2 conftest.cpp >&5
configure:6569: $? = 0
configure:6573: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6576: $? = 0
configure:6642: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
configure:6645: $? = 0
configure:6683: result: ok
configure:6720: checking for sysroot
configure:6750: result: no
configure:6994: checking for mt
configure:7024: result: no
configure:7044: checking if : is a manifest tool
configure:7050: : '-?'
configure:7058: result: no
configure:7114: checking for dsymutil
configure:7130: found /usr/bin/dsymutil
configure:7141: result: dsymutil
configure:7206: checking for nmedit
configure:7222: found /usr/bin/nmedit
configure:7233: result: nmedit
configure:7298: checking for lipo
configure:7314: found /usr/bin/lipo
configure:7325: result: lipo
configure:7390: checking for otool
configure:7406: found /usr/bin/otool
configure:7417: result: otool
configure:7482: checking for otool64
configure:7512: result: no
configure:7557: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7584: result: yes
configure:7586: checking for -exported_symbols_list linker flag
configure:7606: g++ -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.cpp >&5
configure:7606: $? = 0
configure:7616: result: yes
configure:7618: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7648: result: yes
configure:7690: checking how to run the C preprocessor
configure:7721: gcc -E conftest.c
configure:7721: $? = 0
configure:7735: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7735: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7760: result: gcc -E
configure:7780: gcc -E conftest.c
configure:7780: $? = 0
configure:7794: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7794: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7823: checking for ANSI C header files
configure:7843: gcc -c -g -O2 conftest.c >&5
configure:7843: $? = 0
configure:7916: gcc -o conftest -g -O2 conftest.c >&5
configure:7916: $? = 0
configure:7916: ./conftest
configure:7916: $? = 0
configure:7927: result: yes
configure:7940: checking for sys/types.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7940: checking for sys/stat.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7940: checking for stdlib.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7940: checking for string.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7940: checking for memory.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7940: checking for strings.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7940: checking for inttypes.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7940: checking for stdint.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7940: checking for unistd.h
configure:7940: gcc -c -g -O2 conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:7954: checking for dlfcn.h
configure:7954: gcc -c -g -O2 conftest.c >&5
configure:7954: $? = 0
configure:7954: result: yes
configure:8091: checking for objdir
configure:8106: result: .libs
configure:8377: checking if gcc supports -fno-rtti -fno-exceptions
configure:8395: 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:8399: $? = 0
configure:8412: result: no
configure:8722: checking for gcc option to produce PIC
configure:8729: result: -fno-common -DPIC
configure:8737: checking if gcc PIC flag -fno-common -DPIC works
configure:8755: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:8759: $? = 0
configure:8772: result: yes
configure:8801: checking if gcc static flag -static works
configure:8829: result: no
configure:8844: checking if gcc supports -c -o file.o
configure:8865: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8869: $? = 0
configure:8891: result: yes
configure:8899: checking if gcc supports -c -o file.o
configure:8946: result: yes
configure:8979: checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
configure:10141: result: yes
configure:10386: checking dynamic linker characteristics
configure:11135: result: darwin12.2.0 dyld
configure:11242: checking how to hardcode library paths into programs
configure:11267: result: immediate
configure:11807: checking whether stripping libraries is possible
configure:11821: result: yes
configure:11847: checking if libtool supports shared libraries
configure:11849: result: yes
configure:11852: checking whether to build shared libraries
configure:11873: result: yes
configure:11876: checking whether to build static libraries
configure:11880: result: no
configure:11903: checking how to run the C++ preprocessor
configure:11930: g++ -E conftest.cpp
configure:11930: $? = 0
configure:11944: g++ -E conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:11944: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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:11969: result: g++ -E
configure:11989: g++ -E conftest.cpp
configure:11989: $? = 0
configure:12003: g++ -E conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:12003: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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:12173: checking for ld used by g++
configure:12240: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
configure:12247: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
configure:12262: result: no
configure:12317: checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
configure:13321: result: yes
configure:13356: g++ -c -g -O2 conftest.cpp >&5
configure:13359: $? = 0
configure:13879: checking for g++ option to produce PIC
configure:13886: result: -fno-common -DPIC
configure:13894: checking if g++ PIC flag -fno-common -DPIC works
configure:13912: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:13916: $? = 0
configure:13929: result: yes
configure:13952: checking if g++ static flag -static works
configure:13980: result: no
configure:13992: checking if g++ supports -c -o file.o
configure:14013: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14017: $? = 0
configure:14039: result: yes
configure:14044: checking if g++ supports -c -o file.o
configure:14091: result: yes
configure:14121: checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
configure:14158: result: yes
configure:14301: checking dynamic linker characteristics
configure:14984: result: darwin12.2.0 dyld
configure:15037: checking how to hardcode library paths into programs
configure:15062: result: immediate
configure:15122: checking for C++ compiler vendor
configure:15146: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:29: error: 'thisisanerror' was not declared in this scope
configure:15146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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. */
|
| int
| main ()
| {
|
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:15146: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:29: error: 'thisisanerror' was not declared in this scope
configure:15146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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. */
|
| int
| main ()
| {
|
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:15146: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:29: error: 'thisisanerror' was not declared in this scope
configure:15146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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. */
|
| int
| main ()
| {
|
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:15146: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:29: error: 'thisisanerror' was not declared in this scope
configure:15146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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. */
|
| int
| main ()
| {
|
| #if !(defined(__clang__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:15146: g++ -c -g -O2 conftest.cpp >&5
configure:15146: $? = 0
configure:15153: result: gnu
configure:15170: checking whether make supports nested variables
configure:15187: result: yes
configure:15279: checking for boostlib >= 1.36
configure:15348: g++ -c -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter conftest.cpp >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:15348: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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 <boost/version.hpp>
|
| int
| main ()
| {
|
| #if BOOST_VERSION >= 103600
| // Everything is okay
| #else
| # error Boost version is too old
| #endif
|
| ;
| return 0;
| }
configure:15454: g++ -c -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter -I/include/boost-0 conftest.cpp >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:15454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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 <boost/version.hpp>
|
| int
| main ()
| {
|
| #if BOOST_VERSION >= 103600
| // Everything is okay
| #else
| # error Boost version is too old
| #endif
|
| ;
| return 0;
| }
configure:15473: We could not detect the boost libraries (version 1.36 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
configure:15528: checking whether the Boost::System library is available
configure:15552: g++ -c -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter -I/include/boost-0 conftest.cpp >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:15552: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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 <boost/system/error_code.hpp>
| int
| main ()
| {
| boost::system::system_category
| ;
| return 0;
| }
configure:15567: result: no
configure:15772: checking whether the Boost::Filesystem library is available
configure:15796: g++ -c -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter -I/include/boost-0 conftest.cpp >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:15796: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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 <boost/filesystem/path.hpp>
| int
| main ()
| {
| using namespace boost::filesystem;
| path my_path( "foo/bar/data.txt" );
| return 0;
| ;
| return 0;
| }
configure:15810: result: no
configure:16008: checking whether the Boost::Thread library is available
configure:16040: g++ -c -pthread -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter -I/include/boost-0 conftest.cpp >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:16040: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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 <boost/thread/thread.hpp>
| int
| main ()
| {
| boost::thread_group thrds;
| return 0;
| ;
| return 0;
| }
configure:16055: result: no
configure:16277: checking whether the Boost::Program_Options library is available
configure:16301: g++ -c -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter -I/include/boost-0 conftest.cpp >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:16301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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 <boost/program_options.hpp>
|
| int
| main ()
| {
| boost::program_options::options_description generic("Generic options");
| return 0;
| ;
| return 0;
| }
configure:16315: result: no
configure:16474: checking for shm_open in -lrt
configure:16499: g++ -o conftest -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter conftest.cpp -lrt >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:16499: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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. */
|
| /* 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 shm_open ();
| int
| main ()
| {
| return shm_open ();
| ;
| return 0;
| }
configure:16508: result: no
configure:16519: checking for dlopen in -ldl
configure:16544: g++ -o conftest -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter conftest.cpp -ldl >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:16544: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:16553: result: no
configure:16609: checking for sdl-config
configure:16627: found /usr/local/bin/sdl-config
configure:16640: result: /usr/local/bin/sdl-config
configure:16650: checking for SDL - version >= 1.2.0
configure:16737: g++ -o conftest -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.cpp -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:16737: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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 <stdio.h>
| #include <stdlib.h>
| #include <string.h>
| #include "SDL.h"
|
| char*
| my_strdup (char *str)
| {
| char *new_str;
|
| if (str)
| {
| new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
| strcpy (new_str, str);
| }
| else
| new_str = NULL;
|
| return new_str;
| }
|
| int main (int argc, char *argv[])
| {
| int major, minor, micro;
| char *tmp_version;
|
| /* This hangs on some systems (?)
| system ("touch conf.sdltest");
| */
| { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
|
| /* HP/UX 9 (%@#!) writes to sscanf strings */
| tmp_version = my_strdup("1.2.0");
| if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
| printf("%s, bad version string\n", "1.2.0");
| exit(1);
| }
|
| if ((1 > major) ||
| ((1 == major) && (2 > minor)) ||
| ((1 == major) && (2 == minor) && (15 >= micro)))
| {
| return 0;
| }
| else
| {
| printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", 1, 2, 15);
| printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
| printf("*** best to upgrade to the required version.\n");
| printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
| printf("*** to point to the correct copy of sdl-config, and remove the file\n");
| printf("*** config.cache before re-running configure\n");
| return 1;
| }
| }
|
|
configure:16756: result: no
configure:16790: g++ -o conftest -g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.cpp -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:16790: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vcmi"
| #define PACKAGE_TARNAME "vcmi"
| #define PACKAGE_VERSION "0.90"
| #define PACKAGE_STRING "vcmi 0.90"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "vcmi"
| #define VERSION "0.90"
| #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 <stdio.h>
| #include "SDL.h"
|
| int main(int argc, char *argv[])
| { return 0; }
| #undef main
| #define main K_and_R_C_main
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:16815: error: *** SDL version not found!
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.2.0
ac_cv_c_compiler_gnu=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_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_header_dlfcn_h=yes
ac_cv_header_inttypes_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=x86_64-apple-darwin12.2.0
ac_cv_lib_dl_dlopen=no
ac_cv_lib_rt_shm_open=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SDL_CONFIG=/usr/local/bin/sdl-config
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
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
am_cv_make_support_nested_variables=yes
ax_cv_boost_filesystem=no
ax_cv_boost_program_options=no
ax_cv_boost_system=no
ax_cv_boost_thread=no
ax_cv_cxx_compiler_vendor=gnu
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
lt_cv_path_LDCXX=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
lt_cv_path_NM=/usr/bin/nm
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='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -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=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/dmgening/Downloads/vcmi/trunk/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /Users/dmgening/Downloads/vcmi/trunk/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/dmgening/Downloads/vcmi/trunk/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/dmgening/Downloads/vcmi/trunk/missing --run automake-1.11'
AWK='awk'
BOOST_CPPFLAGS='-I/include/boost-0'
BOOST_FILESYSTEM_LIB=''
BOOST_LDFLAGS='-L/lib64'
BOOST_PROGRAM_OPTIONS_LIB=''
BOOST_SYSTEM_LIB=''
BOOST_THREAD_LIB=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -O0 -ggdb -std=c++0x -Wall -Wextra -Wcast-align -Wpointer-arith -Wno-switch -Wno-sign-compare -Wno-unused-parameter'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FFMPEG_CXXFLAGS=''
FFMPEG_LIBS=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /Users/dmgening/Downloads/vcmi/trunk/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='vcmi'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='vcmi'
PACKAGE_STRING='vcmi 0.90'
PACKAGE_TARNAME='vcmi'
PACKAGE_URL=''
PACKAGE_VERSION='0.90'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SDL_CFLAGS=''
SDL_CONFIG='/usr/local/bin/sdl-config'
SDL_CXXFLAGS=''
SDL_LIBS=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VCMI_AI_LIBS_DIR=''
VCMI_SCRIPTING_LIBS_DIR=''
VERSION='0.90'
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__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin12.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/dmgening/Downloads/vcmi/trunk/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
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 "vcmi"
#define PACKAGE_TARNAME "vcmi"
#define PACKAGE_VERSION "0.90"
#define PACKAGE_STRING "vcmi 0.90"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "vcmi"
#define VERSION "0.90"
#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/"
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment