freetalk-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freetalk-dev] Re: Reconnect on Hangup?


From: D. E. Evans
Subject: [Freetalk-dev] Re: Reconnect on Hangup?
Date: Thu, 13 Nov 2008 18:37:46 -0500

I wrote:

   James S White asked a couple of years ago if there was
   a way to "keepalive" a freetalk connection suffering from
   loudmouth connection dementia.  There was no answer to that,
   but I'm having the same problem with Ubuntu 8.04 with 1.3.4-1
   libloudmouth and freetalk version 0.69-2.

It was suggested to me in a private email that the problem
was loudmouth.  I custom compiled both loudmouth-1.4.3 and
freetalk-3.1, and am still getting the following, after about
3-5 minutes of inactivity:

   Disconnected from mail.gurulabs.com: Protocol error (Hangup)
   ~\/~

Attached are the config.log files of both loudmouth and freetalk.
This is a stock Ubuntu-8.04 LTS desktop, with no other customizations.


LOUDMOUTH config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Loudmouth configure 1.4.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr/local

## --------- ##
## Platform. ##
## --------- ##

hostname = seshat
uname -m = x86_64
uname -r = 2.6.24-21-generic
uname -s = Linux
uname -v = #1 SMP Tue Oct 21 23:09:30 UTC 2008

