Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2004:
[Freeciv-Dev] (PR#10554) Reproduceable crash in civserver
Home

[Freeciv-Dev] (PR#10554) Reproduceable crash in civserver

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#10554) Reproduceable crash in civserver
From: "Sam Morris" <sam@xxxxxxxxxxxxx>
Date: Sat, 16 Oct 2004 07:46:34 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=10554 >

Hi there! I have a saved game (attached) that causes civserver 2.0.0 
beta 1 to crash after several turns. The saved game contains three human 
players on a team, and the server segfaults when when some research 
completes, or one of the players on the team fiddles with the research goal.

My system is running Debian GNU/Linux 3.1 (Sarge). I can provide the 
civserver binary and core file if you need it, as well as any further 
information you may need.

-- 
Regards,

Sam Morris

Attachment: three-1750.sav.gz
Description: GNU Zip compressed data

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.59.  Invocation command line was

  $ ./configure 

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

hostname = xerces
uname -m = i686
uname -r = 2.6.8-1-k7
uname -s = Linux
uname -v = #1 Thu Oct 7 02:47:47 EDT 2004

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1397: checking build system type
configure:1415: result: i686-pc-linux-gnu
configure:1423: checking host system type
configure:1437: result: i686-pc-linux-gnu
configure:1445: checking target system type
configure:1459: result: i686-pc-linux-gnu
configure:1560: checking for a BSD-compatible install
configure:1615: result: /usr/bin/install -c
configure:1626: checking whether build environment is sane
configure:1669: result: yes
configure:1734: checking for gawk
configure:1750: found /usr/bin/gawk
configure:1760: result: gawk
configure:1770: checking whether make sets $(MAKE)
configure:1790: result: yes
configure:1959: checking whether to enable maintainer-specific portions of 
Makefiles
configure:1968: result: no
configure:2185: checking for gawk
configure:2211: result: gawk
configure:2267: checking for gcc
configure:2283: found /usr/bin/gcc
configure:2293: result: gcc
configure:2537: checking for C compiler version
configure:2540: gcc --version </dev/null >&5
gcc (GCC) 3.3.4 (Debian 1:3.3.4-13)
Copyright (C) 2003 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:2543: $? = 0
configure:2545: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm 
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-13)
configure:2548: $? = 0
configure:2550: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2553: $? = 1
configure:2576: checking for C compiler default output file name
configure:2579: gcc    conftest.c  >&5
configure:2582: $? = 0
configure:2628: result: a.out
configure:2633: checking whether the C compiler works
configure:2639: ./a.out
configure:2642: $? = 0
configure:2659: result: yes
configure:2666: checking whether we are cross compiling
configure:2668: result: no
configure:2671: checking for suffix of executables
configure:2673: gcc -o conftest    conftest.c  >&5
configure:2676: $? = 0
configure:2701: result: 
configure:2707: checking for suffix of object files
configure:2728: gcc -c   conftest.c >&5
configure:2731: $? = 0
configure:2753: result: o
configure:2757: checking whether we are using the GNU C compiler
configure:2781: gcc -c   conftest.c >&5
configure:2787: $? = 0
configure:2790: test -z                          || test ! -s conftest.err
configure:2793: $? = 0
configure:2796: test -s conftest.o
configure:2799: $? = 0
configure:2812: result: yes
configure:2818: checking whether gcc accepts -g
configure:2839: gcc -c -g  conftest.c >&5
configure:2845: $? = 0
configure:2848: test -z                          || test ! -s conftest.err
configure:2851: $? = 0
configure:2854: test -s conftest.o
configure:2857: $? = 0
configure:2868: result: yes
configure:2885: checking for gcc option to accept ANSI C
configure:2955: gcc  -c -g -O2  conftest.c >&5
configure:2961: $? = 0
configure:2964: test -z                          || test ! -s conftest.err
configure:2967: $? = 0
configure:2970: test -s conftest.o
configure:2973: $? = 0
configure:2991: result: none needed
configure:3009: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3015: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3156: checking for style of include used by make
configure:3184: result: GNU
configure:3212: checking dependency style of gcc
configure:3302: result: gcc3
configure:3324: checking how to run the C preprocessor
configure:3359: gcc -E  conftest.c
configure:3365: $? = 0
configure:3397: gcc -E  conftest.c
conftest.c:19:28: ac_nonexistent.h: No such file or directory
configure:3403: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3442: result: gcc -E
configure:3466: gcc -E  conftest.c
configure:3472: $? = 0
configure:3504: gcc -E  conftest.c
conftest.c:19:28: ac_nonexistent.h: No such file or directory
configure:3510: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3553: checking whether ln -s works
configure:3557: result: yes
configure:3605: checking for ranlib
configure:3621: found /usr/bin/ranlib
configure:3632: result: ranlib
configure:3685: checking for ar
configure:3701: found /usr/bin/ar
configure:3711: result: ar
configure:3731: checking for uname
configure:3747: found /bin/uname
configure:3758: result: uname
configure:3770: checking for strerror in -lcposix
configure:3800: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3806: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:3831: result: no
configure:3840: checking for egrep
configure:3850: result: grep -E
configure:3855: checking for ANSI C header files
configure:3880: gcc -c -g -O2  conftest.c >&5
configure:3886: $? = 0
configure:3889: test -z                          || test ! -s conftest.err
configure:3892: $? = 0
configure:3895: test -s conftest.o
configure:3898: $? = 0
configure:3984: gcc -o conftest -g -O2   conftest.c  >&5
configure:3987: $? = 0
configure:3989: ./conftest
configure:3992: $? = 0
configure:4007: result: yes
configure:4017: checking for an ANSI C-conforming const
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4090: $? = 0
configure:4093: test -z                          || test ! -s conftest.err
configure:4096: $? = 0
configure:4099: test -s conftest.o
configure:4102: $? = 0
configure:4113: result: yes
configure:4123: checking for inline
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4150: $? = 0
configure:4153: test -z                          || test ! -s conftest.err
configure:4156: $? = 0
configure:4159: test -s conftest.o
configure:4162: $? = 0
configure:4174: result: inline
configure:4207: checking for sys/types.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4207: checking for sys/stat.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4207: checking for stdlib.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4207: checking for string.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4207: checking for memory.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4207: checking for strings.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4207: checking for inttypes.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4207: checking for stdint.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4207: checking for unistd.h
configure:4223: gcc -c -g -O2  conftest.c >&5
configure:4229: $? = 0
configure:4232: test -z                          || test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4264: checking for off_t
configure:4288: gcc -c -g -O2  conftest.c >&5
configure:4294: $? = 0
configure:4297: test -z                          || test ! -s conftest.err
configure:4300: $? = 0
configure:4303: test -s conftest.o
configure:4306: $? = 0
configure:4317: result: yes
configure:4329: checking for size_t
configure:4353: gcc -c -g -O2  conftest.c >&5
configure:4359: $? = 0
configure:4362: test -z                          || test ! -s conftest.err
configure:4365: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4382: result: yes
configure:4396: checking for working alloca.h
configure:4417: gcc -o conftest -g -O2   conftest.c  >&5
configure:4423: $? = 0
configure:4426: test -z                          || test ! -s conftest.err
configure:4429: $? = 0
configure:4432: test -s conftest
configure:4435: $? = 0
configure:4447: result: yes
configure:4457: checking for alloca
configure:4498: gcc -o conftest -g -O2   conftest.c  >&5
configure:4504: $? = 0
configure:4507: test -z                          || test ! -s conftest.err
configure:4510: $? = 0
configure:4513: test -s conftest
configure:4516: $? = 0
configure:4528: result: yes
configure:4756: checking for stdlib.h
configure:4761: result: yes
configure:4756: checking for unistd.h
configure:4761: result: yes
configure:4904: checking for getpagesize
configure:4961: gcc -o conftest -g -O2   conftest.c  >&5
configure:4967: $? = 0
configure:4970: test -z                          || test ! -s conftest.err
configure:4973: $? = 0
configure:4976: test -s conftest
configure:4979: $? = 0
configure:4991: result: yes
configure:5001: checking for working mmap
configure:5143: gcc -o conftest -g -O2   conftest.c  >&5
configure:5146: $? = 0
configure:5148: ./conftest
configure:5151: $? = 0
configure:5165: result: yes
configure:5177: checking whether we are using the GNU C Library 2.1 or newer
configure:5208: result: yes
configure:5239: checking argz.h usability
configure:5251: gcc -c -g -O2  conftest.c >&5
configure:5257: $? = 0
configure:5260: test -z                          || test ! -s conftest.err
configure:5263: $? = 0
configure:5266: test -s conftest.o
configure:5269: $? = 0
configure:5279: result: yes
configure:5283: checking argz.h presence
configure:5293: gcc -E  conftest.c
configure:5299: $? = 0
configure:5319: result: yes
configure:5354: checking for argz.h
configure:5361: result: yes
configure:5239: checking limits.h usability
configure:5251: gcc -c -g -O2  conftest.c >&5
configure:5257: $? = 0
configure:5260: test -z                          || test ! -s conftest.err
configure:5263: $? = 0
configure:5266: test -s conftest.o
configure:5269: $? = 0
configure:5279: result: yes
configure:5283: checking limits.h presence
configure:5293: gcc -E  conftest.c
configure:5299: $? = 0
configure:5319: result: yes
configure:5354: checking for limits.h
configure:5361: result: yes
configure:5239: checking locale.h usability
configure:5251: gcc -c -g -O2  conftest.c >&5
configure:5257: $? = 0
configure:5260: test -z                          || test ! -s conftest.err
configure:5263: $? = 0
configure:5266: test -s conftest.o
configure:5269: $? = 0
configure:5279: result: yes
configure:5283: checking locale.h presence
configure:5293: gcc -E  conftest.c
configure:5299: $? = 0
configure:5319: result: yes
configure:5354: checking for locale.h
configure:5361: result: yes
configure:5239: checking nl_types.h usability
configure:5251: gcc -c -g -O2  conftest.c >&5
configure:5257: $? = 0
configure:5260: test -z                          || test ! -s conftest.err
configure:5263: $? = 0
configure:5266: test -s conftest.o
configure:5269: $? = 0
configure:5279: result: yes
configure:5283: checking nl_types.h presence
configure:5293: gcc -E  conftest.c
configure:5299: $? = 0
configure:5319: result: yes
configure:5354: checking for nl_types.h
configure:5361: result: yes
configure:5239: checking malloc.h usability
configure:5251: gcc -c -g -O2  conftest.c >&5
configure:5257: $? = 0
configure:5260: test -z                          || test ! -s conftest.err
configure:5263: $? = 0
configure:5266: test -s conftest.o
configure:5269: $? = 0
configure:5279: result: yes
configure:5283: checking malloc.h presence
configure:5293: gcc -E  conftest.c
configure:5299: $? = 0
configure:5319: result: yes
configure:5354: checking for malloc.h
configure:5361: result: yes
configure:5239: checking stddef.h usability
configure:5251: gcc -c -g -O2  conftest.c >&5
configure:5257: $? = 0
configure:5260: test -z                          || test ! -s conftest.err
configure:5263: $? = 0
configure:5266: test -s conftest.o
configure:5269: $? = 0
configure:5279: result: yes
configure:5283: checking stddef.h presence
configure:5293: gcc -E  conftest.c
configure:5299: $? = 0
configure:5319: result: yes
configure:5354: checking for stddef.h
configure:5361: result: yes
configure:5230: checking for stdlib.h
configure:5235: result: yes
configure:5230: checking for string.h
configure:5235: result: yes
configure:5230: checking for unistd.h
configure:5235: result: yes
configure:5239: checking sys/param.h usability
configure:5251: gcc -c -g -O2  conftest.c >&5
configure:5257: $? = 0
configure:5260: test -z                          || test ! -s conftest.err
configure:5263: $? = 0
configure:5266: test -s conftest.o
configure:5269: $? = 0
configure:5279: result: yes
configure:5283: checking sys/param.h presence
configure:5293: gcc -E  conftest.c
configure:5299: $? = 0
configure:5319: result: yes
configure:5354: checking for sys/param.h
configure:5361: result: yes
configure:5400: checking for feof_unlocked
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for fgets_unlocked
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for getcwd
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for getegid
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for geteuid
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for getgid
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for getuid
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for mempcpy
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for munmap
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for putenv
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for setenv
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for setlocale
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for stpcpy
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for strchr
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:82: warning: conflicting types for built-in function `strchr'
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for strcasecmp
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for strdup
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for strtoul
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for tsearch
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for __argz_count
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for __argz_stringify
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5400: checking for __argz_next
configure:5457: gcc -o conftest -g -O2   conftest.c  >&5
configure:5463: $? = 0
configure:5466: test -z                          || test ! -s conftest.err
configure:5469: $? = 0
configure:5472: test -s conftest
configure:5475: $? = 0
configure:5487: result: yes
configure:5512: checking for iconv
configure:5539: gcc -o conftest -g -O2   conftest.c  >&5
configure:5545: $? = 0
configure:5548: test -z                          || test ! -s conftest.err
configure:5551: $? = 0
configure:5554: test -s conftest
configure:5557: $? = 0
configure:5622: result: yes
configure:5630: checking for iconv declaration
configure:5664: gcc -c -g -O2  conftest.c >&5
configure:5670: $? = 0
configure:5673: test -z                          || test ! -s conftest.err
configure:5676: $? = 0
configure:5679: test -s conftest.o
configure:5682: $? = 0
configure:5697: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
configure:5713: checking for nl_langinfo and CODESET
configure:5734: gcc -o conftest -g -O2   conftest.c  >&5
configure:5740: $? = 0
configure:5743: test -z                          || test ! -s conftest.err
configure:5746: $? = 0
configure:5749: test -s conftest
configure:5752: $? = 0
configure:5765: result: yes
configure:5776: checking for LC_MESSAGES
configure:5797: gcc -o conftest -g -O2   conftest.c  >&5
configure:5803: $? = 0
configure:5806: test -z                          || test ! -s conftest.err
configure:5809: $? = 0
configure:5812: test -s conftest
configure:5815: $? = 0
configure:5827: result: yes
configure:5837: checking whether NLS is requested
configure:5846: result: yes
configure:5860: checking whether included gettext is requested
configure:5870: result: no
configure:5890: checking libintl.h usability
configure:5902: gcc -c -g -O2  conftest.c >&5
configure:5908: $? = 0
configure:5911: test -z                          || test ! -s conftest.err
configure:5914: $? = 0
configure:5917: test -s conftest.o
configure:5920: $? = 0
configure:5930: result: yes
configure:5934: checking libintl.h presence
configure:5944: gcc -E  conftest.c
configure:5950: $? = 0
configure:5970: result: yes
configure:6005: checking for libintl.h
configure:6012: result: yes
configure:6017: checking for GNU gettext in libc
configure:6040: gcc -o conftest -g -O2   conftest.c  >&5
configure:6046: $? = 0
configure:6049: test -z                          || test ! -s conftest.err
configure:6052: $? = 0
configure:6055: test -s conftest
configure:6058: $? = 0
configure:6070: result: yes
configure:6153: checking for dcgettext
configure:6210: gcc -o conftest -g -O2   conftest.c   >&5
configure:6216: $? = 0
configure:6219: test -z                          || test ! -s conftest.err
configure:6222: $? = 0
configure:6225: test -s conftest
configure:6228: $? = 0
configure:6240: result: yes
configure:6254: checking for msgfmt
configure:6281: result: /usr/bin/msgfmt
configure:6290: checking for gmsgfmt
configure:6321: result: /usr/bin/msgfmt
configure:6331: checking for xgettext
configure:6358: result: /usr/bin/xgettext
configure:6534: checking for bison
configure:6550: found /usr/bin/bison
configure:6560: result: bison
configure:6573: checking version of bison
configure:6582: result: 1.875, ok
configure:6621: checking for catalogs to be installed
configure:6641: result:  ca da de en_GB es et fi fr he_IL hu it ja nl no pl pt 
pt_BR ro ru sv uk
configure:6668: checking for ngettext in -lc
configure:6698: gcc -o conftest -g -O2   conftest.c -lc   >&5
configure:6704: $? = 0
configure:6707: test -z                          || test ! -s conftest.err
configure:6710: $? = 0
configure:6713: test -s conftest
configure:6716: $? = 0
configure:6729: result: yes
configure:6732: checking whether libc's ngettext works at runtime
configure:6775: gcc -o conftest -g -O2   conftest.c   >&5
configure:6778: $? = 0
configure:6780: ./conftest
configure:6783: $? = 0
configure:6785: result: yes
configure:6956: checking for GNU xgettext version >= 0.10.36
configure:6993: gcc -o conftest -g -O2   conftest.c  >&5
configure:6996: $? = 0
configure:6998: ./conftest
configure:7001: $? = 0
configure:7003: result: yes
configure:7025: checking for GNU msgfmt version >= 0.10.35
configure:7063: gcc -o conftest -g -O2   conftest.c  >&5
configure:7066: $? = 0
configure:7068: ./conftest
configure:7071: $? = 0
configure:7073: result: yes
configure:7159: checking for C99 variadic macros
configure:7184: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:7190: $? = 0
configure:7193: test -z                          || test ! -s conftest.err
configure:7196: $? = 0
configure:7199: test -s conftest.o
configure:7202: $? = 0
configure:7213: result: yes
configure:7222: checking for C99 variable arrays
configure:7245: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
conftest.c: In function `main':
conftest.c:79: warning: implicit declaration of function `strlen'
conftest.c:80: warning: implicit declaration of function `sprintf'
configure:7251: $? = 0
configure:7254: test -z                          || test ! -s conftest.err
configure:7257: $? = 0
configure:7260: test -s conftest.o
configure:7263: $? = 0
configure:7274: result: yes
configure:7339: checking for gzgets in -lz
configure:7369: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:7375: $? = 0
configure:7378: test -z                          || test ! -s conftest.err
configure:7381: $? = 0
configure:7384: test -s conftest
configure:7387: $? = 0
configure:7400: result: yes
configure:7425: checking zlib.h usability
configure:7437: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:7443: $? = 0
configure:7446: test -z                          || test ! -s conftest.err
configure:7449: $? = 0
configure:7452: test -s conftest.o
configure:7455: $? = 0
configure:7465: result: yes
configure:7469: checking zlib.h presence
configure:7479: gcc -E  conftest.c
configure:7485: $? = 0
configure:7505: result: yes
configure:7540: checking for zlib.h
configure:7547: result: yes
configure:7587: checking for iconv
configure:7697: result: yes
configure:7705: checking for iconv declaration
configure:7772: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
configure:7798: checking for which client to compile:...
configure:7826: checking for pkg-config
configure:7844: found /usr/bin/pkg-config
configure:7857: result: /usr/bin/pkg-config
configure:7878: checking for GTK+ - version >= 2.2.1
configure:7993: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -DXTHREADS -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include     conftest.c -Wl,--export-dynamic -lgtk-x11-2.0 
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lz   >&5
configure:7996: $? = 0
configure:7998: ./conftest
configure:8001: $? = 0
configure:8019: result: yes (version 2.4.10)
configure:9972: checking whether Xfuncproto was supplied
configure:9993: result: no, found:  FUNCPROTO=15 NARROWPROTO
configure:13586: checking for esd-config
configure:13604: found /usr/bin/esd-config
configure:13617: result: /usr/bin/esd-config
configure:13625: checking for ESD - version >= 0.0.20
configure:13720: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations    conftest.c -lz   -L/usr/lib 
-lesd -laudiofile -lm >&5
conftest.c:85: warning: no previous prototype for `my_strdup'
configure:13723: $? = 0
configure:13725: ./conftest
configure:13728: $? = 0
configure:13752: result: yes
configure:13863: checking building ESOUND support
configure:13865: result: yes
configure:13912: checking for sdl-config
configure:13930: found /usr/bin/sdl-config
configure:13943: result: /usr/bin/sdl-config
configure:13951: checking for SDL - version >= 1.0.0
configure:14041: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -I/usr/include/SDL -D_REENTRANT   
conftest.c -lz   -lSDL -lpthread >&5
conftest.c:86: warning: no previous prototype for `my_strdup'
configure:14044: $? = 0
configure:14046: ./conftest
configure:14049: $? = 0
configure:14067: result: yes
configure:14172: checking SDL/SDL_mixer.h usability
configure:14184: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:14190: $? = 0
configure:14193: test -z                         || test ! -s conftest.err
configure:14196: $? = 0
configure:14199: test -s conftest.o
configure:14202: $? = 0
configure:14212: result: yes
configure:14216: checking SDL/SDL_mixer.h presence
configure:14226: gcc -E  conftest.c
configure:14232: $? = 0
configure:14252: result: yes
configure:14287: checking for SDL/SDL_mixer.h
configure:14294: result: yes
configure:14305: checking for Mix_OpenAudio in -lSDL_mixer
configure:14335: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lSDL_mixer  -lz   >&5
configure:14341: $? = 0
configure:14344: test -z                         || test ! -s conftest.err
configure:14347: $? = 0
configure:14350: test -s conftest
configure:14353: $? = 0
configure:14366: result: yes
configure:14372: checking building SDL_mixer support
configure:14383: result: yes
configure:14398: checking for ALSA version
In file included from conftest.c:80:
/usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, 
use <alsa/asoundlib.h> instead.
configure:14417: result: >= 1.0
configure:14419: checking for Audio File Library version
configure:14438: result: >= 0.2
configure:14468: checking building ALSA support
configure:14470: result: yes
configure:14651: checking for gethostbyaddr in -lbind
configure:14681: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lbind  -lz   >&5
/usr/bin/ld: cannot find -lbind
collect2: ld returned 1 exit status
configure:14687: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char gethostbyaddr ();
| int
| main ()
| {
| gethostbyaddr ();
|   ;
|   return 0;
| }
configure:14712: result: no
configure:14732: checking readline/readline.h usability
configure:14744: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:14750: $? = 0
configure:14753: test -z                         || test ! -s conftest.err
configure:14756: $? = 0
configure:14759: test -s conftest.o
configure:14762: $? = 0
configure:14772: result: yes
configure:14776: checking readline/readline.h presence
configure:14786: gcc -E  conftest.c
configure:14792: $? = 0
configure:14812: result: yes
configure:14847: checking for readline/readline.h
configure:14854: result: yes
configure:14879: checking for completion_matches in -lreadline
configure:14909: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lreadline  -lz   >&5
configure:14915: $? = 0
configure:14918: test -z                         || test ! -s conftest.err
configure:14921: $? = 0
configure:14924: test -s conftest
configure:14927: $? = 0
configure:14940: result: yes
configure:14948: checking for rl_completion_matches in -lreadline
configure:14978: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lreadline  -lz   >&5
configure:14984: $? = 0
configure:14987: test -z                         || test ! -s conftest.err
configure:14990: $? = 0
configure:14993: test -s conftest
configure:14996: $? = 0
configure:15009: result: yes
configure:15443: checking whether readline works at runtime
configure:15497: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lreadline  -lz   >&5
configure:15500: $? = 0
configure:15502: ./conftest
configure:15505: $? = 0
configure:15507: result: yes
configure:15673: checking for pow
configure:15730: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
/tmp/ccQP4EPq.o(.text+0x16): In function `main':
: undefined reference to `pow'
/tmp/ccQP4EPq.o(.data+0x0): undefined reference to `pow'
collect2: ld returned 1 exit status
configure:15736: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| /* end confdefs.h.  */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pow innocuous_pow
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pow (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pow
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pow ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_pow) || defined (__stub___pow)
| choke me
| #else
| char (*f) () = pow;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pow;
|   ;
|   return 0;
| }
configure:15760: result: no
configure:15764: checking for pow in -lm
configure:15794: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lm  -lz   >&5
configure:15800: $? = 0
configure:15803: test -z                         || test ! -s conftest.err
configure:15806: $? = 0
configure:15809: test -s conftest
configure:15812: $? = 0
configure:15825: result: yes
configure:15840: checking for main in -lnls
configure:15864: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lnls  -lz   >&5
/usr/bin/ld: cannot find -lnls
collect2: ld returned 1 exit status
configure:15870: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:15895: result: no
configure:15907: checking for ANSI C header files
configure:16059: result: yes
configure:16069: checking for sys/wait.h that is POSIX.1 compatible
configure:16100: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16106: $? = 0
configure:16109: test -z                         || test ! -s conftest.err
configure:16112: $? = 0
configure:16115: test -s conftest.o
configure:16118: $? = 0
configure:16129: result: yes
configure:16160: checking fcntl.h usability
configure:16172: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16178: $? = 0
configure:16181: test -z                         || test ! -s conftest.err
configure:16184: $? = 0
configure:16187: test -s conftest.o
configure:16190: $? = 0
configure:16200: result: yes
configure:16204: checking fcntl.h presence
configure:16214: gcc -E  conftest.c
configure:16220: $? = 0
configure:16240: result: yes
configure:16275: checking for fcntl.h
configure:16282: result: yes
configure:16160: checking sys/time.h usability
configure:16172: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16178: $? = 0
configure:16181: test -z                         || test ! -s conftest.err
configure:16184: $? = 0
configure:16187: test -s conftest.o
configure:16190: $? = 0
configure:16200: result: yes
configure:16204: checking sys/time.h presence
configure:16214: gcc -E  conftest.c
configure:16220: $? = 0
configure:16240: result: yes
configure:16275: checking for sys/time.h
configure:16282: result: yes
configure:16151: checking for sys/types.h
configure:16156: result: yes
configure:16151: checking for unistd.h
configure:16156: result: yes
configure:16160: checking sys/utsname.h usability
configure:16172: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16178: $? = 0
configure:16181: test -z                         || test ! -s conftest.err
configure:16184: $? = 0
configure:16187: test -s conftest.o
configure:16190: $? = 0
configure:16200: result: yes
configure:16204: checking sys/utsname.h presence
configure:16214: gcc -E  conftest.c
configure:16220: $? = 0
configure:16240: result: yes
configure:16275: checking for sys/utsname.h
configure:16282: result: yes
configure:16160: checking stdbool.h usability
configure:16172: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16178: $? = 0
configure:16181: test -z                         || test ! -s conftest.err
configure:16184: $? = 0
configure:16187: test -s conftest.o
configure:16190: $? = 0
configure:16200: result: yes
configure:16204: checking stdbool.h presence
configure:16214: gcc -E  conftest.c
configure:16220: $? = 0
configure:16240: result: yes
configure:16275: checking for stdbool.h
configure:16282: result: yes
configure:16160: checking sys/file.h usability
configure:16172: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16178: $? = 0
configure:16181: test -z                         || test ! -s conftest.err
configure:16184: $? = 0
configure:16187: test -s conftest.o
configure:16190: $? = 0
configure:16200: result: yes
configure:16204: checking sys/file.h presence
configure:16214: gcc -E  conftest.c
configure:16220: $? = 0
configure:16240: result: yes
configure:16275: checking for sys/file.h
configure:16282: result: yes
configure:16322: checking arpa/inet.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking arpa/inet.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for arpa/inet.h
configure:16444: result: yes
configure:16322: checking netdb.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking netdb.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for netdb.h
configure:16444: result: yes
configure:16322: checking netinet/in.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking netinet/in.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for netinet/in.h
configure:16444: result: yes
configure:16322: checking pwd.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking pwd.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for pwd.h
configure:16444: result: yes
configure:16322: checking sys/ioctl.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking sys/ioctl.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for sys/ioctl.h
configure:16444: result: yes
configure:16322: checking sys/select.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking sys/select.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for sys/select.h
configure:16444: result: yes
configure:16322: checking sys/signal.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking sys/signal.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for sys/signal.h
configure:16444: result: yes
configure:16322: checking sys/socket.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking sys/socket.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for sys/socket.h
configure:16444: result: yes
configure:16322: checking sys/termio.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
conftest.c:133:24: sys/termio.h: No such file or directory
configure:16340: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/termio.h>
configure:16362: result: no
configure:16366: checking sys/termio.h presence
configure:16376: gcc -E  conftest.c
conftest.c:99:24: sys/termio.h: No such file or directory
configure:16382: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/termio.h>
configure:16402: result: no
configure:16437: checking for sys/termio.h
configure:16444: result: no
configure:16322: checking sys/uio.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking sys/uio.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for sys/uio.h
configure:16444: result: yes
configure:16322: checking termios.h usability
configure:16334: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16340: $? = 0
configure:16343: test -z                         || test ! -s conftest.err
configure:16346: $? = 0
configure:16349: test -s conftest.o
configure:16352: $? = 0
configure:16362: result: yes
configure:16366: checking termios.h presence
configure:16376: gcc -E  conftest.c
configure:16382: $? = 0
configure:16402: result: yes
configure:16437: checking for termios.h
configure:16444: result: yes
configure:16609: checking for an ANSI C-conforming const
configure:16705: result: yes
configure:16715: checking whether time.h and sys/time.h may both be included
configure:16740: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16746: $? = 0
configure:16749: test -z                         || test ! -s conftest.err
configure:16752: $? = 0
configure:16755: test -s conftest.o
configure:16758: $? = 0
configure:16769: result: yes
configure:16779: checking whether struct tm is in sys/time.h or time.h
configure:16802: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
conftest.c: In function `main':
conftest.c:108: warning: statement with no effect
configure:16808: $? = 0
configure:16811: test -z                         || test ! -s conftest.err
configure:16814: $? = 0
configure:16817: test -s conftest.o
configure:16820: $? = 0
configure:16831: result: time.h
configure:16842: checking return type of signal handlers
configure:16873: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
conftest.c: In function `main':
conftest.c:116: warning: unused variable `i'
configure:16879: $? = 0
configure:16882: test -z                         || test ! -s conftest.err
configure:16885: $? = 0
configure:16888: test -s conftest.o
configure:16891: $? = 0
configure:16902: result: void
configure:16910: checking for pid_t
configure:16934: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:16940: $? = 0
configure:16943: test -z                         || test ! -s conftest.err
configure:16946: $? = 0
configure:16949: test -s conftest.o
configure:16952: $? = 0
configure:16963: result: yes
configure:16981: checking for unistd.h
configure:16986: result: yes
configure:16990: checking vfork.h usability
configure:17002: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
conftest.c:138:19: vfork.h: No such file or directory
configure:17008: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:17030: result: no
configure:17034: checking vfork.h presence
configure:17044: gcc -E  conftest.c
conftest.c:104:19: vfork.h: No such file or directory
configure:17050: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:17070: result: no
configure:17105: checking for vfork.h
configure:17112: result: no
configure:17130: checking for fork
configure:17187: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17193: $? = 0
configure:17196: test -z                         || test ! -s conftest.err
configure:17199: $? = 0
configure:17202: test -s conftest
configure:17205: $? = 0
configure:17217: result: yes
configure:17130: checking for vfork
configure:17187: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17193: $? = 0
configure:17196: test -z                         || test ! -s conftest.err
configure:17199: $? = 0
configure:17202: test -s conftest
configure:17205: $? = 0
configure:17217: result: yes
configure:17228: checking for working fork
configure:17251: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
conftest.c: In function `main':
conftest.c:9: warning: implicit declaration of function `fork'
conftest.c:10: warning: implicit declaration of function `exit'
configure:17254: $? = 0
configure:17256: ./conftest
configure:17259: $? = 0
configure:17273: result: yes
configure:17294: checking for working vfork
configure:17427: result: yes
configure:17458: checking for working strcoll
configure:17484: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17487: $? = 0
configure:17489: ./conftest
configure:17492: $? = 0
configure:17506: result: yes
configure:17520: checking for vprintf
configure:17577: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
conftest.c:133: warning: conflicting types for built-in function `vprintf'
configure:17583: $? = 0
configure:17586: test -z                         || test ! -s conftest.err
configure:17589: $? = 0
configure:17592: test -s conftest
configure:17595: $? = 0
configure:17607: result: yes
configure:17614: checking for _doprnt
configure:17671: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
/tmp/ccSlJ7Eq.o(.text+0x16): In function `main':
: undefined reference to `_doprnt'
/tmp/ccSlJ7Eq.o(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:17677: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares 
_doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:17701: result: no
configure:17715: checking for working vsnprintf
configure:17774: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
conftest.c:115: warning: no previous prototype for `doit'
conftest.c: In function `doit':
conftest.c:129: warning: implicit declaration of function `exit'
conftest.c:138: warning: implicit declaration of function `strcmp'
configure:17777: $? = 0
configure:17779: ./conftest
configure:17782: $? = 0
configure:17796: result: yes
configure:17833: checking for fileno
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for ftime
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for gethostname
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for getpwuid
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for inet_aton
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for select
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for snooze
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
/tmp/cc8MHFKr.o(.text+0x16): In function `main':
: undefined reference to `snooze'
/tmp/cc8MHFKr.o(.data+0x0): undefined reference to `snooze'
collect2: ld returned 1 exit status
configure:17896: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| #define HAVE_WORKING_VSNPRINTF 1
| #define HAVE_FILENO 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_INET_ATON 1
| #define HAVE_SELECT 1
| /* end confdefs.h.  */
| /* Define snooze to an innocuous variant, in case <limits.h> declares snooze.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define snooze innocuous_snooze
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char snooze (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef snooze
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char snooze ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_snooze) || defined (__stub___snooze)
| choke me
| #else
| char (*f) () = snooze;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != snooze;
|   ;
|   return 0;
| }
configure:17920: result: no
configure:17833: checking for strerror
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for strcasecmp
configure:17920: result: yes
configure:17833: checking for strncasecmp
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for strlcat
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
/tmp/ccIpYCED.o(.text+0x16): In function `main':
: undefined reference to `strlcat'
/tmp/ccIpYCED.o(.data+0x0): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:17896: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| #define HAVE_WORKING_VSNPRINTF 1
| #define HAVE_FILENO 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_INET_ATON 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares 
strlcat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcat innocuous_strlcat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlcat
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strlcat) || defined (__stub___strlcat)
| choke me
| #else
| char (*f) () = strlcat;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strlcat;
|   ;
|   return 0;
| }
configure:17920: result: no
configure:17833: checking for strlcpy
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
/tmp/ccstktMU.o(.text+0x16): In function `main':
: undefined reference to `strlcpy'
/tmp/ccstktMU.o(.data+0x0): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:17896: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 0
| #define VERSION_LABEL "-beta1"
| #define VERSION_STRING "2.0.0-beta1"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta1"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define ESD 1
| #define SDL 1
| #define ALSA 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| #define HAVE_WORKING_VSNPRINTF 1
| #define HAVE_FILENO 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_INET_ATON 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares 
strlcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcpy innocuous_strlcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlcpy
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strlcpy) || defined (__stub___strlcpy)
| choke me
| #else
| char (*f) () = strlcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strlcpy;
|   ;
|   return 0;
| }
configure:17920: result: no
configure:17833: checking for strstr
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
conftest.c:144: warning: conflicting types for built-in function `strstr'
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for usleep
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for vsnprintf
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
conftest.c:146: warning: conflicting types for built-in function `vsnprintf'
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for uname
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for flock
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for gethostbyname
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for connect
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17833: checking for bind
configure:17890: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:17896: $? = 0
configure:17899: test -z                         || test ! -s conftest.err
configure:17902: $? = 0
configure:17905: test -s conftest
configure:17908: $? = 0
configure:17920: result: yes
configure:17931: checking for working gettimeofday
configure:18043: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c  -lz   >&5
configure:18046: $? = 0
configure:18048: ./conftest
configure:18051: $? = 0
configure:18053: result: yes
configure:18289: checking for fdopen
configure:18346: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:18352: $? = 0
configure:18355: test -z                         || test ! -s conftest.err
configure:18358: $? = 0
configure:18361: test -s conftest
configure:18364: $? = 0
configure:18376: result: yes
configure:18390: checking for fcntl
configure:18447: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:18453: $? = 0
configure:18456: test -z                         || test ! -s conftest.err
configure:18459: $? = 0
configure:18462: test -s conftest
configure:18465: $? = 0
configure:18477: result: yes
configure:18596: checking for SIGPIPE
configure:18614: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:18620: $? = 0
configure:18623: test -z                         || test ! -s conftest.err
configure:18626: $? = 0
configure:18629: test -s conftest.o
configure:18632: $? = 0
configure:18634: result: yes
configure:19042: creating ./config.status

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

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

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

on xerces

config.status:901: creating Makefile
config.status:901: creating data/Makefile
config.status:901: creating data/flags/Makefile
config.status:901: creating data/misc/Makefile
config.status:901: creating data/trident/Makefile
config.status:901: creating data/isotrident/Makefile
config.status:901: creating data/default/Makefile
config.status:901: creating data/civ1/Makefile
config.status:901: creating data/civ2/Makefile
config.status:901: creating data/scenario/Makefile
config.status:901: creating data/nation/Makefile
config.status:901: creating data/history/Makefile
config.status:901: creating utility/Makefile
config.status:901: creating utility/ftwl/Makefile
config.status:901: creating common/Makefile
config.status:901: creating common/aicore/Makefile
config.status:901: creating ai/Makefile
config.status:901: creating tests/Makefile
config.status:901: creating client/Makefile
config.status:901: creating client/agents/Makefile
config.status:901: creating client/include/Makefile
config.status:901: creating client/gui-sdl/Makefile
config.status:901: creating client/gui-gtk/Makefile
config.status:901: creating client/gui-gtk-2.0/Makefile
config.status:901: creating client/gui-xaw/Makefile
config.status:901: creating client/gui-win32/Makefile
config.status:901: creating client/gui-ftwl/Makefile
config.status:901: creating client/gui-stub/Makefile
config.status:901: creating server/Makefile
config.status:901: creating server/generator/Makefile
config.status:901: creating server/userdb/Makefile
config.status:901: creating manual/Makefile
config.status:901: creating intl/Makefile
config.status:901: creating po/Makefile.in
config.status:901: creating doc/Makefile
config.status:901: creating doc/man/Makefile
config.status:901: creating doc/de/Makefile
config.status:901: creating doc/fr/Makefile
config.status:901: creating doc/it/Makefile
config.status:901: creating doc/ja/Makefile
config.status:901: creating doc/nl/Makefile
config.status:901: creating doc/sv/Makefile
config.status:901: creating freeciv.spec
config.status:901: creating bootstrap/undep.sh
config.status:901: creating data/Freeciv
config.status:901: creating client/freeciv.desktop
config.status:901: creating civ
config.status:901: creating ser
config.status:972: creating config.h
config.status:1542: executing depfiles commands
config.status:1542: executing default-1 commands
config.status:1542: executing fc_default-1 commands
config.status:1542: executing fc_default-2 commands
config.status:1542: executing fc_default-4 commands
config.status:1542: executing fc_default-5 commands
config.status:1542: executing default commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c99_variable_arrays=yes
ac_cv_c99_variadic_macros=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_bind=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_fcntl=yes
ac_cv_func_fdopen=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_fileno=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_ftime=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getuid=yes
ac_cv_func_inet_aton=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_pow=no
ac_cv_func_putenv=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snooze=no
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strstr=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_func_uname=yes
ac_cv_func_usleep=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_working_vsnprintf=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_SDL_SDL_mixer_h=yes
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_termio_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes
ac_cv_lib_bind_gethostbyaddr=no
ac_cv_lib_c_ngettext=yes
ac_cv_lib_cposix_strerror=no
ac_cv_lib_m_pow=yes
ac_cv_lib_nls_main=no
ac_cv_lib_readline_completion_matches=yes
ac_cv_lib_readline_rl_completion_matches=yes
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_ESD_CONFIG=/usr/bin/esd-config
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_INTLBISON=bison
ac_cv_prog_UNAME=uname
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=time.h
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_langinfo_codeset=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=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_gnugettext2_libc=yes
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

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

ACLOCAL='${SHELL} 
/home/sam/src/freeciv/freeciv-1.99+2.0.0beta1/bootstrap/missing --run 
aclocal-1.9'
ALLOCA=''
ALSA_FALSE='#'
ALSA_TRUE=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/sam/src/freeciv/freeciv-1.99+2.0.0beta1/bootstrap/missing 
--run tar'
AR='ar'
AUTOCONF='${SHELL} 
/home/sam/src/freeciv/freeciv-1.99+2.0.0beta1/bootstrap/missing --run autoconf'
AUTOHEADER='${SHELL} 
/home/sam/src/freeciv/freeciv-1.99+2.0.0beta1/bootstrap/missing --run 
autoheader'
AUTOMAKE='${SHELL} 
/home/sam/src/freeciv/freeciv-1.99+2.0.0beta1/bootstrap/missing --run 
automake-1.9'
AWK='gawk'
BUILD_INCLUDED_LIBINTL='no'
CATALOGS=' ca.gmo da.gmo de.gmo en_GB.gmo es.gmo et.gmo fi.gmo fr.gmo he_IL.gmo 
hu.gmo it.gmo ja.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sv.gmo 
uk.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations'
CLIENT_CFLAGS='-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
CLIENT_FALSE='#'
CLIENT_GUI_BEOS_FALSE=''
CLIENT_GUI_BEOS_TRUE='#'
CLIENT_GUI_FTWL_FALSE=''
CLIENT_GUI_FTWL_TRUE='#'
CLIENT_GUI_GTK_2_0_FALSE='#'
CLIENT_GUI_GTK_2_0_TRUE=''
CLIENT_GUI_GTK_FALSE=''
CLIENT_GUI_GTK_TRUE='#'
CLIENT_GUI_SDL_FALSE=''
CLIENT_GUI_SDL_TRUE='#'
CLIENT_GUI_STUB_FALSE=''
CLIENT_GUI_STUB_TRUE='#'
CLIENT_GUI_WIN32_FALSE=''
CLIENT_GUI_WIN32_TRUE='#'
CLIENT_GUI_XAW_FALSE=''
CLIENT_GUI_XAW_TRUE='#'
CLIENT_LDFLAGS=''
CLIENT_LIBS='-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 
-lgmodule-2.0 -ldl -lglib-2.0  '
CLIENT_TRUE=''
CONFIGURE_DEPENDENCIES=' $(top_srcdir)/version.in'
CPP='gcc -E'
CPPFLAGS=''
CVS_DEPS='yes'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ESD_CFLAGS=''
ESD_CONFIG='/usr/bin/esd-config'
ESD_FALSE='#'
ESD_LIBS='-L/usr/lib -lesd -laudiofile -lm'
ESD_TRUE=''
EXEEXT=''
FT2_CFLAGS=''
FT2_CONFIG=''
FT2_LIBS=''
FTWL_FALSE=''
FTWL_SDL_FALSE=''
FTWL_SDL_TRUE='#'
FTWL_TRUE='#'
FTWL_X11_FALSE=''
FTWL_X11_TRUE='#'
GDK_IMLIB_CFLAGS=''
GDK_IMLIB_LIBS=''
GENCAT='gencat'
GLIBC21='yes'
GMOFILES=' ca.gmo da.gmo de.gmo en_GB.gmo es.gmo et.gmo fi.gmo fr.gmo he_IL.gmo 
hu.gmo it.gmo ja.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sv.gmo 
uk.gmo'
GMSGFMT='/usr/bin/msgfmt'
GTK_CFLAGS='-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GTK_CONFIG=''
GTK_LIBS='-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 
-lgmodule-2.0 -ldl -lglib-2.0  '
IMLIB_CONFIG=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON='bison'
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBOBJS=''
LIBS='-lz  '
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} 
/home/sam/src/freeciv/freeciv-1.99+2.0.0beta1/bootstrap/missing --run makeinfo'
MAKE_CLIENT_INCLUDE_FALSE=''
MAKE_CLIENT_INCLUDE_TRUE='#'
MAKE_DATA_FALSE='#'
MAKE_DATA_TRUE=''
MKINSTALLDIRS='bootstrap/mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
OBJEXT='o'
PACKAGE='freeciv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=' ca.po da.po de.po en_GB.po es.po et.po fi.po fr.po he_IL.po hu.po 
it.po ja.po nl.po no.po pl.po pt.po pt_BR.po ro.po ru.po sv.po uk.po'
POSUB='po'
RANLIB='ranlib'
SDL_CFLAGS='-I/usr/include/SDL -D_REENTRANT'
SDL_CONFIG='/usr/bin/sdl-config'
SDL_FALSE='#'
SDL_LIBS='-lSDL -lpthread'
SDL_TRUE=''
SERVER_FALSE='#'
SERVER_LIBS='-lreadline   -lm'
SERVER_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
SOUND_CFLAGS='  -I/usr/include/SDL -D_REENTRANT '
SOUND_LIBS=' -L/usr/lib -lesd -laudiofile -lm -lSDL -lpthread -lSDL_mixer 
-laudiofile -lasound'
STRIP=''
UNAME='uname'
USER_DB_DEP='userdb/libuserdb.a'
USER_DB_LIB='userdb/libuserdb.a'
USE_INCLUDED_LIBINTL='no'
USE_NLS='yes'
VERSION='2.0.0-beta1'
VERSION_LABEL='-beta1'
VERSION_WITHOUT_LABEL='2.0.0'
WINMM_FALSE=''
WINMM_TRUE='#'
XGETTEXT='/usr/bin/xgettext'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
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='${prefix}/share'
exec_prefix='${prefix}'
gui_sources='gui-gtk-2.0'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/sam/src/freeciv/freeciv-1.99+2.0.0beta1/bootstrap/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define ALSA 1
#define DEFAULT_DATA_PATH ".:data:~/.freeciv:/usr/local/share/freeciv"
#define ENABLE_NLS 1
#define ESD 1
#define FC_CONFIG_H 1
#define FC_STORE_CFLAGS "-g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations"
#define FC_STORE_CPPFLAGS ""
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ARGZ_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_BIND 1
#define HAVE_CONNECT 1
#define HAVE_DCGETTEXT 1
#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_FDOPEN 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_FILENO 1
#define HAVE_FLOCK 1
#define HAVE_FORK 1
#define HAVE_FTIME 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPWUID 1
#define HAVE_GETTEXT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETUID 1
#define HAVE_ICONV 1
#define HAVE_ICONV 1
#define HAVE_INET_ATON 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMPCPY 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NEWLIBREADLINE 1
#define HAVE_NL_TYPES_H 1
#define HAVE_PUTENV 1
#define HAVE_PWD_H 1
#define HAVE_SELECT 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SIGPIPE 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRCOLL 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TSEARCH 1
#define HAVE_UNAME 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_VFORK 1
#define HAVE_VPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_VSNPRINTF 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_NEXT 1
#define HAVE___ARGZ_STRINGIFY 1
#define ICONV_CONST 
#define ICONV_CONST 
#define IS_BETA_VERSION 1
#define IS_DEVEL_VERSION 0
#define LOCALEDIR "/usr/local/share/locale"
#define MAJOR_VERSION 2
#define MINOR_VERSION 0
#define NONBLOCKING_SOCKETS 1
#define PACKAGE "freeciv"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PATCH_VERSION 0
#define RETSIGTYPE void
#define SDL 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "2.0.0-beta1"
#define VERSION_LABEL "-beta1"
#define VERSION_STRING "2.0.0-beta1"

configure: exit 0

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