chiark / gitweb /
Remove results of configure
[sympathy.git] / config.log
diff --git a/config.log b/config.log
deleted file mode 100644 (file)
index 0a6de37..0000000
+++ /dev/null
@@ -1,1144 +0,0 @@
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by configure, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  $ ./configure 
-
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = woking.xci-test.com
-uname -m = i686
-uname -r = 2.6.26-2-686
-uname -s = Linux
-uname -v = #1 SMP Sun Jul 26 21:25:33 UTC 2009
-
-/usr/bin/uname -p = unknown
-/bin/uname -X     = unknown
-
-/bin/arch              = unknown
-/usr/bin/arch -k       = unknown
-/usr/convex/getsysinfo = unknown
-/usr/bin/hostinfo      = unknown
-/bin/machine           = unknown
-/usr/bin/oslevel       = unknown
-/bin/universe          = unknown
-
-PATH: /usr/local/sbin
-PATH: /usr/local/bin
-PATH: /usr/sbin
-PATH: /usr/bin
-PATH: /sbin
-PATH: /bin
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-configure:1991: checking for gcc
-configure:2007: found /usr/bin/gcc
-configure:2018: result: gcc
-configure:2256: checking for C compiler version
-configure:2263: gcc --version >&5
-gcc (Debian 4.3.2-1.1) 4.3.2
-Copyright (C) 2008 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:2266: $? = 0
-configure:2273: gcc -v >&5
-Using built-in specs.
-Target: i486-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
-Thread model: posix
-gcc version 4.3.2 (Debian 4.3.2-1.1) 
-configure:2276: $? = 0
-configure:2283: gcc -V >&5
-gcc: '-V' option must have argument
-configure:2286: $? = 1
-configure:2309: checking for C compiler default output file name
-configure:2336: gcc    conftest.c  >&5
-configure:2339: $? = 0
-configure:2377: result: a.out
-configure:2394: checking whether the C compiler works
-configure:2404: ./a.out
-configure:2407: $? = 0
-configure:2424: result: yes
-configure:2431: checking whether we are cross compiling
-configure:2433: result: no
-configure:2436: checking for suffix of executables
-configure:2443: gcc -o conftest    conftest.c  >&5
-configure:2446: $? = 0
-configure:2470: result: 
-configure:2476: checking for suffix of object files
-configure:2502: gcc -c   conftest.c >&5
-configure:2505: $? = 0
-configure:2528: result: o
-configure:2532: checking whether we are using the GNU C compiler
-configure:2561: gcc -c   conftest.c >&5
-configure:2567: $? = 0
-configure:2584: result: yes
-configure:2589: checking whether gcc accepts -g
-configure:2619: gcc -c -g  conftest.c >&5
-configure:2625: $? = 0
-configure:2724: result: yes
-configure:2741: checking for gcc option to accept ISO C89
-configure:2815: gcc  -c -g -O2  conftest.c >&5
-configure:2821: $? = 0
-configure:2844: result: none needed
-configure:2870: checking for special C compiler options needed for large files
-configure:2963: result: no
-configure:2969: checking for _FILE_OFFSET_BITS value needed for large files
-configure:3004: gcc -c -g -O2  conftest.c >&5
-conftest.c:14: warning: left shift count >= width of type
-conftest.c:14: warning: left shift count >= width of type
-conftest.c:16: error: size of array 'off_t_is_large' is negative
-configure:3010: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-|  /* Check that off_t can represent 2**63 - 1 correctly.
-|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
-|     since some C++ compilers masquerading as C compilers
-|     incorrectly reject 9223372036854775807.  */
-| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
-|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
-|                     && LARGE_OFF_T % 2147483647 == 1)
-|                    ? 1 : -1];
-| int
-| main ()
-| {
-| 
-|   ;
-|   return 0;
-| }
-configure:3054: gcc -c -g -O2  conftest.c >&5
-configure:3060: $? = 0
-configure:3078: result: 64
-configure:3296: checking for a BSD-compatible install
-configure:3352: result: /usr/bin/install -c
-configure:3363: checking whether build environment is sane
-configure:3406: result: yes
-configure:3434: checking for a thread-safe mkdir -p
-configure:3473: result: /bin/mkdir -p
-configure:3486: checking for gawk
-configure:3516: result: no
-configure:3486: checking for mawk
-configure:3502: found /usr/bin/mawk
-configure:3513: result: mawk
-configure:3524: checking whether make sets $(MAKE)
-configure:3545: result: yes
-configure:3575: checking for style of include used by make
-configure:3603: result: GNU
-configure:3796: checking dependency style of gcc
-configure:3887: result: gcc3
-configure:3982: checking build system type
-configure:4000: result: i686-pc-linux-gnu
-configure:4022: checking host system type
-configure:4037: result: i686-pc-linux-gnu
-configure:4059: checking for a sed that does not truncate output
-configure:4115: result: /bin/sed
-configure:4118: checking for grep that handles long lines and -e
-configure:4192: result: /bin/grep
-configure:4197: checking for egrep
-configure:4275: result: /bin/grep -E
-configure:4291: checking for ld used by gcc
-configure:4358: result: /usr/bin/ld
-configure:4367: checking if the linker (/usr/bin/ld) is GNU ld
-configure:4382: result: yes
-configure:4387: checking for /usr/bin/ld option to reload object files
-configure:4394: result: -r
-configure:4412: checking for BSD-compatible nm
-configure:4461: result: /usr/bin/nm -B
-configure:4465: checking whether ln -s works
-configure:4469: result: yes
-configure:4476: checking how to recognize dependent libraries
-configure:4662: result: pass_all
-configure:4906: checking how to run the C preprocessor
-configure:4946: gcc -E  conftest.c
-configure:4952: $? = 0
-configure:4983: gcc -E  conftest.c
-conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
-configure:4989: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:5022: result: gcc -E
-configure:5051: gcc -E  conftest.c
-configure:5057: $? = 0
-configure:5088: gcc -E  conftest.c
-conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
-configure:5094: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:5132: checking for ANSI C header files
-configure:5162: gcc -c -g -O2  conftest.c >&5
-configure:5168: $? = 0
-configure:5267: gcc -o conftest -g -O2   conftest.c  >&5
-configure:5270: $? = 0
-configure:5276: ./conftest
-configure:5279: $? = 0
-configure:5296: result: yes
-configure:5320: checking for sys/types.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for sys/stat.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for stdlib.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for string.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for memory.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for strings.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for inttypes.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for stdint.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for unistd.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5390: checking dlfcn.h usability
-configure:5407: gcc -c -g -O2  conftest.c >&5
-configure:5413: $? = 0
-configure:5427: result: yes
-configure:5431: checking dlfcn.h presence
-configure:5446: gcc -E  conftest.c
-configure:5452: $? = 0
-configure:5466: result: yes
-configure:5494: checking for dlfcn.h
-configure:5502: result: yes
-configure:5573: checking for g++
-configure:5589: found /usr/bin/g++
-configure:5600: result: g++
-configure:5631: checking for C++ compiler version
-configure:5638: g++ --version >&5
-g++ (Debian 4.3.2-1.1) 4.3.2
-Copyright (C) 2008 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:5641: $? = 0
-configure:5648: g++ -v >&5
-Using built-in specs.
-Target: i486-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
-Thread model: posix
-gcc version 4.3.2 (Debian 4.3.2-1.1) 
-configure:5651: $? = 0
-configure:5658: g++ -V >&5
-g++: '-V' option must have argument
-configure:5661: $? = 1
-configure:5664: checking whether we are using the GNU C++ compiler
-configure:5693: g++ -c   conftest.cpp >&5
-configure:5699: $? = 0
-configure:5716: result: yes
-configure:5721: checking whether g++ accepts -g
-configure:5751: g++ -c -g  conftest.cpp >&5
-configure:5757: $? = 0
-configure:5856: result: yes
-configure:5881: checking dependency style of g++
-configure:5972: result: gcc3
-configure:5997: checking how to run the C++ preprocessor
-configure:6033: g++ -E  conftest.cpp
-configure:6039: $? = 0
-configure:6070: g++ -E  conftest.cpp
-conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
-configure:6076: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.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:6109: result: g++ -E
-configure:6138: g++ -E  conftest.cpp
-configure:6144: $? = 0
-configure:6175: g++ -E  conftest.cpp
-conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
-configure:6181: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.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:6274: checking for g77
-configure:6304: result: no
-configure:6274: checking for xlf
-configure:6304: result: no
-configure:6274: checking for f77
-configure:6304: result: no
-configure:6274: checking for frt
-configure:6304: result: no
-configure:6274: checking for pgf77
-configure:6304: result: no
-configure:6274: checking for cf77
-configure:6304: result: no
-configure:6274: checking for fort77
-configure:6304: result: no
-configure:6274: checking for fl32
-configure:6304: result: no
-configure:6274: checking for af77
-configure:6304: result: no
-configure:6274: checking for xlf90
-configure:6304: result: no
-configure:6274: checking for f90
-configure:6304: result: no
-configure:6274: checking for pgf90
-configure:6304: result: no
-configure:6274: checking for pghpf
-configure:6304: result: no
-configure:6274: checking for epcf90
-configure:6304: result: no
-configure:6274: checking for gfortran
-configure:6304: result: no
-configure:6274: checking for g95
-configure:6304: result: no
-configure:6274: checking for xlf95
-configure:6304: result: no
-configure:6274: checking for f95
-configure:6304: result: no
-configure:6274: checking for fort
-configure:6304: result: no
-configure:6274: checking for ifort
-configure:6304: result: no
-configure:6274: checking for ifc
-configure:6304: result: no
-configure:6274: checking for efc
-configure:6304: result: no
-configure:6274: checking for pgf95
-configure:6304: result: no
-configure:6274: checking for lf95
-configure:6304: result: no
-configure:6274: checking for ftn
-configure:6304: result: no
-configure:6331: checking for Fortran 77 compiler version
-configure:6338:  --version >&5
-./configure: line 6339: --version: command not found
-configure:6341: $? = 127
-configure:6348:  -v >&5
-./configure: line 6349: -v: command not found
-configure:6351: $? = 127
-configure:6358:  -V >&5
-./configure: line 6359: -V: command not found
-configure:6361: $? = 127
-configure:6369: checking whether we are using the GNU Fortran 77 compiler
-configure:6388:  -c  conftest.F >&5
-./configure: line 6389: -c: command not found
-configure:6394: $? = 127
-configure: failed program was:
-|       program main
-| #ifndef __GNUC__
-|        choke me
-| #endif
-| 
-|       end
-configure:6411: result: no
-configure:6417: checking whether  accepts -g
-configure:6434:  -c -g conftest.f >&5
-./configure: line 6435: -c: command not found
-configure:6440: $? = 127
-configure: failed program was:
-|       program main
-| 
-|       end
-configure:6456: result: no
-configure:6485: checking the maximum length of command line arguments
-configure:6597: result: 98304
-configure:6609: checking command to parse /usr/bin/nm -B output from gcc object
-configure:6714: gcc -c -g -O2  conftest.c >&5
-configure:6717: $? = 0
-configure:6721: /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:6724: $? = 0
-configure:6776: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
-configure:6779: $? = 0
-configure:6817: result: ok
-configure:6821: checking for objdir
-configure:6836: result: .libs
-configure:6928: checking for ar
-configure:6944: found /usr/bin/ar
-configure:6955: result: ar
-configure:7024: checking for ranlib
-configure:7040: found /usr/bin/ranlib
-configure:7051: result: ranlib
-configure:7120: checking for strip
-configure:7136: found /usr/bin/strip
-configure:7147: result: strip
-configure:7745: checking if gcc supports -fno-rtti -fno-exceptions
-configure:7763: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
-cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
-configure:7767: $? = 0
-configure:7780: result: no
-configure:7795: checking for gcc option to produce PIC
-configure:8027: result: -fPIC
-configure:8035: checking if gcc PIC flag -fPIC works
-configure:8053: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
-configure:8057: $? = 0
-configure:8070: result: yes
-configure:8098: checking if gcc static flag -static works
-configure:8126: result: yes
-configure:8136: checking if gcc supports -c -o file.o
-configure:8157: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
-configure:8161: $? = 0
-configure:8183: result: yes
-configure:8209: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
-configure:9190: result: yes
-configure:9211: checking whether -lc should be explicitly linked in
-configure:9216: gcc -c -g -O2  conftest.c >&5
-configure:9219: $? = 0
-configure:9234: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
-configure:9237: $? = 0
-configure:9249: result: no
-configure:9257: checking dynamic linker characteristics
-configure:9871: result: GNU/Linux ld.so
-configure:9895: checking how to hardcode library paths into programs
-configure:9920: result: immediate
-configure:9934: checking whether stripping libraries is possible
-configure:9939: result: yes
-configure:10741: checking if libtool supports shared libraries
-configure:10743: result: yes
-configure:10746: checking whether to build shared libraries
-configure:10767: result: yes
-configure:10770: checking whether to build static libraries
-configure:10774: result: yes
-configure:10868: creating libtool
-configure:11461: checking for ld used by g++
-configure:11528: result: /usr/bin/ld
-configure:11537: checking if the linker (/usr/bin/ld) is GNU ld
-configure:11552: result: yes
-configure:11603: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
-configure:12549: result: yes
-configure:12566: g++ -c -g -O2  conftest.cpp >&5
-configure:12569: $? = 0
-configure:12725: checking for g++ option to produce PIC
-configure:13009: result: -fPIC
-configure:13017: checking if g++ PIC flag -fPIC works
-configure:13035: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
-configure:13039: $? = 0
-configure:13052: result: yes
-configure:13080: checking if g++ static flag -static works
-configure:13108: result: yes
-configure:13118: checking if g++ supports -c -o file.o
-configure:13139: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
-configure:13143: $? = 0
-configure:13165: result: yes
-configure:13191: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
-configure:13220: result: yes
-configure:13287: checking dynamic linker characteristics
-configure:13849: result: GNU/Linux ld.so
-configure:13873: checking how to hardcode library paths into programs
-configure:13898: result: immediate
-configure:20151: checking for md5sum
-configure:20167: found /usr/bin/md5sum
-configure:20178: result: md5sum
-configure:20188: checking for grep
-configure:20215: result: /bin/grep
-configure:20225: checking for sed
-configure:20252: result: /bin/sed
-configure:20264: checking for gawk
-configure:20291: result: mawk
-configure:20322: checking fcntl.h usability
-configure:20339: gcc -c -g -O2  conftest.c >&5
-configure:20345: $? = 0
-configure:20359: result: yes
-configure:20363: checking fcntl.h presence
-configure:20378: gcc -E  conftest.c
-configure:20384: $? = 0
-configure:20398: result: yes
-configure:20426: checking for fcntl.h
-configure:20434: result: yes
-configure:20322: checking malloc.h usability
-configure:20339: gcc -c -g -O2  conftest.c >&5
-configure:20345: $? = 0
-configure:20359: result: yes
-configure:20363: checking malloc.h presence
-configure:20378: gcc -E  conftest.c
-configure:20384: $? = 0
-configure:20398: result: yes
-configure:20426: checking for malloc.h
-configure:20434: result: yes
-configure:20322: checking sys/ioctl.h usability
-configure:20339: gcc -c -g -O2  conftest.c >&5
-configure:20345: $? = 0
-configure:20359: result: yes
-configure:20363: checking sys/ioctl.h presence
-configure:20378: gcc -E  conftest.c
-configure:20384: $? = 0
-configure:20398: result: yes
-configure:20426: checking for sys/ioctl.h
-configure:20434: result: yes
-configure:20312: checking for unistd.h
-configure:20318: result: yes
-configure:20464: checking sys/scsi/impl/uscsi.h usability
-configure:20481: gcc -c -g -O2  conftest.c >&5
-conftest.c:59:33: error: sys/scsi/impl/uscsi.h: No such file or directory
-configure:20487: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.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 HAVE_FCNTL_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_SYS_IOCTL_H 1
-| #define HAVE_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <sys/scsi/impl/uscsi.h>
-configure:20501: result: no
-configure:20505: checking sys/scsi/impl/uscsi.h presence
-configure:20520: gcc -E  conftest.c
-conftest.c:26:33: error: sys/scsi/impl/uscsi.h: No such file or directory
-configure:20526: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.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 HAVE_FCNTL_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_SYS_IOCTL_H 1
-| #define HAVE_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <sys/scsi/impl/uscsi.h>
-configure:20540: result: no
-configure:20568: checking for sys/scsi/impl/uscsi.h
-configure:20576: result: no
-configure:20464: checking scsi/sg.h usability
-configure:20481: gcc -c -g -O2  conftest.c >&5
-configure:20487: $? = 0
-configure:20501: result: yes
-configure:20505: checking scsi/sg.h presence
-configure:20520: gcc -E  conftest.c
-configure:20526: $? = 0
-configure:20540: result: yes
-configure:20568: checking for scsi/sg.h
-configure:20576: result: yes
-configure:20454: checking for stdint.h
-configure:20460: result: yes
-configure:20606: checking sys/int_types.h usability
-configure:20623: gcc -c -g -O2  conftest.c >&5
-conftest.c:61:27: error: sys/int_types.h: No such file or directory
-configure:20629: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.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 HAVE_FCNTL_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_SYS_IOCTL_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_SCSI_SG_H 1
-| #define HAVE_STDINT_H 1
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <sys/int_types.h>
-configure:20643: result: no
-configure:20647: checking sys/int_types.h presence
-configure:20662: gcc -E  conftest.c
-conftest.c:28:27: error: sys/int_types.h: No such file or directory
-configure:20668: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.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 HAVE_FCNTL_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_SYS_IOCTL_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_SCSI_SG_H 1
-| #define HAVE_STDINT_H 1
-| /* end confdefs.h.  */
-| #include <sys/int_types.h>
-configure:20682: result: no
-configure:20710: checking for sys/int_types.h
-configure:20718: result: no
-configure:20596: checking for string.h
-configure:20602: result: yes
-configure:20596: checking for strings.h
-configure:20602: result: yes
-configure:20747: checking dirent.h usability
-configure:20764: gcc -c -g -O2  conftest.c >&5
-configure:20770: $? = 0
-configure:20784: result: yes
-configure:20788: checking dirent.h presence
-configure:20803: gcc -E  conftest.c
-configure:20809: $? = 0
-configure:20823: result: yes
-configure:20851: checking for dirent.h
-configure:20859: result: yes
-configure:20737: checking for sys/stat.h
-configure:20743: result: yes
-configure:20873: checking for inline
-configure:20899: gcc -c -g -O2  conftest.c >&5
-configure:20905: $? = 0
-configure:20923: result: inline
-configure:20942: checking for an ANSI C-conforming const
-configure:21017: gcc -c -g -O2  conftest.c >&5
-configure:21023: $? = 0
-configure:21038: result: yes
-configure:21048: checking whether time.h and sys/time.h may both be included
-configure:21078: gcc -c -g -O2  conftest.c >&5
-configure:21084: $? = 0
-configure:21099: result: yes
-configure:21109: checking whether struct tm is in sys/time.h or time.h
-configure:21139: gcc -c -g -O2  conftest.c >&5
-configure:21145: $? = 0
-configure:21160: result: time.h
-configure:21176: checking for select
-configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
-configure:21238: $? = 0
-configure:21256: result: yes
-configure:21176: checking for strdup
-configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
-conftest.c:57: warning: conflicting types for built-in function 'strdup'
-configure:21238: $? = 0
-configure:21256: result: yes
-configure:21176: checking for strstr
-configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
-conftest.c:58: warning: conflicting types for built-in function 'strstr'
-configure:21238: $? = 0
-configure:21256: result: yes
-configure:21434: creating ./config.status
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on woking.xci-test.com
-
-config.status:689: creating Makefile
-config.status:689: creating src/Makefile
-config.status:689: creating src/sympathy.h.head
-config.status:689: creating test/Makefile
-config.status:689: creating apps/Makefile
-config.status:689: creating libsympathy-config.src
-config.status:689: creating src/config.h
-config.status:978: executing depfiles commands
-config.status:978: executing default commands
-
-## ---------------- ##
-## Cache variables. ##
-## ---------------- ##
-
-ac_cv_build=i686-pc-linux-gnu
-ac_cv_c_compiler_gnu=yes
-ac_cv_c_const=yes
-ac_cv_c_inline=inline
-ac_cv_cxx_compiler_gnu=yes
-ac_cv_env_CCC_set=
-ac_cv_env_CCC_value=
-ac_cv_env_CC_set=
-ac_cv_env_CC_value=
-ac_cv_env_CFLAGS_set=
-ac_cv_env_CFLAGS_value=
-ac_cv_env_CPPFLAGS_set=
-ac_cv_env_CPPFLAGS_value=
-ac_cv_env_CPP_set=
-ac_cv_env_CPP_value=
-ac_cv_env_CXXCPP_set=
-ac_cv_env_CXXCPP_value=
-ac_cv_env_CXXFLAGS_set=
-ac_cv_env_CXXFLAGS_value=
-ac_cv_env_CXX_set=
-ac_cv_env_CXX_value=
-ac_cv_env_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_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_func_select=yes
-ac_cv_func_strdup=yes
-ac_cv_func_strstr=yes
-ac_cv_header_dirent_h=yes
-ac_cv_header_dlfcn_h=yes
-ac_cv_header_fcntl_h=yes
-ac_cv_header_inttypes_h=yes
-ac_cv_header_malloc_h=yes
-ac_cv_header_memory_h=yes
-ac_cv_header_scsi_sg_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_int_types_h=no
-ac_cv_header_sys_ioctl_h=yes
-ac_cv_header_sys_scsi_impl_uscsi_h=no
-ac_cv_header_sys_stat_h=yes
-ac_cv_header_sys_types_h=yes
-ac_cv_header_time=yes
-ac_cv_header_unistd_h=yes
-ac_cv_host=i686-pc-linux-gnu
-ac_cv_objext=o
-ac_cv_path_EGREP='/bin/grep -E'
-ac_cv_path_GREP=/bin/grep
-ac_cv_path_install='/usr/bin/install -c'
-ac_cv_path_mkdir=/bin/mkdir
-ac_cv_prog_AWK=mawk
-ac_cv_prog_CPP='gcc -E'
-ac_cv_prog_CXXCPP='g++ -E'
-ac_cv_prog_GREP=/bin/grep
-ac_cv_prog_MD5SUM=md5sum
-ac_cv_prog_SED=/bin/sed
-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_struct_tm=time.h
-ac_cv_sys_file_offset_bits=64
-ac_cv_sys_largefile_CC=no
-am_cv_CC_dependencies_compiler_type=gcc3
-am_cv_CXX_dependencies_compiler_type=gcc3
-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=/usr/bin/ld
-lt_cv_path_LDCXX=/usr/bin/ld
-lt_cv_path_NM='/usr/bin/nm -B'
-lt_cv_path_SED=/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 /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib '
-lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.3.2 /usr/lib /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'\''"'
-
-## ----------------- ##
-## Output variables. ##
-## ----------------- ##
-
-ACLOCAL='${SHELL} /root/projects/sympathy/missing --run aclocal-1.10'
-AMDEPBACKSLASH='\'
-AMDEP_FALSE='#'
-AMDEP_TRUE=''
-AMTAR='${SHELL} /root/projects/sympathy/missing --run tar'
-AR='ar'
-AUTOCONF='${SHELL} /root/projects/sympathy/missing --run autoconf'
-AUTOHEADER='${SHELL} /root/projects/sympathy/missing --run autoheader'
-AUTOMAKE='${SHELL} /root/projects/sympathy/missing --run automake-1.10'
-AWK='mawk'
-CC='gcc'
-CCDEPMODE='depmode=gcc3'
-CFLAGS='-g -O2'
-CPP='gcc -E'
-CPPFLAGS=''
-CXX='g++'
-CXXCPP='g++ -E'
-CXXDEPMODE='depmode=gcc3'
-CXXFLAGS='-g -O2'
-CYGPATH_W='echo'
-DEFS='-DHAVE_CONFIG_H'
-DEPDIR='.deps'
-DSYMUTIL=''
-ECHO='echo'
-ECHO_C=''
-ECHO_N='-n'
-ECHO_T=''
-EGREP='/bin/grep -E'
-EXEEXT=''
-F77=''
-FFLAGS=''
-G2_HAVE_MALLOC_H='1'
-G2_HAVE_STDINT_H='1'
-G2_HAVE_SYS_INT_TYPES_H='0'
-G2_HAVE_UNISTD_H='1'
-G2_TIME_WITH_SYS_TIME='0'
-G2_TM_H='time.h'
-G2_TM_IN_SYS_TIME='0'
-GREP='/bin/grep'
-INSTALL_DATA='${INSTALL} -m 644'
-INSTALL_PROGRAM='${INSTALL}'
-INSTALL_SCRIPT='${INSTALL}'
-INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
-LDFLAGS=''
-LIBOBJS=''
-LIBS=''
-LIBSYMPATHY_INTERFACE_REVISION='1'
-LIBSYMPATHY_INTERFACE_VERSION_MAX='2'
-LIBSYMPATHY_INTERFACE_VERSION_MIN='2'
-LIBSYMPATHY_MAJOR_VERSION='1'
-LIBSYMPATHY_MICRO_VERSION='1'
-LIBSYMPATHY_MINOR_VERSION='2'
-LIBSYMPATHY_VERSION='1.2.1'
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-LN_S='ln -s'
-LTLIBOBJS=''
-LT_AGE='0'
-LT_CURRENT='2'
-LT_RELEASE='1.2'
-LT_REVISION='1'
-MAKEINFO='${SHELL} /root/projects/sympathy/missing --run makeinfo'
-MD5SUM='md5sum'
-NMEDIT=''
-OBJEXT='o'
-PACKAGE='libsympathy'
-PACKAGE_BUGREPORT=''
-PACKAGE_NAME=''
-PACKAGE_STRING=''
-PACKAGE_TARNAME=''
-PACKAGE_VERSION=''
-PATH_SEPARATOR=':'
-RANLIB='ranlib'
-SED='/bin/sed'
-SET_MAKE=''
-SHELL='/bin/sh'
-STRIP='strip'
-VERSION='1.2.1'
-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__isrc=''
-am__leading_dot='.'
-am__quote=''
-am__tar='${AMTAR} chof - "$$tardir"'
-am__untar='${AMTAR} xf -'
-bindir='${exec_prefix}/bin'
-build='i686-pc-linux-gnu'
-build_alias=''
-build_cpu='i686'
-build_os='linux-gnu'
-build_vendor='pc'
-datadir='${datarootdir}'
-datarootdir='${prefix}/share'
-docdir='${datarootdir}/doc/${PACKAGE}'
-dvidir='${docdir}'
-exec_prefix='${prefix}'
-host='i686-pc-linux-gnu'
-host_alias=''
-host_cpu='i686'
-host_os='linux-gnu'
-host_vendor='pc'
-htmldir='${docdir}'
-includedir='${prefix}/include'
-infodir='${datarootdir}/info'
-install_sh='$(SHELL) /root/projects/sympathy/install-sh'
-libdir='${exec_prefix}/lib'
-libexecdir='${exec_prefix}/libexec'
-localedir='${datarootdir}/locale'
-localstatedir='${prefix}/var'
-mandir='${datarootdir}/man'
-mkdir_p='/bin/mkdir -p'
-oldincludedir='/usr/include'
-pdfdir='${docdir}'
-prefix='/usr/local'
-program_transform_name='s,x,x,'
-psdir='${docdir}'
-sbindir='${exec_prefix}/sbin'
-sharedstatedir='${prefix}/com'
-sysconfdir='${prefix}/etc'
-target_alias=''
-
-## ----------- ##
-## confdefs.h. ##
-## ----------- ##
-
-#define PACKAGE_NAME ""
-#define PACKAGE_TARNAME ""
-#define PACKAGE_VERSION ""
-#define PACKAGE_STRING ""
-#define PACKAGE_BUGREPORT ""
-#define _FILE_OFFSET_BITS 64
-#define PACKAGE "libsympathy"
-#define VERSION "1.2.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 HAVE_FCNTL_H 1
-#define HAVE_MALLOC_H 1
-#define HAVE_SYS_IOCTL_H 1
-#define HAVE_UNISTD_H 1
-#define HAVE_SCSI_SG_H 1
-#define HAVE_STDINT_H 1
-#define HAVE_STRING_H 1
-#define HAVE_STRINGS_H 1
-#define HAVE_DIRENT_H 1
-#define HAVE_SYS_STAT_H 1
-#define TIME_WITH_SYS_TIME 1
-#define HAVE_SELECT 1
-#define HAVE_STRDUP 1
-#define HAVE_STRSTR 1
-
-configure: exit 0
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status src/sympathy.h.head
-
-on woking.xci-test.com
-
-config.status:689: creating src/sympathy.h.head