laurolins / nanocube

Eclipse Public License 1.0
734 stars 162 forks source link

error when compiling on Debian unstable #43

Closed jboynyc closed 8 years ago

jboynyc commented 8 years ago
checking for Boost headers version >= 1.48.0... yes
checking for Boost's header version... 1_58_0
checking for the flags needed to use pthreads... -pthread
checking for the toolset name used by Boost for g++... configure: WARNING: could not figure out which toolset name to use for g++

checking boost/system/error_code.hpp usability... yes
checking boost/system/error_code.hpp presence... yes
checking for boost/system/error_code.hpp... yes
checking for the Boost system library... yes
checking boost/thread.hpp usability... no
checking boost/thread.hpp presence... yes
configure: WARNING: boost/thread.hpp: present but cannot be compiled
configure: WARNING: boost/thread.hpp:     check for missing prerequisite headers?
configure: WARNING: boost/thread.hpp: see the Autoconf documentation
configure: WARNING: boost/thread.hpp:     section "Present But Cannot Be Compiled"
configure: WARNING: boost/thread.hpp: proceeding with the compiler's result
configure: WARNING:     ## ----------------------------------- ##
configure: WARNING:     ## Report this to lauro.lins@gmail.com ##
configure: WARNING:     ## ----------------------------------- ##
checking for boost/thread.hpp... no
configure: error: cannot find boost/thread.hpp

~/nanocube-3.2.1/build$ uname -a
Linux mijn 2.6.32-042stab093.4 #1 SMP Mon Aug 11 18:47:39 MSK 2014 x86_64 GNU/Linux

Note I had to edit the configure script because it wasn't getting the Boost header version. Here's how I "fixed" that issue:

boost_cv_lib_version=1_58_0 #`cat conftest.i`
jboynyc commented 8 years ago

relevant 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 nanocube configure 0.0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../configure --prefix=/home/jboy/nanocube-3.2.1 CXXFLAGS=-O3

## --------- ##
## Platform. ##
## --------- ##

hostname = mijn
uname -m = x86_64
uname -r = 2.6.32-042stab093.4
uname -s = Linux
uname -v = #1 SMP Mon Aug 11 18:47:39 MSK 2014

/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/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games

## ----------- ##
## Core tests. ##
## ----------- ##

