summaryrefslogtreecommitdiff
path: root/lemon/config.log
diff options
context:
space:
mode:
Diffstat (limited to 'lemon/config.log')
-rw-r--r--lemon/config.log1252
1 files changed, 1252 insertions, 0 deletions
diff --git a/lemon/config.log b/lemon/config.log
new file mode 100644
index 0000000..faf42ef
--- /dev/null
+++ b/lemon/config.log
@@ -0,0 +1,1252 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by LEMON configure 1.2.3, which was
+generated by GNU Autoconf 2.68. Invocation command line was
+
+ $ ./configure
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = pc-4w14-0
+uname -m = x86_64
+uname -r = 3.2.0-2-amd64
+uname -s = Linux
+uname -v = #1 SMP Mon Jun 11 17:24:18 UTC 2012
+
+/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/carlo/bin
+PATH: /home/carlo/bin
+PATH: /usr/local/bin
+PATH: /usr/bin
+PATH: /bin
+PATH: /usr/local/games
+PATH: /usr/games
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2680: checking for a BSD-compatible install
+configure:2748: result: /usr/bin/install -c
+configure:2759: checking whether build environment is sane
+configure:2809: result: yes
+configure:2950: checking for a thread-safe mkdir -p
+configure:2989: result: /bin/mkdir -p
+configure:3002: checking for gawk
+configure:3032: result: no
+configure:3002: checking for mawk
+configure:3018: found /usr/bin/mawk
+configure:3029: result: mawk
+configure:3040: checking whether make sets $(MAKE)
+configure:3062: result: yes
+configure:3169: checking for style of include used by make
+configure:3197: result: GNU
+configure:3277: checking for g++
+configure:3293: found /usr/bin/g++
+configure:3304: result: g++
+configure:3331: checking for C++ compiler version
+configure:3340: g++ --version >&5
+g++ (Debian 4.7.1-2) 4.7.1
+Copyright (C) 2012 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:3351: $? = 0
+configure:3340: g++ -v >&5
+Using built-in specs.
+COLLECT_GCC=g++
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.1-2' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.7.1 (Debian 4.7.1-2)
+configure:3351: $? = 0
+configure:3340: g++ -V >&5
+g++: error: unrecognized command line option '-V'
+g++: fatal error: no input files
+compilation terminated.
+configure:3351: $? = 4
+configure:3340: g++ -qversion >&5
+g++: error: unrecognized command line option '-qversion'
+g++: fatal error: no input files
+compilation terminated.
+configure:3351: $? = 4
+configure:3371: checking whether the C++ compiler works
+configure:3393: g++ conftest.cpp >&5
+configure:3397: $? = 0
+configure:3445: result: yes
+configure:3448: checking for C++ compiler default output file name
+configure:3450: result: a.out
+configure:3456: checking for suffix of executables
+configure:3463: g++ -o conftest conftest.cpp >&5
+configure:3467: $? = 0
+configure:3489: result:
+configure:3511: checking whether we are cross compiling
+configure:3519: g++ -o conftest conftest.cpp >&5
+configure:3523: $? = 0
+configure:3530: ./conftest
+configure:3534: $? = 0
+configure:3549: result: no
+configure:3554: checking for suffix of object files
+configure:3576: g++ -c conftest.cpp >&5
+configure:3580: $? = 0
+configure:3601: result: o
+configure:3605: checking whether we are using the GNU C++ compiler
+configure:3624: g++ -c conftest.cpp >&5
+configure:3624: $? = 0
+configure:3633: result: yes
+configure:3642: checking whether g++ accepts -g
+configure:3662: g++ -c -g conftest.cpp >&5
+configure:3662: $? = 0
+configure:3703: result: yes
+configure:3728: checking dependency style of g++
+configure:3838: result: gcc3
+configure:3859: checking how to run the C++ preprocessor
+configure:3886: g++ -E conftest.cpp
+configure:3886: $? = 0
+configure:3900: g++ -E conftest.cpp
+conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:3900: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:3925: result: g++ -E
+configure:3945: g++ -E conftest.cpp
+configure:3945: $? = 0
+configure:3959: g++ -E conftest.cpp
+conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:3959: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:3988: checking for grep that handles long lines and -e
+configure:4046: result: /bin/grep
+configure:4051: checking for egrep
+configure:4113: result: /bin/grep -E
+configure:4118: checking for ANSI C header files
+configure:4138: g++ -c -g -O2 conftest.cpp >&5
+configure:4138: $? = 0
+configure:4211: g++ -o conftest -g -O2 conftest.cpp >&5
+configure:4211: $? = 0
+configure:4211: ./conftest
+configure:4211: $? = 0
+configure:4222: result: yes
+configure:4235: checking for sys/types.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4235: checking for sys/stat.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4235: checking for stdlib.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4235: checking for string.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4235: checking for memory.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4235: checking for strings.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4235: checking for inttypes.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4235: checking for stdint.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4235: checking for unistd.h
+configure:4235: g++ -c -g -O2 conftest.cpp >&5
+configure:4235: $? = 0
+configure:4235: result: yes
+configure:4247: checking for long long
+configure:4247: g++ -c -g -O2 conftest.cpp >&5
+configure:4247: $? = 0
+configure:4247: g++ -c -g -O2 conftest.cpp >&5
+conftest.cpp: In function 'int main()':
+conftest.cpp:58:14: error: expected primary-expression before 'long'
+conftest.cpp:58:14: error: expected ')' before 'long'
+conftest.cpp:59:14: error: expected ')' before ';' token
+conftest.cpp:59:14: error: expected ')' before ';' token
+configure:4247: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| /* end confdefs.h. */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| # include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| # include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| int
+| main ()
+| {
+| if (sizeof ((long long)))
+| return 0;
+| ;
+| return 0;
+| }
+configure:4247: result: yes
+configure:4372: checking for C++ compiler version
+configure:4381: g++ --version >&5
+g++ (Debian 4.7.1-2) 4.7.1
+Copyright (C) 2012 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:4392: $? = 0
+configure:4381: g++ -v >&5
+Using built-in specs.
+COLLECT_GCC=g++
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.1-2' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.7.1 (Debian 4.7.1-2)
+configure:4392: $? = 0
+configure:4381: g++ -V >&5
+g++: error: unrecognized command line option '-V'
+g++: fatal error: no input files
+compilation terminated.
+configure:4392: $? = 4
+configure:4381: g++ -qversion >&5
+g++: error: unrecognized command line option '-qversion'
+g++: fatal error: no input files
+compilation terminated.
+configure:4392: $? = 4
+configure:4396: checking whether we are using the GNU C++ compiler
+configure:4424: result: yes
+configure:4433: checking whether g++ accepts -g
+configure:4494: result: yes
+configure:4519: checking dependency style of g++
+configure:4629: result: gcc3
+configure:4649: checking how to run the C++ preprocessor
+configure:4715: result: g++ -E
+configure:4735: g++ -E conftest.cpp
+configure:4735: $? = 0
+configure:4749: g++ -E conftest.cpp
+conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:4749: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #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 LEMON_HAVE_LONG_LONG 1
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4838: checking build system type
+configure:4852: result: x86_64-unknown-linux-gnu
+configure:4872: checking host system type
+configure:4885: result: x86_64-unknown-linux-gnu
+configure:4953: checking for gcc
+configure:4969: found /usr/bin/gcc
+configure:4980: result: gcc
+configure:5209: checking for C compiler version
+configure:5218: gcc --version >&5
+gcc (Debian 4.7.1-2) 4.7.1
+Copyright (C) 2012 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:5229: $? = 0
+configure:5218: gcc -v >&5
+Using built-in specs.
+COLLECT_GCC=gcc
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.1-2' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.7.1 (Debian 4.7.1-2)
+configure:5229: $? = 0
+configure:5218: gcc -V >&5
+gcc: error: unrecognized command line option '-V'
+gcc: fatal error: no input files
+compilation terminated.
+configure:5229: $? = 4
+configure:5218: gcc -qversion >&5
+gcc: error: unrecognized command line option '-qversion'
+gcc: fatal error: no input files
+compilation terminated.
+configure:5229: $? = 4
+configure:5233: checking whether we are using the GNU C compiler
+configure:5252: gcc -c conftest.c >&5
+configure:5252: $? = 0
+configure:5261: result: yes
+configure:5270: checking whether gcc accepts -g
+configure:5290: gcc -c -g conftest.c >&5
+configure:5290: $? = 0
+configure:5331: result: yes
+configure:5348: checking for gcc option to accept ISO C89
+configure:5412: gcc -c -g -O2 conftest.c >&5
+configure:5412: $? = 0
+configure:5425: result: none needed
+configure:5447: checking dependency style of gcc
+configure:5557: result: gcc3
+configure:5572: checking for a sed that does not truncate output
+configure:5636: result: /bin/sed
+configure:5654: checking for fgrep
+configure:5716: result: /bin/grep -F
+configure:5751: checking for ld used by gcc
+configure:5818: result: /usr/bin/ld
+configure:5825: checking if the linker (/usr/bin/ld) is GNU ld
+configure:5840: result: yes
+configure:5852: checking for BSD- or MS-compatible name lister (nm)
+configure:5901: result: /usr/bin/nm -B
+configure:6019: checking the name lister (/usr/bin/nm -B) interface
+configure:6026: g++ -c -g -O2 conftest.cpp >&5
+configure:6029: /usr/bin/nm -B "conftest.o"
+configure:6032: output
+0000000000000000 B some_variable
+configure:6039: result: BSD nm
+configure:6042: checking whether ln -s works
+configure:6046: result: yes
+configure:6054: checking the maximum length of command line arguments
+configure:6174: result: 1572864
+configure:6191: checking whether the shell understands some XSI constructs
+configure:6201: result: yes
+configure:6205: checking whether the shell understands "+="
+configure:6211: result: yes
+configure:6246: checking for /usr/bin/ld option to reload object files
+configure:6253: result: -r
+configure:6322: checking for objdump
+configure:6338: found /usr/bin/objdump
+configure:6349: result: objdump
+configure:6381: checking how to recognize dependent libraries
+configure:6577: result: pass_all
+configure:6637: checking for ar
+configure:6653: found /usr/bin/ar
+configure:6664: result: ar
+configure:6742: checking for strip
+configure:6758: found /usr/bin/strip
+configure:6769: result: strip
+configure:6841: checking for ranlib
+configure:6857: found /usr/bin/ranlib
+configure:6868: result: ranlib
+configure:6958: checking command to parse /usr/bin/nm -B output from gcc object
+configure:7076: g++ -c -g -O2 conftest.cpp >&5
+configure:7079: $? = 0
+configure:7083: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
+configure:7086: $? = 0
+configure:7140: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
+configure:7143: $? = 0
+configure:7181: result: ok
+configure:7277: g++ -c -g -O2 conftest.cpp >&5
+configure:7280: $? = 0
+configure:7987: checking for dlfcn.h
+configure:7987: g++ -c -g -O2 conftest.cpp >&5
+configure:7987: $? = 0
+configure:7987: result: yes
+configure:8112: checking for C++ compiler version
+configure:8121: g++ --version >&5
+g++ (Debian 4.7.1-2) 4.7.1
+Copyright (C) 2012 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:8132: $? = 0
+configure:8121: g++ -v >&5
+Using built-in specs.
+COLLECT_GCC=g++
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.1-2' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.7.1 (Debian 4.7.1-2)
+configure:8132: $? = 0
+configure:8121: g++ -V >&5
+g++: error: unrecognized command line option '-V'
+g++: fatal error: no input files
+compilation terminated.
+configure:8132: $? = 4
+configure:8121: g++ -qversion >&5
+g++: error: unrecognized command line option '-qversion'
+g++: fatal error: no input files
+compilation terminated.
+configure:8132: $? = 4
+configure:8136: checking whether we are using the GNU C++ compiler
+configure:8164: result: yes
+configure:8173: checking whether g++ accepts -g
+configure:8234: result: yes
+configure:8259: checking dependency style of g++
+configure:8369: result: gcc3
+configure:8392: checking how to run the C++ preprocessor
+configure:8458: result: g++ -E
+configure:8478: g++ -E conftest.cpp
+configure:8478: $? = 0
+configure:8492: g++ -E conftest.cpp
+conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:8492: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #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 LEMON_HAVE_LONG_LONG 1
+| #define HAVE_DLFCN_H 1
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:8667: checking for objdir
+configure:8682: result: .libs
+configure:8978: checking if gcc supports -fno-rtti -fno-exceptions
+configure:8996: 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 [enabled by default]
+configure:9000: $? = 0
+configure:9013: result: no
+configure:9033: checking for gcc option to produce PIC
+configure:9305: result: -fPIC -DPIC
+configure:9317: checking if gcc PIC flag -fPIC -DPIC works
+configure:9335: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
+configure:9339: $? = 0
+configure:9352: result: yes
+configure:9376: checking if gcc static flag -static works
+configure:9404: result: yes
+configure:9419: checking if gcc supports -c -o file.o
+configure:9440: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
+configure:9444: $? = 0
+configure:9466: result: yes
+configure:9474: checking if gcc supports -c -o file.o
+configure:9521: result: yes
+configure:9554: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
+configure:10541: result: yes
+configure:10780: checking dynamic linker characteristics
+configure:11213: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
+configure:11213: $? = 0
+configure:11431: result: GNU/Linux ld.so
+configure:11533: checking how to hardcode library paths into programs
+configure:11558: result: immediate
+configure:12078: checking whether stripping libraries is possible
+configure:12083: result: yes
+configure:12118: checking if libtool supports shared libraries
+configure:12120: result: yes
+configure:12123: checking whether to build shared libraries
+configure:12144: result: no
+configure:12147: checking whether to build static libraries
+configure:12151: result: yes
+configure:12301: checking for ld used by g++
+configure:12368: result: /usr/bin/ld -m elf_x86_64
+configure:12375: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
+configure:12390: result: yes
+configure:12445: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
+configure:13358: result: yes
+configure:13386: g++ -c -g -O2 conftest.cpp >&5
+configure:13389: $? = 0
+configure:13571: checking for g++ option to produce PIC
+configure:13888: result: -fPIC -DPIC
+configure:13897: checking if g++ PIC flag -fPIC -DPIC works
+configure:13915: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
+configure:13919: $? = 0
+configure:13932: result: yes
+configure:13953: checking if g++ static flag -static works
+configure:13981: result: yes
+configure:13993: checking if g++ supports -c -o file.o
+configure:14014: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
+configure:14018: $? = 0
+configure:14040: result: yes
+configure:14045: checking if g++ supports -c -o file.o
+configure:14092: result: yes
+configure:14122: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
+configure:14148: result: yes
+configure:14285: checking dynamic linker characteristics
+configure:14666: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
+configure:14666: $? = 0
+configure:14884: result: GNU/Linux ld.so
+configure:14935: checking how to hardcode library paths into programs
+configure:14960: result: immediate
+configure:15021: checking for doxygen
+configure:15049: result: no
+configure:15059: checking for python
+configure:15075: found /usr/bin/python
+configure:15087: result: yes
+configure:15097: checking for gs
+configure:15113: found /usr/bin/gs
+configure:15125: result: yes
+configure:15134: checking whether we are using the Intel C++ compiler
+configure:15142: g++ -c -g -O2 conftest.cpp >&5
+conftest.cpp:26:1: error: 'choke' does not name a type
+configure:15142: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #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 LEMON_HAVE_LONG_LONG 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| /* end confdefs.h. */
+| #ifndef __INTEL_COMPILER
+| choke me
+| #endif
+configure:15152: result: no
+configure:15191: checking for GLPK
+configure:15242: g++ -o conftest conftest.cpp -lglpk >&5
+conftest.cpp:27:24: fatal error: glpk.h: No such file or directory
+compilation terminated.
+configure:15242: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #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 LEMON_HAVE_LONG_LONG 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| /* end confdefs.h. */
+|
+| extern "C" {
+| #include <glpk.h>
+| }
+|
+| #if (GLP_MAJOR_VERSION < 4) \
+| || (GLP_MAJOR_VERSION == 4 && GLP_MINOR_VERSION < 33)
+| #error Supported GLPK versions: 4.33 or above
+| #endif
+|
+| int main(int argc, char** argv)
+| {
+| LPX *lp;
+| lp = lpx_create_prob();
+| lpx_delete_prob(lp);
+| return 0;
+| }
+configure:15278: result: no
+configure:15324: checking for CPLEX
+configure:15372: g++ -o conftest conftest.cpp -lcplex -lm -lpthread >&5
+conftest.cpp:27:33: fatal error: ilcplex/cplex.h: No such file or directory
+compilation terminated.
+configure:15372: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #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 LEMON_HAVE_LONG_LONG 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| /* end confdefs.h. */
+|
+| extern "C" {
+| #include <ilcplex/cplex.h>
+| }
+|
+| int main(int argc, char** argv)
+| {
+| CPXENVptr env = NULL;
+| return 0;
+| }
+configure:15408: result: no
+configure:15454: checking for SOPLEX
+configure:15496: g++ -o conftest conftest.cpp -lsoplex -lz >&5
+conftest.cpp:26:26: fatal error: soplex.h: No such file or directory
+compilation terminated.
+configure:15496: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #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 LEMON_HAVE_LONG_LONG 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| /* end confdefs.h. */
+|
+| #include <soplex.h>
+|
+| int main(int argc, char** argv)
+| {
+| soplex::SoPlex soplex;
+| return 0;
+| }
+configure:15528: result: no
+configure:15574: checking for CLP
+configure:15616: g++ -o conftest conftest.cpp -lClp -lCoinUtils -lm >&5
+conftest.cpp:26:35: fatal error: coin/ClpModel.hpp: No such file or directory
+compilation terminated.
+configure:15616: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #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 LEMON_HAVE_LONG_LONG 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| /* end confdefs.h. */
+|
+| #include <coin/ClpModel.hpp>
+|
+| int main(int argc, char** argv)
+| {
+| ClpModel clp;
+| return 0;
+| }
+configure:15648: result: no
+configure:15788: checking whether to build the additional tools
+configure:15791: result: yes
+configure:15869: checking limits.h usability
+configure:15869: g++ -c -g -O2 conftest.cpp >&5
+configure:15869: $? = 0
+configure:15869: result: yes
+configure:15869: checking limits.h presence
+configure:15869: g++ -E conftest.cpp
+configure:15869: $? = 0
+configure:15869: result: yes
+configure:15869: checking for limits.h
+configure:15869: result: yes
+configure:15869: checking sys/time.h usability
+configure:15869: g++ -c -g -O2 conftest.cpp >&5
+configure:15869: $? = 0
+configure:15869: result: yes
+configure:15869: checking sys/time.h presence
+configure:15869: g++ -E conftest.cpp
+configure:15869: $? = 0
+configure:15869: result: yes
+configure:15869: checking for sys/time.h
+configure:15869: result: yes
+configure:15869: checking sys/times.h usability
+configure:15869: g++ -c -g -O2 conftest.cpp >&5
+configure:15869: $? = 0
+configure:15869: result: yes
+configure:15869: checking sys/times.h presence
+configure:15869: g++ -E conftest.cpp
+configure:15869: $? = 0
+configure:15869: result: yes
+configure:15869: checking for sys/times.h
+configure:15869: result: yes
+configure:15869: checking for unistd.h
+configure:15869: result: yes
+configure:15880: checking for an ANSI C-conforming const
+configure:15945: g++ -c -g -O2 conftest.cpp >&5
+configure:15945: $? = 0
+configure:15952: result: yes
+configure:15960: checking for inline
+configure:15976: g++ -c -g -O2 conftest.cpp >&5
+configure:15976: $? = 0
+configure:15984: result: inline
+configure:16002: checking for size_t
+configure:16002: g++ -c -g -O2 conftest.cpp >&5
+configure:16002: $? = 0
+configure:16002: g++ -c -g -O2 conftest.cpp >&5
+conftest.cpp: In function 'int main()':
+conftest.cpp:65:20: error: expected primary-expression before ')' token
+configure:16002: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "LEMON"
+| #define PACKAGE_TARNAME "lemon"
+| #define PACKAGE_VERSION "1.2.3"
+| #define PACKAGE_STRING "LEMON 1.2.3"
+| #define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+| #define PACKAGE_URL ""
+| #define PACKAGE "lemon"
+| #define VERSION "1.2.3"
+| #define LEMON_VERSION 1.2.3
+| #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 LEMON_HAVE_LONG_LONG 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_LIMITS_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMES_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
+| int
+| main ()
+| {
+| if (sizeof ((size_t)))
+| return 0;
+| ;
+| return 0;
+| }
+configure:16002: result: yes
+configure:16013: checking whether time.h and sys/time.h may both be included
+configure:16033: g++ -c -g -O2 conftest.cpp >&5
+configure:16033: $? = 0
+configure:16040: result: yes
+configure:16048: checking whether struct tm is in sys/time.h or time.h
+configure:16068: g++ -c -g -O2 conftest.cpp >&5
+configure:16068: $? = 0
+configure:16075: result: time.h
+configure:16084: checking for ANSI C header files
+configure:16188: result: yes
+configure:16199: checking for gettimeofday
+configure:16199: g++ -o conftest -g -O2 conftest.cpp >&5
+configure:16199: $? = 0
+configure:16199: result: yes
+configure:16199: checking for times
+configure:16199: g++ -o conftest -g -O2 conftest.cpp >&5
+configure:16199: $? = 0
+configure:16199: result: yes
+configure:16199: checking for ctime_r
+configure:16199: g++ -o conftest -g -O2 conftest.cpp >&5
+configure:16199: $? = 0
+configure:16199: result: yes
+configure:16393: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by LEMON config.status 1.2.3, which was
+generated by GNU Autoconf 2.68. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ./config.status
+
+on pc-4w14-0
+
+config.status:1184: creating Makefile
+config.status:1184: creating demo/Makefile
+config.status:1184: creating cmake/version.cmake
+config.status:1184: creating doc/Doxyfile
+config.status:1184: creating doc/mainpage.dox
+config.status:1184: creating lemon/lemon.pc
+config.status:1184: creating config.h
+config.status:1184: creating lemon/config.h
+config.status:1413: executing depfiles commands
+config.status:1413: executing libtool commands
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=x86_64-unknown-linux-gnu
+ac_cv_c_compiler_gnu=yes
+ac_cv_c_const=yes
+ac_cv_c_inline=inline
+ac_cv_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_ctime_r=yes
+ac_cv_func_gettimeofday=yes
+ac_cv_func_times=yes
+ac_cv_header_dlfcn_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_limits_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_time_h=yes
+ac_cv_header_sys_times_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_time=yes
+ac_cv_header_unistd_h=yes
+ac_cv_host=x86_64-unknown-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=mawk
+ac_cv_prog_CXXCPP='g++ -E'
+ac_cv_prog_ac_ct_AR=ar
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_CXX=g++
+ac_cv_prog_ac_ct_OBJDUMP=objdump
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_ac_ct_STRIP=strip
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cxx_g=yes
+ac_cv_prog_doxygen_found=no
+ac_cv_prog_gs_found=yes
+ac_cv_prog_make_make_set=yes
+ac_cv_prog_python_found=yes
+ac_cv_struct_tm=time.h
+ac_cv_type_long_long=yes
+ac_cv_type_size_t=yes
+am_cv_CC_dependencies_compiler_type=gcc3
+am_cv_CXX_dependencies_compiler_type=gcc3
+lt_cv_deplibs_check_method=pass_all
+lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_ld_reload_flag=-r
+lt_cv_nm_interface='BSD nm'
+lt_cv_objdir=.libs
+lt_cv_path_LD=/usr/bin/ld
+lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
+lt_cv_path_NM='/usr/bin/nm -B'
+lt_cv_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. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /home/carlo/honours/lemon/build-aux/missing --run aclocal-1.11'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /home/carlo/honours/lemon/build-aux/missing --run tar'
+AR='ar'
+AUTOCONF='${SHELL} /home/carlo/honours/lemon/build-aux/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/carlo/honours/lemon/build-aux/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/carlo/honours/lemon/build-aux/missing --run automake-1.11'
+AWK='mawk'
+CBC_CXXFLAGS=''
+CBC_LIBS=' '
+CC='gcc'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-g -O2'
+CLP_CXXFLAGS=''
+CLP_LIBS=' '
+CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/doc/Doxyfile.in $(top_srcdir)/doc/mainpage.dox.in $(top_srcdir)/lemon/lemon.pc.in $(top_srcdir)/cmake/version.cmake.in'
+CPLEX_CFLAGS=''
+CPLEX_LIBS=' '
+CPPFLAGS=''
+CXX='g++'
+CXXCPP='g++ -E'
+CXXDEPMODE='depmode=gcc3'
+CXXFLAGS='-g -O2'
+CYGPATH_W='echo'
+DEFS='-DHAVE_CONFIG_H'
+DEPDIR='.deps'
+DSYMUTIL=''
+DUMPBIN=''
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+EXEEXT=''
+FGREP='/bin/grep -F'
+GLPK_CFLAGS=''
+GLPK_LIBS=' '
+GREP='/bin/grep'
+HAVE_CBC_FALSE=''
+HAVE_CBC_TRUE='#'
+HAVE_CLP_FALSE=''
+HAVE_CLP_TRUE='#'
+HAVE_CPLEX_FALSE=''
+HAVE_CPLEX_TRUE='#'
+HAVE_GLPK_FALSE=''
+HAVE_GLPK_TRUE='#'
+HAVE_LP_FALSE=''
+HAVE_LP_TRUE='#'
+HAVE_MIP_FALSE=''
+HAVE_MIP_TRUE='#'
+HAVE_SOPLEX_FALSE=''
+HAVE_SOPLEX_TRUE='#'
+HAVE_VALGRIND=''
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
+LD='/usr/bin/ld -m elf_x86_64'
+LDFLAGS=''
+LIBOBJS=''
+LIBS=''
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIPO=''
+LN_S='ln -s'
+LTLIBOBJS=''
+MAKEINFO='${SHELL} /home/carlo/honours/lemon/build-aux/missing --run makeinfo'
+MKDIR_P='/bin/mkdir -p'
+NM='/usr/bin/nm -B'
+NMEDIT=''
+OBJDUMP='objdump'
+OBJEXT='o'
+OTOOL64=''
+OTOOL=''
+PACKAGE='lemon'
+PACKAGE_BUGREPORT='lemon-user@lemon.cs.elte.hu'
+PACKAGE_NAME='LEMON'
+PACKAGE_STRING='LEMON 1.2.3'
+PACKAGE_TARNAME='lemon'
+PACKAGE_URL=''
+PACKAGE_VERSION='1.2.3'
+PATH_SEPARATOR=':'
+RANLIB='ranlib'
+SED='/bin/sed'
+SET_MAKE=''
+SHELL='/bin/bash'
+SOPLEX_CXXFLAGS=''
+SOPLEX_LIBS=' '
+STRIP='strip'
+USE_VALGRIND_FALSE=''
+USE_VALGRIND_TRUE='#'
+VERSION='1.2.3'
+WANT_TOOLS_FALSE='#'
+WANT_TOOLS_TRUE=''
+WARNINGCXXFLAGS='-Wall -W -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas'
+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='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_TARNAME}'
+doxygen_found='no'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+gs_found='yes'
+host='x86_64-unknown-linux-gnu'
+host_alias=''
+host_cpu='x86_64'
+host_os='linux-gnu'
+host_vendor='unknown'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+install_sh='${SHELL} /home/carlo/honours/lemon/build-aux/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+lt_ECHO='echo'
+mandir='${datarootdir}/man'
+mkdir_p='/bin/mkdir -p'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+python_found='yes'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target_alias=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME "LEMON"
+#define PACKAGE_TARNAME "lemon"
+#define PACKAGE_VERSION "1.2.3"
+#define PACKAGE_STRING "LEMON 1.2.3"
+#define PACKAGE_BUGREPORT "lemon-user@lemon.cs.elte.hu"
+#define PACKAGE_URL ""
+#define PACKAGE "lemon"
+#define VERSION "1.2.3"
+#define LEMON_VERSION 1.2.3
+#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 LEMON_HAVE_LONG_LONG 1
+#define HAVE_DLFCN_H 1
+#define LT_OBJDIR ".libs/"
+#define HAVE_LIMITS_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_SYS_TIMES_H 1
+#define HAVE_UNISTD_H 1
+#define TIME_WITH_SYS_TIME 1
+#define STDC_HEADERS 1
+#define HAVE_GETTIMEOFDAY 1
+#define HAVE_TIMES 1
+#define HAVE_CTIME_R 1
+
+configure: exit 0