Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] Re: (PR#11363) missing Iconv on FreeBSD 5.3
Home

[Freeciv-Dev] Re: (PR#11363) missing Iconv on FreeBSD 5.3

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] Re: (PR#11363) missing Iconv on FreeBSD 5.3
From: "Niels Coelle" <niels.coelle@xxxxxx>
Date: Mon, 6 Dec 2004 13:28:02 -0800
Reply-to: rt@xxxxxxxxxxx

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

Hello Jason,

thanks for your prompt response.

My libiconv is in /usr/local/lib
% ls -la libiconv.*
-rw-r--r--  1 root  wheel  1006374  2 Sep 23:23 libiconv.a
lrwxr-xr-x  1 root  wheel       13  2 Sep 23:23 libiconv.so -> libiconv.so.3
-r--r--r--  1 root  wheel  1010449  2 Sep 23:23 libiconv.so.3

The following worked:

./configure --with-included-gettext --with-libiconv-prefix=/usr/local

Thanks
Niels Cölle

Jason Short wrote:

><URL: http://rt.freeciv.org/Ticket/Display.html?id=11363 >
>
>In beta4 iconv is manditory (if you don't have it, you'll get some
>problems).  But there's some problem with its detection of your iconv. 
>Can you send the complete config log (the config.log file)?
>
>Also, where is the "iconv" library?  On my system there isn't one (iconv
>is included in glibc).  But when I install GNU libiconv it goes in
>/usr/local/lib/libiconv.so.
>
>Another thing to try using the --with-libiconv-prefix configure parameter.
>
>-jason
>

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 --with-included-gettext

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

hostname = NB8011XP.m.secunet.de
uname -m = i386
uname -r = 5.3-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 5.3-RELEASE #1: Tue Nov  9 12:37:00 CET 2004     
coellen@xxxxxxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/NB8011XP 

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

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

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/coellen/bin
PATH: /usr/X11R6/bin


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

configure:1397: checking build system type
configure:1415: result: i386-unknown-freebsd5.3
configure:1423: checking host system type
configure:1437: result: i386-unknown-freebsd5.3
configure:1445: checking target system type
configure:1459: result: i386-unknown-freebsd5.3
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:1763: result: no
configure:1734: checking for mawk
configure:1763: result: no
configure:1734: checking for nawk
configure:1750: found /usr/bin/nawk
configure:1760: result: nawk
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: nawk
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.4.2 [FreeBSD] 20040728
Copyright (C) 2004 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
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
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: syntax 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| /* 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| /* 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 /usr/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
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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| /* 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:3987: gcc -o conftest -g -O2   conftest.c  >&5
configure:3990: $? = 0
configure:3992: ./conftest
configure:3995: $? = 0
configure:4010: result: yes
configure:4020: checking for an ANSI C-conforming const
configure:4087: gcc -c -g -O2  conftest.c >&5
configure:4093: $? = 0
configure:4096: test -z                          || test ! -s conftest.err
configure:4099: $? = 0
configure:4102: test -s conftest.o
configure:4105: $? = 0
configure:4116: result: yes
configure:4126: checking for inline
configure:4147: gcc -c -g -O2  conftest.c >&5
configure:4153: $? = 0
configure:4156: test -z                          || test ! -s conftest.err
configure:4159: $? = 0
configure:4162: test -s conftest.o
configure:4165: $? = 0
configure:4177: result: inline
configure:4210: checking for sys/types.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4210: checking for sys/stat.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4210: checking for stdlib.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4210: checking for string.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4210: checking for memory.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4210: checking for strings.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4210: checking for inttypes.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4210: checking for stdint.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4210: checking for unistd.h
configure:4226: gcc -c -g -O2  conftest.c >&5
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4267: checking for off_t
configure:4291: gcc -c -g -O2  conftest.c >&5
configure:4297: $? = 0
configure:4300: test -z                          || test ! -s conftest.err
configure:4303: $? = 0
configure:4306: test -s conftest.o
configure:4309: $? = 0
configure:4320: result: yes
configure:4332: checking for size_t
configure:4356: gcc -c -g -O2  conftest.c >&5
configure:4362: $? = 0
configure:4365: test -z                          || test ! -s conftest.err
configure:4368: $? = 0
configure:4371: test -s conftest.o
configure:4374: $? = 0
configure:4385: result: yes
configure:4399: checking for working alloca.h
configure:4420: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:29:20: alloca.h: No such file or directory
configure:4426: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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
| /* end confdefs.h.  */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
|   ;
|   return 0;
| }
configure:4450: result: no
configure:4460: checking for alloca
configure:4501: gcc -o conftest -g -O2   conftest.c  >&5
configure:4507: $? = 0
configure:4510: test -z                          || test ! -s conftest.err
configure:4513: $? = 0
configure:4516: test -s conftest
configure:4519: $? = 0
configure:4531: result: yes
configure:4759: checking for stdlib.h
configure:4764: result: yes
configure:4759: checking for unistd.h
configure:4764: result: yes
configure:4907: checking for getpagesize
configure:4964: gcc -o conftest -g -O2   conftest.c  >&5
configure:4970: $? = 0
configure:4973: test -z                          || test ! -s conftest.err
configure:4976: $? = 0
configure:4979: test -s conftest
configure:4982: $? = 0
configure:4994: result: yes
configure:5004: checking for working mmap
configure:5146: gcc -o conftest -g -O2   conftest.c  >&5
configure:5149: $? = 0
configure:5151: ./conftest
configure:5154: $? = 0
configure:5168: result: yes
configure:5180: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:35:22: features.h: No such file or directory
configure:5211: result: no
configure:5242: checking argz.h usability
configure:5254: gcc -c -g -O2  conftest.c >&5
conftest.c:68:18: argz.h: No such file or directory
configure:5260: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 <argz.h>
configure:5282: result: no
configure:5286: checking argz.h presence
configure:5296: gcc -E  conftest.c
conftest.c:34:18: argz.h: No such file or directory
configure:5302: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| #include <argz.h>
configure:5322: result: no
configure:5357: checking for argz.h
configure:5364: result: no
configure:5242: checking limits.h usability
configure:5254: gcc -c -g -O2  conftest.c >&5
configure:5260: $? = 0
configure:5263: test -z                          || test ! -s conftest.err
configure:5266: $? = 0
configure:5269: test -s conftest.o
configure:5272: $? = 0
configure:5282: result: yes
configure:5286: checking limits.h presence
configure:5296: gcc -E  conftest.c
configure:5302: $? = 0
configure:5322: result: yes
configure:5357: checking for limits.h
configure:5364: result: yes
configure:5242: checking locale.h usability
configure:5254: gcc -c -g -O2  conftest.c >&5
configure:5260: $? = 0
configure:5263: test -z                          || test ! -s conftest.err
configure:5266: $? = 0
configure:5269: test -s conftest.o
configure:5272: $? = 0
configure:5282: result: yes
configure:5286: checking locale.h presence
configure:5296: gcc -E  conftest.c
configure:5302: $? = 0
configure:5322: result: yes
configure:5357: checking for locale.h
configure:5364: result: yes
configure:5242: checking nl_types.h usability
configure:5254: gcc -c -g -O2  conftest.c >&5
configure:5260: $? = 0
configure:5263: test -z                          || test ! -s conftest.err
configure:5266: $? = 0
configure:5269: test -s conftest.o
configure:5272: $? = 0
configure:5282: result: yes
configure:5286: checking nl_types.h presence
configure:5296: gcc -E  conftest.c
configure:5302: $? = 0
configure:5322: result: yes
configure:5357: checking for nl_types.h
configure:5364: result: yes
configure:5242: checking malloc.h usability
configure:5254: gcc -c -g -O2  conftest.c >&5
In file included from conftest.c:71:
/usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by <stdlib.h>"
configure:5260: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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 <malloc.h>
configure:5282: result: no
configure:5286: checking malloc.h presence
configure:5296: gcc -E  conftest.c
In file included from conftest.c:37:
/usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by <stdlib.h>"
configure:5302: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <malloc.h>
configure:5322: result: no
configure:5357: checking for malloc.h
configure:5364: result: no
configure:5242: checking stddef.h usability
configure:5254: gcc -c -g -O2  conftest.c >&5
configure:5260: $? = 0
configure:5263: test -z                          || test ! -s conftest.err
configure:5266: $? = 0
configure:5269: test -s conftest.o
configure:5272: $? = 0
configure:5282: result: yes
configure:5286: checking stddef.h presence
configure:5296: gcc -E  conftest.c
configure:5302: $? = 0
configure:5322: result: yes
configure:5357: checking for stddef.h
configure:5364: result: yes
configure:5233: checking for stdlib.h
configure:5238: result: yes
configure:5233: checking for string.h
configure:5238: result: yes
configure:5233: checking for unistd.h
configure:5238: result: yes
configure:5242: checking sys/param.h usability
configure:5254: gcc -c -g -O2  conftest.c >&5
configure:5260: $? = 0
configure:5263: test -z                          || test ! -s conftest.err
configure:5266: $? = 0
configure:5269: test -s conftest.o
configure:5272: $? = 0
configure:5282: result: yes
configure:5286: checking sys/param.h presence
configure:5296: gcc -E  conftest.c
configure:5302: $? = 0
configure:5322: result: yes
configure:5357: checking for sys/param.h
configure:5364: result: yes
configure:5403: checking for feof_unlocked
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for fgets_unlocked
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccDygCO6.o(.text+0x14): In function `main':
/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:83: undefined reference 
to `fgets_unlocked'
/var/tmp//ccDygCO6.o(.data+0x0):/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:82:
 undefined reference to `fgets_unlocked'
configure:5466: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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
| /* end confdefs.h.  */
| /* Define fgets_unlocked to an innocuous variant, in case <limits.h> declares 
fgets_unlocked.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fgets_unlocked innocuous_fgets_unlocked
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fgets_unlocked (); 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 fgets_unlocked
| 
| /* 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 fgets_unlocked ();
| /* 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_fgets_unlocked) || defined (__stub___fgets_unlocked)
| choke me
| #else
| char (*f) () = fgets_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != fgets_unlocked;
|   ;
|   return 0;
| }
configure:5490: result: no
configure:5403: checking for getcwd
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for getegid
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for geteuid
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for getgid
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for getuid
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for mempcpy
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:72: warning: conflicting types for built-in function 'mempcpy'
/var/tmp//ccOc8myn.o(.text+0x14): In function `main':
/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:88: undefined reference 
to `mempcpy'
/var/tmp//ccOc8myn.o(.data+0x0):/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:87:
 undefined reference to `mempcpy'