configure:2758: checking for a BSD-compatible install
configure:2826: result: /usr/bin/install -c
configure:2837: checking whether build environment is sane
configure:2892: result: yes
configure:3043: checking for a thread-safe mkdir -p
configure:3082: result: /bin/mkdir -p
configure:3089: checking for gawk
configure:3105: found /usr/bin/gawk
configure:3116: result: gawk
configure:3127: checking whether make sets $(MAKE)
configure:3149: result: yes
configure:3178: checking whether make supports nested variables
configure:3195: result: yes
configure:3370: checking for gcc
configure:3386: found /usr/bin/gcc
configure:3397: result: gcc
configure:3626: checking for C compiler version
configure:3635: gcc --version >&5
gcc (Debian 5.2.1-23) 5.2.1 20151028
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3646: $? = 0
configure:3635: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-23' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20151028 (Debian 5.2.1-23) 
configure:3646: $? = 0
configure:3635: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3646: $? = 1
configure:3635: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3646: $? = 1
configure:3666: checking whether the C compiler works
configure:3688: gcc    conftest.c  >&5
configure:3692: $? = 0
configure:3740: result: yes
configure:3743: checking for C compiler default output file name
configure:3745: result: a.out
configure:3751: checking for suffix of executables
configure:3758: gcc -o conftest    conftest.c  >&5
configure:3762: $? = 0
configure:3784: result: 
configure:3806: checking whether we are cross compiling
configure:3814: gcc -o conftest    conftest.c  >&5
configure:3818: $? = 0
configure:3825: ./conftest
configure:3829: $? = 0
configure:3844: result: no
configure:3849: checking for suffix of object files
configure:3871: gcc -c   conftest.c >&5
configure:3875: $? = 0
configure:3896: result: o
configure:3900: checking whether we are using the GNU C compiler
configure:3919: gcc -c   conftest.c >&5
configure:3919: $? = 0
configure:3928: result: yes
configure:3937: checking whether gcc accepts -g
configure:3957: gcc -c -g  conftest.c >&5
configure:3957: $? = 0
configure:3998: result: yes
configure:4015: checking for gcc option to accept ISO C89
configure:4078: gcc  -c -g -O2  conftest.c >&5
configure:4078: $? = 0
configure:4091: result: none needed
configure:4116: checking whether gcc understands -c and -o together
configure:4138: gcc -c conftest.c -o conftest2.o
configure:4141: $? = 0
configure:4138: gcc -c conftest.c -o conftest2.o
configure:4141: $? = 0
configure:4153: result: yes
configure:4181: checking for style of include used by make
configure:4209: result: GNU
configure:4235: checking dependency style of gcc
configure:4346: result: gcc3
configure:4366: checking how to run the C preprocessor
configure:4397: gcc -E  conftest.c
configure:4397: $? = 0
configure:4411: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4411: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4436: result: gcc -E
configure:4456: gcc -E  conftest.c
configure:4456: $? = 0
configure:4470: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4470: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4527: checking build system type
configure:4541: result: x86_64-pc-linux-gnu
configure:4561: checking host system type
configure:4574: result: x86_64-pc-linux-gnu
configure:4615: checking how to print strings
configure:4642: result: printf
configure:4663: checking for a sed that does not truncate output
configure:4727: result: /bin/sed
configure:4745: checking for grep that handles long lines and -e
configure:4803: result: /bin/grep
configure:4808: checking for egrep
configure:4870: result: /bin/grep -E
configure:4875: checking for fgrep
configure:4937: result: /bin/grep -F
configure:4972: checking for ld used by gcc
configure:5039: result: /usr/bin/ld
configure:5046: checking if the linker (/usr/bin/ld) is GNU ld
configure:5061: result: yes
configure:5073: checking for BSD- or MS-compatible name lister (nm)
configure:5122: result: /usr/bin/nm -B
configure:5252: checking the name lister (/usr/bin/nm -B) interface
configure:5259: gcc -c -g -O2  conftest.c >&5
configure:5262: /usr/bin/nm -B "conftest.o"
configure:5265: output
0000000000000000 B some_variable
configure:5272: result: BSD nm
configure:5275: checking whether ln -s works
configure:5279: result: yes
configure:5287: checking the maximum length of command line arguments
configure:5418: result: 1966080
configure:5435: checking whether the shell understands some XSI constructs
configure:5445: result: yes
configure:5449: checking whether the shell understands "+="
configure:5455: result: yes
configure:5490: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5530: result: func_convert_file_noop
configure:5537: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5557: result: func_convert_file_noop
configure:5564: checking for /usr/bin/ld option to reload object files
configure:5571: result: -r
configure:5645: checking for objdump
configure:5661: found /usr/bin/objdump
configure:5672: result: objdump
configure:5704: checking how to recognize dependent libraries
configure:5902: result: pass_all
configure:5987: checking for dlltool
configure:6017: result: no
configure:6047: checking how to associate runtime and link libraries
configure:6074: result: printf %s\n
configure:6135: checking for ar
configure:6151: found /usr/bin/ar
configure:6162: result: ar
configure:6199: checking for archiver @FILE support
configure:6216: gcc -c -g -O2  conftest.c >&5
configure:6216: $? = 0
configure:6219: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:6222: $? = 0
configure:6227: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:6230: $? = 1
configure:6242: result: @
configure:6300: checking for strip
configure:6316: found /usr/bin/strip
configure:6327: result: strip
configure:6399: checking for ranlib
configure:6415: found /usr/bin/ranlib
configure:6426: result: ranlib
configure:6528: checking command to parse /usr/bin/nm -B output from gcc object
configure:6648: gcc -c -g -O2  conftest.c >&5
configure:6651: $? = 0
configure:6655: /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:6658: $? = 0
configure:6724: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6727: $? = 0
configure:6765: result: ok
configure:6802: checking for sysroot
configure:6832: result: no
configure:6909: gcc -c -g -O2  conftest.c >&5
configure:6912: $? = 0
configure:7101: checking for mt
configure:7117: found /bin/mt
configure:7128: result: mt
configure:7151: checking if mt is a manifest tool
configure:7157: mt '-?'
configure:7165: result: no
configure:7803: checking for ANSI C header files
configure:7823: gcc -c -g -O2  conftest.c >&5
configure:7823: $? = 0
configure:7896: gcc -o conftest -g -O2   conftest.c  >&5
configure:7896: $? = 0
configure:7896: ./conftest
configure:7896: $? = 0
configure:7907: result: yes
configure:7920: checking for sys/types.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7920: checking for sys/stat.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7920: checking for stdlib.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7920: checking for string.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7920: checking for memory.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7920: checking for strings.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7920: checking for inttypes.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7920: checking for stdint.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7920: checking for unistd.h
configure:7920: gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7920: result: yes
configure:7934: checking for dlfcn.h
configure:7934: gcc -c -g -O2  conftest.c >&5
configure:7934: $? = 0
configure:7934: result: yes
configure:8140: checking for objdir
configure:8155: result: .libs
configure:8426: checking if gcc supports -fno-rtti -fno-exceptions
configure:8444: 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:8448: $? = 0
configure:8461: result: no
configure:8788: checking for gcc option to produce PIC
configure:8795: result: -fPIC -DPIC
configure:8803: checking if gcc PIC flag -fPIC -DPIC works
configure:8821: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8825: $? = 0
configure:8838: result: yes
configure:8867: checking if gcc static flag -static works
configure:8895: result: yes
configure:8910: checking if gcc supports -c -o file.o
configure:8931: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8935: $? = 0
configure:8957: result: yes
configure:8965: checking if gcc supports -c -o file.o
configure:9012: result: yes
configure:9045: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10202: result: yes
configure:10239: checking whether -lc should be explicitly linked in
configure:10247: gcc -c -g -O2  conftest.c >&5
configure:10250: $? = 0
configure:10265: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10268: $? = 0
configure:10282: result: no
configure:10442: checking dynamic linker characteristics
configure:10942: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:10942: $? = 0
configure:11176: result: GNU/Linux ld.so
configure:11283: checking how to hardcode library paths into programs
configure:11308: result: immediate
configure:11848: checking whether stripping libraries is possible
configure:11853: result: yes
configure:11888: checking if libtool supports shared libraries
configure:11890: result: yes
configure:11893: checking whether to build shared libraries
configure:11914: result: yes
configure:11917: checking whether to build static libraries
configure:11921: result: yes
configure:12083: checking for C++ compiler version
configure:12092: g++ --version >&5
g++ (Debian 5.2.1-23) 5.2.1 20151028
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12103: $? = 0
configure:12092: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-23' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20151028 (Debian 5.2.1-23) 
configure:12103: $? = 0
configure:12092: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:12103: $? = 1
configure:12092: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:12103: $? = 1
configure:12107: checking whether we are using the GNU C++ compiler
configure:12126: g++ -c -O3  conftest.cpp >&5
configure:12126: $? = 0
configure:12135: result: yes
configure:12144: checking whether g++ accepts -g
configure:12164: g++ -c -g  conftest.cpp >&5
configure:12164: $? = 0
configure:12205: result: yes
configure:12230: checking dependency style of g++
configure:12341: result: gcc3
configure:12374: checking how to run the C++ preprocessor
configure:12401: g++ -E  conftest.cpp
configure:12401: $? = 0
configure:12415: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12415: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #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:12440: result: g++ -E
configure:12460: g++ -E  conftest.cpp
configure:12460: $? = 0
configure:12474: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #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:12643: checking for ld used by g++
configure:12710: result: /usr/bin/ld -m elf_x86_64
configure:12717: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12732: result: yes
configure:12787: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13789: result: no
configure:13825: g++ -c -O3  conftest.cpp >&5
configure:13828: $? = 0
configure:14348: checking for g++ option to produce PIC
configure:14355: result: -fPIC -DPIC
configure:14363: checking if g++ PIC flag -fPIC -DPIC works
configure:14381: g++ -c -O3  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14385: $? = 0
configure:14398: result: yes
configure:14421: checking if g++ static flag -static works
configure:14449: result: yes
configure:14461: checking if g++ supports -c -o file.o
configure:14482: g++ -c -O3  -o out/conftest2.o conftest.cpp >&5
configure:14486: $? = 0
configure:14508: result: yes
configure:14513: checking if g++ supports -c -o file.o
configure:14560: result: yes
configure:14590: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14629: result: no
configure:14770: checking dynamic linker characteristics
configure:15438: result: no
configure:15491: checking how to hardcode library paths into programs
configure:15516: result: immediate
configure:15569: checking for library containing dlopen
configure:15600: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccar8Zkf.o: In function `main':
/home/jboy/nanocube-3.2.1/build/conftest.c:34: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:15600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #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:15600: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:15600: $? = 0
configure:15617: result: -ldl
configure:15707: checking for dlerror
configure:15707: gcc -o conftest -g -O2   conftest.c -ldl  -ldl >&5
configure:15707: $? = 0
configure:15707: result: yes
configure:15721: checking for shl_load
configure:15721: gcc -o conftest -g -O2   conftest.c -ldl  >&5
/tmp/ccGEQceD.o: In function `main':
/home/jboy/nanocube-3.2.1/build/conftest.c:59: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:15721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* 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 shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:15721: result: no
configure:15728: checking for shl_load in -ldld
configure:15753: gcc -o conftest -g -O2   conftest.c -ldld  -ldl  >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:15753: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:15762: result: no
configure:15808: checking for dld_link in -ldld
configure:15833: gcc -o conftest -g -O2   conftest.c -ldld  -ldl  >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:15833: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
|   ;
|   return 0;
| }
configure:15842: result: no
configure:15887: checking whether g++ supports C++11 features by default
configure:15911: g++ -c -O3  conftest.cpp >&5
conftest.cpp:30:21: error: expected identifier before 'sizeof'
       static_assert(sizeof(int) <= sizeof(T), "not big enough");
                     ^
