This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Xestia Address Book configure 1.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = Mai.LasLindas uname -m = x86_64 uname -r = 3.7.10-1.1-desktop uname -s = Linux uname -v = #1 SMP PREEMPT Thu Feb 28 15:06:29 UTC 2013 (82d3f21) /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /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/bin/X11 PATH: /usr/X11R6/bin PATH: /usr/games PATH: /opt/kde3/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2028: loading site script /usr/share/site/x86_64-unknown-linux-gnu | #!/bin/sh | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible. | | # If user did not specify libdir, guess the correct target: | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest. | if test "$libdir" = '${exec_prefix}/lib' ; then | | ac_config_site_64bit_host=NONE | | case "$host" in | "" ) | # User did not specify host target. | # The native platform x86_64 is a bi-arch platform. | # Try to detect cross-compilation to inferior architecture. | | # We are trying to guess 32-bit target compilation. It's not as easy as | # it sounds, as there is possible several intermediate combinations. | ac_config_site_cross_to_32bit_host=NONE | | # User defined -m32 in CFLAGS or CXXFLAGS: | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.) | case "$CFLAGS" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | case "$CXXFLAGS" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | # Running with linux32: | # (Changes detected platform, but not the toolchain target.) | case "`/bin/uname -i`" in | x86_64 | ppc64 | s390x ) | ;; | * ) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then | ac_config_site_64bit_host=YES | fi | | ;; | *x86_64* | *ppc64* | *s390x* ) | ac_config_site_64bit_host=YES | ;; | esac | | if test "x$ac_config_site_64bit_host" = xYES; then | libdir='${exec_prefix}/lib64' | fi | fi | | # If user did not specify libexecdir, set the correct target: | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib. | | if test "$libexecdir" = '${exec_prefix}/libexec' ; then | libexecdir='${exec_prefix}/lib' | fi | | # Continue with the standard behavior of configure defined in AC_SITE_LOAD: | if test "x$prefix" != xNONE; then | ac_site_file1=$prefix/share/config.site | ac_site_file2=$prefix/etc/config.site | else | ac_site_file1=$ac_default_prefix/share/config.site | ac_site_file2=$ac_default_prefix/etc/config.site | fi | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | do | test "x$ac_site_file" = xNONE && continue | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;} | sed 's/^/| /' "$ac_site_file" >&5 | . "$ac_site_file" \ | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;} | as_fn_error $? "failed to load site script $ac_site_file | See \`config.log' for more details" "$LINENO" 5; } | fi | done configure:2186: checking for g++ configure:2202: found /usr/bin/g++ configure:2213: result: g++ configure:2240: checking for C++ compiler version configure:2249: g++ --version >&5 g++ (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2260: $? = 0 configure:2249: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) configure:2260: $? = 0 configure:2249: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:2260: $? = 1 configure:2249: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:2260: $? = 1 configure:2280: checking whether the C++ compiler works configure:2302: g++ conftest.cpp >&5 configure:2306: $? = 0 configure:2354: result: yes configure:2357: checking for C++ compiler default output file name configure:2359: result: a.out configure:2365: checking for suffix of executables configure:2372: g++ -o conftest conftest.cpp >&5 configure:2376: $? = 0 configure:2398: result: configure:2420: checking whether we are cross compiling configure:2428: g++ -o conftest conftest.cpp >&5 configure:2432: $? = 0 configure:2439: ./conftest configure:2443: $? = 0 configure:2458: result: no configure:2463: checking for suffix of object files configure:2485: g++ -c conftest.cpp >&5 configure:2489: $? = 0 configure:2510: result: o configure:2514: checking whether we are using the GNU C++ compiler configure:2533: g++ -c conftest.cpp >&5 configure:2533: $? = 0 configure:2542: result: yes configure:2551: checking whether g++ accepts -g configure:2571: g++ -c -g conftest.cpp >&5 configure:2571: $? = 0 configure:2612: result: yes configure:2683: checking for gcc configure:2699: found /usr/bin/gcc configure:2710: result: gcc configure:2939: checking for C compiler version configure:2948: gcc --version >&5 gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2959: $? = 0 configure:2948: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) configure:2959: $? = 0 configure:2948: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2959: $? = 1 configure:2948: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:2959: $? = 1 configure:2963: checking whether we are using the GNU C compiler configure:2982: gcc -c conftest.c >&5 configure:2982: $? = 0 configure:2991: result: yes configure:3000: checking whether gcc accepts -g configure:3020: gcc -c -g conftest.c >&5 configure:3020: $? = 0 configure:3061: result: yes configure:3078: checking for gcc option to accept ISO C89 configure:3142: gcc -c -g -O2 conftest.c >&5 configure:3142: $? = 0 configure:3155: result: none needed configure:3180: checking how to run the C preprocessor configure:3211: gcc -E conftest.c configure:3211: $? = 0 configure:3225: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3225: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Xestia Address Book" | #define PACKAGE_TARNAME "xestia-address-book" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "Xestia Address Book 1.0" | #define PACKAGE_BUGREPORT "bugs@xestia.co.uk" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3250: result: gcc -E configure:3270: gcc -E conftest.c configure:3270: $? = 0 configure:3284: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Xestia Address Book" | #define PACKAGE_TARNAME "xestia-address-book" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "Xestia Address Book 1.0" | #define PACKAGE_BUGREPORT "bugs@xestia.co.uk" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3377: checking for wx-config configure:3396: found /usr/bin/wx-config configure:3409: result: /usr/bin/wx-config configure:3424: checking for wxWidgets version >= 2.8.0 configure:3471: result: yes (version 2.8.12) configure:3475: checking for wxWidgets static library configure:3479: result: no configure:3597: checking for main in -lboost_filesystem configure:3616: gcc -o conftest -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c -lboost_filesystem -L/usr/lib64/wx-2.8-stl -pthread -Wl,-rpath,/usr/lib64/wx-2.8-stl -L/usr/lib64 -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:3616: $? = 0 configure:3625: result: yes configure:3644: checking for main in -lboost_system configure:3663: gcc -o conftest -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c -lboost_system -lboost_filesystem -L/usr/lib64/wx-2.8-stl -pthread -Wl,-rpath,/usr/lib64/wx-2.8-stl -L/usr/lib64 -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:3663: $? = 0 configure:3672: result: yes configure:3694: checking for grep that handles long lines and -e configure:3752: result: /usr/bin/grep configure:3757: checking for egrep configure:3819: result: /usr/bin/grep -E configure:3824: checking for ANSI C header files configure:3844: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3844: $? = 0 configure:3917: gcc -o conftest -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c -lboost_system -lboost_filesystem -L/usr/lib64/wx-2.8-stl -pthread -Wl,-rpath,/usr/lib64/wx-2.8-stl -L/usr/lib64 -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:3917: $? = 0 configure:3917: ./conftest configure:3917: $? = 0 configure:3928: result: yes configure:3941: checking for sys/types.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3941: checking for sys/stat.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3941: checking for stdlib.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3941: checking for string.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3941: checking for memory.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3941: checking for strings.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3941: checking for inttypes.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3941: checking for stdint.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3941: checking for unistd.h configure:3941: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:3941: $? = 0 configure:3941: result: yes configure:3956: checking for stdlib.h configure:3956: result: yes configure:3956: checking for string.h configure:3956: result: yes configure:3968: checking for stdbool.h that conforms to C99 configure:4035: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:4035: $? = 0 configure:4042: result: yes configure:4044: checking for _Bool configure:4044: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:4044: $? = 0 configure:4044: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 conftest.c: In function 'main': conftest.c:59:20: error: expected expression before ')' token configure:4044: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Xestia Address Book" | #define PACKAGE_TARNAME "xestia-address-book" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "Xestia Address Book 1.0" | #define PACKAGE_BUGREPORT "bugs@xestia.co.uk" | #define PACKAGE_URL "" | #define HAVE_LIBBOOST_FILESYSTEM 1 | #define HAVE_LIBBOOST_SYSTEM 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_STDLIB_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:4044: result: yes configure:4060: checking for inline configure:4076: gcc -c -g -O2 -pthread -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5 configure:4076: $? = 0 configure:4084: result: inline configure:4257: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Xestia Address Book config.status 1.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Mai.LasLindas config.status:753: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_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_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdbool_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_lib_boost_filesystem_main=yes ac_cv_lib_boost_system_main=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_WX_CONFIG_PATH=/usr/bin/wx-config ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_type__Bool=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -O2 -pthread' CPP='gcc -E' CPPFLAGS=' -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__' CXX='g++' CXXFLAGS='-g -O2 ' DEFS='-DPACKAGE_NAME=\"Xestia\ Address\ Book\" -DPACKAGE_TARNAME=\"xestia-address-book\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Xestia\ Address\ Book\ 1.0\" -DPACKAGE_BUGREPORT=\"bugs@xestia.co.uk\" -DPACKAGE_URL=\"\" -DHAVE_LIBBOOST_FILESYSTEM=1 -DHAVE_LIBBOOST_SYSTEM=1 -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_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' LDFLAGS='' LIBOBJS='' LIBS='-lboost_system -lboost_filesystem -L/usr/lib64/wx-2.8-stl -pthread -Wl,-rpath,/usr/lib64/wx-2.8-stl -L/usr/lib64 -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 ' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='bugs@xestia.co.uk' PACKAGE_NAME='Xestia Address Book' PACKAGE_STRING='Xestia Address Book 1.0' PACKAGE_TARNAME='xestia-address-book' PACKAGE_URL='' PACKAGE_VERSION='1.0' PATH_SEPARATOR=':' SHELL='/bin/sh' WX_CFLAGS='-I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread' WX_CFLAGS_ONLY='-pthread' WX_CONFIG_PATH='/usr/bin/wx-config' WX_CPPFLAGS='-I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__' WX_CXXFLAGS='-I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread' WX_CXXFLAGS_ONLY='' WX_LIBS='-L/usr/lib64/wx-2.8-stl -pthread -Wl,-rpath,/usr/lib64/wx-2.8-stl -L/usr/lib64 -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 ' WX_LIBS_STATIC='' WX_RESCOMP='' WX_VERSION='2.8.12' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib64' libexecdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' 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 "Xestia Address Book" #define PACKAGE_TARNAME "xestia-address-book" #define PACKAGE_VERSION "1.0" #define PACKAGE_STRING "Xestia Address Book 1.0" #define PACKAGE_BUGREPORT "bugs@xestia.co.uk" #define PACKAGE_URL "" #define HAVE_LIBBOOST_FILESYSTEM 1 #define HAVE_LIBBOOST_SYSTEM 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_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 configure: exit 0