v0.2.2 release
[yandexfotkisp] / config.log
diff --git a/config.log b/config.log
new file mode 100644 (file)
index 0000000..64110d2
--- /dev/null
@@ -0,0 +1,902 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by yandex-fotki-sharing-plugin configure 0.1, which was
+generated by GNU Autoconf 2.61.  Invocation command line was
+
+  $ ./configure 
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = hitobook
+uname -m = arm
+uname -r = 2.6.31-19-generic
+uname -s = Linux
+uname -v = #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010
+
+/usr/bin/uname -p = unknown
+/bin/uname -X     = unknown
+
+/bin/arch              = arm
+/usr/bin/arch -k       = arm
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo      = unknown
+/bin/machine           = unknown
+/usr/bin/oslevel       = unknown
+/bin/universe          = unknown
+
+PATH: /host_usr/bin
+PATH: /scratchbox/devkits/git/bin
+PATH: /scratchbox/devkits/svn/bin
+PATH: /scratchbox/devkits/doctools/bin
+PATH: /scratchbox/devkits/qemu/bin
+PATH: /scratchbox/devkits/debian-etch/bin
+PATH: /scratchbox/devkits/perl/bin
+PATH: /scratchbox/tools/bin
+PATH: /targets/links/arch_tools/bin
+PATH: /scratchbox/compilers/bin
+PATH: /bin
+PATH: /usr/bin
+PATH: /usr/local/bin
+PATH: /usr/X11R6/bin
+PATH: /sbin
+PATH: /usr/sbin
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2015: checking for a BSD-compatible install
+configure:2071: result: /scratchbox/tools/bin/install -c
+configure:2082: checking whether build environment is sane
+configure:2125: result: yes
+configure:2182: checking for gawk
+configure:2198: found /scratchbox/tools/bin/gawk
+configure:2209: result: gawk
+configure:2220: checking whether make sets $(MAKE)
+configure:2241: result: yes
+configure:2422: checking whether to enable maintainer-specific portions of Makefiles
+configure:2431: result: no
+configure:2511: checking for style of include used by make
+configure:2539: result: GNU
+configure:2612: checking for gcc
+configure:2628: found /scratchbox/compilers/bin/gcc
+configure:2639: result: gcc
+configure:2877: checking for C compiler version
+configure:2884: gcc --version >&5
+sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1
+Copyright (C) 2007 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:2887: $? = 0
+configure:2894: gcc -v >&5
+Using built-in specs.
+Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
+rename spec cpp to old_cpp
+rename spec cc1 to old_cc1
+rename spec link to old_link
+rename spec mflib to old_mflib
+Target: arm-none-linux-gnueabi
+Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
+Thread model: posix
+gcc version 4.2.1
+configure:2897: $? = 0
+configure:2904: gcc -V >&5
+sbox-arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
+configure:2907: $? = 1
+configure:2930: checking for C compiler default output file name
+configure:2957: gcc -O2 -g   conftest.c  >&5
+configure:2960: $? = 0
+configure:2998: result: a.out
+configure:3015: checking whether the C compiler works
+configure:3025: ./a.out
+configure:3028: $? = 0
+configure:3045: result: yes
+configure:3052: checking whether we are cross compiling
+configure:3054: result: no
+configure:3057: checking for suffix of executables
+configure:3064: gcc -o conftest -O2 -g   conftest.c  >&5
+configure:3067: $? = 0
+configure:3091: result: 
+configure:3097: checking for suffix of object files
+configure:3123: gcc -c -O2 -g  conftest.c >&5
+configure:3126: $? = 0
+configure:3149: result: o
+configure:3153: checking whether we are using the GNU C compiler
+configure:3182: gcc -c -O2 -g  conftest.c >&5
+configure:3188: $? = 0
+configure:3205: result: yes
+configure:3210: checking whether gcc accepts -g
+configure:3240: gcc -c -g  conftest.c >&5
+configure:3246: $? = 0
+configure:3345: result: yes
+configure:3362: checking for gcc option to accept ISO C89
+configure:3436: gcc  -c -O2 -g  conftest.c >&5
+configure:3442: $? = 0
+configure:3465: result: none needed
+configure:3485: checking dependency style of gcc
+configure:3575: result: gcc3
+configure:3593: checking for library containing strerror
+configure:3634: gcc -o conftest -O2 -g   conftest.c  >&5
+configure:3640: $? = 0
+configure:3668: result: none required
+configure:3734: checking for g++
+configure:3750: found /scratchbox/compilers/bin/g++
+configure:3761: result: g++
+configure:3792: checking for C++ compiler version
+configure:3799: g++ --version >&5
+sbox-arm-none-linux-gnueabi-g++ (GCC) 4.2.1
+Copyright (C) 2007 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:3802: $? = 0
+configure:3809: g++ -v >&5
+Using built-in specs.
+Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
+rename spec cpp to old_cpp
+rename spec cc1 to old_cc1
+rename spec link to old_link
+rename spec mflib to old_mflib
+Target: arm-none-linux-gnueabi
+Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
+Thread model: posix
+gcc version 4.2.1
+configure:3812: $? = 0
+configure:3819: g++ -V >&5
+sbox-arm-none-linux-gnueabi-g++: argument to '-V' missing
+
+configure:3822: $? = 1
+configure:3825: checking whether we are using the GNU C++ compiler
+configure:3854: g++ -c -O2 -g  conftest.cpp >&5
+configure:3860: $? = 0
+configure:3877: result: yes
+configure:3882: checking whether g++ accepts -g
+configure:3912: g++ -c -g  conftest.cpp >&5
+configure:3918: $? = 0
+configure:4017: result: yes
+configure:4042: checking dependency style of g++
+configure:4132: result: gcc3
+configure:4154: checking how to run the C preprocessor
+configure:4194: gcc -E  conftest.c
+configure:4200: $? = 0
+configure:4231: gcc -E  conftest.c
+conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
+configure:4237: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
+| #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
+| #define PACKAGE_VERSION "0.1"
+| #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "yandex-fotki-sharing-plugin"
+| #define VERSION "0.1"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:4270: result: gcc -E
+configure:4299: gcc -E  conftest.c
+configure:4305: $? = 0
+configure:4336: gcc -E  conftest.c
+conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
+configure:4342: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
+| #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
+| #define PACKAGE_VERSION "0.1"
+| #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "yandex-fotki-sharing-plugin"
+| #define VERSION "0.1"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:4427: checking for gcc
+configure:4454: result: gcc
+configure:4692: checking for C compiler version
+configure:4699: gcc --version >&5
+sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1
+Copyright (C) 2007 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:4702: $? = 0
+configure:4709: gcc -v >&5
+Using built-in specs.
+Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
+rename spec cpp to old_cpp
+rename spec cc1 to old_cc1
+rename spec link to old_link
+rename spec mflib to old_mflib
+Target: arm-none-linux-gnueabi
+Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
+Thread model: posix
+gcc version 4.2.1
+configure:4712: $? = 0
+configure:4719: gcc -V >&5
+sbox-arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
+configure:4722: $? = 1
+configure:4725: checking whether we are using the GNU C compiler
+configure:4777: result: yes
+configure:4782: checking whether gcc accepts -g
+configure:4917: result: yes
+configure:4934: checking for gcc option to accept ISO C89
+configure:5037: result: none needed
+configure:5057: checking dependency style of gcc
+configure:5147: result: gcc3
+configure:5212: checking for gcc
+configure:5239: result: gcc
+configure:5477: checking for C compiler version
+configure:5484: gcc --version >&5
+sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1
+Copyright (C) 2007 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:5487: $? = 0
+configure:5494: gcc -v >&5
+Using built-in specs.
+Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
+rename spec cpp to old_cpp
+rename spec cc1 to old_cc1
+rename spec link to old_link
+rename spec mflib to old_mflib
+Target: arm-none-linux-gnueabi
+Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
+Thread model: posix
+gcc version 4.2.1
+configure:5497: $? = 0
+configure:5504: gcc -V >&5
+sbox-arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
+configure:5507: $? = 1
+configure:5510: checking whether we are using the GNU C compiler
+configure:5562: result: yes
+configure:5567: checking whether gcc accepts -g
+configure:5702: result: yes
+configure:5719: checking for gcc option to accept ISO C89
+configure:5822: result: none needed
+configure:5842: checking dependency style of gcc
+configure:5932: result: gcc3
+configure:5953: checking for grep that handles long lines and -e
+configure:6027: result: /scratchbox/tools/bin/grep
+configure:6032: checking for egrep
+configure:6110: result: /scratchbox/tools/bin/grep -E
+configure:6115: checking for ANSI C header files
+configure:6145: gcc -c -O2 -g  conftest.c >&5
+configure:6151: $? = 0
+configure:6247: gcc -o conftest -O2 -g   conftest.c  >&5
+configure:6250: $? = 0
+configure:6256: ./conftest
+configure:6259: $? = 0
+configure:6276: result: yes
+configure:6299: checking for a BSD-compatible install
+configure:6355: result: /scratchbox/tools/bin/install -c
+configure:6366: checking whether ln -s works
+configure:6370: result: yes
+configure:6377: checking whether make sets $(MAKE)
+configure:6398: result: yes
+configure:6437: checking build system type
+configure:6455: result: arm-unknown-linux-gnu
+configure:6477: checking host system type
+configure:6492: result: arm-unknown-linux-gnu
+configure:6514: checking for a sed that does not truncate output
+configure:6570: result: /scratchbox/tools/bin/sed
+configure:6584: checking for ld used by gcc
+configure:6651: result: /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
+configure:6660: checking if the linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) is GNU ld
+configure:6675: result: yes
+configure:6680: checking for /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld option to reload object files
+configure:6687: result: -r
+configure:6705: checking for BSD-compatible nm
+configure:6754: result: /scratchbox/compilers/bin/nm -B
+configure:6758: checking how to recognize dependent libraries
+configure:6944: result: pass_all
+configure:7197: checking for sys/types.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7197: checking for sys/stat.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7197: checking for stdlib.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7197: checking for string.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7197: checking for memory.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7197: checking for strings.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7197: checking for inttypes.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7197: checking for stdint.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7197: checking for unistd.h
+configure:7218: gcc -c -O2 -g  conftest.c >&5
+configure:7224: $? = 0
+configure:7240: result: yes
+configure:7267: checking dlfcn.h usability
+configure:7284: gcc -c -O2 -g  conftest.c >&5
+configure:7290: $? = 0
+configure:7304: result: yes
+configure:7308: checking dlfcn.h presence
+configure:7323: gcc -E  conftest.c
+configure:7329: $? = 0
+configure:7343: result: yes
+configure:7371: checking for dlfcn.h
+configure:7379: result: yes
+configure:7402: checking how to run the C++ preprocessor
+configure:7438: g++ -E  conftest.cpp
+configure:7444: $? = 0
+configure:7475: g++ -E  conftest.cpp
+conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
+configure:7481: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
+| #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
+| #define PACKAGE_VERSION "0.1"
+| #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "yandex-fotki-sharing-plugin"
+| #define VERSION "0.1"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:7514: result: g++ -E
+configure:7543: g++ -E  conftest.cpp
+configure:7549: $? = 0
+configure:7580: g++ -E  conftest.cpp
+conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
+configure:7586: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
+| #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
+| #define PACKAGE_VERSION "0.1"
+| #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "yandex-fotki-sharing-plugin"
+| #define VERSION "0.1"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:7679: checking for g77
+configure:7709: result: no
+configure:7679: checking for xlf
+configure:7709: result: no
+configure:7679: checking for f77
+configure:7709: result: no
+configure:7679: checking for frt
+configure:7709: result: no
+configure:7679: checking for pgf77
+configure:7709: result: no
+configure:7679: checking for cf77
+configure:7709: result: no
+configure:7679: checking for fort77
+configure:7709: result: no
+configure:7679: checking for fl32
+configure:7709: result: no
+configure:7679: checking for af77
+configure:7709: result: no
+configure:7679: checking for xlf90
+configure:7709: result: no
+configure:7679: checking for f90
+configure:7709: result: no
+configure:7679: checking for pgf90
+configure:7709: result: no
+configure:7679: checking for pghpf
+configure:7709: result: no
+configure:7679: checking for epcf90
+configure:7709: result: no
+configure:7679: checking for gfortran
+configure:7709: result: no
+configure:7679: checking for g95
+configure:7709: result: no
+configure:7679: checking for xlf95
+configure:7709: result: no
+configure:7679: checking for f95
+configure:7709: result: no
+configure:7679: checking for fort
+configure:7709: result: no
+configure:7679: checking for ifort
+configure:7709: result: no
+configure:7679: checking for ifc
+configure:7709: result: no
+configure:7679: checking for efc
+configure:7709: result: no
+configure:7679: checking for pgf95
+configure:7709: result: no
+configure:7679: checking for lf95
+configure:7709: result: no
+configure:7679: checking for ftn
+configure:7709: result: no
+configure:7736: checking for Fortran 77 compiler version
+configure:7743:  --version >&5
+./configure: line 1: --version: command not found
+configure:7746: $? = 127
+configure:7753:  -v >&5
+./configure: line 1: -v: command not found
+configure:7756: $? = 127
+configure:7763:  -V >&5
+./configure: line 1: -V: command not found
+configure:7766: $? = 127
+configure:7774: checking whether we are using the GNU Fortran 77 compiler
+configure:7793:  -c  conftest.F >&5
+./configure: line 1: -c: command not found
+configure:7799: $? = 127
+configure: failed program was:
+|       program main
+| #ifndef __GNUC__
+|        choke me
+| #endif
+| 
+|       end
+configure:7816: result: no
+configure:7822: checking whether  accepts -g
+configure:7839:  -c -g conftest.f >&5
+./configure: line 1: -c: command not found
+configure:7845: $? = 127
+configure: failed program was:
+|       program main
+| 
+|       end
+configure:7861: result: no
+configure:7890: checking the maximum length of command line arguments
+configure:8002: result: 98304
+configure:8014: checking command to parse /scratchbox/compilers/bin/nm -B output from gcc object
+configure:8119: gcc -c -O2 -g  conftest.c >&5
+configure:8122: $? = 0
+configure:8126: /scratchbox/compilers/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:8129: $? = 0
+configure:8181: gcc -o conftest -O2 -g   conftest.c conftstm.o >&5
+configure:8184: $? = 0
+configure:8222: result: ok
+configure:8226: checking for objdir
+configure:8241: result: .libs
+configure:8333: checking for ar
+configure:8349: found /scratchbox/compilers/bin/ar
+configure:8360: result: ar
+configure:8429: checking for ranlib
+configure:8445: found /scratchbox/compilers/bin/ranlib
+configure:8456: result: ranlib
+configure:8525: checking for strip
+configure:8541: found /scratchbox/compilers/bin/strip
+configure:8552: result: strip
+configure:9150: checking if gcc supports -fno-rtti -fno-exceptions
+configure:9171: gcc -c -O2 -g  -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:9175: $? = 0
+configure:9185: result: no
+configure:9200: checking for gcc option to produce PIC
+configure:9432: result: -fPIC
+configure:9440: checking if gcc PIC flag -fPIC works
+configure:9461: gcc -c -O2 -g  -fPIC -DPIC conftest.c >&5
+configure:9465: $? = 0
+configure:9475: result: yes
+configure:9503: checking if gcc static flag -static works
+configure:9531: result: yes
+configure:9541: checking if gcc supports -c -o file.o
+configure:9565: gcc -c -O2 -g  -o out/conftest2.o conftest.c >&5
+configure:9569: $? = 0
+configure:9588: result: yes
+configure:9614: checking whether the gcc linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
+configure:10594: result: yes
+configure:10615: checking whether -lc should be explicitly linked in
+configure:10620: gcc -c -O2 -g  conftest.c >&5
+configure:10623: $? = 0
+configure:10638: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
+configure:10641: $? = 0
+configure:10653: result: no
+configure:10661: checking dynamic linker characteristics
+configure:11263: result: GNU/Linux ld.so
+configure:11287: checking how to hardcode library paths into programs
+configure:11312: result: immediate
+configure:11326: checking whether stripping libraries is possible
+configure:11331: result: yes
+configure:12133: checking if libtool supports shared libraries
+configure:12135: result: yes
+configure:12138: checking whether to build shared libraries
+configure:12159: result: yes
+configure:12162: checking whether to build static libraries
+configure:12166: result: no
+configure:12260: creating libtool
+configure:12853: checking for ld used by g++
+configure:12920: result: /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
+configure:12929: checking if the linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) is GNU ld
+configure:12944: result: yes
+configure:12995: checking whether the g++ linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
+configure:13941: result: yes
+configure:13958: g++ -c -O2 -g  conftest.cpp >&5
+configure:13961: $? = 0
+configure:14117: checking for g++ option to produce PIC
+configure:14401: result: -fPIC
+configure:14409: checking if g++ PIC flag -fPIC works
+configure:14430: g++ -c -O2 -g  -fPIC -DPIC conftest.cpp >&5
+configure:14434: $? = 0
+configure:14444: result: yes
+configure:14472: checking if g++ static flag -static works
+configure:14500: result: yes
+configure:14510: checking if g++ supports -c -o file.o
+configure:14534: g++ -c -O2 -g  -o out/conftest2.o conftest.cpp >&5
+configure:14538: $? = 0
+configure:14557: result: yes
+configure:14583: checking whether the g++ linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
+configure:14609: result: yes
+configure:14676: checking dynamic linker characteristics
+configure:15226: result: GNU/Linux ld.so
+configure:15250: checking how to hardcode library paths into programs
+configure:15275: result: immediate
+configure:21563: checking for pkg-config
+configure:21581: found /scratchbox/tools/bin/pkg-config
+configure:21593: result: /scratchbox/tools/bin/pkg-config
+configure:21622: checking pkg-config is at least version 0.9.0
+configure:21625: result: yes
+configure:21636: checking for PACKAGE
+configure:21644: $PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-2.0 libsharing conic libxml-2.0 libcurl"
+configure:21647: $? = 0
+configure:21662: $PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-2.0 libsharing conic libxml-2.0 libcurl"
+configure:21665: $? = 0
+configure:21741: result: yes
+configure:21750: checking for SHARING
+configure:21758: $PKG_CONFIG --exists --print-errors "libsharing"
+configure:21761: $? = 0
+configure:21776: $PKG_CONFIG --exists --print-errors "libsharing"
+configure:21779: $? = 0
+configure:21855: result: yes
+configure:21862: checking for XML
+configure:21870: $PKG_CONFIG --exists --print-errors "libxml-2.0"
+configure:21873: $? = 0
+configure:21888: $PKG_CONFIG --exists --print-errors "libxml-2.0"
+configure:21891: $? = 0
+configure:21967: result: yes
+configure:21974: checking for CURL
+configure:21982: $PKG_CONFIG --exists --print-errors "libcurl"
+configure:21985: $? = 0
+configure:22000: $PKG_CONFIG --exists --print-errors "libcurl"
+configure:22003: $? = 0
+configure:22079: result: yes
+configure:22138: checking for pkg-config
+configure:22168: result: /scratchbox/tools/bin/pkg-config
+configure:22197: checking pkg-config is at least version 0.9.0
+configure:22200: result: yes
+configure:22391: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by yandex-fotki-sharing-plugin config.status 0.1, which was
+generated by GNU Autoconf 2.61.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on hitobook
+
+config.status:680: creating Makefile
+config.status:680: creating data/Makefile
+config.status:680: creating data/yandexfotki.service.xml
+config.status:680: creating src/Makefile
+config.status:680: creating config.h
+config.status:902: config.h is unchanged
+config.status:948: executing depfiles commands
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=arm-unknown-linux-gnu
+ac_cv_c_compiler_gnu=yes
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_CCC_set=
+ac_cv_env_CCC_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=set
+ac_cv_env_CFLAGS_value='-O2 -g'
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CURL_CFLAGS_set=
+ac_cv_env_CURL_CFLAGS_value=
+ac_cv_env_CURL_LIBS_set=
+ac_cv_env_CURL_LIBS_value=
+ac_cv_env_CXXCPP_set=
+ac_cv_env_CXXCPP_value=
+ac_cv_env_CXXFLAGS_set=set
+ac_cv_env_CXXFLAGS_value='-O2 -g'
+ac_cv_env_CXX_set=
+ac_cv_env_CXX_value=
+ac_cv_env_F77_set=
+ac_cv_env_F77_value=
+ac_cv_env_FFLAGS_set=
+ac_cv_env_FFLAGS_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_PACKAGE_CFLAGS_set=
+ac_cv_env_PACKAGE_CFLAGS_value=
+ac_cv_env_PACKAGE_LIBS_set=
+ac_cv_env_PACKAGE_LIBS_value=
+ac_cv_env_PKG_CONFIG_set=
+ac_cv_env_PKG_CONFIG_value=
+ac_cv_env_SHARING_CFLAGS_set=
+ac_cv_env_SHARING_CFLAGS_value=
+ac_cv_env_SHARING_LIBS_set=
+ac_cv_env_SHARING_LIBS_value=
+ac_cv_env_XML_CFLAGS_set=
+ac_cv_env_XML_CFLAGS_value=
+ac_cv_env_XML_LIBS_set=
+ac_cv_env_XML_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_f77_compiler_gnu=no
+ac_cv_header_dlfcn_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_host=arm-unknown-linux-gnu
+ac_cv_objext=o
+ac_cv_path_EGREP='/scratchbox/tools/bin/grep -E'
+ac_cv_path_GREP=/scratchbox/tools/bin/grep
+ac_cv_path_ac_pt_PKG_CONFIG=/scratchbox/tools/bin/pkg-config
+ac_cv_path_install='/scratchbox/tools/bin/install -c'
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_CXXCPP='g++ -E'
+ac_cv_prog_ac_ct_AR=ar
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_CXX=g++
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_ac_ct_STRIP=strip
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cxx_g=yes
+ac_cv_prog_f77_g=no
+ac_cv_prog_make_make_set=yes
+ac_cv_search_strerror='none required'
+am_cv_CC_dependencies_compiler_type=gcc3
+am_cv_CXX_dependencies_compiler_type=gcc3
+am_cv_prog_cc_stdc=
+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_objdir=.libs
+lt_cv_path_LD=/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
+lt_cv_path_LDCXX=/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
+lt_cv_path_NM='/scratchbox/compilers/bin/nm -B'
+lt_cv_path_SED=/scratchbox/tools/bin/sed
+lt_cv_prog_compiler_c_o=yes
+lt_cv_prog_compiler_c_o_CXX=yes
+lt_cv_prog_compiler_pic_works=yes
+lt_cv_prog_compiler_pic_works_CXX=yes
+lt_cv_prog_compiler_rtti_exceptions=no
+lt_cv_prog_compiler_static_works=yes
+lt_cv_prog_compiler_static_works_CXX=yes
+lt_cv_prog_gnu_ld=yes
+lt_cv_prog_gnu_ldcxx=yes
+lt_cv_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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
+lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
+lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /usr/lib /lib /usr/lib/microb-engine /usr/lib/microb-engine/components '
+lt_cv_sys_lib_search_path_spec='/scratchbox/compilers/cs2007q3-glibc2.5-arm7/lib/gcc/arm-none-linux-gnueabi/4.2.1 /scratchbox/compilers/cs2007q3-glibc2.5-arm7/lib/gcc /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/lib /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/libc/lib /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/libc/usr/lib'
+lt_cv_sys_max_cmd_len=98304
+lt_lt_cv_prog_compiler_c_o='"yes"'
+lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
+lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[         ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
+lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
+lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
+pkg_cv_CURL_CFLAGS=' '
+pkg_cv_CURL_LIBS='-lcurl  '
+pkg_cv_PACKAGE_CFLAGS='-DMAEMO_CHANGES -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libsharing -I/usr/include/conic -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  '
+pkg_cv_PACKAGE_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lsharing -lconic -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lxml2 -lcurl  '
+pkg_cv_SHARING_CFLAGS='-I/usr/include/libsharing -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/conic -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  '
+pkg_cv_SHARING_LIBS='-lsharing -lconic -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0  '
+pkg_cv_XML_CFLAGS='-I/usr/include/libxml2  '
+pkg_cv_XML_LIBS='-lxml2  '
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run aclocal-1.8'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run tar'
+AR='ar'
+AUTOCONF='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run automake-1.8'
+AWK='gawk'
+CC='gcc'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-O2 -g -pedantic-errors -Wall -Wmissing-prototypes -Wcast-align -std=c99 -fgnu89-inline'
+CPP='gcc -E'
+CPPFLAGS=''
+CURL_CFLAGS=' '
+CURL_LIBS='-lcurl  '
+CXX='g++'
+CXXCPP='g++ -E'
+CXXDEPMODE='depmode=gcc3'
+CXXFLAGS='-O2 -g'
+CYGPATH_W='echo'
+DEBUG_CFLAGS=''
+DEFS='-DHAVE_CONFIG_H'
+DEPDIR='.deps'
+DSYMUTIL=''
+ECHO='echo'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/scratchbox/tools/bin/grep -E'
+EXEEXT=''
+F77=''
+FFLAGS=''
+GREP='/scratchbox/tools/bin/grep'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
+LDFLAGS=''
+LIBOBJS=''
+LIBS=''
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LN_S='ln -s'
+LTLIBOBJS=''
+MAINT='#'
+MAINTAINER_MODE_FALSE=''
+MAINTAINER_MODE_TRUE='#'
+MAKEINFO='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run makeinfo'
+NMEDIT=''
+OBJEXT='o'
+PACKAGE='yandex-fotki-sharing-plugin'
+PACKAGE_BUGREPORT=''
+PACKAGE_CFLAGS='-DMAEMO_CHANGES -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libsharing -I/usr/include/conic -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  '
+PACKAGE_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lsharing -lconic -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lxml2 -lcurl  '
+PACKAGE_LOCALE_DIR=''
+PACKAGE_NAME='yandex-fotki-sharing-plugin'
+PACKAGE_STRING='yandex-fotki-sharing-plugin 0.1'
+PACKAGE_TARNAME='yandex-fotki-sharing-plugin'
+PACKAGE_VERSION='0.1'
+PATH_SEPARATOR=':'
+PKG_CONFIG='/scratchbox/tools/bin/pkg-config'
+RANLIB='ranlib'
+SED='/scratchbox/tools/bin/sed'
+SET_MAKE=''
+SHARING_CFLAGS='-I/usr/include/libsharing -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/conic -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  '
+SHARING_LIBS='-lsharing -lconic -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0  '
+SHELL='/bin/sh'
+STRIP='strip'
+VERSION='0.1'
+XML_CFLAGS='-I/usr/include/libxml2  '
+XML_LIBS='-lxml2  '
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+ac_ct_F77=''
+am__fastdepCC_FALSE='#'
+am__fastdepCC_TRUE=''
+am__fastdepCXX_FALSE='#'
+am__fastdepCXX_TRUE=''
+am__include='include'
+am__leading_dot='.'
+am__quote=''
+bindir='${exec_prefix}/bin'
+build='arm-unknown-linux-gnu'
+build_alias=''
+build_cpu='arm'
+build_os='linux-gnu'
+build_vendor='unknown'
+currentdir='/home/hitosu/workspace/Maemo.Yandex.Fotki'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+host='arm-unknown-linux-gnu'
+host_alias=''
+host_cpu='arm'
+host_os='linux-gnu'
+host_vendor='unknown'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+install_sh='/home/hitosu/workspace/Maemo.Yandex.Fotki/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+mkdir_p='mkdir -p -- .'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+pluginsdir='/usr/lib/sharing/plugins'
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+sbindir='${exec_prefix}/sbin'
+servicesdir='/usr/share/sharing/services'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target_alias=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+#define PACKAGE_NAME "yandex-fotki-sharing-plugin"
+#define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
+#define PACKAGE_VERSION "0.1"
+#define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE "yandex-fotki-sharing-plugin"
+#define VERSION "0.1"
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_DLFCN_H 1
+#define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
+
+configure: exit 0