This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by tomboy configure 1.6.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --disable-panel-applet --enable-evolution --disable-galago --disable-update-mimedb ## --------- ## ## Platform. ## ## --------- ## hostname = mplinu uname -m = x86_64 uname -r = 2.6.36-gentoo-r5 uname -s = Linux uname -v = #7 SMP Thu Feb 16 10:36:11 CET 2012 /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T6570 @ 2.10GHz /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/lib64/ccache/bin PATH: /usr/lib64/distcc/bin PATH: /usr/lib64/portage/bin/ebuild-helpers/4 PATH: /usr/lib64/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.5.3 PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 PATH: /opt/vmware/bin PATH: $ORACLE_HOME/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2444: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | if [[ ${CHOST} != "" ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2586: checking for a BSD-compatible install configure:2654: result: /usr/bin/install -c configure:2665: checking whether build environment is sane configure:2715: result: yes configure:2856: checking for a thread-safe mkdir -p configure:2895: result: /bin/mkdir -p configure:2908: checking for gawk configure:2924: found /usr/bin/gawk configure:2935: result: gawk configure:2946: checking whether make sets $(MAKE) configure:2968: result: yes configure:3043: checking how to create a pax tar archive configure:3056: tar --version tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:3059: $? = 0 configure:3099: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:3102: $? = 0 configure:3106: tar -xf - = 0.17.3 configure:3299: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required" configure:3302: $? = 0 configure:3310: result: yes configure:3388: checking whether NLS is requested configure:3397: result: yes configure:3413: checking for style of include used by make configure:3441: result: GNU configure:3471: checking for x86_64-pc-linux-gnu-gcc configure:3487: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc configure:3498: result: x86_64-pc-linux-gnu-gcc configure:3767: checking for C compiler version configure:3776: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r2 p1.1, pie-0.4.7) 4.5.3 Copyright (C) 2010 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:3787: $? = 0 configure:3776: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /opt/tmp/portage/sys-devel/gcc-4.5.3-r2/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r2 p1.1, pie-0.4.7' Thread model: posix gcc version 4.5.3 (Gentoo 4.5.3-r2 p1.1, pie-0.4.7) configure:3787: $? = 0 configure:3776: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: '-V' option must have argument distcc[19963] ERROR: compile (null) on localhost failed configure:3787: $? = 1 configure:3776: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' x86_64-pc-linux-gnu-gcc: no input files distcc[19969] ERROR: compile (null) on localhost failed configure:3787: $? = 1 configure:3807: checking whether the C compiler works configure:3829: x86_64-pc-linux-gnu-gcc -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3833: $? = 0 configure:3881: result: yes configure:3884: checking for C compiler default output file name configure:3886: result: a.out configure:3892: checking for suffix of executables configure:3899: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3903: $? = 0 configure:3925: result: configure:3947: checking whether we are cross compiling configure:3955: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3959: $? = 0 configure:3966: ./conftest configure:3970: $? = 0 configure:3985: result: no configure:3990: checking for suffix of object files configure:4012: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:4016: $? = 0 configure:4037: result: o configure:4041: checking whether we are using the GNU C compiler configure:4060: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:4060: $? = 0 configure:4069: result: yes configure:4078: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4098: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:4098: $? = 0 configure:4139: result: yes configure:4156: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4220: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:4220: $? = 0 configure:4233: result: none needed configure:4255: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4365: result: none configure:4392: checking for intltool >= 0.35 configure:4399: result: 0.50.2 found configure:4407: checking for intltool-update configure:4425: found /usr/bin/intltool-update configure:4437: result: /usr/bin/intltool-update configure:4447: checking for intltool-merge configure:4465: found /usr/bin/intltool-merge configure:4477: result: /usr/bin/intltool-merge configure:4487: checking for intltool-extract configure:4505: found /usr/bin/intltool-extract configure:4517: result: /usr/bin/intltool-extract configure:4648: checking for xgettext configure:4666: found /usr/bin/xgettext configure:4678: result: /usr/bin/xgettext configure:4688: checking for msgmerge configure:4706: found /usr/bin/msgmerge configure:4718: result: /usr/bin/msgmerge configure:4728: checking for msgfmt configure:4746: found /usr/bin/msgfmt configure:4758: result: /usr/bin/msgfmt configure:4768: checking for gmsgfmt configure:4786: found /usr/bin/gmsgfmt configure:4799: result: /usr/bin/gmsgfmt configure:4819: checking for perl configure:4837: found /usr/bin/perl configure:4849: result: /usr/bin/perl configure:4860: checking for perl >= 5.8.1 configure:4867: result: 5.12.4 configure:4871: checking for XML::Parser configure:4874: result: ok configure:4899: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4899: $? = 0 configure:4933: checking for x86_64-pc-linux-gnu-gcc configure:4960: result: x86_64-pc-linux-gnu-gcc configure:5229: checking for C compiler version configure:5238: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r2 p1.1, pie-0.4.7) 4.5.3 Copyright (C) 2010 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:5249: $? = 0 configure:5238: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /opt/tmp/portage/sys-devel/gcc-4.5.3-r2/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r2 p1.1, pie-0.4.7' Thread model: posix gcc version 4.5.3 (Gentoo 4.5.3-r2 p1.1, pie-0.4.7) configure:5249: $? = 0 configure:5238: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: '-V' option must have argument distcc[20074] ERROR: compile (null) on localhost failed configure:5249: $? = 1 configure:5238: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' x86_64-pc-linux-gnu-gcc: no input files distcc[20080] ERROR: compile (null) on localhost failed configure:5249: $? = 1 configure:5253: checking whether we are using the GNU C compiler configure:5281: result: yes configure:5290: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:5351: result: yes configure:5368: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:5445: result: none needed configure:5467: checking dependency style of x86_64-pc-linux-gnu-gcc configure:5577: result: none configure:5592: checking for library containing strerror configure:5623: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5623: $? = 0 configure:5640: result: none required configure:5653: checking how to run the C preprocessor configure:5684: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5684: $? = 0 configure:5698: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. distcc[20105] ERROR: compile (null) on localhost failed configure:5698: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tomboy" | #define PACKAGE_TARNAME "tomboy" | #define PACKAGE_VERSION "1.6.1" | #define PACKAGE_STRING "tomboy 1.6.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tomboy" | #define VERSION "1.6.1" | /* end confdefs.h. */ | #include configure:5723: result: x86_64-pc-linux-gnu-gcc -E configure:5743: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5743: $? = 0 configure:5757: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. distcc[20121] ERROR: compile (null) on localhost failed configure:5757: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tomboy" | #define PACKAGE_TARNAME "tomboy" | #define PACKAGE_VERSION "1.6.1" | #define PACKAGE_STRING "tomboy 1.6.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tomboy" | #define VERSION "1.6.1" | /* end confdefs.h. */ | #include configure:5786: checking for grep that handles long lines and -e configure:5844: result: /bin/grep configure:5849: checking for egrep configure:5911: result: /bin/grep -E configure:5916: checking for ANSI C header files configure:5936: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:5936: $? = 0 configure:6009: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6009: $? = 0 configure:6009: ./conftest configure:6009: $? = 0 configure:6020: result: yes configure:6089: checking build system type configure:6103: result: x86_64-pc-linux-gnu configure:6123: checking host system type configure:6136: result: x86_64-pc-linux-gnu configure:6156: checking for a sed that does not truncate output configure:6220: result: /bin/sed configure:6238: checking for fgrep configure:6300: result: /bin/grep -F configure:6335: checking for ld used by x86_64-pc-linux-gnu-gcc configure:6402: result: /usr/bin/ld configure:6409: checking if the linker (/usr/bin/ld) is GNU ld configure:6424: result: yes configure:6436: checking for BSD- or MS-compatible name lister (nm) configure:6485: result: /usr/bin/nm -B configure:6603: checking the name lister (/usr/bin/nm -B) interface configure:6610: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:6613: /usr/bin/nm -B "conftest.o" configure:6616: output 0000000000000000 B some_variable configure:6623: result: BSD nm configure:6627: checking the maximum length of command line arguments configure:6747: result: 1572864 configure:6764: checking whether the shell understands some XSI constructs configure:6774: result: yes configure:6778: checking whether the shell understands "+=" configure:6784: result: yes configure:6819: checking for /usr/bin/ld option to reload object files configure:6826: result: -r configure:6855: checking for x86_64-pc-linux-gnu-objdump configure:6871: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:6882: result: x86_64-pc-linux-gnu-objdump configure:6954: checking how to recognize dependent libraries configure:7150: result: pass_all configure:7170: checking for x86_64-pc-linux-gnu-ar configure:7186: found /usr/bin/x86_64-pc-linux-gnu-ar configure:7197: result: x86_64-pc-linux-gnu-ar configure:7275: checking for x86_64-pc-linux-gnu-strip configure:7291: found /usr/bin/x86_64-pc-linux-gnu-strip configure:7302: result: x86_64-pc-linux-gnu-strip configure:7374: checking for x86_64-pc-linux-gnu-ranlib configure:7390: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:7401: result: x86_64-pc-linux-gnu-ranlib configure:7531: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object configure:7649: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:7652: $? = 0 configure:7656: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7659: $? = 0 configure:7713: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:7716: $? = 0 configure:7754: result: ok configure:7849: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:7852: $? = 0 configure:8562: checking for sys/types.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8562: checking for sys/stat.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8562: checking for stdlib.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8562: checking for string.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8562: checking for memory.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8562: checking for strings.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8562: checking for inttypes.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8562: checking for stdint.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8562: checking for unistd.h configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8562: $? = 0 configure:8562: result: yes configure:8576: checking for dlfcn.h configure:8576: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:8576: $? = 0 configure:8576: result: yes configure:8730: checking for objdir configure:8745: result: .libs configure:9037: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:9055: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:9059: $? = 0 configure:9072: result: no configure:9092: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:9364: result: -fPIC -DPIC configure:9376: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:9394: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9398: $? = 0 configure:9411: result: yes configure:9435: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:9463: result: yes configure:9478: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:9499: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 -o out/conftest2.o conftest.c >&5 configure:9503: $? = 0 configure:9525: result: yes configure:9533: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:9580: result: yes configure:9613: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10600: result: yes configure:10637: checking whether -lc should be explicitly linked in configure:10642: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:10645: $? = 0 configure:10660: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10663: $? = 0 configure:10675: result: no configure:10839: checking dynamic linker characteristics configure:11272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11272: $? = 0 configure:11490: result: GNU/Linux ld.so configure:11592: checking how to hardcode library paths into programs configure:11617: result: immediate configure:12137: checking whether stripping libraries is possible configure:12142: result: yes configure:12177: checking if libtool supports shared libraries configure:12179: result: yes configure:12182: checking whether to build shared libraries configure:12203: result: yes configure:12206: checking whether to build static libraries configure:12210: result: no configure:12260: checking locale.h usability configure:12260: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:12260: $? = 0 configure:12260: result: yes configure:12260: checking locale.h presence configure:12260: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12260: $? = 0 configure:12260: result: yes configure:12260: checking for locale.h configure:12260: result: yes configure:12271: checking for LC_MESSAGES configure:12287: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12287: $? = 0 configure:12295: result: yes configure:12312: checking libintl.h usability configure:12312: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:12312: $? = 0 configure:12312: result: yes configure:12312: checking libintl.h presence configure:12312: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12312: $? = 0 configure:12312: result: yes configure:12312: checking for libintl.h configure:12312: result: yes configure:12320: checking for ngettext in libc configure:12338: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12338: $? = 0 configure:12347: result: yes configure:12351: checking for dgettext in libc configure:12369: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12369: $? = 0 configure:12378: result: yes configure:12385: checking for bind_textdomain_codeset configure:12385: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12385: $? = 0 configure:12385: result: yes configure:12661: checking for msgfmt configure:12688: result: /usr/bin/msgfmt configure:12699: checking for dcgettext configure:12699: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:51:6: warning: conflicting types for built-in function 'dcgettext' configure:12699: $? = 0 configure:12699: result: yes configure:12709: checking if msgfmt accepts -c configure:12724: $MSGFMT -c -o /dev/null conftest.foo configure:12727: $? = 0 configure:12729: result: yes configure:12739: checking for gmsgfmt configure:12770: result: /usr/bin/gmsgfmt configure:12780: checking for xgettext configure:12807: result: /usr/bin/xgettext configure:12826: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12826: $? = 0 configure:12967: checking for gconftool-2 configure:12985: found /usr/bin/gconftool-2 configure:12997: result: /usr/bin/gconftool-2 configure:13020: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation configure:13035: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files configure:13061: checking for gmcs configure:13079: found /usr/bin/gmcs configure:13091: result: /usr/bin/gmcs configure:13109: checking for MONO configure:13116: $PKG_CONFIG --exists --print-errors "mono >= $MONO_MINIMUM_VERSION" configure:13119: $? = 0 configure:13132: $PKG_CONFIG --exists --print-errors "mono >= $MONO_MINIMUM_VERSION" configure:13135: $? = 0 configure:13192: result: yes configure:13206: checking for LIBTOMBOY configure:13215: $PKG_CONFIG --exists --print-errors "gdk-2.0 >= $GDK20_MINIMUM_VERSION gtk+-2.0 >= $GTK20_MINIMUM_VERSION atk >= $ATK_MINIMUM_VERSION" configure:13220: $? = 0 configure:13237: $PKG_CONFIG --exists --print-errors "gdk-2.0 >= $GDK20_MINIMUM_VERSION gtk+-2.0 >= $GTK20_MINIMUM_VERSION atk >= $ATK_MINIMUM_VERSION" configure:13242: $? = 0 configure:13307: result: yes configure:13385: checking for GTKSPELL configure:13392: $PKG_CONFIG --exists --print-errors "gtkspell-2.0 >= 2.0.9" configure:13395: $? = 0 configure:13408: $PKG_CONFIG --exists --print-errors "gtkspell-2.0 >= 2.0.9" configure:13411: $? = 0 configure:13448: result: yes configure:13467: checking for update-mime-database configure:13485: found /usr/bin/update-mime-database configure:13498: result: /usr/bin/update-mime-database configure:13631: checking for DBUS configure:13638: $PKG_CONFIG --exists --print-errors "ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3" configure:13641: $? = 0 configure:13654: $PKG_CONFIG --exists --print-errors "ndesk-dbus-1.0 >= 0.4 ndesk-dbus-glib-1.0 >= 0.3" configure:13657: $? = 0 configure:13714: result: yes configure:13725: checking for MONO_ADDINS configure:13734: $PKG_CONFIG --exists --print-errors "mono-addins >= 0.3 \ mono-addins-gui >= 0.3 \ mono-addins-setup >= 0.3" configure:13739: $? = 0 configure:13756: $PKG_CONFIG --exists --print-errors "mono-addins >= 0.3 \ mono-addins-gui >= 0.3 \ mono-addins-setup >= 0.3" configure:13761: $? = 0 configure:13826: result: yes configure:13957: checking for GNOME configure:13965: $PKG_CONFIG --exists --print-errors "gconf-sharp-2.0 gconf-sharp-peditors-2.0" configure:13969: $? = 0 configure:13984: $PKG_CONFIG --exists --print-errors "gconf-sharp-2.0 gconf-sharp-peditors-2.0" configure:13988: $? = 0 configure:14049: result: yes configure:14059: checking for GTKSHARP configure:14066: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION" configure:14069: $? = 0 configure:14082: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP2_MINIMUM_VERSION" configure:14085: $? = 0 configure:14142: result: yes configure:14159: checking for Mono 2.0 GAC for Mono.Cairo.dll configure:14165: result: found configure:14182: checking for EVOLUTION configure:14189: $PKG_CONFIG --exists --print-errors "gmime-sharp-2.4" configure:14192: $? = 0 configure:14205: $PKG_CONFIG --exists --print-errors "gmime-sharp-2.4" configure:14208: $? = 0 configure:14245: result: yes configure:14362: checking for GALAGO configure:14369: $PKG_CONFIG --exists --print-errors "galago-sharp >= 0.5.0" configure:14372: $? = 0 configure:14385: $PKG_CONFIG --exists --print-errors "galago-sharp >= 0.5.0" configure:14388: $? = 0 configure:14425: result: yes configure:14452: checking for NUNIT configure:14459: $PKG_CONFIG --exists --print-errors "mono-nunit" configure:14462: $? = 0 configure:14475: $PKG_CONFIG --exists --print-errors "mono-nunit" configure:14478: $? = 0 configure:14515: result: yes configure:14530: checking for nunit-console configure:14548: found /usr/bin/nunit-console configure:14560: result: /usr/bin/nunit-console configure:14575: checking for X configure:14714: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14714: $? = 0 configure:14764: result: libraries , headers configure:14863: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14863: $? = 0 configure:14961: checking for gethostbyname configure:14961: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14961: $? = 0 configure:14961: result: yes configure:15058: checking for connect configure:15058: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:15058: $? = 0 configure:15058: result: yes configure:15107: checking for remove configure:15107: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:15107: $? = 0 configure:15107: result: yes configure:15156: checking for shmat configure:15156: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:15156: $? = 0 configure:15156: result: yes configure:15214: checking for IceConnectionNumber in -lICE configure:15239: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -mtune=core2 -march=core2 -Wl,-O1 -Wl,--as-needed conftest.c -lICE >&5 configure:15239: $? = 0 configure:15248: result: yes configure:15261: checking X11/Xlib.h usability configure:15261: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -mtune=core2 -march=core2 conftest.c >&5 configure:15261: $? = 0 configure:15261: result: yes configure:15261: checking X11/Xlib.h presence configure:15261: x86_64-pc-linux-gnu-gcc -E conftest.c configure:15261: $? = 0 configure:15261: result: yes configure:15261: checking for X11/Xlib.h configure:15261: result: yes configure:15520: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by tomboy config.status 1.6.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on mplinu config.status:1270: creating pot-update config.status:1270: creating Makefile config.status:1270: creating tomboy.spec config.status:1270: creating data/Makefile config.status:1270: creating data/tomboy-addins.pc config.status:1270: creating data/icons/Makefile config.status:1270: creating help/Makefile config.status:1270: creating libtomboy/Makefile config.status:1270: creating Tomboy/Makefile config.status:1270: creating Tomboy/Addins/Makefile config.status:1270: creating Tomboy/Addins/Backlinks/Makefile config.status:1270: creating Tomboy/Addins/Bugzilla/Makefile config.status:1270: creating Tomboy/Addins/Evolution/Makefile config.status:1270: creating Tomboy/Addins/ExportToHtml/Makefile config.status:1270: creating Tomboy/Addins/FileSystemSyncService/Makefile config.status:1270: creating Tomboy/Addins/FixedWidth/Makefile config.status:1270: creating Tomboy/Addins/GalagoPresence/Makefile config.status:1270: creating Tomboy/Addins/InsertTimestamp/Makefile config.status:1270: creating Tomboy/Addins/NoteOfTheDay/Makefile config.status:1270: creating Tomboy/Addins/PrintNotes/Makefile config.status:1270: creating Tomboy/Addins/Sketching/Makefile config.status:1270: creating Tomboy/Addins/SshSyncService/Makefile config.status:1270: creating Tomboy/Addins/StickyNoteImport/Makefile config.status:1270: creating Tomboy/Addins/Tasque/Makefile config.status:1270: creating Tomboy/Addins/Underline/Makefile config.status:1270: creating Tomboy/Addins/WebDavSyncService/Makefile config.status:1270: creating Tomboy/Addins/WebSyncService/Makefile config.status:1270: creating Tomboy/Addins/NoteDirectoryWatcher/Makefile config.status:1270: creating test/Makefile config.status:1270: creating po/Makefile.in config.status:1270: creating config.h config.status:1499: executing depfiles commands config.status:1499: executing libtool commands config.status:1499: executing default-1 commands config.status:1499: executing po/stamp-it commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu 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 -pipe -mtune=core2 -march=core2' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DBUS_CFLAGS_set= ac_cv_env_DBUS_CFLAGS_value= ac_cv_env_DBUS_LIBS_set= ac_cv_env_DBUS_LIBS_value= ac_cv_env_EVOLUTION_CFLAGS_set= ac_cv_env_EVOLUTION_CFLAGS_value= ac_cv_env_EVOLUTION_LIBS_set= ac_cv_env_EVOLUTION_LIBS_value= ac_cv_env_GALAGO_CFLAGS_set= ac_cv_env_GALAGO_CFLAGS_value= ac_cv_env_GALAGO_LIBS_set= ac_cv_env_GALAGO_LIBS_value= ac_cv_env_GNOME_CFLAGS_set= ac_cv_env_GNOME_CFLAGS_value= ac_cv_env_GNOME_LIBS_set= ac_cv_env_GNOME_LIBS_value= ac_cv_env_GTKSHARP_CFLAGS_set= ac_cv_env_GTKSHARP_CFLAGS_value= ac_cv_env_GTKSHARP_LIBS_set= ac_cv_env_GTKSHARP_LIBS_value= ac_cv_env_GTKSPELL_CFLAGS_set= ac_cv_env_GTKSPELL_CFLAGS_value= ac_cv_env_GTKSPELL_LIBS_set= ac_cv_env_GTKSPELL_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBTOMBOY_CFLAGS_set= ac_cv_env_LIBTOMBOY_CFLAGS_value= ac_cv_env_LIBTOMBOY_LIBS_set= ac_cv_env_LIBTOMBOY_LIBS_value= ac_cv_env_MONO_ADDINS_CFLAGS_set= ac_cv_env_MONO_ADDINS_CFLAGS_value= ac_cv_env_MONO_ADDINS_LIBS_set= ac_cv_env_MONO_ADDINS_LIBS_value= ac_cv_env_MONO_CFLAGS_set= ac_cv_env_MONO_CFLAGS_value= ac_cv_env_MONO_LIBS_set= ac_cv_env_MONO_LIBS_value= ac_cv_env_NUNIT_CFLAGS_set= ac_cv_env_NUNIT_CFLAGS_value= ac_cv_env_NUNIT_LIBS_set= ac_cv_env_NUNIT_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___dev_urandom_=yes ac_cv_file__bin_bash=yes ac_cv_file__dev_arandom=no ac_cv_file__dev_random=yes ac_cv_file__dev_srandom=yes ac_cv_file__dev_urandom=yes ac_cv_file__dev_zero=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_connect=yes ac_cv_func_dcgettext=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_setgrent_void=yes ac_cv_func_shmat=yes ac_cv_func_strnlen_working=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_X11_Xlib_h=yes ac_cv_header_dlfcn_h=yes 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_pwd_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_host=x86_64-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2 ac_cv_path_GMCS=/usr/bin/gmcs ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_NUNIT=/usr/bin/nunit-console ac_cv_path_SED=/bin/sed ac_cv_path_UPDATE_MIME_DATABASE=/usr/bin/update-mime-database ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_strerror='none required' am_cv_CC_dependencies_compiler_type=none am_cv_prog_tar_pax=gnutar am_cv_val_LC_MESSAGES=yes fu_cv_sys_stat_statvfs=yes gdu_cv_have_gdu=yes gdu_cv_version_required=0.17.3 gl_cv_func_btowc_eof=yes gl_cv_func_malloc_0_nonnull=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_sizeof_gmutex=40 glib_cv_stack_grows=no glib_cv_uscore=no glib_cv_va_copy=yes glib_cv_va_val_copy=no gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_func_ngettext_libc=yes gt_cv_have_gettext=yes 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_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 pkg_cv_DBUS_CFLAGS=' ' pkg_cv_DBUS_LIBS='-r:/usr/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll -r:/usr/lib/mono/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll ' pkg_cv_EVOLUTION_CFLAGS=' ' pkg_cv_EVOLUTION_LIBS='-r:/usr/lib64/mono/gmime-sharp-2.4/gmime-sharp.dll ' pkg_cv_GALAGO_CFLAGS=' ' pkg_cv_GALAGO_LIBS='-r:/usr/lib64/mono/galago-sharp/galago-sharp.dll ' pkg_cv_GNOME_CFLAGS='-I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gnome-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/art-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gnome-vfs-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/glib-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gdk-api.xml ' pkg_cv_GNOME_LIBS='-r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gconf-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gconf-sharp-peditors.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gnome-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/art-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gdk-sharp.dll ' pkg_cv_GTKSHARP_CFLAGS='-I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/glib-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gdk-api.xml ' pkg_cv_GTKSHARP_LIBS='-r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gdk-sharp.dll ' pkg_cv_GTKSPELL_CFLAGS='-pthread -D_REENTRANT -I/usr/include/gtkspell-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng15 -I/usr/include/libdrm ' pkg_cv_GTKSPELL_LIBS='-pthread -lgtkspell -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_LIBTOMBOY_CFLAGS='-pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/atk-1.0 ' pkg_cv_LIBTOMBOY_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -latk-1.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_MONO_ADDINS_CFLAGS=' ' pkg_cv_MONO_ADDINS_LIBS='-r:/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll ' pkg_cv_MONO_CFLAGS=' ' pkg_cv_MONO_LIBS=' ' pkg_cv_NUNIT_CFLAGS=' ' pkg_cv_NUNIT_LIBS='-r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.core.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.core.interfaces.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.core.extensions.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.framework.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.framework.extensions.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.mocks.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.util.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit-console-runner.dll ' yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/tmp/portage/app-misc/tomboy-1.6.1/work/tomboy-1.6.1/missing --run aclocal-1.11' ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}' ALL_LINGUAS='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} /mnt/tmp/portage/app-misc/tomboy-1.6.1/work/tomboy-1.6.1/missing --run tar' AR='x86_64-pc-linux-gnu-ar' AUTOCONF='${SHELL} /mnt/tmp/portage/app-misc/tomboy-1.6.1/work/tomboy-1.6.1/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/tmp/portage/app-misc/tomboy-1.6.1/work/tomboy-1.6.1/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/tmp/portage/app-misc/tomboy-1.6.1/work/tomboy-1.6.1/missing --run automake-1.11' AWK='gawk' CATALOGS='' CATOBJEXT='.gmo' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-O2 -pipe -mtune=core2 -march=core2' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DBUS_CFLAGS=' ' DBUS_LIBS='-r:/usr/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll -r:/usr/lib/mono/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll ' DBUS_SERVICE_DIR='/usr/share/dbus-1/services' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper ' DOC_USER_FORMATS='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_EVOLUTION_FALSE='#' ENABLE_EVOLUTION_TRUE='' ENABLE_GALAGO_FALSE='' ENABLE_GALAGO_TRUE='#' ENABLE_GNOME_FALSE='#' ENABLE_GNOME_TRUE='' ENABLE_OSX_FALSE='' ENABLE_OSX_TRUE='#' ENABLE_PANELAPPLET_SRVDIR_CHECK_FALSE='#' ENABLE_PANELAPPLET_SRVDIR_CHECK_TRUE='' ENABLE_PANEL_APPLET_FALSE='' ENABLE_PANEL_APPLET_TRUE='#' ENABLE_SKETCHING_FALSE='' ENABLE_SKETCHING_TRUE='#' ENABLE_SK_FALSE='#' ENABLE_SK_TRUE='' ENABLE_UPDATE_MIMEDB_FALSE='' ENABLE_UPDATE_MIMEDB_TRUE='#' ENABLE_WIN_FALSE='' ENABLE_WIN_TRUE='#' EVOLUTION_CFLAGS=' ' EVOLUTION_LIBS='-r:/usr/lib64/mono/gmime-sharp-2.4/gmime-sharp.dll ' EXEEXT='' FGREP='/bin/grep -F' FIXED_GTKSPELL_FALSE='#' FIXED_GTKSPELL_TRUE='' GALAGO_CFLAGS=' ' GALAGO_LIBS='-r:/usr/lib64/mono/galago-sharp/galago-sharp.dll ' GCONFTOOL='/usr/bin/gconftool-2' GCONF_SCHEMAS_INSTALL_FALSE='#' GCONF_SCHEMAS_INSTALL_TRUE='' GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults' GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' GETTEXT_PACKAGE='tomboy' GMCS='/usr/bin/gmcs' GMOFILES='' GMSGFMT='/usr/bin/gmsgfmt' GNOME_CFLAGS='-I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gnome-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/art-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gnome-vfs-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/glib-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gdk-api.xml ' GNOME_LIBS='-r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gconf-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gconf-sharp-peditors.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gnome-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/art-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gdk-sharp.dll ' GREP='/bin/grep' GTKSHARP_CFLAGS='-I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/glib-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib64/pkgconfig/../../share/gapi-2.0/gdk-api.xml ' GTKSHARP_LIBS='-r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/gdk-sharp.dll ' GTKSPELL_CFLAGS='-pthread -D_REENTRANT -I/usr/include/gtkspell-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng15 -I/usr/include/libdrm ' GTKSPELL_LIBS='-pthread -lgtkspell -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' HAS_GTK_2_16_FALSE='#' HAS_GTK_2_16_TRUE='' HAS_GTK_2_20_FALSE='#' HAS_GTK_2_20_TRUE='' HAVE_GNOME_DOC_UTILS_FALSE='#' HAVE_GNOME_DOC_UTILS_TRUE='' HAVE_NUNIT_FALSE='#' HAVE_NUNIT_TRUE='' HAVE_X='yes' HELP_DIR='${datadir}/gnome/help' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='.mo' INTLLIBS='' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_EXTRACT='/usr/bin/intltool-extract' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_MERGE='/usr/bin/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='XGETTEXT=$(top_builddir)/pot-update /usr/bin/intltool-update' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBOBJS='' LIBS='' LIBTOMBOY_CFLAGS='-pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/atk-1.0 ' LIBTOMBOY_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -latk-1.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /mnt/tmp/portage/app-misc/tomboy-1.6.1/work/tomboy-1.6.1/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' MKINSTALLDIRS='./mkinstalldirs' MONO_ADDINS_CFLAGS=' ' MONO_ADDINS_LIBS='-r:/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll ' MONO_CFLAGS=' ' MONO_LIBS=' ' MSGFMT='/usr/bin/msgfmt' MSGFMT_OPTS='-c' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' NUNIT='/usr/bin/nunit-console' NUNIT_CFLAGS=' ' NUNIT_LIBS='-r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.core.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.core.interfaces.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.core.extensions.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.framework.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.framework.extensions.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.mocks.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit.util.dll -r:/usr/lib64/pkgconfig/../../lib64/mono/2.0/nunit-console-runner.dll ' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OMF_DIR='${datadir}/omf' OTOOL64='' OTOOL='' PACKAGE='tomboy' PACKAGE_BUGREPORT='' PACKAGE_NAME='tomboy' PACKAGE_STRING='tomboy 1.6.1' PACKAGE_TARNAME='tomboy' PACKAGE_URL='' PACKAGE_VERSION='1.6.1' PANELAPPLET_SERVER_DIR='/usr/lib64/bonobo/servers' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' POFILES='' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='x86_64-pc-linux-gnu-strip' UPDATE_MIME_DATABASE='/usr/bin/update-mime-database' USE_NLS='yes' VERSION='1.6.1' WITH_DBUS_SERVICE_DIR_FALSE='' WITH_DBUS_SERVICE_DIR_TRUE='#' XGETTEXT='/usr/bin/xgettext' XGETTEXT_PLUGIN_DESC=',"Plugin Description"' XGETTEXT_PLUGIN_NAME=',"Plugin Name"' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS=' -lSM -lICE -lX11' X_PRE_LIBS=' -lSM -lICE' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='tar --format=posix -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /mnt/tmp/portage/app-misc/tomboy-1.6.1/work/tomboy-1.6.1/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' lt_ECHO='echo' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "tomboy" #define PACKAGE_TARNAME "tomboy" #define PACKAGE_VERSION "1.6.1" #define PACKAGE_STRING "tomboy 1.6.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "tomboy" #define VERSION "1.6.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 GETTEXT_PACKAGE "tomboy" #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 configure: exit 0