This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/usr --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic build_alias=i686-uhu-linux host_alias=i686-uhu-linux --cache-file=/dev/null --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = hp12 uname -m = x86_64 uname -r = 3.13.6-1.x86_64 uname -s = Linux uname -v = #1 SMP Wed Mar 12 08:53:42 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1312: checking for a BSD-compatible install configure:1366: result: /bin/install -c configure:1377: checking whether build environment is sane configure:1420: result: yes configure:1453: checking for gawk configure:1469: found /bin/gawk configure:1479: result: gawk configure:1489: checking whether make sets $(MAKE) configure:1509: result: yes configure:1673: checking whether to enable maintainer-specific portions of Makefiles configure:1682: result: no configure:1712: checking for style of include used by make configure:1740: result: GNU configure:1773: checking for i686-uhu-linux-gcc configure:1789: found /usr/bin/i686-uhu-linux-gcc configure:1799: result: i686-uhu-linux-gcc configure:2081: checking for C compiler version configure:2084: i686-uhu-linux-gcc --version &5 i686-uhu-linux-gcc (GCC) 4.8.3 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:2087: $? = 0 configure:2089: i686-uhu-linux-gcc -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2092: $? = 0 configure:2094: i686-uhu-linux-gcc -V &5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:2097: $? = 1 configure:2121: checking for C compiler default output configure:2124: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2127: $? = 0 configure:2173: result: a.out configure:2178: checking whether the C compiler works configure:2184: ./a.out configure:2187: $? = 0 configure:2204: result: yes configure:2211: checking whether we are cross compiling configure:2213: result: no configure:2216: checking for suffix of executables configure:2218: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2221: $? = 0 configure:2246: result: configure:2252: checking for suffix of object files configure:2274: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2277: $? = 0 configure:2299: result: o configure:2303: checking whether we are using the GNU C compiler configure:2328: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2331: $? = 0 configure:2334: test -s conftest.o configure:2337: $? = 0 configure:2350: result: yes configure:2356: checking whether i686-uhu-linux-gcc accepts -g configure:2378: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:2381: $? = 0 configure:2384: test -s conftest.o configure:2387: $? = 0 configure:2398: result: yes configure:2415: checking for i686-uhu-linux-gcc option to accept ANSI C configure:2476: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2479: $? = 0 configure:2482: test -s conftest.o configure:2485: $? = 0 configure:2503: result: none needed configure:2521: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:2524: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2635: checking dependency style of i686-uhu-linux-gcc configure:2718: result: gcc3 configure:2737: checking for strerror in -lcposix configure:2768: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: error: ld returned 1 exit status configure:2771: $? = 1 configure: failed program was: | #line 2744 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "dc_gui2_bt" | #define VERSION "0.1" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:2789: result: no configure:2805: checking for i686-uhu-linux-gcc configure:2831: result: i686-uhu-linux-gcc configure:3113: checking for C compiler version configure:3116: i686-uhu-linux-gcc --version &5 i686-uhu-linux-gcc (GCC) 4.8.3 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:3119: $? = 0 configure:3121: i686-uhu-linux-gcc -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3124: $? = 0 configure:3126: i686-uhu-linux-gcc -V &5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3129: $? = 1 configure:3132: checking whether we are using the GNU C compiler configure:3179: result: yes configure:3185: checking whether i686-uhu-linux-gcc accepts -g configure:3227: result: yes configure:3244: checking for i686-uhu-linux-gcc option to accept ANSI C configure:3332: result: none needed configure:3350: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:3353: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3464: checking dependency style of i686-uhu-linux-gcc configure:3547: result: gcc3 configure:3567: checking for i686-uhu-linux-gcc option to accept ANSI C configure:3631: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3634: $? = 0 configure:3637: test -s conftest.o configure:3640: $? = 0 configure:3655: result: none needed configure:3671: checking how to run the C preprocessor configure:3707: i686-uhu-linux-gcc -E conftest.c configure:3713: $? = 0 configure:3745: i686-uhu-linux-gcc -E conftest.c configure:3746:28: fatal error: ac_nonexistent.h: No such file or directory (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ^ compilation terminated. configure:3751: $? = 1 configure: failed program was: | #line 3736 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "dc_gui2_bt" | #define VERSION "0.1" | /* end confdefs.h. */ | #include configure:3789: result: i686-uhu-linux-gcc -E configure:3814: i686-uhu-linux-gcc -E conftest.c configure:3820: $? = 0 configure:3852: i686-uhu-linux-gcc -E conftest.c configure:3853:28: fatal error: ac_nonexistent.h: No such file or directory (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ^ compilation terminated. configure:3858: $? = 1 configure: failed program was: | #line 3843 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "dc_gui2_bt" | #define VERSION "0.1" | /* end confdefs.h. */ | #include configure:3901: checking for egrep configure:3911: result: grep -E configure:3916: checking for ANSI C header files configure:3942: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3945: $? = 0 configure:3948: test -s conftest.o configure:3951: $? = 0 configure:4043: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure: In function 'main': configure:4038:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2); ^ configure:4046: $? = 0 configure:4048: ./conftest configure:4051: $? = 0 configure:4066: result: yes configure:4084: checking for pkg-config configure:4102: found /usr/bin/pkg-config configure:4115: result: /usr/bin/pkg-config configure:4132: checking for libgnomeui-2.0 configure:4136: result: yes configure:4140: checking PACKAGE_CFLAGS configure:4143: result: -D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include configure:4146: checking PACKAGE_LIBS configure:4149: result: -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf-2.0 -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -pthread -lgmodule-2.0 -pthread -lgobject-2.0 -lglib-2.0 configure:4201: checking for sys/types.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4201: checking for sys/stat.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4201: checking for stdlib.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4201: checking for string.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4201: checking for memory.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4201: checking for strings.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4201: checking for inttypes.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4201: checking for stdint.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4201: checking for unistd.h configure:4218: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4221: $? = 0 configure:4224: test -s conftest.o configure:4227: $? = 0 configure:4238: result: yes configure:4265: checking locale.h usability configure:4278: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4281: $? = 0 configure:4284: test -s conftest.o configure:4287: $? = 0 configure:4297: result: yes configure:4301: checking locale.h presence configure:4312: i686-uhu-linux-gcc -E conftest.c configure:4318: $? = 0 configure:4337: result: yes configure:4373: checking for locale.h configure:4380: result: yes configure:4394: checking for LC_MESSAGES configure:4416: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4419: $? = 0 configure:4422: test -s conftest configure:4425: $? = 0 configure:4436: result: yes configure:4465: checking libintl.h usability configure:4478: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4481: $? = 0 configure:4484: test -s conftest.o configure:4487: $? = 0 configure:4497: result: yes configure:4501: checking libintl.h presence configure:4512: i686-uhu-linux-gcc -E conftest.c configure:4518: $? = 0 configure:4537: result: yes configure:4573: checking for libintl.h configure:4580: result: yes configure:4591: checking for dgettext in libc configure:4615: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4618: $? = 0 configure:4621: test -s conftest configure:4624: $? = 0 configure:4636: result: yes configure:4644: checking for bind_textdomain_codeset configure:4694: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4697: $? = 0 configure:4700: test -s conftest configure:4703: $? = 0 configure:4714: result: yes configure:5038: checking for msgfmt configure:5065: result: /usr/bin/msgfmt configure:5078: checking for dcgettext configure:5128: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5124:6: warning: conflicting types for built-in function 'dcgettext' [enabled by default] return 0; ^ configure:5131: $? = 0 configure:5134: test -s conftest configure:5137: $? = 0 configure:5148: result: yes configure:5160: checking for gmsgfmt configure:5191: result: /usr/bin/msgfmt configure:5200: checking for xgettext configure:5227: result: /usr/bin/xgettext configure:5252: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5255: $? = 0 configure:5258: test -s conftest configure:5261: $? = 0 configure:5415: checking for catalogs to be installed configure:5440: result: fr pl nl configure:5476: checking for python configure:5492: found /usr/bin/python configure:5502: result: yes configure:5539: checking Python.h usability configure:5552: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/python2.7 conftest.c >&5 configure:5602:20: fatal error: Python.h: No such file or directory if test -z "$ac_cpp_err"; then ^ compilation terminated. configure:5555: $? = 1 configure: failed program was: | #line 5541 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "dc_gui2_bt" | #define VERSION "0.1" | #define STDC_HEADERS 1 | #define GETTEXT_PACKAGE "dc_gui2_bt" | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5571: result: no configure:5575: checking Python.h presence configure:5586: i686-uhu-linux-gcc -E -I/usr/include/python2.7 conftest.c configure:5604:20: fatal error: Python.h: No such file or directory else ^ compilation terminated. configure:5592: $? = 1 configure: failed program was: | #line 5577 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "dc_gui2_bt" | #define VERSION "0.1" | #define STDC_HEADERS 1 | #define GETTEXT_PACKAGE "dc_gui2_bt" | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | /* end confdefs.h. */ | #include configure:5611: result: no configure:5647: checking for Python.h configure:5654: result: no configure:5752: WARNING: Python code disabled. No Python includes configure:5764: checking bittorrent python module directory configure:5798: result: not found. try the --with-bittorrent_module_dir option configure:5812: checking CPU allows unaligned memory access configure:5837: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5840: $? = 0 configure:5842: ./conftest configure:5845: $? = 0 configure:5863: result: yes configure:5870: checking for curl-config configure:5899: result: no configure:6037: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp12 config.status:685: creating Makefile config.status:685: creating src/Makefile config.status:685: creating po/Makefile.in config.status:789: creating config.h config.status:1030: executing depfiles commands config.status:1030: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_dcgettext=yes ac_cv_header_Python_h=no ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_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_lib_cposix_strerror=no ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_prog_python_installed=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_prog_cc_stdc= am_cv_val_LC_MESSAGES=yes gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_have_gettext=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/dc_gui2_bt/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/dc_gui2_bt/missing --run tar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/dc_gui2_bt/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/dc_gui2_bt/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/dc_gui2_bt/missing --run automake-1.7' AWK='gawk' CATALOGS=' fr.gmo pl.gmo nl.gmo' CATOBJEXT='.gmo' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GETTEXT_PACKAGE='dc_gui2_bt' GMOFILES=' fr.gmo pl.gmo nl.gmo' GMSGFMT='/usr/bin/msgfmt' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INSTOBJEXT='.mo' INTLLIBS='' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/dc_gui2_bt/missing --run makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' OBJEXT='o' PACKAGE='dc_gui2_bt' PACKAGE_BUGREPORT='' PACKAGE_CFLAGS='-D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' PACKAGE_LIBS='-lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf-2.0 -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -pthread -lgmodule-2.0 -pthread -lgobject-2.0 -lglib-2.0 ' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' POFILES=' fr.po pl.po nl.po' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_NLS='yes' VERSION='0.1' XGETTEXT='/usr/bin/xgettext' ac_ct_CC='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' bt_cflags='' build_alias='i686-uhu-linux' curl_cflags='-DWITHOUT_CURL' curl_installed='' curl_libs='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i686-uhu-linux' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/uhubuild/work/compile/dc_gui2_bt/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' python_cflags='' python_installed='yes' python_libs='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define GETTEXT_PACKAGE "dc_gui2_bt" #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_DCGETTEXT 1 #define HAVE_GETTEXT 1 #define HAVE_INTTYPES_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "dc_gui2_bt" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "0.1" configure: exit 0