conftest.cpp:30:21: error: expected ',' or '...' before 'sizeof'
conftest.cpp:30:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
       static_assert(sizeof(int) <= sizeof(T), "not big enough");
                                                               ^
conftest.cpp:33:29: error: '>>' should be '> >' within a nested template argument list
     typedef check<check<bool>> right_angle_brackets;
                             ^
conftest.cpp:36:13: error: expected constructor, destructor, or type conversion before '(' token
     decltype(a) b;
             ^
conftest.cpp:40:15: error: expected unqualified-id before '&&' token
     check_type&& cr = static_cast<check_type&&>(c);
               ^
configure:15911: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| /* end confdefs.h.  */
| 
|   template <typename T>
|     struct check
|     {
|       static_assert(sizeof(int) <= sizeof(T), "not big enough");
|     };
| 
|     typedef check<check<bool>> right_angle_brackets;
| 
|     int a;
|     decltype(a) b;
| 
|     typedef check<int> check_type;
|     check_type c;
|     check_type&& cr = static_cast<check_type&&>(c);
| 
configure:15918: result: no
configure:15929: checking whether g++ supports C++11 features with -std=c++11
configure:15955: g++ -c -O3 -std=c++11  conftest.cpp >&5
configure:15955: $? = 0
configure:15964: result: yes
configure:15983: checking if zlib is wanted
configure:16005: result: yes
configure:16036: checking for inflateEnd in -lz
configure:16061: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.c -lz  -ldl  >&5
configure:16061: $? = 0
configure:16070: result: yes
configure:16078: checking zlib.h usability
configure:16078: gcc -c -g -O2  -I/usr/include conftest.c >&5
configure:16078: $? = 0
configure:16078: result: yes
configure:16078: checking zlib.h presence
configure:16078: gcc -E  -I/usr/include conftest.c
configure:16078: $? = 0
configure:16078: result: yes
configure:16078: checking for zlib.h
configure:16078: result: yes
configure: this is boost.m4 serial 18
configure:16146: checking for Boost headers version >= 1.48.0
configure:16217: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
configure:16217: $? = 0
configure:16238: result: yes
configure:16257: checking for Boost's header version
configure:16275: result: 1_58_0
configure:16292: checking for the flags needed to use pthreads
configure:16347: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include  -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl   >&5
/tmp/ccxuqstf.o: In function `main':
conftest.cpp:(.text.startup+0x9): undefined reference to `pthread_join'
conftest.cpp:(.text.startup+0x1d): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
configure:16347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|     pthread_attr_init(0); pthread_cleanup_push(0, 0);
|     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16347: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include  -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl  -lpthreads >&5
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:16347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|     pthread_attr_init(0); pthread_cleanup_push(0, 0);
|     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16347: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include  -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl  -Kthread >&5
g++: error: unrecognized command line option '-Kthread'
configure:16347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|     pthread_attr_init(0); pthread_cleanup_push(0, 0);
|     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16347: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include  -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl  -kthread >&5
g++: error: unrecognized command line option '-kthread'
configure:16347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|     pthread_attr_init(0); pthread_cleanup_push(0, 0);
|     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16347: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include  -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl  -llthread >&5
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:16347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|     pthread_attr_init(0); pthread_cleanup_push(0, 0);
|     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16347: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include  -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl  -pthread >&5
configure:16347: $? = 0
configure:16361: result: -pthread
configure:16369: checking for the toolset name used by Boost for g++
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 1 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 1 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 1 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 1 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 0 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 0 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 0 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 0 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 3 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
 # error defined __GNUC__ && __GNUC__ == 3 && !defined __ICC      && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32          || defined __WIN32__ || defined __WINNT || defined __WINNT__)
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 3 && !defined __ICC      && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32          || defined __WIN32__ || defined __WINNT || defined __WINNT__)
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 3 && !defined __ICC      && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32          || defined __WIN32__ || defined __WINNT || defined __WINNT__)
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 4 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 4 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 4 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 4 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 3 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 3 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 3 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 3 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined _MSC_VER && _MSC_VER >= 1500
 # error defined _MSC_VER && _MSC_VER >= 1500
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined _MSC_VER && _MSC_VER >= 1500
| /* OK */
| #else
| # error defined _MSC_VER && _MSC_VER >= 1500
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined _MSC_VER && _MSC_VER == 1400
 # error defined _MSC_VER && _MSC_VER == 1400
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined _MSC_VER && _MSC_VER == 1400
| /* OK */
| #else
| # error defined _MSC_VER && _MSC_VER == 1400
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 2 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 2 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 2 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 2 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined _MSC_VER && _MSC_VER == 1310
 # error defined _MSC_VER && _MSC_VER == 1310
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined _MSC_VER && _MSC_VER == 1310
| /* OK */
| #else
| # error defined _MSC_VER && _MSC_VER == 1310
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 1 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 1 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 1 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 1 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 0 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 0 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 0 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 0 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __BORLANDC__
 # error defined __BORLANDC__
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __BORLANDC__
| /* OK */
| #else
| # error defined __BORLANDC__
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:29:49: error: operator "defined" requires an identifier
 #if defined __ICC && (defined __unix || defined )
                                                 ^
conftest.cpp:29:22: error: missing ')' in expression
 #if defined __ICC && (defined __unix || defined )
                      ^