configure:5466: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| /* end confdefs.h.  */
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares 
mempcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mempcpy innocuous_mempcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mempcpy (); 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 mempcpy
| 
| /* 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 mempcpy ();
| /* 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_mempcpy) || defined (__stub___mempcpy)
| choke me
| #else
| char (*f) () = mempcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != mempcpy;
|   ;
|   return 0;
| }
configure:5490: result: no
configure:5403: checking for munmap
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for putenv
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for setenv
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for setlocale
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for stpcpy
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:76: warning: conflicting types for built-in function 'stpcpy'
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for strchr
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:77: warning: conflicting types for built-in function 'strchr'
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for strcasecmp
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for strdup
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:79: warning: conflicting types for built-in function 'strdup'
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for strtoul
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for tsearch
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
configure:5466: $? = 0
configure:5469: test -z                          || test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest
configure:5478: $? = 0
configure:5490: result: yes
configure:5403: checking for __argz_count
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccqgXMtZ.o(.text+0x14): In function `main':
/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:98: undefined reference 
to `__argz_count'
/var/tmp//ccqgXMtZ.o(.data+0x0):/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:97:
 undefined reference to `__argz_count'
configure:5466: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 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
| /* end confdefs.h.  */
| /* Define __argz_count to an innocuous variant, in case <limits.h> declares 
__argz_count.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __argz_count innocuous___argz_count
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_count (); 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 __argz_count
| 
| /* 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 __argz_count ();
| /* 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___argz_count) || defined (__stub_____argz_count)
| choke me
| #else
| char (*f) () = __argz_count;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __argz_count;
|   ;
|   return 0;
| }
configure:5490: result: no
configure:5403: checking for __argz_stringify
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccYl3t69.o(.text+0x14): In function `main':
/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:98: undefined reference 
to `__argz_stringify'
/var/tmp//ccYl3t69.o(.data+0x0):/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:97:
 undefined reference to `__argz_stringify'
configure:5466: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 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
| /* end confdefs.h.  */
| /* Define __argz_stringify to an innocuous variant, in case <limits.h> 
declares __argz_stringify.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __argz_stringify innocuous___argz_stringify
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_stringify (); 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 __argz_stringify
| 
| /* 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 __argz_stringify ();
| /* 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___argz_stringify) || defined (__stub_____argz_stringify)
| choke me
| #else
| char (*f) () = __argz_stringify;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __argz_stringify;
|   ;
|   return 0;
| }
configure:5490: result: no
configure:5403: checking for __argz_next
configure:5460: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccXtJ1yD.o(.text+0x14): In function `main':
/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:98: undefined reference 
to `__argz_next'
/var/tmp//ccXtJ1yD.o(.data+0x0):/usr/home/coellen/build/freeciv-2.0.0-beta4/conftest.c:97:
 undefined reference to `__argz_next'
configure:5466: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 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
| /* end confdefs.h.  */
| /* Define __argz_next to an innocuous variant, in case <limits.h> declares 
__argz_next.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __argz_next innocuous___argz_next
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_next (); 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 __argz_next
| 
| /* 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 __argz_next ();
| /* 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___argz_next) || defined (__stub_____argz_next)
| choke me
| #else
| char (*f) () = __argz_next;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __argz_next;
|   ;
|   return 0;
| }
configure:5490: result: no
configure:5515: checking for iconv
configure:5542: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:59:19: iconv.h: No such file or directory
conftest.c: In function `main':
conftest.c:63: error: syntax error before "cd"
conftest.c:64: error: `cd' undeclared (first use in this function)
conftest.c:64: error: (Each undeclared identifier is reported only once
conftest.c:64: error: for each function it appears in.)
configure:5548: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 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
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
configure:5592: gcc -o conftest -g -O2   conftest.c  -liconv >&5
conftest.c:59:19: iconv.h: No such file or directory
conftest.c: In function `main':
conftest.c:63: error: syntax error before "cd"
conftest.c:64: error: `cd' undeclared (first use in this function)
conftest.c:64: error: (Each undeclared identifier is reported only once
conftest.c:64: error: for each function it appears in.)
configure:5598: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 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
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|          iconv(cd,NULL,NULL,NULL,NULL);
|          iconv_close(cd);
|   ;
|   return 0;
| }
configure:5625: result: no, consider installing GNU libiconv
configure:5716: checking for nl_langinfo and CODESET
configure:5737: gcc -o conftest -g -O2   conftest.c  >&5
configure:5743: $? = 0
configure:5746: test -z                          || test ! -s conftest.err
configure:5749: $? = 0
configure:5752: test -s conftest
configure:5755: $? = 0
configure:5768: result: yes
configure:5779: checking for LC_MESSAGES
configure:5800: gcc -o conftest -g -O2   conftest.c  >&5
configure:5806: $? = 0
configure:5809: test -z                          || test ! -s conftest.err
configure:5812: $? = 0
configure:5815: test -s conftest
configure:5818: $? = 0
configure:5830: result: yes
configure:5840: checking whether NLS is requested
configure:5849: result: yes
configure:5863: checking whether included gettext is requested
configure:5873: result: yes
configure:6385: checking for msgfmt
configure:6412: result: /usr/local/bin/msgfmt
configure:6421: checking for gmsgfmt
configure:6452: result: /usr/local/bin/msgfmt
configure:6461: checking for xgettext
configure:6488: result: /usr/local/bin/xgettext
configure:6537: checking for bison
configure:6553: found /usr/local/bin/bison
configure:6563: result: bison
configure:6576: checking version of bison
configure:6585: result: 1.875, ok
configure:6624: checking for catalogs to be installed
configure:6644: 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:6959: checking for GNU xgettext version >= 0.10.36
configure:6996: gcc -o conftest -g -O2   conftest.c  >&5
configure:6999: $? = 0
configure:7001: ./conftest
configure:7004: $? = 0
configure:7006: result: yes
configure:7028: checking for GNU msgfmt version >= 0.10.35
configure:7066: gcc -o conftest -g -O2   conftest.c  >&5
configure:7069: $? = 0
configure:7071: ./conftest
configure:7074: $? = 0
configure:7076: result: yes
configure:7162: checking for C99 variadic macros
configure:7187: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:7193: $? = 0
configure:7196: test -z                          || test ! -s conftest.err
configure:7199: $? = 0
configure:7202: test -s conftest.o
configure:7205: $? = 0
configure:7216: result: yes
configure:7225: checking for C99 variable arrays
configure:7248: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
conftest.c: In function `main':
conftest.c:67: warning: implicit declaration of function `strlen'
conftest.c:68: warning: implicit declaration of function `sprintf'
configure:7254: $? = 0
configure:7257: test -z                          || test ! -s conftest.err
configure:7260: $? = 0
configure:7263: test -s conftest.o
configure:7266: $? = 0
configure:7277: result: yes
configure:7342: checking for gzgets in -lz
configure:7372: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
configure:7378: $? = 0
configure:7381: test -z                          || test ! -s conftest.err
configure:7384: $? = 0
configure:7387: test -s conftest
configure:7390: $? = 0
configure:7403: result: yes
configure:7428: checking zlib.h usability
configure:7440: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:7446: $? = 0
configure:7449: test -z                          || test ! -s conftest.err
configure:7452: $? = 0
configure:7455: test -s conftest.o
configure:7458: $? = 0
configure:7468: result: yes
configure:7472: checking zlib.h presence
configure:7482: gcc -E  conftest.c
configure:7488: $? = 0
configure:7508: result: yes
configure:7543: checking for zlib.h
configure:7550: result: yes
configure:7590: checking for iconv
configure:7700: result: no, consider installing GNU libiconv
configure:7791: checking for libcharset
configure:7814: gcc -o conftest -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   >&5
conftest.c:63:24: libcharset.h: No such file or directory
conftest.c: In function `main':
conftest.c:67: warning: implicit declaration of function `locale_charset'
configure:7820: $? = 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 "-beta4"
| #define VERSION_STRING "2.0.0-beta4"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 1
| #define PACKAGE "freeciv"
| #define VERSION "2.0.0-beta4"
| #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 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_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_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 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_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <libcharset.h>
| int
| main ()
| {
| locale_charset()
|   ;
|   return 0;
| }
configure:7846: result: no
configure:7857: checking for nl_langinfo and CODESET
configure:7909: result: yes
configure:7920: error: Iconv is missing.  You can get it from http://gnu.org/.

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

ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_func_getcwd=yes
ac_cv_header_stdlib_h=yes
ac_cv_func_strtoul=yes
ac_cv_func_getuid=yes
ac_cv_header_nl_types_h=yes
ac_cv_lib_cposix_strerror=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=
ac_cv_lib_z_gzgets=yes
ac_cv_prog_ac_ct_AR=ar
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_env_CFLAGS_set=
ac_cv_func_setlocale=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mempcpy=no
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_func_strcasecmp=yes
ac_cv_func___argz_count=no
ac_cv_env_host_alias_set=
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_func_getegid=yes
ac_cv_c_const=yes
ac_cv_working_alloca_h=no
ac_cv_func_munmap=yes
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=
ac_cv_header_limits_h=yes
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=
ac_cv_func_alloca_works=yes
ac_cv_prog_cc_stdc=
ac_cv_host_alias=i386-unknown-freebsd5.3
ac_cv_env_CFLAGS_value=
ac_cv_env_CC_set=
ac_cv_c99_variadic_macros=yes
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_func___argz_stringify=no
ac_cv_header_strings_h=yes
ac_cv_prog_UNAME=uname
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_libcharset=no
nls_cv_header_intl=
ac_cv_func___argz_next=no
ac_cv_func_setenv=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_c_inline=inline
ac_cv_build_alias=i386-unknown-freebsd5.3
ac_cv_env_CPPFLAGS_value=
ac_cv_func_strchr=yes
ac_cv_func_feof_unlocked=yes
ac_cv_prog_INTLBISON=bison
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_target_alias=i386-unknown-freebsd5.3
am_cv_langinfo_codeset=yes
ac_cv_host=i386-unknown-freebsd5.3
ac_cv_env_host_alias_value=
ac_cv_header_zlib_h=yes
am_cv_val_LC_MESSAGES=yes
ac_cv_func_geteuid=yes
ac_cv_type_off_t=yes
nls_cv_force_use_gnu_gettext=yes
ac_cv_func_fgets_unlocked=no
ac_cv_func_getgid=yes
nls_cv_use_gnu_gettext=yes
ac_cv_func_tsearch=yes
ac_cv_header_argz_h=no
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_AWK=nawk
ac_cv_build=i386-unknown-freebsd5.3
ac_cv_env_build_alias_value=
ac_cv_header_malloc_h=no
ac_cv_func_getpagesize=yes
ac_cv_prog_ac_ct_CC=gcc
am_cv_lib_iconv=no
am_cv_func_iconv='no, consider installing GNU libiconv'
ac_cv_target=i386-unknown-freebsd5.3
ac_cv_env_target_alias_value=
ac_cv_header_stddef_h=yes
ac_cv_env_CC_value=
ac_cv_env_CPP_set=
ac_cv_c99_variable_arrays=yes
nls_cv_header_libgt=
ac_cv_func_strdup=yes
ac_cv_func_putenv=yes
ac_cv_func_stpcpy=yes
ac_cv_gnu_library_2_1=no
ac_cv_objext=o

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

ACLOCAL='${SHELL} /usr/home/coellen/build/freeciv-2.0.0-beta4/bootstrap/missing 
--run aclocal-1.9'
ALLOCA=''
ALSA_FALSE=''
ALSA_TRUE=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/home/coellen/build/freeciv-2.0.0-beta4/bootstrap/missing 
--run tar'
AR='ar'
AUTOCONF='${SHELL} 
/usr/home/coellen/build/freeciv-2.0.0-beta4/bootstrap/missing --run autoconf'
AUTOHEADER='${SHELL} 
/usr/home/coellen/build/freeciv-2.0.0-beta4/bootstrap/missing --run autoheader'
AUTOMAKE='${SHELL} 
/usr/home/coellen/build/freeciv-2.0.0-beta4/bootstrap/missing --run 
automake-1.9'
AWK='nawk'
BUILD_INCLUDED_LIBINTL='yes'
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='-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations'
CLIENT_CFLAGS=''
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=''
CLIENT_TRUE=''
CONFIGURE_DEPENDENCIES=''
CPP='gcc -E'
CPPFLAGS=''
CVS_DEPS='yes'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ESD_CFLAGS=''
ESD_CONFIG=''
ESD_FALSE=''
ESD_LIBS=''
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='no'
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/local/bin/msgfmt'
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
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='$(top_builddir)/intl/libintl.a '
INTLOBJS='$(GETTOBJS)'
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBOBJS=''
LIBS='-lz '
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} 
/usr/home/coellen/build/freeciv-2.0.0-beta4/bootstrap/missing --run makeinfo'
MAKE_CLIENT_INCLUDE_FALSE=''
MAKE_CLIENT_INCLUDE_TRUE='#'
MAKE_DATA_FALSE='#'
MAKE_DATA_TRUE=''
MKINSTALLDIRS='bootstrap/mkinstalldirs'
MSGFMT='/usr/local/bin/msgfmt'
OBJEXT='o'
PACKAGE='freeciv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
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=''
SDL_CONFIG=''
SDL_FALSE=''
SDL_LIBS=''
SDL_TRUE=''
SERVER_FALSE='#'
SERVER_LIBS=''
SERVER_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
SOUND_CFLAGS=''
SOUND_LIBS=''
STRIP=''
UNAME='uname'
USER_DB_DEP='userdb/libuserdb.a'
USER_DB_LIB='userdb/libuserdb.a'
USE_INCLUDED_LIBINTL='yes'
USE_NLS='yes'
VERSION='2.0.0-beta4'
VERSION_LABEL='-beta4'
VERSION_WITHOUT_LABEL='2.0.0'
WINMM_FALSE=''
WINMM_TRUE=''
XGETTEXT='/usr/local/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='i386-unknown-freebsd5.3'
build_alias=''
build_cpu='i386'
build_os='freebsd5.3'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
gui_sources=''
host='i386-unknown-freebsd5.3'
host_alias=''
host_cpu='i386'
host_os='freebsd5.3'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/home/coellen/build/freeciv-2.0.0-beta4/bootstrap/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-unknown-freebsd5.3'
target_alias=''
target_cpu='i386'
target_os='freebsd5.3'
target_vendor='unknown'

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

#define ENABLE_NLS 1
#define FC_CONFIG_H 1
#define HAVE_ALLOCA 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETUID 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define HAVE_NL_TYPES_H 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 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_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TSEARCH 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#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 PACKAGE "freeciv"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PATCH_VERSION 0
#define STDC_HEADERS 1
#define VERSION "2.0.0-beta4"
#define VERSION_LABEL "-beta4"
#define VERSION_STRING "2.0.0-beta4"

configure: exit 1

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