/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:2072: checking for a BSD-compatible install
configure:2128: result: /usr/bin/install -c
configure:2139: checking whether build environment is sane
configure:2182: result: yes
configure:2210: checking for a thread-safe mkdir -p
configure:2249: result: /bin/mkdir -p
configure:2262: checking for gawk
configure:2278: found /usr/bin/gawk
configure:2289: result: gawk
configure:2300: checking whether make sets $(MAKE)
configure:2321: result: yes
configure:2501: checking whether to enable maintainer-specific portions of 
Makefiles
configure:2510: result: no
configure:2530: checking build system type
configure:2548: result: x86_64-unknown-linux-gnu
configure:2570: checking host system type
configure:2585: result: x86_64-unknown-linux-gnu
configure:2681: checking for gcc
configure:2697: found /usr/bin/gcc
configure:2708: result: gcc
configure:2946: checking for C compiler version
configure:2953: gcc --version >&5
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
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:2956: $? = 0
configure:2963: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --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.2 --program-suffix=-4.2 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:2966: $? = 0
configure:2973: gcc -V >&5
gcc: '-V' option must have argument
configure:2976: $? = 1
configure:2999: checking for C compiler default output file name
configure:3026: gcc    conftest.c  >&5
configure:3029: $? = 0
configure:3067: result: a.out
configure:3084: checking whether the C compiler works
configure:3094: ./a.out
configure:3097: $? = 0
configure:3114: result: yes
configure:3121: checking whether we are cross compiling
configure:3123: result: no
configure:3126: checking for suffix of executables
configure:3133: gcc -o conftest    conftest.c  >&5
configure:3136: $? = 0
configure:3160: result: 
configure:3166: checking for suffix of object files
configure:3192: gcc -c   conftest.c >&5
configure:3195: $? = 0
configure:3218: result: o
configure:3222: checking whether we are using the GNU C compiler
configure:3251: gcc -c   conftest.c >&5
configure:3257: $? = 0
configure:3274: result: yes
configure:3279: checking whether gcc accepts -g
configure:3309: gcc -c -g  conftest.c >&5
configure:3315: $? = 0
configure:3414: result: yes
configure:3431: checking for gcc option to accept ISO C89
configure:3505: gcc  -c -g -O2  conftest.c >&5
configure:3511: $? = 0
configure:3534: result: none needed
configure:3563: checking for style of include used by make
configure:3591: result: GNU
configure:3616: checking dependency style of gcc
configure:3707: result: gcc3
configure:3723: checking for library containing strerror
configure:3764: gcc -o conftest -g -O2   conftest.c  >&5
configure:3770: $? = 0
configure:3798: result: none required
configure:3811: checking how to run the C preprocessor
configure:3851: gcc -E  conftest.c
configure:3857: $? = 0
configure:3888: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3894: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3927: result: gcc -E
configure:3956: gcc -E  conftest.c
configure:3962: $? = 0
configure:3993: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3999: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4037: checking for grep that handles long lines and -e
configure:4111: result: /bin/grep
configure:4116: checking for egrep
configure:4194: result: /bin/grep -E
configure:4199: checking for ANSI C header files
configure:4229: gcc -c -g -O2  conftest.c >&5
configure:4235: $? = 0
configure:4334: gcc -o conftest -g -O2   conftest.c  >&5
configure:4337: $? = 0
configure:4343: ./conftest
configure:4346: $? = 0
configure:4363: result: yes
configure:4447: checking for a sed that does not truncate output
configure:4503: result: /bin/sed
configure:4517: checking for ld used by gcc
configure:4584: result: /usr/bin/ld
configure:4593: checking if the linker (/usr/bin/ld) is GNU ld
configure:4608: result: yes
configure:4613: checking for /usr/bin/ld option to reload object files
configure:4620: result: -r
configure:4638: checking for BSD-compatible nm
configure:4687: result: /usr/bin/nm -B
configure:4691: checking whether ln -s works
configure:4695: result: yes
configure:4702: checking how to recognize dependent libraries
configure:4888: result: pass_all
configure:4976: gcc -c -g -O2  conftest.c >&5
configure:4979: $? = 0
configure:5432: checking for sys/types.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5432: checking for sys/stat.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5432: checking for stdlib.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5432: checking for string.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5432: checking for memory.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5432: checking for strings.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5432: checking for inttypes.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5432: checking for stdint.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5432: checking for unistd.h
configure:5453: gcc -c -g -O2  conftest.c >&5
configure:5459: $? = 0
configure:5475: result: yes
configure:5502: checking dlfcn.h usability
configure:5519: gcc -c -g -O2  conftest.c >&5
configure:5525: $? = 0
configure:5539: result: yes
configure:5543: checking dlfcn.h presence
configure:5558: gcc -E  conftest.c
configure:5564: $? = 0
configure:5578: result: yes
configure:5611: checking for dlfcn.h
configure:5619: result: yes
configure:5690: checking for g++
configure:5720: result: no
configure:5690: checking for c++
configure:5720: result: no
configure:5690: checking for gpp
configure:5720: result: no
configure:5690: checking for aCC
configure:5720: result: no
configure:5690: checking for CC
configure:5720: result: no
configure:5690: checking for cxx
configure:5720: result: no
configure:5690: checking for cc++
configure:5720: result: no
configure:5690: checking for cl.exe
configure:5720: result: no
configure:5690: checking for FCC
configure:5720: result: no
configure:5690: checking for KCC
configure:5720: result: no
configure:5690: checking for RCC
configure:5720: result: no
configure:5690: checking for xlC_r
configure:5720: result: no
configure:5690: checking for xlC
configure:5720: result: no
configure:5748: checking for C++ compiler version
configure:5755: g++ --version >&5
./configure: line 5756: g++: command not found
configure:5758: $? = 127
configure:5765: g++ -v >&5
./configure: line 5766: g++: command not found
configure:5768: $? = 127
configure:5775: g++ -V >&5
./configure: line 5776: g++: command not found
configure:5778: $? = 127
configure:5781: checking whether we are using the GNU C++ compiler
configure:5810: g++ -c   conftest.cpp >&5
./configure: line 5811: g++: command not found
configure:5816: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:5833: result: no
configure:5838: checking whether g++ accepts -g
configure:5868: g++ -c -g  conftest.cpp >&5
./configure: line 5869: g++: command not found
configure:5874: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5906: g++ -c   conftest.cpp >&5
./configure: line 5907: g++: command not found
configure:5912: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5945: g++ -c -g  conftest.cpp >&5
./configure: line 5946: g++: command not found
configure:5951: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5973: result: no
configure:5998: checking dependency style of g++
configure:6089: result: none
configure:6391: checking for g77
configure:6421: result: no
configure:6391: checking for xlf
configure:6421: result: no
configure:6391: checking for f77
configure:6421: result: no
configure:6391: checking for frt
configure:6421: result: no
configure:6391: checking for pgf77
configure:6421: result: no
configure:6391: checking for cf77
configure:6421: result: no
configure:6391: checking for fort77
configure:6421: result: no
configure:6391: checking for fl32
configure:6421: result: no
configure:6391: checking for af77
configure:6421: result: no
configure:6391: checking for xlf90
configure:6421: result: no
configure:6391: checking for f90
configure:6421: result: no
configure:6391: checking for pgf90
configure:6421: result: no
configure:6391: checking for pghpf
configure:6421: result: no
configure:6391: checking for epcf90
configure:6421: result: no
configure:6391: checking for gfortran
configure:6421: result: no
configure:6391: checking for g95
configure:6421: result: no
configure:6391: checking for xlf95
configure:6421: result: no
configure:6391: checking for f95
configure:6421: result: no
configure:6391: checking for fort
configure:6421: result: no
configure:6391: checking for ifort
configure:6421: result: no
configure:6391: checking for ifc
configure:6421: result: no
configure:6391: checking for efc
configure:6421: result: no
configure:6391: checking for pgf95
configure:6421: result: no
configure:6391: checking for lf95
configure:6421: result: no
configure:6391: checking for ftn
configure:6421: result: no
configure:6448: checking for Fortran 77 compiler version
configure:6455:  --version >&5
./configure: line 6456: --version: command not found
configure:6458: $? = 127
configure:6465:  -v >&5
./configure: line 6466: -v: command not found
configure:6468: $? = 127
configure:6475:  -V >&5
./configure: line 6476: -V: command not found
configure:6478: $? = 127
configure:6486: checking whether we are using the GNU Fortran 77 compiler
configure:6505:  -c  conftest.F >&5
./configure: line 6506: -c: command not found
configure:6511: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:6528: result: no
configure:6534: checking whether  accepts -g
configure:6551:  -c -g conftest.f >&5
./configure: line 6552: -c: command not found
configure:6557: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:6573: result: no
configure:6602: checking the maximum length of command line arguments
configure:6714: result: 98304
configure:6726: checking command to parse /usr/bin/nm -B output from gcc object
configure:6831: gcc -c -g -O2  conftest.c >&5
configure:6834: $? = 0
configure:6838: /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:6841: $? = 0
configure:6893: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6896: $? = 0
configure:6934: result: ok
configure:6938: checking for objdir
configure:6953: result: .libs
configure:7045: checking for ar
configure:7061: found /usr/bin/ar
configure:7072: result: ar
configure:7141: checking for ranlib
configure:7157: found /usr/bin/ranlib
configure:7168: result: ranlib
configure:7237: checking for strip
configure:7253: found /usr/bin/strip
configure:7264: result: strip
configure:7862: checking if gcc supports -fno-rtti -fno-exceptions
configure:7880: 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:7884: $? = 0
configure:7897: result: no
configure:7912: checking for gcc option to produce PIC
configure:8144: result: -fPIC
configure:8152: checking if gcc PIC flag -fPIC works
configure:8170: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:8174: $? = 0
configure:8187: result: yes
configure:8215: checking if gcc static flag -static works
configure:8243: result: yes
configure:8253: checking if gcc supports -c -o file.o
configure:8274: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8278: $? = 0
configure:8300: result: yes
configure:8326: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:9306: result: yes
configure:9327: checking whether -lc should be explicitly linked in
configure:9332: gcc -c -g -O2  conftest.c >&5
configure:9335: $? = 0
configure:9350: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9353: $? = 0
configure:9365: result: no
configure:9373: checking dynamic linker characteristics
configure:9977: result: GNU/Linux ld.so
configure:10001: checking how to hardcode library paths into programs
configure:10026: result: immediate
configure:10040: checking whether stripping libraries is possible
configure:10045: result: yes
configure:10847: checking if libtool supports shared libraries
configure:10849: result: yes
configure:10852: checking whether to build shared libraries
configure:10873: result: yes
configure:10876: checking whether to build static libraries
configure:10880: result: yes
configure:10974: creating libtool
configure:20303: checking for pkg-config
configure:20321: found /usr/bin/pkg-config
configure:20333: result: /usr/bin/pkg-config
configure:20362: checking pkg-config is at least version 0.16
configure:20365: result: yes
configure:20383: checking for GLIB - version >= 2.0.0
configure:20508: gcc -o conftest -g -O2 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include     conftest.c -lglib-2.0    >&5
configure:20511: $? = 0
configure:20517: ./conftest
configure:20520: $? = 0
configure:20540: result: yes (version 2.16.6)
configure:20657: checking arpa/inet.h usability
configure:20674: gcc -c -g -O2  conftest.c >&5
configure:20680: $? = 0
configure:20694: result: yes
configure:20698: checking arpa/inet.h presence
configure:20713: gcc -E  conftest.c
configure:20719: $? = 0
configure:20733: result: yes
configure:20766: checking for arpa/inet.h
configure:20774: result: yes
configure:20657: checking fcntl.h usability
configure:20674: gcc -c -g -O2  conftest.c >&5
configure:20680: $? = 0
configure:20694: result: yes
configure:20698: checking fcntl.h presence
configure:20713: gcc -E  conftest.c
configure:20719: $? = 0
configure:20733: result: yes
configure:20766: checking for fcntl.h
configure:20774: result: yes
configure:20647: checking for memory.h
configure:20653: result: yes
configure:20657: checking netdb.h usability
configure:20674: gcc -c -g -O2  conftest.c >&5
configure:20680: $? = 0
configure:20694: result: yes
configure:20698: checking netdb.h presence
configure:20713: gcc -E  conftest.c
configure:20719: $? = 0
configure:20733: result: yes
configure:20766: checking for netdb.h
configure:20774: result: yes
configure:20657: checking netinet/in.h usability
configure:20674: gcc -c -g -O2  conftest.c >&5
configure:20680: $? = 0
configure:20694: result: yes
configure:20698: checking netinet/in.h presence
configure:20713: gcc -E  conftest.c
configure:20719: $? = 0
configure:20733: result: yes
configure:20766: checking for netinet/in.h
configure:20774: result: yes
configure:20657: checking netinet/in_systm.h usability
configure:20674: gcc -c -g -O2  conftest.c >&5
configure:20680: $? = 0
configure:20694: result: yes
configure:20698: checking netinet/in_systm.h presence
configure:20713: gcc -E  conftest.c
configure:20719: $? = 0
configure:20733: result: yes
configure:20766: checking for netinet/in_systm.h
configure:20774: result: yes
configure:20647: checking for stdlib.h
configure:20653: result: yes
configure:20647: checking for string.h
configure:20653: result: yes
configure:20657: checking sys/socket.h usability
configure:20674: gcc -c -g -O2  conftest.c >&5
configure:20680: $? = 0
configure:20694: result: yes
configure:20698: checking sys/socket.h presence
configure:20713: gcc -E  conftest.c
configure:20719: $? = 0
configure:20733: result: yes
configure:20766: checking for sys/socket.h
configure:20774: result: yes
configure:20657: checking sys/time.h usability
configure:20674: gcc -c -g -O2  conftest.c >&5
configure:20680: $? = 0
configure:20694: result: yes
configure:20698: checking sys/time.h presence
configure:20713: gcc -E  conftest.c
configure:20719: $? = 0
configure:20733: result: yes
configure:20766: checking for sys/time.h
configure:20774: result: yes
configure:20647: checking for unistd.h
configure:20653: result: yes
configure:20803: checking winsock2.h usability
configure:20820: gcc -c -g -O2  conftest.c >&5
conftest.c:63:22: error: winsock2.h: No such file or directory
configure:20826: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_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 <winsock2.h>
configure:20840: result: no
configure:20844: checking winsock2.h presence
configure:20859: gcc -E  conftest.c
conftest.c:30:22: error: winsock2.h: No such file or directory
configure:20865: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <winsock2.h>
configure:20879: result: no
configure:20912: checking for winsock2.h
configure:20920: result: no
configure:20803: checking arpa/nameser_compat.h usability
configure:20820: gcc -c -g -O2  conftest.c >&5
configure:20826: $? = 0
configure:20840: result: yes
configure:20844: checking arpa/nameser_compat.h presence
configure:20859: gcc -E  conftest.c
configure:20865: $? = 0
configure:20879: result: yes
configure:20912: checking for arpa/nameser_compat.h
configure:20920: result: yes
configure:21041: checking what warning flags to pass to the C compiler
configure:21043: result: 
configure:21069: checking for tm_gmtoff in struct tm
configure:21100: gcc -c -g -O2 -Wall  conftest.c >&5
configure:21106: $? = 0
configure:21121: result: yes
configure:21199: checking for LOUDMOUTH
configure:21206: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 
$GLIB2_REQUIRED"
configure:21209: $? = 0
configure:21222: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 
$GLIB2_REQUIRED"
configure:21225: $? = 0
configure:21300: result: yes
configure:21307: checking for LIBIDN
configure:21314: $PKG_CONFIG --exists --print-errors "libidn"
Package libidn was not found in the pkg-config search path.
Perhaps you should add the directory containing `libidn.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libidn' found
configure:21317: $? = 1
configure:21330: $PKG_CONFIG --exists --print-errors "libidn"
Package libidn was not found in the pkg-config search path.
Perhaps you should add the directory containing `libidn.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libidn' found
configure:21333: $? = 1
No package 'libidn' found
configure:21360: result: no
configure:21391: checking for check - version >= 0.9.2
configure:21482: gcc -o conftest -g -O2 -Wall    conftest.c -lcheck  >&5
conftest.c:36:19: error: check.h: No such file or directory
conftest.c: In function 'main':
conftest.c:46: warning: implicit declaration of function 'strdup'
conftest.c:46: warning: incompatible implicit declaration of built-in function 
'strdup'
conftest.c:52: error: 'CHECK_MAJOR_VERSION' undeclared (first use in this 
function)
conftest.c:52: error: (Each undeclared identifier is reported only once
conftest.c:52: error: for each function it appears in.)
conftest.c:52: error: 'check_major_version' undeclared (first use in this 
function)
conftest.c:53: error: 'CHECK_MINOR_VERSION' undeclared (first use in this 
function)
conftest.c:53: error: 'check_minor_version' undeclared (first use in this 
function)
conftest.c:54: error: 'CHECK_MICRO_VERSION' undeclared (first use in this 
function)
conftest.c:54: error: 'check_micro_version' undeclared (first use in this 
function)
configure:21485: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_TM_GMTOFF 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <stdlib.h>
| 
| #include <check.h>
| 
| int main ()
| {
|   int major, minor, micro;
|   char *tmp_version;
| 
|   system ("touch conf.check-test");
| 
|   /* HP/UX 9 (address@hidden) writes to sscanf strings */
|   tmp_version = strdup("0.9.2");
|   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
|      printf("%s, bad version string\n", "0.9.2");
|      return 1;
|    }
| 
|   if ((CHECK_MAJOR_VERSION != check_major_version) ||
|       (CHECK_MINOR_VERSION != check_minor_version) ||
|       (CHECK_MICRO_VERSION != check_micro_version))
|     {
|       printf("\n*** The check header file (version %d.%d.%d) does not 
match\n",
|            CHECK_MAJOR_VERSION, CHECK_MINOR_VERSION, CHECK_MICRO_VERSION);
|       printf("*** the check library (version %d.%d.%d).\n",
|            check_major_version, check_minor_version, check_micro_version);
|       return 1;
|     }
| 
|   if ((check_major_version > major) ||
|       ((check_major_version == major) && (check_minor_version > minor)) ||
|       ((check_major_version == major) && (check_minor_version == minor) && 
(check_micro_version >= micro)))
|     {
|       return 0;
|     }
|   else
|     {
|       printf("\n*** An old version of check (%d.%d.%d) was found.\n",
|              check_major_version, check_minor_version, check_micro_version);
|       printf("*** You need a version of check being at least %d.%d.%d.\n", 
major, minor, micro);
|       printf("***\n");
|       printf("*** If you have already installed a sufficiently new version, 
this error\n");
|       printf("*** probably means that the wrong copy of the check library and 
header\n");
|       printf("*** file is being found. Rerun configure with the 
--with-check=PATH option\n");
|       printf("*** to specify the prefix where the correct version was 
installed.\n");
|     }
| 
|   return 1;
| }
| 
configure:21518: result: no
configure:21552: gcc -o conftest -g -O2 -Wall    conftest.c -lcheck  >&5
conftest.c:36:19: error: check.h: No such file or directory
configure:21558: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_TM_GMTOFF 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <stdlib.h>
| 
| #include <check.h>
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:21646: checking whether to build gtk-doc documentation
configure:21648: result: no
configure:21655: checking for gtkdoc-check
configure:21688: result: no
configure:21734: checking for gethostbyname in -lnsl
configure:21769: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl   >&5
configure:21775: $? = 0
configure:21793: result: yes
configure:21805: checking for socket in -lsocket
configure:21840: gcc -o conftest -g -O2 -Wall   conftest.c -lsocket  -lnsl  >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:21846: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_LIBNSL 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
|   ;
|   return 0;
| }
configure:21864: result: no
configure:21876: checking for res_query in -lresolv
configure:21911: gcc -o conftest -g -O2 -Wall   conftest.c -lresolv  -lnsl  >&5
/tmp/ccoTrApe.o: In function `main':
/usr/local/src/loudmouth-1.4.3/conftest.c:44: undefined reference to `res_query'
collect2: ld returned 1 exit status
configure:21917: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Loudmouth"
| #define PACKAGE_TARNAME "loudmouth"
| #define PACKAGE_VERSION "1.4.3"
| #define PACKAGE_STRING "Loudmouth 1.4.3"
| #define PACKAGE_BUGREPORT "loudmouth"
| #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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_LIBNSL 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char res_query ();
| int
| main ()
| {
| return res_query ();
|   ;
|   return 0;
| }
configure:21935: result: no
configure:21992: checking for libgnutls-config
configure:22010: found /usr/bin/libgnutls-config
configure:22023: result: /usr/bin/libgnutls-config
configure:22032: checking for libgnutls - version >= 1.4.0
configure:22118: gcc -o conftest -g -O2 -Wall -I/usr/include -I/usr/include   
conftest.c -lnsl  -lgnutls >&5
configure:22121: $? = 0
configure:22127: ./conftest
configure:22130: $? = 0
configure:22150: result: yes
configure:22617: checking whether TCP_KEEPCNT is declared
configure:22652: gcc -c -g -O2 -Wall -I/usr/include -I/usr/include  conftest.c 
>&5
configure:22658: $? = 0
configure:22673: result: yes
configure:22883: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by Loudmouth config.status 1.4.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on seshat

config.status:714: creating Makefile
config.status:714: creating docs/Makefile
config.status:714: creating docs/reference/Makefile
config.status:714: creating loudmouth/Makefile
config.status:714: creating examples/Makefile
config.status:714: creating tests/Makefile
config.status:714: creating tests/parser-tests/Makefile
config.status:714: creating loudmouth-1.0.pc
config.status:714: creating loudmouth.spec
config.status:714: creating config.h
config.status:1003: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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_LIBIDN_CFLAGS_set=
ac_cv_env_LIBIDN_CFLAGS_value=
ac_cv_env_LIBIDN_LIBS_set=
ac_cv_env_LIBIDN_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LOUDMOUTH_CFLAGS_set=
ac_cv_env_LOUDMOUTH_CFLAGS_value=
ac_cv_env_LOUDMOUTH_LIBS_set=
ac_cv_env_LOUDMOUTH_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_have_decl_TCP_KEEPCNT=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_compat_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_in_systm_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_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_winsock2_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_nsl_gethostbyname=yes
ac_cv_lib_resolv_res_query=no
ac_cv_lib_socket_socket=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_LIBGNUTLS_CONFIG=/usr/bin/libgnutls-config
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_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
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=no
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
ac_cv_struct_tm_gmtoff=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
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_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
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\", (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='/usr/lib64 /lib64 /usr/local/lib 
/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
lt_cv_sys_lib_search_path_spec='/usr/lib64 /lib64 /usr/local/lib64'
lt_cv_sys_max_cmd_len=98304
lt_lt_cv_prog_compiler_c_o='"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_LOUDMOUTH_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
pkg_cv_LOUDMOUTH_LIBS='-lglib-2.0  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/local/src/loudmouth-1.4.3/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/loudmouth-1.4.3/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/local/src/loudmouth-1.4.3/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/src/loudmouth-1.4.3/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/src/loudmouth-1.4.3/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -I/usr/include -I/usr/include '
CHECK_CFLAGS=''
CHECK_LIBS=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DOC_CFLAGS='-g -O2 -Wall -I/usr/include -I/usr/include'
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
F77=''
FFLAGS=''
GLIB2_REQUIRED='2.4.0'
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GNUTLS_REQUIRED='1.4.0'
GOBJECT_QUERY='gobject-query'
GREP='/bin/grep'
GTKDOC_CHECK=''
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
HAVE_CHECK_FALSE=''
HAVE_CHECK_TRUE='#'
HTML_DIR='${datadir}/gtk-doc/html'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBGNUTLS_CFLAGS='-I/usr/include -I/usr/include'
LIBGNUTLS_CONFIG='/usr/bin/libgnutls-config'
LIBGNUTLS_LIBS='-lgnutls'
LIBIDN_CFLAGS=''
LIBIDN_LIBS=''
LIBOBJS=''
LIBS='-lnsl  -lgnutls'
LIBTASN1_REQUIRED='0.2.6'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LOUDMOUTH_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
LOUDMOUTH_LIBS='-lglib-2.0  '
LTLIBOBJS=''
LT_AGE='1'
LT_CURRENT='1'
LT_REVISION='0'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/local/src/loudmouth-1.4.3/missing --run makeinfo'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='loudmouth'
PACKAGE_BUGREPORT='loudmouth'
PACKAGE_NAME='Loudmouth'
PACKAGE_STRING='Loudmouth 1.4.3'
PACKAGE_TARNAME='loudmouth'
PACKAGE_VERSION='1.4.3'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
REBUILD='#'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
USE_GNUTLS_FALSE='#'
USE_GNUTLS_TRUE=''
USE_OPENSSL_FALSE=''
USE_OPENSSL_TRUE='#'
VERSION='1.4.3'
WARN_CFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
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='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /usr/local/src/loudmouth-1.4.3/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 "Loudmouth"
#define PACKAGE_TARNAME "loudmouth"
#define PACKAGE_VERSION "1.4.3"
#define PACKAGE_STRING "Loudmouth 1.4.3"
#define PACKAGE_BUGREPORT "loudmouth"
#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_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_NAMESER_COMPAT_H 1
#define HAVE_TM_GMTOFF 1
#define HAVE_LIBNSL 1
#define HAVE_GNUTLS 1
#define HAVE_SSL 1
#define USE_TCP_KEEPALIVES 1

configure: exit 0


FREETALK config.log:


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by freetalk configure 3.1, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr/local

## --------- ##
## Platform. ##
## --------- ##

hostname = seshat
uname -m = x86_64
uname -r = 2.6.24-21-generic
uname -s = Linux
uname -v = #1 SMP Tue Oct 21 23:09:30 UTC 2008

/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:1836: checking for a BSD-compatible install
configure:1892: result: /usr/bin/install -c
configure:1903: checking whether build environment is sane
configure:1946: result: yes
configure:1974: checking for a thread-safe mkdir -p
configure:2013: result: /bin/mkdir -p
configure:2026: checking for gawk
configure:2042: found /usr/bin/gawk
configure:2053: result: gawk
configure:2064: checking whether make sets $(MAKE)
configure:2085: result: yes
configure:2280: checking whether make sets $(MAKE)
configure:2301: result: yes
configure:2368: checking for g++
configure:2384: found /usr/bin/g++
configure:2395: result: g++
configure:2426: checking for C++ compiler version
configure:2433: g++ --version >&5
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
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:2436: $? = 0
configure:2443: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --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.2 --program-suffix=-4.2 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:2446: $? = 0
configure:2453: g++ -V >&5
g++: '-V' option must have argument
configure:2456: $? = 1
configure:2479: checking for C++ compiler default output file name
configure:2506: g++    conftest.cpp  >&5
configure:2509: $? = 0
configure:2547: result: a.out
configure:2564: checking whether the C++ compiler works
configure:2574: ./a.out
configure:2577: $? = 0
configure:2594: result: yes
configure:2601: checking whether we are cross compiling
configure:2603: result: no
configure:2606: checking for suffix of executables
configure:2613: g++ -o conftest    conftest.cpp  >&5
configure:2616: $? = 0
configure:2640: result: 
configure:2646: checking for suffix of object files
configure:2672: g++ -c   conftest.cpp >&5
configure:2675: $? = 0
configure:2698: result: o
configure:2702: checking whether we are using the GNU C++ compiler
configure:2731: g++ -c   conftest.cpp >&5
configure:2737: $? = 0
configure:2754: result: yes
configure:2759: checking whether g++ accepts -g
configure:2789: g++ -c -g  conftest.cpp >&5
configure:2795: $? = 0
configure:2894: result: yes
configure:2928: checking for style of include used by make
configure:2956: result: GNU
configure:2981: checking dependency style of g++
configure:3072: result: gcc3
configure:3136: checking for gcc
configure:3152: found /usr/bin/gcc
configure:3163: result: gcc
configure:3401: checking for C compiler version
configure:3408: gcc --version >&5
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
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:3411: $? = 0
configure:3418: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --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.2 --program-suffix=-4.2 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:3421: $? = 0
configure:3428: gcc -V >&5
gcc: '-V' option must have argument
configure:3431: $? = 1
configure:3434: checking whether we are using the GNU C compiler
configure:3463: gcc -c   conftest.c >&5
configure:3469: $? = 0
configure:3486: result: yes
configure:3491: checking whether gcc accepts -g
configure:3521: gcc -c -g  conftest.c >&5
configure:3527: $? = 0
configure:3626: result: yes
configure:3643: checking for gcc option to accept ISO C89
configure:3717: gcc  -c -g -O2  conftest.c >&5
configure:3723: $? = 0
configure:3746: result: none needed
configure:3766: checking dependency style of gcc
configure:3857: result: gcc3
configure:3873: checking for library containing tgetent
configure:3914: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccYoft8g.o: In function `main':
/usr/local/src/freetalk-3.1/conftest.c:21: undefined reference to `tgetent'
collect2: ld returned 1 exit status
configure:3920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "3.1"
| #define PACKAGE_STRING "freetalk 3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freetalk"
| #define VERSION "3.1"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char tgetent ();
| int
| main ()
| {
| return tgetent ();
|   ;
|   return 0;
| }
configure:3914: gcc -o conftest -g -O2   conftest.c -lncurses   >&5
configure:3920: $? = 0
configure:3948: result: -lncurses
configure:3957: checking for readline in -lreadline
configure:3992: gcc -o conftest -g -O2   conftest.c -lreadline  -lncurses  >&5
configure:3998: $? = 0
configure:4016: result: yes
configure:4033: checking for guile
configure:4051: found /usr/bin/guile
configure:4063: result: /usr/bin/guile
configure:4079: checking for guile-config
configure:4097: found /usr/bin/guile-config
configure:4109: result: /usr/bin/guile-config
configure:4125: checking for guile-tools
configure:4143: found /usr/bin/guile-tools
configure:4155: result: /usr/bin/guile-tools
configure:4165: checking libguile compile flags
configure:4168: result:  
configure:4170: checking libguile link flags
configure:4173: result:  -lguile -lltdl  -lgmp -lcrypt -lm -lltdl
configure:4179: checking for scm_boot_guile in -lguile
configure:4214: gcc -o conftest -g -O2   conftest.c -lguile  -lreadline 
-lncurses  >&5
configure:4220: $? = 0
configure:4238: result: yes
configure:4256: checking for pkg-config
configure:4272: found /usr/bin/pkg-config
configure:4284: result: yes
configure:4314: checking how to run the C preprocessor
configure:4354: gcc -E  conftest.c
configure:4360: $? = 0
configure:4391: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:4397: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "3.1"
| #define PACKAGE_STRING "freetalk 3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freetalk"
| #define VERSION "3.1"
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBGUILE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4430: result: gcc -E
configure:4459: gcc -E  conftest.c
configure:4465: $? = 0
configure:4496: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:4502: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "3.1"
| #define PACKAGE_STRING "freetalk 3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freetalk"
| #define VERSION "3.1"
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBGUILE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4540: checking for grep that handles long lines and -e
configure:4614: result: /bin/grep
configure:4619: checking for egrep
configure:4697: result: /bin/grep -E
configure:4702: checking for ANSI C header files
configure:4732: gcc -c -g -O2  conftest.c >&5
configure:4738: $? = 0
configure:4837: gcc -o conftest -g -O2   conftest.c -lguile -lreadline 
-lncurses  >&5
configure:4840: $? = 0
configure:4846: ./conftest
configure:4849: $? = 0
configure:4866: result: yes
configure:4890: checking for sys/types.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4890: checking for sys/stat.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4890: checking for stdlib.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4890: checking for string.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4890: checking for memory.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4890: checking for strings.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4890: checking for inttypes.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4890: checking for stdint.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4890: checking for unistd.h
configure:4911: gcc -c -g -O2  conftest.c >&5
configure:4917: $? = 0
configure:4933: result: yes
configure:4955: checking argp.h usability
configure:4972: gcc -c -g -O2  conftest.c >&5
configure:4978: $? = 0
configure:4992: result: yes
configure:4996: checking argp.h presence
configure:5011: gcc -E  conftest.c
configure:5017: $? = 0
configure:5031: result: yes
configure:5064: checking for argp.h
configure:5071: result: yes
configure:5099: checking errno.h usability
configure:5116: gcc -c -g -O2  conftest.c >&5
configure:5122: $? = 0
configure:5136: result: yes
configure:5140: checking errno.h presence
configure:5155: gcc -E  conftest.c
configure:5161: $? = 0
configure:5175: result: yes
configure:5208: checking for errno.h
configure:5216: result: yes
configure:5229: checking for error_t
configure:5263: gcc -c -g -O2  conftest.c >&5
configure:5269: $? = 0
configure:5284: result: yes
configure:5302: checking whether NLS is requested
configure:5311: result: yes
configure:5352: checking for msgfmt
configure:5387: result: no
configure:5393: checking for gmsgfmt
configure:5424: result: :
configure:5475: checking for xgettext
configure:5510: result: no
configure:5553: checking for msgmerge
configure:5587: result: no
configure:5623: checking build system type
configure:5641: result: x86_64-unknown-linux-gnu
configure:5663: checking host system type
configure:5678: result: x86_64-unknown-linux-gnu
configure:5724: checking for ld used by GCC
configure:5788: result: /usr/bin/ld
configure:5797: checking if the linker (/usr/bin/ld) is GNU ld
configure:5810: result: yes
configure:5817: checking for shared library run path origin
configure:5830: result: done
configure:6331: checking for CFPreferencesCopyAppValue
configure:6359: gcc -o conftest -g -O2   conftest.c -lguile -lreadline 
-lncurses  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:25:42: error: CoreFoundation/CFPreferences.h: No such file or 
directory
conftest.c: In function 'main':
conftest.c:29: error: 'NULL' undeclared (first use in this function)
conftest.c:29: error: (Each undeclared identifier is reported only once
conftest.c:29: error: for each function it appears in.)
configure:6365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "3.1"
| #define PACKAGE_STRING "freetalk 3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freetalk"
| #define VERSION "3.1"
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBGUILE 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_ARGP 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ERROR_T 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:6383: result: no
configure:6392: checking for CFLocaleCopyCurrent
configure:6420: gcc -o conftest -g -O2   conftest.c -lguile -lreadline 
-lncurses  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:25:37: error: CoreFoundation/CFLocale.h: No such file or directory
configure:6426: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "3.1"
| #define PACKAGE_STRING "freetalk 3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freetalk"
| #define VERSION "3.1"
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBGUILE 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_ARGP 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ERROR_T 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:6444: result: no
configure:6495: checking for GNU gettext in libc
configure:6525: gcc -o conftest -g -O2   conftest.c -lguile -lreadline 
-lncurses  >&5
configure:6531: $? = 0
configure:6549: result: yes
configure:7433: checking whether to use NLS
configure:7435: result: yes
configure:7438: checking where the gettext function comes from
configure:7449: result: libc
configure:7542: checking for iconv
configure:7574: gcc -o conftest -g -O2   conftest.c -lguile -lreadline 
-lncurses  >&5
configure:7580: $? = 0
configure:7650: result: yes
configure:7653: checking for working iconv
configure:7739: gcc -o conftest -g -O2   conftest.c -lguile -lreadline 
-lncurses  >&5
configure:7742: $? = 0
configure:7748: ./conftest
configure:7751: $? = 0
configure:7769: result: yes
configure:7799: checking for iconv declaration
configure:7838: gcc -c -g -O2  conftest.c >&5
configure:7844: $? = 0
configure:7863: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
configure:8025: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by freetalk config.status 3.1, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on seshat

config.status:677: creating Makefile
config.status:677: creating src/Makefile
config.status:677: creating extensions/Makefile
config.status:677: creating extensions/init.scm
config.status:677: creating extensions/first-time-run.sh
config.status:677: creating doc/Makefile
config.status:677: creating po/Makefile.in
config.status:677: creating examples/Makefile
config.status:868: executing depfiles commands
config.status:868: executing po-directories commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-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=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_argp_h=yes
ac_cv_header_errno_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=x86_64-unknown-linux-gnu
ac_cv_lib_guile_scm_boot_guile=yes
ac_cv_lib_readline_readline=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=:
ac_cv_path_GREP=/bin/grep
ac_cv_path_GUILE=/usr/bin/guile
ac_cv_path_GUILE_CONFIG=/usr/bin/guile-config
ac_cv_path_GUILE_TOOLS=/usr/bin/guile-tools
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_PKGCONFIG=yes
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_tgetent=-lncurses
ac_cv_type_error_t=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/local/src/freetalk-3.1/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/freetalk-3.1/missing --run tar'
AUTOCONF='${SHELL} /usr/local/src/freetalk-3.1/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/src/freetalk-3.1/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/src/freetalk-3.1/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"freetalk\" -DPACKAGE_TARNAME=\"freetalk\" 
-DPACKAGE_VERSION=\"3.1\" -DPACKAGE_STRING=\"freetalk\ 3.1\" 
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"freetalk\" -DVERSION=\"3.1\" 
-DHAVE_LIBREADLINE=1 -DHAVE_LIBGUILE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_ARGP=1 -DHAVE_ERRNO_H=1 -DHAVE_ERROR_T=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 
-DHAVE_DCGETTEXT=1 -DHAVE_ICONV=1 -DICONV_CONST='
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GETTEXT_MACRO_VERSION='0.17'
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_LIBS='-lglib-2.0  '
GMSGFMT=':'
GMSGFMT_015=':'
GREP='/bin/grep'
GUILE='/usr/bin/guile'
GUILE_CFLAGS=' '
GUILE_CONFIG='/usr/bin/guile-config'
GUILE_LDFLAGS=' -lguile -lltdl  -lgmp -lcrypt -lm -lltdl'
GUILE_TOOLS='/usr/bin/guile-tools'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS='-lguile -lreadline -lncurses '
LOUDMOUTH_CFLAGS='-I/usr/local/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include  '
LOUDMOUTH_LIBS='-L/usr/local/lib -lloudmouth-1 -lglib-2.0  '
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/local/src/freetalk-3.1/missing --run makeinfo'
MSGFMT=':'
MSGFMT_015=':'
MSGMERGE=':'
OBJEXT='o'
PACKAGE='freetalk'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='freetalk'
PACKAGE_STRING='freetalk 3.1'
PACKAGE_TARNAME='freetalk'
PACKAGE_VERSION='3.1'
PATH_SEPARATOR=':'
PKGCONFIG='yes'
POSUB='po'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS='yes'
VERSION='3.1'
XGETTEXT=':'
XGETTEXT_015=':'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
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='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /usr/local/src/freetalk-3.1/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 "freetalk"
#define PACKAGE_TARNAME "freetalk"
#define PACKAGE_VERSION "3.1"
#define PACKAGE_STRING "freetalk 3.1"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE "freetalk"
#define VERSION "3.1"
#define HAVE_LIBREADLINE 1
#define HAVE_LIBGUILE 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_ARGP 1
#define HAVE_ERRNO_H 1
#define HAVE_ERROR_T 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_ICONV 1
#define ICONV_CONST 

configure: exit 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]