conftest.cpp:32:3: error: #error defined __ICC && (defined __unix || defined )
 # error defined __ICC && (defined __unix || defined )
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __ICC && (defined __unix || defined )
| /* OK */
| #else
| # error defined __ICC && (defined __unix || defined )
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __ICL
 # error defined __ICL
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __ICL
| /* OK */
| #else
| # error defined __ICL
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined _MSC_VER && _MSC_VER == 1300
 # error defined _MSC_VER && _MSC_VER == 1300
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined _MSC_VER && _MSC_VER == 1300
| /* OK */
| #else
| # error defined _MSC_VER && _MSC_VER == 1300
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __GNUC__ && __GNUC__ == 2 && __GNUC_MINOR__ == 95 && !defined __ICC
 # error defined __GNUC__ && __GNUC__ == 2 && __GNUC_MINOR__ == 95 && !defined __ICC
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __GNUC__ && __GNUC__ == 2 && __GNUC_MINOR__ == 95 && !defined __ICC
| /* OK */
| #else
| # error defined __GNUC__ && __GNUC__ == 2 && __GNUC_MINOR__ == 95 && !defined __ICC
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __MWERKS__ && __MWERKS__ <= 0x32FF
 # error defined __MWERKS__ && __MWERKS__ <= 0x32FF
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __MWERKS__ && __MWERKS__ <= 0x32FF
| /* OK */
| #else
| # error defined __MWERKS__ && __MWERKS__ <= 0x32FF
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined _MSC_VER && _MSC_VER < 1300 && !defined UNDER_CE
 # error defined _MSC_VER && _MSC_VER < 1300 && !defined UNDER_CE
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined _MSC_VER && _MSC_VER < 1300 && !defined UNDER_CE
| /* OK */
| #else
| # error defined _MSC_VER && _MSC_VER < 1300 && !defined UNDER_CE
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined _MSC_VER && _MSC_VER < 1300 && defined UNDER_CE
 # error defined _MSC_VER && _MSC_VER < 1300 && defined UNDER_CE
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined _MSC_VER && _MSC_VER < 1300 && defined UNDER_CE
| /* OK */
| #else
| # error defined _MSC_VER && _MSC_VER < 1300 && defined UNDER_CE
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16444: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error defined __MWERKS__ && __MWERKS__ <= 0x31FF
 # error defined __MWERKS__ && __MWERKS__ <= 0x31FF
   ^
configure:16444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined __MWERKS__ && __MWERKS__ <= 0x31FF
| /* OK */
| #else
| # error defined __MWERKS__ && __MWERKS__ <= 0x31FF
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16472: WARNING: could not figure out which toolset name to use for g++
configure:16479: result: 
configure:16506: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include conftest.cpp >&5
conftest.cpp:32:3: error: #error MT not needed
 # error MT not needed
   ^
configure:16506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| /* end confdefs.h.  */
| 
| #if defined _REENTRANT || defined _MT || defined __MT__
| /* use -mt */
| #else
| # error MT not needed
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16538: checking boost/system/error_code.hpp usability
configure:16538: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include  conftest.cpp >&5
configure:16538: $? = 0
configure:16538: result: yes
configure:16538: checking boost/system/error_code.hpp presence
configure:16538: g++ -E  -I/usr/include -I/usr/include  conftest.cpp
configure:16538: $? = 0
configure:16538: result: yes
configure:16538: checking for boost/system/error_code.hpp
configure:16538: result: yes
configure:16565: checking for the Boost system library
configure:16607: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include  conftest.cpp >&5
configure:16607: $? = 0
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system--mt-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system--mt-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system--mt-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system--mt-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system--1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system--1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system--1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system--1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system--mt-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system--mt-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system--mt-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system--mt-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system--d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system--d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system--d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system--d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system--mt -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system--mt -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system--mt -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system--mt -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system- -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system- -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system- -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system- -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system--mt-d -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-d
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system--mt-d -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-d
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system--mt-d -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-d
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system--mt-d -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--mt-d
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system--d -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--d
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system--d -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--d
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system--d -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--d
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system--d -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system--d
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system-mt-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system-mt-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system-mt-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system-mt-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system-mt-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system-mt-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system-mt-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system-mt-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system-d-1_58_0 -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-d-1_58_0
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system-mt -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/lib conftest.o -lboost_system-mt -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib conftest.o -lboost_system-mt -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/lib64 conftest.o -lboost_system-mt -lz -ldl  >&5
/usr/bin/ld: cannot find -lboost_system-mt
collect2: error: ld returned 1 exit status
configure:16673: $? = 1
configure:16658: re-using the existing conftest.o
configure:16664: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib conftest.o -lboost_system -lz -ldl  >&5
configure:16673: $? = 0
configure:16714: re-using the existing conftest.o
configure:16720: g++ -o conftest -O3 -std=c++11  -I/usr/include -I/usr/include   -L/usr/lib -L/usr/lib -L/usr/local/lib -Wl,-R,/usr/local/lib conftest.o -lz -ldl  -lboost_system >&5
configure:16729: $? = 0
configure:16775: result: yes
configure:17115: checking boost/thread.hpp usability
configure:17115: g++ -c -O3 -std=c++11  -I/usr/include -I/usr/include -pthread  conftest.cpp >&5
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
configure:17115: $? = 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nanocube"
| #define PACKAGE_TARNAME "nanocube"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "nanocube 0.0.1"
| #define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "nanocube"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_LIBZ 1
| #define HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <boost/thread.hpp>
configure:17115: result: no
configure:17115: checking boost/thread.hpp presence
configure:17115: g++ -E  -I/usr/include -I/usr/include -pthread  conftest.cpp
configure:17115: $? = 0
configure:17115: result: yes
configure:17115: WARNING: boost/thread.hpp: present but cannot be compiled
configure:17115: WARNING: boost/thread.hpp:     check for missing prerequisite headers?
configure:17115: WARNING: boost/thread.hpp: see the Autoconf documentation
configure:17115: WARNING: boost/thread.hpp:     section "Present But Cannot Be Compiled"
configure:17115: WARNING: boost/thread.hpp: proceeding with the compiler's result
configure:17115: checking for boost/thread.hpp
configure:17115: result: no
configure:17121: error: cannot find boost/thread.hpp

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_BOOST_ROOT_set=
ac_cv_env_BOOST_ROOT_value=
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=set
ac_cv_env_CXXFLAGS_value=-O3
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_dlerror=yes
ac_cv_func_shl_load=no
ac_cv_header_boost_system_error_code_hpp=yes
ac_cv_header_boost_thread_hpp=no
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_header_zlib_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_lib_z_inflateEnd=yes
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_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_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen=-ldl
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_cxx_compile_cxx11=no
ax_cv_cxx_compile_cxx11__std_cpp11=yes
boost_cv_inc_path=yes
boost_cv_lib_system=yes
boost_cv_lib_system_LDFLAGS='-L/usr/local/lib -Wl,-R,/usr/local/lib'
boost_cv_lib_system_LDPATH=/usr/local/lib
boost_cv_lib_system_LIBS=-lboost_system
boost_cv_lib_tag=
boost_cv_lib_version=1_58_0
boost_cv_pthread_flag=-pthread
boost_cv_rpath_link_ldflag=-Wl,-R,
libltdl_cv_lib_dl_dlopen=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=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=1966080
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
zlib_cv_libz=yes
zlib_cv_zlib_h=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/jboy/nanocube-3.2.1/aux-scripts/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/jboy/nanocube-3.2.1/aux-scripts/missing autoconf'
AUTOHEADER='${SHELL} /home/jboy/nanocube-3.2.1/aux-scripts/missing autoheader'
AUTOMAKE='${SHELL} /home/jboy/nanocube-3.2.1/aux-scripts/missing automake-1.15'
AWK='gawk'
BOOST_CPPFLAGS=''
BOOST_LDPATH='/usr/local/lib'
BOOST_ROOT=''
BOOST_SYSTEM_LDFLAGS='-L/usr/local/lib -Wl,-R,/usr/local/lib'
BOOST_SYSTEM_LDPATH='/usr/local/lib'
BOOST_SYSTEM_LIBS='-lboost_system'
BOOST_THREAD_LDFLAGS=''
BOOST_THREAD_LDPATH=''
BOOST_THREAD_LIBS=''
BOOST_THREAD_WIN32_LDFLAGS=''
BOOST_THREAD_WIN32_LDPATH=''
BOOST_THREAD_WIN32_LIBS=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include -I/usr/include -pthread '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -std=c++11'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DISTCHECK_CONFIGURE_FLAGS=' '\''--with-boost='\'''
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 -m elf_x86_64'
LDFLAGS=' -L/usr/lib -L/usr/lib -L/usr/local/lib -Wl,-R,/usr/local/lib'
LIBADD_DL='-ldl '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN='-ldl'
LIBADD_SHL_LOAD=''
LIBOBJS=''
LIBS='-lz -ldl  -lboost_system -pthread'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_DLLOADERS=' dlopen.la'
LT_DLPREOPEN='-dlpreopen dlopen.la '
MAKEINFO='${SHELL} /home/jboy/nanocube-3.2.1/aux-scripts/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='nanocube'
PACKAGE_BUGREPORT='lauro.lins@gmail.com'
PACKAGE_NAME='nanocube'
PACKAGE_STRING='nanocube 0.0.1'
PACKAGE_TARNAME='nanocube'
PACKAGE_URL=''
PACKAGE_VERSION='0.0.1'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='0.0.1'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX=''
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=' -I$(srcdir)'
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-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
has_tcmalloc=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='Linux'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jboy/nanocube-3.2.1/aux-scripts/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/jboy/nanocube-3.2.1'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "nanocube"
#define PACKAGE_TARNAME "nanocube"
#define PACKAGE_VERSION "0.0.1"
#define PACKAGE_STRING "nanocube 0.0.1"
#define PACKAGE_BUGREPORT "lauro.lins@gmail.com"
#define PACKAGE_URL ""
#define PACKAGE "nanocube"
#define VERSION "0.0.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define HAVE_LIBZ 1
#define HAVE_BOOST 1
#define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1

