diff --git a/config.log b/config.log deleted file mode 100644 index 117ef5b..0000000 --- a/config.log +++ /dev/null @@ -1,860 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by ZOD configure 1.0.0, which was -generated by GNU Autoconf 2.69. Invocation command line was - - $ ./configure - -## --------- ## -## Platform. ## -## --------- ## - -hostname = znet-Satellite-C650D -uname -m = x86_64 -uname -r = 3.13.0-32-generic -uname -s = Linux -uname -v = #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 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/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games -PATH: /usr/local/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:2384: checking for a BSD-compatible install -configure:2452: result: /usr/bin/install -c -configure:2463: checking whether build environment is sane -configure:2518: result: yes -configure:2669: checking for a thread-safe mkdir -p -configure:2708: result: /bin/mkdir -p -configure:2715: checking for gawk -configure:2731: found /usr/bin/gawk -configure:2742: result: gawk -configure:2753: checking whether make sets $(MAKE) -configure:2775: result: yes -configure:2804: checking whether make supports nested variables -configure:2821: result: yes -configure:2994: checking for gcc -configure:3010: found /usr/local/bin/gcc -configure:3021: result: gcc -configure:3250: checking for C compiler version -configure:3259: gcc --version >&5 -gcc (GCC) 4.8.1 -Copyright (C) 2013 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:3270: $? = 0 -configure:3259: gcc -v >&5 -Using built-in specs. -COLLECT_GCC=gcc -COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.8.1/lto-wrapper -Target: x86_64-unknown-linux-gnu -Configured with: ../configure --prefix=/usr/local --enable-languages=c,c++,objc,obj-c++ -Thread model: posix -gcc version 4.8.1 (GCC) -configure:3270: $? = 0 -configure:3259: gcc -V >&5 -gcc: error: unrecognized command line option '-V' -gcc: fatal error: no input files -compilation terminated. -configure:3270: $? = 1 -configure:3259: gcc -qversion >&5 -gcc: error: unrecognized command line option '-qversion' -gcc: fatal error: no input files -compilation terminated. -configure:3270: $? = 1 -configure:3290: checking whether the C compiler works -configure:3312: gcc conftest.c >&5 -configure:3316: $? = 0 -configure:3364: result: yes -configure:3367: checking for C compiler default output file name -configure:3369: result: a.out -configure:3375: checking for suffix of executables -configure:3382: gcc -o conftest conftest.c >&5 -configure:3386: $? = 0 -configure:3408: result: -configure:3430: checking whether we are cross compiling -configure:3438: gcc -o conftest conftest.c >&5 -configure:3442: $? = 0 -configure:3449: ./conftest -configure:3453: $? = 0 -configure:3468: result: no -configure:3473: checking for suffix of object files -configure:3495: gcc -c conftest.c >&5 -configure:3499: $? = 0 -configure:3520: result: o -configure:3524: checking whether we are using the GNU C compiler -configure:3543: gcc -c conftest.c >&5 -configure:3543: $? = 0 -configure:3552: result: yes -configure:3561: checking whether gcc accepts -g -configure:3581: gcc -c -g conftest.c >&5 -configure:3581: $? = 0 -configure:3622: result: yes -configure:3639: checking for gcc option to accept ISO C89 -configure:3702: gcc -c -g -O2 conftest.c >&5 -configure:3702: $? = 0 -configure:3715: result: none needed -configure:3740: checking whether gcc understands -c and -o together -configure:3762: gcc -c conftest.c -o conftest2.o -configure:3765: $? = 0 -configure:3762: gcc -c conftest.c -o conftest2.o -configure:3765: $? = 0 -configure:3777: result: yes -configure:3805: checking for style of include used by make -configure:3833: result: GNU -configure:3859: checking dependency style of gcc -configure:3970: result: gcc3 -configure:4043: checking for g++ -configure:4059: found /usr/local/bin/g++ -configure:4070: result: g++ -configure:4097: checking for C++ compiler version -configure:4106: g++ --version >&5 -g++ (GCC) 4.8.1 -Copyright (C) 2013 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:4117: $? = 0 -configure:4106: g++ -v >&5 -Using built-in specs. -COLLECT_GCC=g++ -COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.8.1/lto-wrapper -Target: x86_64-unknown-linux-gnu -Configured with: ../configure --prefix=/usr/local --enable-languages=c,c++,objc,obj-c++ -Thread model: posix -gcc version 4.8.1 (GCC) -configure:4117: $? = 0 -configure:4106: g++ -V >&5 -g++: error: unrecognized command line option '-V' -g++: fatal error: no input files -compilation terminated. -configure:4117: $? = 1 -configure:4106: g++ -qversion >&5 -g++: error: unrecognized command line option '-qversion' -g++: fatal error: no input files -compilation terminated. -configure:4117: $? = 1 -configure:4121: checking whether we are using the GNU C++ compiler -configure:4140: g++ -c conftest.cpp >&5 -configure:4140: $? = 0 -configure:4149: result: yes -configure:4158: checking whether g++ accepts -g -configure:4178: g++ -c -g conftest.cpp >&5 -configure:4178: $? = 0 -configure:4219: result: yes -configure:4244: checking dependency style of g++ -configure:4355: result: gcc3 -configure:4376: checking how to run the C preprocessor -configure:4407: gcc -E conftest.c -configure:4407: $? = 0 -configure:4421: gcc -E conftest.c -conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ -compilation terminated. -configure:4421: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "ZOD" -| #define PACKAGE_TARNAME "zod" -| #define PACKAGE_VERSION "1.0.0" -| #define PACKAGE_STRING "ZOD 1.0.0" -| #define PACKAGE_BUGREPORT "znet12345678@gmail.com" -| #define PACKAGE_URL "" -| #define PACKAGE "zod" -| #define VERSION "1.0.0" -| /* end confdefs.h. */ -| #include -configure:4446: result: gcc -E -configure:4466: gcc -E conftest.c -configure:4466: $? = 0 -configure:4480: gcc -E conftest.c -conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ -compilation terminated. -configure:4480: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "ZOD" -| #define PACKAGE_TARNAME "zod" -| #define PACKAGE_VERSION "1.0.0" -| #define PACKAGE_STRING "ZOD 1.0.0" -| #define PACKAGE_BUGREPORT "znet12345678@gmail.com" -| #define PACKAGE_URL "" -| #define PACKAGE "zod" -| #define VERSION "1.0.0" -| /* end confdefs.h. */ -| #include -configure:4509: checking for grep that handles long lines and -e -configure:4567: result: /bin/grep -configure:4572: checking for egrep -configure:4634: result: /bin/grep -E -configure:4639: checking for ANSI C header files -configure:4659: gcc -c -g -O2 conftest.c >&5 -configure:4659: $? = 0 -configure:4732: gcc -o conftest -g -O2 conftest.c >&5 -configure:4732: $? = 0 -configure:4732: ./conftest -configure:4732: $? = 0 -configure:4743: result: yes -configure:4756: checking for sys/types.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4756: checking for sys/stat.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4756: checking for stdlib.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4756: checking for string.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4756: checking for memory.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4756: checking for strings.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4756: checking for inttypes.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4756: checking for stdint.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4756: checking for unistd.h -configure:4756: gcc -c -g -O2 conftest.c >&5 -configure:4756: $? = 0 -configure:4756: result: yes -configure:4771: checking stdio.h usability -configure:4771: gcc -c -g -O2 conftest.c >&5 -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking stdio.h presence -configure:4771: gcc -E conftest.c -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking for stdio.h -configure:4771: result: yes -configure:4771: checking for stdlib.h -configure:4771: result: yes -configure:4771: checking for unistd.h -configure:4771: result: yes -configure:4771: checking sys/socket.h usability -configure:4771: gcc -c -g -O2 conftest.c >&5 -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking sys/socket.h presence -configure:4771: gcc -E conftest.c -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking for sys/socket.h -configure:4771: result: yes -configure:4771: checking sys/time.h usability -configure:4771: gcc -c -g -O2 conftest.c >&5 -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking sys/time.h presence -configure:4771: gcc -E conftest.c -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking for sys/time.h -configure:4771: result: yes -configure:4771: checking netinet/in.h usability -configure:4771: gcc -c -g -O2 conftest.c >&5 -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking netinet/in.h presence -configure:4771: gcc -E conftest.c -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking for netinet/in.h -configure:4771: result: yes -configure:4771: checking for string.h -configure:4771: result: yes -configure:4771: checking dirent.h usability -configure:4771: gcc -c -g -O2 conftest.c >&5 -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking dirent.h presence -configure:4771: gcc -E conftest.c -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking for dirent.h -configure:4771: result: yes -configure:4771: checking netdb.h usability -configure:4771: gcc -c -g -O2 conftest.c >&5 -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking netdb.h presence -configure:4771: gcc -E conftest.c -configure:4771: $? = 0 -configure:4771: result: yes -configure:4771: checking for netdb.h -configure:4771: result: yes -configure:4810: checking build system type -configure:4824: result: x86_64-unknown-linux-gnu -configure:4844: checking host system type -configure:4857: result: x86_64-unknown-linux-gnu -configure:4898: checking how to print strings -configure:4925: result: printf -configure:4946: checking for a sed that does not truncate output -configure:5010: result: /bin/sed -configure:5028: checking for fgrep -configure:5090: result: /bin/grep -F -configure:5125: checking for ld used by gcc -configure:5192: result: /usr/bin/ld -configure:5199: checking if the linker (/usr/bin/ld) is GNU ld -configure:5214: result: yes -configure:5226: checking for BSD- or MS-compatible name lister (nm) -configure:5275: result: /usr/bin/nm -B -configure:5405: checking the name lister (/usr/bin/nm -B) interface -configure:5412: gcc -c -g -O2 conftest.c >&5 -configure:5415: /usr/bin/nm -B "conftest.o" -configure:5418: output -0000000000000000 B some_variable -configure:5425: result: BSD nm -configure:5428: checking whether ln -s works -configure:5432: result: yes -configure:5440: checking the maximum length of command line arguments -configure:5571: result: 1572864 -configure:5588: checking whether the shell understands some XSI constructs -configure:5598: result: yes -configure:5602: checking whether the shell understands "+=" -configure:5608: result: yes -configure:5643: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format -configure:5683: result: func_convert_file_noop -configure:5690: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format -configure:5710: result: func_convert_file_noop -configure:5717: checking for /usr/bin/ld option to reload object files -configure:5724: result: -r -configure:5798: checking for objdump -configure:5814: found /usr/bin/objdump -configure:5825: result: objdump -configure:5857: checking how to recognize dependent libraries -configure:6055: result: pass_all -configure:6140: checking for dlltool -configure:6170: result: no -configure:6200: checking how to associate runtime and link libraries -configure:6227: result: printf %s\n -configure:6287: checking for ar -configure:6303: found /usr/bin/ar -configure:6314: result: ar -configure:6351: checking for archiver @FILE support -configure:6368: gcc -c -g -O2 conftest.c >&5 -configure:6368: $? = 0 -configure:6371: ar cru libconftest.a @conftest.lst >&5 -configure:6374: $? = 0 -configure:6379: ar cru libconftest.a @conftest.lst >&5 -ar: conftest.o: No such file or directory -configure:6382: $? = 1 -configure:6394: result: @ -configure:6452: checking for strip -configure:6468: found /usr/bin/strip -configure:6479: result: strip -configure:6551: checking for ranlib -configure:6567: found /usr/bin/ranlib -configure:6578: result: ranlib -configure:6680: checking command to parse /usr/bin/nm -B output from gcc object -configure:6800: gcc -c -g -O2 conftest.c >&5 -configure:6803: $? = 0 -configure:6807: /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:6810: $? = 0 -configure:6876: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 -configure:6879: $? = 0 -configure:6917: result: ok -configure:6954: checking for sysroot -configure:6984: result: no -configure:7061: gcc -c -g -O2 conftest.c >&5 -configure:7064: $? = 0 -configure:7253: checking for mt -configure:7269: found /bin/mt -configure:7280: result: mt -configure:7303: checking if mt is a manifest tool -configure:7309: mt '-?' -configure:7317: result: no -configure:7956: checking for dlfcn.h -configure:7956: gcc -c -g -O2 conftest.c >&5 -configure:7956: $? = 0 -configure:7956: result: yes -configure:8173: checking for objdir -configure:8188: result: .libs -configure:8455: checking if gcc supports -fno-rtti -fno-exceptions -configure:8473: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 -cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] -configure:8477: $? = 0 -configure:8490: result: no -configure:8817: checking for gcc option to produce PIC -configure:8824: result: -fPIC -DPIC -configure:8832: checking if gcc PIC flag -fPIC -DPIC works -configure:8850: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 -configure:8854: $? = 0 -configure:8867: result: yes -configure:8896: checking if gcc static flag -static works -configure:8924: result: yes -configure:8939: checking if gcc supports -c -o file.o -configure:8960: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 -configure:8964: $? = 0 -configure:8986: result: yes -configure:8994: checking if gcc supports -c -o file.o -configure:9041: result: yes -configure:9074: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries -configure:10231: result: yes -configure:10268: checking whether -lc should be explicitly linked in -configure:10276: gcc -c -g -O2 conftest.c >&5 -configure:10279: $? = 0 -configure:10294: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 -configure:10297: $? = 0 -configure:10311: result: no -configure:10471: checking dynamic linker characteristics -configure:10971: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 -configure:10971: $? = 0 -configure:11205: result: GNU/Linux ld.so -configure:11312: checking how to hardcode library paths into programs -configure:11337: result: immediate -configure:11877: checking whether stripping libraries is possible -configure:11882: result: yes -configure:11917: checking if libtool supports shared libraries -configure:11919: result: yes -configure:11922: checking whether to build shared libraries -configure:11943: result: yes -configure:11946: checking whether to build static libraries -configure:11950: result: yes -configure:11973: checking how to run the C++ preprocessor -configure:12000: g++ -E conftest.cpp -configure:12000: $? = 0 -configure:12014: g++ -E conftest.cpp -conftest.cpp:32:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ -compilation terminated. -configure:12014: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "ZOD" -| #define PACKAGE_TARNAME "zod" -| #define PACKAGE_VERSION "1.0.0" -| #define PACKAGE_STRING "ZOD 1.0.0" -| #define PACKAGE_BUGREPORT "znet12345678@gmail.com" -| #define PACKAGE_URL "" -| #define PACKAGE "zod" -| #define VERSION "1.0.0" -| #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_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -configure:12039: result: g++ -E -configure:12059: g++ -E conftest.cpp -configure:12059: $? = 0 -configure:12073: g++ -E conftest.cpp -conftest.cpp:32:28: fatal error: ac_nonexistent.h: No such file or directory - #include - ^ -compilation terminated. -configure:12073: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "ZOD" -| #define PACKAGE_TARNAME "zod" -| #define PACKAGE_VERSION "1.0.0" -| #define PACKAGE_STRING "ZOD 1.0.0" -| #define PACKAGE_BUGREPORT "znet12345678@gmail.com" -| #define PACKAGE_URL "" -| #define PACKAGE "zod" -| #define VERSION "1.0.0" -| #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_STDIO_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -configure:12242: checking for ld used by g++ -configure:12309: result: /usr/bin/ld -m elf_x86_64 -configure:12316: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld -configure:12331: result: yes -configure:12386: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries -configure:13388: result: yes -configure:13424: g++ -c -g -O2 conftest.cpp >&5 -configure:13427: $? = 0 -configure:13947: checking for g++ option to produce PIC -configure:13954: result: -fPIC -DPIC -configure:13962: checking if g++ PIC flag -fPIC -DPIC works -configure:13980: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 -configure:13984: $? = 0 -configure:13997: result: yes -configure:14020: checking if g++ static flag -static works -configure:14048: result: yes -configure:14060: checking if g++ supports -c -o file.o -configure:14081: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 -configure:14085: $? = 0 -configure:14107: result: yes -configure:14112: checking if g++ supports -c -o file.o -configure:14159: result: yes -configure:14189: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries -configure:14228: result: yes -configure:14369: checking dynamic linker characteristics -configure:15037: result: GNU/Linux ld.so -configure:15090: checking how to hardcode library paths into programs -configure:15115: result: immediate -configure:15323: checking that generated files are newer than configure -configure:15329: result: done -configure:15356: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by ZOD config.status 1.0.0, which was -generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on znet-Satellite-C650D - -config.status:1067: creating Makefile -config.status:1239: executing depfiles commands -config.status:1239: executing libtool commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=x86_64-unknown-linux-gnu -ac_cv_c_compiler_gnu=yes -ac_cv_cxx_compiler_gnu=yes -ac_cv_env_CCC_set= -ac_cv_env_CCC_value= -ac_cv_env_CC_set= -ac_cv_env_CC_value= -ac_cv_env_CFLAGS_set= -ac_cv_env_CFLAGS_value= -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_CXXCPP_set= -ac_cv_env_CXXCPP_value= -ac_cv_env_CXXFLAGS_set= -ac_cv_env_CXXFLAGS_value= -ac_cv_env_CXX_set= -ac_cv_env_CXX_value= -ac_cv_env_LDFLAGS_set= -ac_cv_env_LDFLAGS_value= -ac_cv_env_LIBS_set= -ac_cv_env_LIBS_value= -ac_cv_env_build_alias_set= -ac_cv_env_build_alias_value= -ac_cv_env_host_alias_set= -ac_cv_env_host_alias_value= -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_header_dirent_h=yes -ac_cv_header_dlfcn_h=yes -ac_cv_header_inttypes_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_netdb_h=yes -ac_cv_header_netinet_in_h=yes -ac_cv_header_stdc=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdio_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_socket_h=yes -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_time_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_unistd_h=yes -ac_cv_host=x86_64-unknown-linux-gnu -ac_cv_objext=o -ac_cv_path_EGREP='/bin/grep -E' -ac_cv_path_FGREP='/bin/grep -F' -ac_cv_path_GREP=/bin/grep -ac_cv_path_SED=/bin/sed -ac_cv_path_install='/usr/bin/install -c' -ac_cv_path_mkdir=/bin/mkdir -ac_cv_prog_AWK=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_CXX=g++ -ac_cv_prog_ac_ct_MANIFEST_TOOL=mt -ac_cv_prog_ac_ct_OBJDUMP=objdump -ac_cv_prog_ac_ct_RANLIB=ranlib -ac_cv_prog_ac_ct_STRIP=strip -ac_cv_prog_cc_c89= -ac_cv_prog_cc_g=yes -ac_cv_prog_cxx_g=yes -ac_cv_prog_make_make_set=yes -am_cv_CC_dependencies_compiler_type=gcc3 -am_cv_CXX_dependencies_compiler_type=gcc3 -am_cv_make_support_nested_variables=yes -am_cv_prog_cc_c_o=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=1572864 -lt_cv_to_host_file_cmd=func_convert_file_noop -lt_cv_to_tool_file_cmd=func_convert_file_noop - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /root/ZOD/config/missing aclocal-1.14' -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} /root/ZOD/config/missing autoconf' -AUTOHEADER='${SHELL} /root/ZOD/config/missing autoheader' -AUTOMAKE='${SHELL} /root/ZOD/config/missing automake-1.14' -AWK='gawk' -CC='gcc' -CCDEPMODE='depmode=gcc3' -CFLAGS='-g -O2' -CPP='gcc -E' -CPPFLAGS='' -CXX='g++' -CXXCPP='g++ -E' -CXXDEPMODE='depmode=gcc3' -CXXFLAGS='-g -O2' -CYGPATH_W='echo' -DEFS='-DPACKAGE_NAME=\"ZOD\" -DPACKAGE_TARNAME=\"zod\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"ZOD\ 1.0.0\" -DPACKAGE_BUGREPORT=\"znet12345678@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zod\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STRING_H=1 -DHAVE_DIRENT_H=1 -DHAVE_NETDB_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"' -DEPDIR='.deps' -DLLTOOL='false' -DSYMUTIL='' -DUMPBIN='' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='/bin/grep -E' -EXEEXT='' -FGREP='/bin/grep -F' -GREP='/bin/grep' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' -LD='/usr/bin/ld -m elf_x86_64' -LDFLAGS='' -LIBOBJS='' -LIBS='' -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -LIPO='' -LN_S='ln -s' -LTLIBOBJS='' -MAKEINFO='${SHELL} /root/ZOD/config/missing makeinfo' -MANIFEST_TOOL=':' -MKDIR_P='/bin/mkdir -p' -NM='/usr/bin/nm -B' -NMEDIT='' -OBJDUMP='objdump' -OBJEXT='o' -OTOOL64='' -OTOOL='' -PACKAGE='zod' -PACKAGE_BUGREPORT='znet12345678@gmail.com' -PACKAGE_NAME='ZOD' -PACKAGE_STRING='ZOD 1.0.0' -PACKAGE_TARNAME='zod' -PACKAGE_URL='' -PACKAGE_VERSION='1.0.0' -PATH_SEPARATOR=':' -RANLIB='ranlib' -SED='/bin/sed' -SET_MAKE='' -SHELL='/bin/bash' -STRIP='strip' -VERSION='1.0.0' -ac_ct_AR='ar' -ac_ct_CC='gcc' -ac_ct_CXX='g++' -ac_ct_DUMPBIN='' -am__EXEEXT_FALSE='' -am__EXEEXT_TRUE='#' -am__fastdepCC_FALSE='#' -am__fastdepCC_TRUE='' -am__fastdepCXX_FALSE='#' -am__fastdepCXX_TRUE='' -am__include='include' -am__isrc='' -am__leading_dot='.' -am__nodep='_no' -am__quote='' -am__tar='$${TAR-tar} chof - "$$tardir"' -am__untar='$${TAR-tar} xf -' -bindir='${exec_prefix}/bin' -build='x86_64-unknown-linux-gnu' -build_alias='' -build_cpu='x86_64' -build_os='linux-gnu' -build_vendor='unknown' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -dvidir='${docdir}' -exec_prefix='${prefix}' -host='x86_64-unknown-linux-gnu' -host_alias='' -host_cpu='x86_64' -host_os='linux-gnu' -host_vendor='unknown' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -install_sh='${SHELL} /root/ZOD/config/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='/usr/local' -program_transform_name='s,x,x,' -psdir='${docdir}' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sysconfdir='${prefix}/etc' -target_alias='' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -/* confdefs.h */ -#define PACKAGE_NAME "ZOD" -#define PACKAGE_TARNAME "zod" -#define PACKAGE_VERSION "1.0.0" -#define PACKAGE_STRING "ZOD 1.0.0" -#define PACKAGE_BUGREPORT "znet12345678@gmail.com" -#define PACKAGE_URL "" -#define PACKAGE "zod" -#define VERSION "1.0.0" -#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_STDIO_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_SYS_SOCKET_H 1 -#define HAVE_SYS_TIME_H 1 -#define HAVE_NETINET_IN_H 1 -#define HAVE_STRING_H 1 -#define HAVE_DIRENT_H 1 -#define HAVE_NETDB_H 1 -#define HAVE_DLFCN_H 1 -#define LT_OBJDIR ".libs/" - -configure: exit 0