configure: exit 1
salivian commented 8 years ago

Hi John,

Your log shows, configure is not able to find libboost-system.so,

Please make sure that file exists or and it's path is searched by the compiler. In the worst case: export LDFLAGS=-L/usr/lib/x86_64-linux-gnu/

https://packages.debian.org/sid/amd64/libboost-system1.58-dev/filelist

Thanks!

Horace

On Mon, Nov 16, 2015 at 11:02 AM, John Boy notifications@github.com wrote:

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by nanocube configure 0.0.1, which was generated by GNU Autoconf 2.69. Invocation command line was

$ ../configure --prefix=/home/jboy/nanocube-3.2.1 CXXFLAGS=-O3 --------- Platform. ---------

hostname = mijn uname -m = x86_64 uname -r = 2.6.32-042stab093.4 uname -s = Linux uname -v = #1 https://github.com/laurolins/nanocube/pull/1 SMP Mon Aug 11 18:47:39 MSK 2014

/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/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games ----------- Core tests. -----------

configure:2758: checking for a BSD-compatible install configure:2826: result: /usr/bin/install -c configure:2837: checking whether build environment is sane configure:2892: result: yes configure:3043: checking for a thread-safe mkdir -p configure:3082: result: /bin/mkdir -p configure:3089: checking for gawk configure:3105: found /usr/bin/gawk configure:3116: result: gawk configure:3127: checking whether make sets $(MAKE) configure:3149: result: yes configure:3178: checking whether make supports nested variables configure:3195: result: yes configure:3370: checking for gcc configure:3386: found /usr/bin/gcc configure:3397: result: gcc configure:3626: checking for C compiler version configure:3635: gcc --version >&5 gcc (Debian 5.2.1-23) 5.2.1 20151028 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3646: $? = 0 configure:3635: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-23' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 5.2.1 20151028 (Debian 5.2.1-23) configure:3646: $? = 0 configure:3635: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3646: $? = 1 configure:3635: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3646: $? = 1 configure:3666: checking whether the C compiler works configure:3688: gcc conftest.c >&5 configure:3692: $? = 0 configure:3740: result: yes configure:3743: checking for C compiler default output file name configure:3745: result: a.out configure:3751: checking for suffix of executables configure:3758: gcc -o conftest conftest.c >&5 configure:3762: $? = 0 configure:3784: result: configure:3806: checking whether we are cross compiling configure:3814: gcc -o conftest conftest.c >&5 configure:3818: $? = 0 configure:3825: ./conftest configure:3829: $? = 0 configure:3844: result: no configure:3849: checking for suffix of object files configure:3871: gcc -c conftest.c >&5 configure:3875: $? = 0 configure:3896: result: o configure:3900: checking whether we are using the GNU C compiler configure:3919: gcc -c conftest.c >&5 configure:3919: $? = 0 configure:3928: result: yes configure:3937: checking whether gcc accepts -g configure:3957: gcc -c -g conftest.c >&5 configure:3957: $? = 0 configure:3998: result: yes configure:4015: checking for gcc option to accept ISO C89 configure:4078: gcc -c -g -O2 conftest.c >&5 configure:4078: $? = 0 configure:4091: result: none needed configure:4116: checking whether gcc understands -c and -o together configure:4138: gcc -c conftest.c -o conftest2.o configure:4141: $? = 0 configure:4138: gcc -c conftest.c -o conftest2.o configure:4141: $? = 0 configure:4153: result: yes configure:4181: checking for style of include used by make configure:4209: result: GNU configure:4235: checking dependency style of gcc configure:4346: result: gcc3 configure:4366: checking how to run the C preprocessor configure:4397: gcc -E conftest.c configure:4397: $? = 0 configure:4411: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4411: $? = 1 configure: failed program was: | /* confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | /_ end confdefs.h.

_/ | #include configure:4436: result: gcc -E configure:4456: gcc -E conftest.c configure:4456: $? = 0 configure:4470: gcc -E conftest.c conftest.c:11:28: fatal error: acnonexistent.h: No such file or directory compilation terminated. configure:4470: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | /_ end confdefs.h.

*/ | #include configure:4527: checking build system type configure:4541: result: x86_64-pc-linux-gnu configure:4561: checking host system type configure:4574: result: x86_64-pc-linux-gnu configure:4615: checking how to print strings configure:4642: result: printf configure:4663: checking for a sed that does not truncate output configure:4727: result: /bin/sed configure:4745: checking for grep that handles long lines and -e configure:4803: result: /bin/grep configure:4808: checking for egrep configure:4870: result: /bin/grep -E configure:4875: checking for fgrep configure:4937: result: /bin/grep -F configure:4972: checking for ld used by gcc configure:5039: result: /usr/bin/ld configure:5046: checking if the linker (/usr/bin/ld) is GNU ld configure:5061: result: yes configure:5073: checking for BSD- or MS-compatible name lister (nm) configure:5122: result: /usr/bin/nm -B configure:5252: checking the name lister (/usr/bin/nm -B) interface configure:5259: gcc -c -g -O2 conftest.c >&5 configure:5262: /usr/bin/nm -B "conftest.o" configure:5265: output 0000000000000000 B some_variable configure:5272: result: BSD nm configure:5275: checking whether ln -s works configure:5279: result: yes configure:5287: checking the maximum length of command line arguments configure:5418: result: 1966080 configure:5435: checking whether the shell understands some XSI constructs configure:5445: result: yes configure:5449: checking whether the shell understands "+=" configure:5455: result: yes configure:5490: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5530: result: func_convert_file_noop configure:5537: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5557: result: func_convert_file_noop configure:5564: checking for /usr/bin/ld option to reload object files configure:5571: result: -r configure:5645: checking for objdump configure:5661: found /usr/bin/objdump configure:5672: result: objdump configure:5704: checking how to recognize dependent libraries configure:5902: result: pass_all configure:5987: checking for dlltool configure:6017: result: no configure:6047: checking how to associate runtime and link libraries configure:6074: result: printf %s\n configure:6135: checking for ar configure:6151: found /usr/bin/ar configure:6162: result: ar configure:6199: checking for archiver @FILE https://github.com/FILE support configure:6216: gcc -c -g -O2 conftest.c

&5 configure:6216: $? = 0 configure:6219: ar cru libconftest.a @conftest.lst >&5 ar: u' modifier ignored sinceD' is the default (see U') configure:6222: $? = 0 configure:6227: ar cru libconftest.a @conftest.lst &5 ar:u' modifier ignored since D' is the default (seeU') ar: conftest.o: No such file or directory configure:6230: $? = 1 configure:6242: result: @ configure:6300: checking for strip configure:6316: found /usr/bin/strip configure:6327: result: strip configure:6399: checking for ranlib configure:6415: found /usr/bin/ranlib configure:6426: result: ranlib configure:6528: checking command to parse /usr/bin/nm -B output from gcc object configure:6648: gcc -c -g -O2 conftest.c >&5 configure:6651: $? = 0 configure:6655: /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:6658: $? = 0 configure:6724: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:6727: $? = 0 configure:6765: result: ok configure:6802: checking for sysroot configure:6832: result: no configure:6909: gcc -c -g -O2 conftest.c >&5 configure:6912: $? = 0 configure:7101: checking for mt configure:7117: found /bin/mt configure:7128: result: mt configure:7151: checking if mt is a manifest tool configure:7157: mt '-?' configure:7165: result: no configure:7803: checking for ANSI C header files configure:7823: gcc -c -g -O2 conftest.c >&5 configure:7823: $? = 0 configure:7896: gcc -o conftest -g -O2 conftest.c >&5 configure:7896: $? = 0 configure:7896: ./conftest configure:7896: $? = 0 configure:7907: result: yes configure:7920: checking for sys/types.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7920: checking for sys/stat.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7920: checking for stdlib.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7920: checking for string.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7920: checking for memory.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7920: checking for strings.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7920: checking for inttypes.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7920: checking for stdint.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7920: checking for unistd.h configure:7920: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7920: result: yes configure:7934: checking for dlfcn.h configure:7934: gcc -c -g -O2 conftest.c >&5 configure:7934: $? = 0 configure:7934: result: yes configure:8140: checking for objdir configure:8155: result: .libs configure:8426: checking if gcc supports -fno-rtti -fno-exceptions configure:8444: 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:8448: $? = 0 configure:8461: result: no configure:8788: checking for gcc option to produce PIC configure:8795: result: -fPIC -DPIC configure:8803: checking if gcc PIC flag -fPIC -DPIC works configure:8821: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:8825: $? = 0 configure:8838: result: yes configure:8867: checking if gcc static flag -static works configure:8895: result: yes configure:8910: checking if gcc supports -c -o file.o configure:8931: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8935: $? = 0 configure:8957: result: yes configure:8965: checking if gcc supports -c -o file.o configure:9012: result: yes configure:9045: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10202: result: yes configure:10239: checking whether -lc should be explicitly linked in configure:10247: gcc -c -g -O2 conftest.c >&5 configure:10250: $? = 0 configure:10265: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | /bin/grep -lc >/dev/null 2>&1 configure:10268: $? = 0 configure:10282: result: no configure:10442: checking dynamic linker characteristics configure:10942: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10942: $? = 0 configure:11176: result: GNU/Linux ld.so configure:11283: checking how to hardcode library paths into programs configure:11308: result: immediate configure:11848: checking whether stripping libraries is possible configure:11853: result: yes configure:11888: checking if libtool supports shared libraries configure:11890: result: yes configure:11893: checking whether to build shared libraries configure:11914: result: yes configure:11917: checking whether to build static libraries configure:11921: result: yes configure:12083: checking for C++ compiler version configure:12092: g++ --version >&5 g++ (Debian 5.2.1-23) 5.2.1 20151028 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12103: $? = 0 configure:12092: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-23' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 5.2.1 20151028 (Debian 5.2.1-23) configure:12103: $? = 0 configure:12092: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:12103: $? = 1 configure:12092: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:12103: $? = 1 configure:12107: checking whether we are using the GNU C++ compiler configure:12126: g++ -c -O3 conftest.cpp >&5 configure:12126: $? = 0 configure:12135: result: yes configure:12144: checking whether g++ accepts -g configure:12164: g++ -c -g conftest.cpp >&5 configure:12164: $? = 0 configure:12205: result: yes configure:12230: checking dependency style of g++ configure:12341: result: gcc3 configure:12374: checking how to run the C++ preprocessor configure:12401: g++ -E conftest.cpp configure:12401: $? = 0 configure:12415: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:12415: $? = 1 configure: failed program was: | /* confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #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 LTOBJDIR ".libs/" | / end confdefs.h.

_/ | #include configure:12440: result: g++ -E configure:12460: g++ -E conftest.cpp configure:12460: $? = 0 configure:12474: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: acnonexistent.h: No such file or directory compilation terminated. configure:12474: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #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 LTOBJDIR ".libs/" | / end confdefs.h.

_/ | #include configure:12643: checking for ld used by g++ configure:12710: result: /usr/bin/ld -m elf_x86_64 configure:12717: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:12732: result: yes configure:12787: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:13789: result: no configure:13825: g++ -c -O3 conftest.cpp >&5 configure:13828: $? = 0 configure:14348: checking for g++ option to produce PIC configure:14355: result: -fPIC -DPIC configure:14363: checking if g++ PIC flag -fPIC -DPIC works configure:14381: g++ -c -O3 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14385: $? = 0 configure:14398: result: yes configure:14421: checking if g++ static flag -static works configure:14449: result: yes configure:14461: checking if g++ supports -c -o file.o configure:14482: g++ -c -O3 -o out/conftest2.o conftest.cpp >&5 configure:14486: $? = 0 configure:14508: result: yes configure:14513: checking if g++ supports -c -o file.o configure:14560: result: yes configure:14590: checking whether the g++ linker (/usr/bin/ld -m elf_x8664) supports shared libraries configure:14629: result: no configure:14770: checking dynamic linker characteristics configure:15438: result: no configure:15491: checking how to hardcode library paths into programs configure:15516: result: immediate configure:15569: checking for library containing dlopen configure:15600: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccar8Zkf.o: In function main': /home/jboy/nanocube-3.2.1/build/conftest.c:34: undefined reference todlopen' collect2: error: ld returned 1 exit status configure:15600: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #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 LTOBJDIR ".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:15600: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:15600: $? = 0 configure:15617: result: -ldl configure:15707: checking for dlerror configure:15707: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5 configure:15707: $? = 0 configure:15707: result: yes configure:15721: checking for shl_load configure:15721: gcc -o conftest -g -O2 conftest.c -ldl >&5 /tmp/ccGEQceD.o: In function main': /home/jboy/nanocube-3.2.1/build/conftest.c:59: undefined reference toshlload' collect2: error: ld returned 1 exit status configure:15721: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVEDLERROR 1 | / end confdefs.h. / | / Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday.

_/ | #define shl_load innocuous_shlload | | / System header to define

_stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if _STDC is defined, since | exists even on freestanding compilers.

_/ | | #ifdef STDC | # include | #else | # include | #endif | | #undef shlload | | / 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 shlload (); | / The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with and the normal name is an alias.

_/ | #if defined stub_shl_load || defined stub___shl_load | choke me |

endif | | int | main () | { | return shl_load (); | ; | return 0; | }

configure:15721: result: no configure:15728: checking for shlload in -ldld configure:15753: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:15753: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVEDLERROR 1 | / end confdefs.h.

/ | | / Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply.

_/ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:15762: result: no configure:15808: checking for dldlink in -ldld configure:15833: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:15833: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVEDLERROR 1 | / end confdefs.h.

/ | | / Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply.

_/ | #ifdef __cplusplus | extern "C" | #endif | char dld_link (); | int | main () | { | return dld_link (); | ; | return 0; | } configure:15842: result: no configure:15887: checking whether g++ supports C++11 features by default configure:15911: g++ -c -O3 conftest.cpp >&5 conftest.cpp:30:21: error: expected identifier before 'sizeof' static_assert(sizeof(int) <= sizeof(T), "not big enough"); ^ conftest.cpp:30:21: error: expected ',' or '...' before 'sizeof' conftest.cpp:30:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive] static_assert(sizeof(int) <= sizeof(T), "not big enough"); ^ conftest.cpp:33:29: error: '>>' should be '> >' within a nested template argument list typedef check> right_angle_brackets; ^ conftest.cpp:36:13: error: expected constructor, destructor, or type conversion before '(' token decltype(a) b; ^ conftest.cpp:40:15: error: expected unqualified-id before '&&' token check_type&& cr = staticcast(c); ^ configure:15911: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVELIBDLLOADER 1 | / end confdefs.h.

_/ | | template | struct check | { | static_assert(sizeof(int) <= sizeof(T), "not big enough"); | }; | | typedef check> right_angle_brackets; | | int a; | decltype(a) b; | | typedef check check_type; | check_type c; | check_type&& cr = static_cast(c); | configure:15918: result: no configure:15929: checking whether g++ supports C++11 features with -std=c++11 configure:15955: g++ -c -O3 -std=c++11 conftest.cpp >&5 configure:15955: $? = 0 configure:15964: result: yes configure:15983: checking if zlib is wanted configure:16005: result: yes configure:16036: checking for inflateEnd in -lz configure:16061: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lz -ldl >&5 configure:16061: $? = 0 configure:16070: result: yes configure:16078: checking zlib.h usability configure:16078: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:16078: $? = 0 configure:16078: result: yes configure:16078: checking zlib.h presence configure:16078: gcc -E -I/usr/include conftest.c configure:16078: $? = 0 configure:16078: result: yes configure:16078: checking for zlib.h configure:16078: result: yes configure: this is boost.m4 serial 18 configure:16146: checking for Boost headers version >= 1.48.0 configure:16217: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 configure:16217: $? = 0 configure:16238: result: yes configure:16257: checking for Boost's header version configure:16275: result: 1_58_0 configure:16292: checking for the flags needed to use pthreads configure:16347: g++ -o conftest -O3 -std=c++11 -I/usr/include -I/usr/include -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl >&5 /tmp/ccxuqstf.o: In function main': conftest.cpp:(.text.startup+0x9): undefined reference topthread_join' conftest.cpp:(.text.startup+0x1d): undefined reference to `pthreadcreate' collect2: error: ld returned 1 exit status configure:16347: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanuppop(0); | ; | return 0; | } configure:16347: g++ -o conftest -O3 -std=c++11 -I/usr/include -I/usr/include -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl -lpthreads >&5 /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:16347: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanuppop(0); | ; | return 0; | } configure:16347: g++ -o conftest -O3 -std=c++11 -I/usr/include -I/usr/include -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl -Kthread >&5 g++: error: unrecognized command line option '-Kthread' configure:16347: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanuppop(0); | ; | return 0; | } configure:16347: g++ -o conftest -O3 -std=c++11 -I/usr/include -I/usr/include -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl -kthread >&5 g++: error: unrecognized command line option '-kthread' configure:16347: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanuppop(0); | ; | return 0; | } configure:16347: g++ -o conftest -O3 -std=c++11 -I/usr/include -I/usr/include -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl -llthread >&5 /usr/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:16347: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:16347: g++ -o conftest -O3 -std=c++11 -I/usr/include -I/usr/include -L/usr/lib -L/usr/lib conftest.cpp -lz -ldl -pthread >&5 configure:16347: $? = 0 configure:16361: result: -pthread configure:16369: checking for the toolset name used by Boost for g++ configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 8 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 8 && !defined _ICC ^ configure:16444: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 8 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 8 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 7 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 7 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 7 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 7 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 6 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 6 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 6 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 6 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 5 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 5 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 5 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 5 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 4 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 4 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 4 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 4 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 3 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 3 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 3 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 3 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 2 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 2 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 2 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 2 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 1 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 1 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 1 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 1 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 4 && GNUC_MINOR == 0 && !defined ICC # error defined __GNUC && GNUC == 4 && GNUC_MINOR == 0 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 4 && GNUC_MINOR == 0 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 4 && GNUC_MINOR == 0 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 3 && !defined ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined WIN32 || defined WIN32 || defined WINNT || defined __WINNT) # error defined GNUC && GNUC == 3 && !defined ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined WIN32 || defined WIN32 || defined WINNT || defined WINNT) ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 3 && !defined ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined WIN32 || defined WIN32 || defined WINNT || defined _WINNT) | / OK

_/ | #else | # error defined GNUC && GNUC == 3 && !defined ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined WIN32 || defined WIN32 || defined WINNT || defined WINNT) | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 3 && GNUC_MINOR == 4 && !defined ICC # error defined __GNUC && GNUC == 3 && GNUC_MINOR == 4 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 3 && GNUC_MINOR == 4 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 3 && GNUC_MINOR == 4 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 3 && GNUC_MINOR == 3 && !defined ICC # error defined __GNUC && GNUC == 3 && GNUC_MINOR == 3 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 3 && GNUC_MINOR == 3 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 3 && GNUC_MINOR == 3 && !defined __ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined _MSC_VER && _MSC_VER >= 1500 # error defined _MSC_VER && _MSCVER >= 1500 ^ configure:16444: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined _MSC_VER && _MSCVER >= 1500 | / OK

_/ | #else | # error defined _MSC_VER && _MSC_VER >= 1500 | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error:

error defined _MSC_VER && _MSC_VER == 1400 # error defined _MSC_VER &&

_MSCVER == 1400 ^ configure:16444: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined _MSC_VER && _MSCVER == 1400 | / OK

_/ | #else | # error defined MSC_VER && MSC_VER == 1400 | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error:

error defined __GNUC && GNUC == 3 && GNUC_MINOR == 2 && !defined ICC

error defined __GNUC && GNUC == 3 && GNUC_MINOR == 2 && !defined _ICC ^ configure:16444: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 3 && GNUC_MINOR == 2 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 3 && GNUC_MINOR == 2 && !defined __ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined _MSC_VER && _MSC_VER == 1310 # error defined _MSC_VER && _MSCVER == 1310 ^ configure:16444: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined _MSC_VER && _MSCVER == 1310 | / OK

_/ | #else | # error defined MSC_VER && MSC_VER == 1310 | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error:

error defined __GNUC && GNUC == 3 && GNUC_MINOR == 1 && !defined ICC

error defined __GNUC && GNUC == 3 && GNUC_MINOR == 1 && !defined _ICC ^ configure:16444: $? = 1 configure: failed program was: | / confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 3 && GNUC_MINOR == 1 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 3 && GNUC_MINOR == 1 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined GNUC && GNUC == 3 && GNUC_MINOR == 0 && !defined ICC # error defined __GNUC && GNUC == 3 && GNUC_MINOR == 0 && !defined ICC ^ configure:16444: $? = 1 configure: failed program was: | /_ confdefs.h

_/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 |

define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define

HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 |

define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1

| #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 1 | #define HAVE_LIBZ 1 | #define HAVEBOOST 1 | / end confdefs.h.

_/ | | #if defined GNUC && GNUC == 3 && GNUC_MINOR == 0 && !defined _ICC | / OK

_/ | #else | # error defined GNUC && GNUC == 3 && GNUC_MINOR == 0 && !defined ICC | #endif | | int | main () | { | | ; | return 0; | } configure:16444: g++ -c -O3 -std=c++11 -I/usr/include -I/usr/include conftest.cpp >&5 conftest.cpp:32:3: error: #error defined _BORLANDC # error defined BORLANDC ^ configure:16444: $? = 1 configure: failed program was: | / confdefs.h

*/ | #define PACKAGE_NAME "nanocube" | #define PACKAGE_TARNAME "nanocube" | #define PACKAGE_VERSION "0.0.1" | #define PACKAGE_STRING "nanocube 0.0.1" | #define PACKAGE_BUGREPORT "lauro.lins@gmail.com lauro.lins@gmail.com" |

define PACKAGE_URL "" | #define PACKAGE "nanocube" | #define VERSION

"0.0.1" | #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

HAVEINTTYPES

jboynyc commented 8 years ago

Thanks @salivian for parsing the log for me. Your worst-case workaround did the trick!