another try under cygwin

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
pontiac
Elite
Elite
Posts: 1454
Joined: Sun Jan 12, 2003 6:24 pm
Location: Far out in the uncharted backwaters of the unfashionable end of the western spiral arm of the Galaxy
Contact:

another try under cygwin

Post by pontiac »

So i finally retried to make vegastrike under cygwin (i don't know why i'm still trying it and even why i do it at all..)
Here are the errors (i hope they don't get truncated):

config.log

Code: Select all

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

It was created by vegastrike configure 0.4.0, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --enable-debug --enable-nosdl --enable-nogtk --with-gl-lib-name=opengl32 --with-glu-lib-name=glu32 --with-png-inc=/usr/include/libpng12 --disable-sound --enable-boost-128 --disable-sdl

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

hostname = hell3
uname -m = i686
uname -r = 1.5.5(0.94/3/2)
uname -s = CYGWIN_NT-5.0
uname -v = 2003-09-20 16:31

/usr/bin/uname -p = unknown
/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: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /cygdrive/c/WINNT/system32
PATH: /cygdrive/c/WINNT
PATH: /cygdrive/c/WINNT/system32/WBEM
PATH: /cygdrive/d/Programme/NETWORK/SSHSecureShellClient
PATH: /usr/X11R6/bin


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

configure:1340: checking Checking for C++ compiler.
configure:1389: checking for g++
configure:1405: found /usr/bin/g++
configure:1415: result: g++
configure:1530: checking for C++ compiler version
configure:1533: g++ --version </dev/null >&5

g++ (GCC) 3.2 20020927 (prerelease)
Copyright (C) 2002 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:1536: $? = 0
configure:1538: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-3/configure --enable-languages=c,c++,f77,java --enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext --enable-interpreter --disable-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --build=i686-pc-linux --host=i686-pc-cygwin --target=i686-pc-cygwin --enable-haifa --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
gcc version 3.2 20020927 (prerelease)
configure:1541: $? = 0
configure:1543: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:1546: $? = 1
configure:1570: checking for C++ compiler default output
configure:1573: g++    conftest.cc  >&5
configure:1576: $? = 0
configure:1622: result: a.exe
configure:1627: checking whether the C++ compiler works
configure:1633: ./a.exe
configure:1636: $? = 0
configure:1653: result: yes
configure:1660: checking whether we are cross compiling
configure:1662: result: no
configure:1665: checking for suffix of executables
configure:1667: g++ -o conftest.exe    conftest.cc  >&5
configure:1670: $? = 0
configure:1695: result: .exe
configure:1701: checking for suffix of object files
configure:1723: g++ -c   conftest.cc >&5
configure:1726: $? = 0
configure:1748: result: o
configure:1752: checking whether we are using the GNU C++ compiler
configure:1777: g++ -c   conftest.cc >&5
configure:1780: $? = 0
configure:1783: test -s conftest.o
configure:1786: $? = 0
configure:1799: result: yes
configure:1805: checking whether g++ accepts -g
configure:1827: g++ -c -g  conftest.cc >&5
configure:1830: $? = 0
configure:1833: test -s conftest.o
configure:1836: $? = 0
configure:1847: result: yes
configure:1891: g++ -c -g -O2  conftest.cc >&5
configure:1894: $? = 0
configure:1897: test -s conftest.o
configure:1900: $? = 0
configure:1927: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:1922: `exit' undeclared (first use this function)
configure:1922: (Each undeclared identifier is reported only once for each 
   function it appears in.)
configure:1930: $? = 1
configure: failed program was:
| #line 1910 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1891: g++ -c -g -O2  conftest.cc >&5
configure:1894: $? = 0
configure:1897: test -s conftest.o
configure:1900: $? = 0
configure:1927: g++ -c -g -O2  conftest.cc >&5
configure:1930: $? = 0
configure:1933: test -s conftest.o
configure:1936: $? = 0
configure:1964: checking how to run the C++ preprocessor
configure:1996: g++ -E  conftest.cc
configure:2002: $? = 0
configure:2034: g++ -E  conftest.cc
configure:2036:28: ac_nonexistent.h: No such file or directory
configure:2040: $? = 1
configure: failed program was:
| #line 2025 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2078: result: g++ -E
configure:2103: g++ -E  conftest.cc
configure:2109: $? = 0
configure:2141: g++ -E  conftest.cc
configure:2143:28: ac_nonexistent.h: No such file or directory
configure:2147: $? = 1
configure: failed program was:
| #line 2132 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2190: Using compiler: g++.
configure:2224: checking build system type
configure:2242: result: i686-pc-cygwin
configure:2250: checking host system type
configure:2264: result: i686-pc-cygwin
configure:2272: checking target system type
configure:2286: result: i686-pc-cygwin
configure:2314: checking for a BSD-compatible install
configure:2368: result: /usr/bin/install -c
configure:2379: checking whether build environment is sane
configure:2422: result: yes
configure:2455: checking for gawk
configure:2471: found /usr/bin/gawk
configure:2481: result: gawk
configure:2491: checking whether make sets $(MAKE)
configure:2511: result: yes
configure:2541: checking for style of include used by make
configure:2569: result: GNU
configure:2741: checking dependency style of g++
configure:2824: result: gcc3
configure:2943: checking for egrep
configure:2953: result: grep -E
configure:2959: checking for AIX
configure:2982: result: no
configure:2988: checking for ANSI C header files
configure:3014: g++ -c   conftest.cc >&5
configure:3017: $? = 0
configure:3020: test -s conftest.o
configure:3023: $? = 0
configure:3112: g++ -o conftest.exe    conftest.cc  >&5
configure:3115: $? = 0
configure:3117: ./conftest.exe
configure:3120: $? = 0
configure:3135: result: yes
configure:3159: checking for sys/types.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3159: checking for sys/stat.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3159: checking for stdlib.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3159: checking for string.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3159: checking for memory.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3159: checking for strings.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3159: checking for inttypes.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3159: checking for stdint.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3159: checking for unistd.h
configure:3176: g++ -c   conftest.cc >&5
configure:3179: $? = 0
configure:3182: test -s conftest.o
configure:3185: $? = 0
configure:3196: result: yes
configure:3218: checking minix/config.h usability
configure:3231: g++ -c   conftest.cc >&5
configure:3279:26: minix/config.h: No such file or directory
configure:3234: $? = 1
configure: failed program was:
| #line 3220 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* 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 <minix/config.h>
configure:3250: result: no
configure:3254: checking minix/config.h presence
configure:3265: g++ -E  conftest.cc
configure:3281:26: minix/config.h: No such file or directory
configure:3271: $? = 1
configure: failed program was:
| #line 3256 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:3290: result: no
configure:3326: checking for minix/config.h
configure:3333: result: no
configure:3362: checking for library containing strerror
configure:3393: g++ -o conftest.exe    conftest.cc  >&5
configure:3396: $? = 0
configure:3399: test -s conftest.exe
configure:3402: $? = 0
configure:3461: result: none required
configure:3487: g++ -c -falign-loops=4  conftest.cc >&5
configure:3490: $? = 0
configure:3493: test -s conftest.o
configure:3496: $? = 0
configure:3524: g++ -c -malign-loops=4  conftest.cc >&5
cc1plus: warning: -malign-loops is obsolete, use -falign-loops
configure:3527: $? = 0
configure:3530: test -s conftest.o
configure:3533: $? = 0
configure:3564: g++ -c -pthread  conftest.cc >&5
g++: unrecognized option `-pthread'
configure:3567: $? = 0
configure:3570: test -s conftest.o
configure:3573: $? = 0
configure:3597: checking for a BSD-compatible install
configure:3651: result: /usr/bin/install -c
configure:3662: checking whether ln -s works
configure:3666: result: yes
configure:3714: checking for ranlib
configure:3730: found /usr/bin/ranlib
configure:3741: result: ranlib
configure:3762: checking for dirent.h that defines DIR
configure:3787: g++ -c   conftest.cc >&5
configure:3790: $? = 0
configure:3793: test -s conftest.o
configure:3796: $? = 0
configure:3807: result: yes
configure:3820: checking for library containing opendir
configure:3851: g++ -o conftest.exe    conftest.cc  >&5
configure:3854: $? = 0
configure:3857: test -s conftest.exe
configure:3860: $? = 0
configure:3919: result: none required
configure:4037: checking for working alloca.h
configure:4059: g++ -o conftest.exe    conftest.cc  >&5
configure:4062: $? = 0
configure:4065: test -s conftest.exe
configure:4068: $? = 0
configure:4079: result: yes
configure:4089: checking for alloca
configure:4131: g++ -o conftest.exe    conftest.cc  >&5
configure:4122:1: warning: "alloca" redefined
In file included from /usr/include/stdlib.h:19,
                 from configure:4102:
/usr/include/alloca.h:14:1: warning: this is the location of the previous definition
configure:4134: $? = 0
configure:4137: test -s conftest.exe
configure:4140: $? = 0
configure:4151: result: yes
configure:4358: checking for sys/wait.h that is POSIX.1 compatible
configure:4390: g++ -c   conftest.cc >&5
configure:4393: $? = 0
configure:4396: test -s conftest.o
configure:4399: $? = 0
configure:4410: result: yes
configure:4450: checking OS.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4515:16: OS.h: No such file or directory
configure:4466: $? = 1
configure: failed program was:
| #line 4452 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_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 <OS.h>
configure:4482: result: no
configure:4486: checking OS.h presence
configure:4497: g++ -E  conftest.cc
configure:4517:16: OS.h: No such file or directory
configure:4503: $? = 1
configure: failed program was:
| #line 4488 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <OS.h>
configure:4522: result: no
configure:4558: checking for OS.h
configure:4565: result: no
configure:4450: checking arpa/inet.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking arpa/inet.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for arpa/inet.h
configure:4565: result: yes
configure:4450: checking fcntl.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking fcntl.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for fcntl.h
configure:4565: result: yes
configure:4450: checking float.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking float.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for float.h
configure:4565: result: yes
configure:4450: checking limits.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking limits.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for limits.h
configure:4565: result: yes
configure:4450: checking math.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking math.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for math.h
configure:4565: result: yes
configure:4450: checking netdb.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking netdb.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for netdb.h
configure:4565: result: yes
configure:4450: checking netinet/in.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking netinet/in.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for netinet/in.h
configure:4565: result: yes
configure:4450: checking stddef.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking stddef.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for stddef.h
configure:4565: result: yes
configure:4450: checking sys/ioctl.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking sys/ioctl.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for sys/ioctl.h
configure:4565: result: yes
configure:4450: checking sys/param.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking sys/param.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for sys/param.h
configure:4565: result: yes
configure:4450: checking sys/time.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking sys/time.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for sys/time.h
configure:4565: result: yes
configure:4450: checking sys/timeb.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking sys/timeb.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for sys/timeb.h
configure:4565: result: yes
configure:4450: checking values.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4527:20: values.h: No such file or directory
configure:4466: $? = 1
configure: failed program was:
| #line 4452 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_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 <values.h>
configure:4482: result: no
configure:4486: checking values.h presence
configure:4497: g++ -E  conftest.cc
configure:4529:20: values.h: No such file or directory
configure:4503: $? = 1
configure: failed program was:
| #line 4488 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h.  */
| #include <values.h>
configure:4522: result: no
configure:4558: checking for values.h
configure:4565: result: no
configure:4450: checking wchar.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking wchar.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for wchar.h
configure:4565: result: yes
configure:4450: checking wctype.h usability
configure:4463: g++ -c   conftest.cc >&5
configure:4466: $? = 0
configure:4469: test -s conftest.o
configure:4472: $? = 0
configure:4482: result: yes
configure:4486: checking wctype.h presence
configure:4497: g++ -E  conftest.cc
configure:4503: $? = 0
configure:4522: result: yes
configure:4558: checking for wctype.h
configure:4565: result: yes
configure:4738: checking malloc.h usability
configure:4751: g++ -c   conftest.cc >&5
configure:4754: $? = 0
configure:4757: test -s conftest.o
configure:4760: $? = 0
configure:4770: result: yes
configure:4774: checking malloc.h presence
configure:4785: g++ -E  conftest.cc
configure:4791: $? = 0
configure:4810: result: yes
configure:4846: checking for malloc.h
configure:4853: result: yes
configure:4872: checking for vfscanf
configure:4922: g++ -o conftest.exe    conftest.cc  >&5
configure:4925: $? = 0
configure:4928: test -s conftest.exe
configure:4931: $? = 0
configure:4942: result: yes
configure:4955: checking for an ANSI C-conforming const
configure:5023: g++ -c   conftest.cc >&5
configure:5026: $? = 0
configure:5029: test -s conftest.o
configure:5032: $? = 0
configure:5043: result: yes
configure:5053: checking whether time.h and sys/time.h may both be included
configure:5079: g++ -c   conftest.cc >&5
configure:5082: $? = 0
configure:5085: test -s conftest.o
configure:5088: $? = 0
configure:5099: result: yes
configure:5109: checking for inline
configure:5131: g++ -c   conftest.cc >&5
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5152: result: inline
configure:5167: checking for off_t
configure:5192: g++ -c   conftest.cc >&5
configure:5195: $? = 0
configure:5198: test -s conftest.o
configure:5201: $? = 0
configure:5212: result: yes
configure:5224: checking for pid_t
configure:5249: g++ -c   conftest.cc >&5
configure:5252: $? = 0
configure:5255: test -s conftest.o
configure:5258: $? = 0
configure:5269: result: yes
configure:5281: checking for size_t
configure:5306: g++ -c   conftest.cc >&5
configure:5309: $? = 0
configure:5312: test -s conftest.o
configure:5315: $? = 0
configure:5326: result: yes
configure:5338: checking whether time.h and sys/time.h may both be included
configure:5384: result: yes
configure:5394: checking whether struct tm is in sys/time.h or time.h
configure:5418: g++ -c   conftest.cc >&5
configure:5421: $? = 0
configure:5424: test -s conftest.o
configure:5427: $? = 0
configure:5438: result: time.h
configure:5448: checking for uid_t in sys/types.h
configure:5472: result: yes
configure:5489: checking whether closedir returns void
configure:5519: g++ -o conftest.exe    conftest.cc  >&5
configure:5522: $? = 0
configure:5524: ./conftest.exe
configure:5527: $? = 0
configure:5541: result: no
configure:5551: checking for working memcmp
configure:5600: g++ -o conftest.exe    conftest.cc  >&5
configure: In function `int main()':
configure:5613: `memcmp' undeclared (first use this function)
configure:5613: (Each undeclared identifier is reported only once for each 
   function it appears in.)
configure:5627: `strcpy' undeclared (first use this function)
configure:5603: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 5559 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VFSCANF 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   /* Some versions of memcmp are not 8-bit clean.  */
|   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
|   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
|     exit (1);
| 
|   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
|      or more and with at least one buffer not starting on a 4-byte boundary.
|      William Lewis provided this test program.   */
|   {
|     char foo[21];
|     char bar[21];
|     int i;
|     for (i = 0; i < 4; i++)
|       {
|         char *a = foo + i;
|         char *b = bar + i;
|         strcpy (a, "--------01111111");
|         strcpy (b, "--------10000000");
|         if (memcmp (a, b, 16) >= 0)
|           exit (1);
|       }
|     exit (0);
|   }
| 
|   ;
|   return 0;
| }
configure:5622: result: no
configure:5632: checking for stdlib.h
configure:5637: result: yes
configure:5632: checking for unistd.h
configure:5637: result: yes
configure:5773: checking for getpagesize
configure:5823: g++ -o conftest.exe    conftest.cc  >&5
configure:5826: $? = 0
configure:5829: test -s conftest.exe
configure:5832: $? = 0
configure:5843: result: yes
configure:5853: checking for working mmap
configure:5996: g++ -o conftest.exe    conftest.cc  >&5
configure:5999: $? = 0
configure:6001: ./conftest.exe
configure:6004: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 5861 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VFSCANF 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 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
| /* malloc might have been renamed as rpl_malloc. */
| #undef malloc
| 
| /* Thanks to Mike Haertel and Jim Avera for this test.
|    Here is a matrix of mmap possibilities:
| 	mmap private not fixed
| 	mmap private fixed at somewhere currently unmapped
| 	mmap private fixed at somewhere already mapped
| 	mmap shared not fixed
| 	mmap shared fixed at somewhere currently unmapped
| 	mmap shared fixed at somewhere already mapped
|    For private mappings, we should verify that changes cannot be read()
|    back from the file, nor mmap's back from the file at a different
|    address.  (There have been systems where private was not correctly
|    implemented like the infamous i386 svr4.0, and systems where the
|    VM page cache was not coherent with the file system buffer cache
|    like early versions of FreeBSD and possibly contemporary NetBSD.)
|    For shared mappings, we should conversely verify that changes get
|    propagated back to all the places they're supposed to be.
| 
|    Grep wants private fixed already mapped.
|    The main things grep needs to know about mmap are:
|    * does it exist and is it safe to write into the mmap'd area
|    * how to use it (BSD variants)  */
| 
| #include <fcntl.h>
| #include <sys/mman.h>
| 
| #if !STDC_HEADERS && !HAVE_STDLIB_H
| char *malloc ();
| #endif
| 
| /* This mess was copied from the GNU getpagesize.h.  */
| #if !HAVE_GETPAGESIZE
| /* Assume that all systems that can run configure have sys/param.h.  */
| # if !HAVE_SYS_PARAM_H
| #  define HAVE_SYS_PARAM_H 1
| # endif
| 
| # ifdef _SC_PAGESIZE
| #  define getpagesize() sysconf(_SC_PAGESIZE)
| # else /* no _SC_PAGESIZE */
| #  if HAVE_SYS_PARAM_H
| #   include <sys/param.h>
| #   ifdef EXEC_PAGESIZE
| #    define getpagesize() EXEC_PAGESIZE
| #   else /* no EXEC_PAGESIZE */
| #    ifdef NBPG
| #     define getpagesize() NBPG * CLSIZE
| #     ifndef CLSIZE
| #      define CLSIZE 1
| #     endif /* no CLSIZE */
| #    else /* no NBPG */
| #     ifdef NBPC
| #      define getpagesize() NBPC
| #     else /* no NBPC */
| #      ifdef PAGESIZE
| #       define getpagesize() PAGESIZE
| #      endif /* PAGESIZE */
| #     endif /* no NBPC */
| #    endif /* no NBPG */
| #   endif /* no EXEC_PAGESIZE */
| #  else /* no HAVE_SYS_PARAM_H */
| #   define getpagesize() 8192	/* punt totally */
| #  endif /* no HAVE_SYS_PARAM_H */
| # endif /* no _SC_PAGESIZE */
| 
| #endif /* no HAVE_GETPAGESIZE */
| 
| int
| main ()
| {
|   char *data, *data2, *data3;
|   int i, pagesize;
|   int fd;
| 
|   pagesize = getpagesize ();
| 
|   /* First, make a file with some known garbage in it. */
|   data = (char *) malloc (pagesize);
|   if (!data)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     *(data + i) = rand ();
|   umask (0);
|   fd = creat ("conftest.mmap", 0600);
|   if (fd < 0)
|     exit (1);
|   if (write (fd, data, pagesize) != pagesize)
|     exit (1);
|   close (fd);
| 
|   /* Next, try to mmap the file at a fixed address which already has
|      something else allocated at it.  If we can, also make sure that
|      we see the same garbage.  */
|   fd = open ("conftest.mmap", O_RDWR);
|   if (fd < 0)
|     exit (1);
|   data2 = (char *) malloc (2 * pagesize);
|   if (!data2)
|     exit (1);
|   data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
|   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
|                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data2 + i))
|       exit (1);
| 
|   /* Finally, make sure that changes to the mapped area do not
|      percolate back to the file as seen by read().  (This is a bug on
|      some variants of i386 svr4.0.)  */
|   for (i = 0; i < pagesize; ++i)
|     *(data2 + i) = *(data2 + i) + 1;
|   data3 = (char *) malloc (pagesize);
|   if (!data3)
|     exit (1);
|   if (read (fd, data3, pagesize) != pagesize)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data3 + i))
|       exit (1);
|   close (fd);
|   exit (0);
| }
configure:6018: result: no
configure:6044: checking sys/select.h usability
configure:6057: g++ -c   conftest.cc >&5
configure:6060: $? = 0
configure:6063: test -s conftest.o
configure:6066: $? = 0
configure:6076: result: yes
configure:6080: checking sys/select.h presence
configure:6091: g++ -E  conftest.cc
configure:6097: $? = 0
configure:6116: result: yes
configure:6152: checking for sys/select.h
configure:6159: result: yes
configure:6044: checking sys/socket.h usability
configure:6057: g++ -c   conftest.cc >&5
configure:6060: $? = 0
configure:6063: test -s conftest.o
configure:6066: $? = 0
configure:6076: result: yes
configure:6080: checking sys/socket.h presence
configure:6091: g++ -E  conftest.cc
configure:6097: $? = 0
configure:6116: result: yes
configure:6152: checking for sys/socket.h
configure:6159: result: yes
configure:6172: checking types of arguments for select
configure:6206: g++ -c   conftest.cc >&5
configure:6209: $? = 0
configure:6212: test -s conftest.o
configure:6215: $? = 0
configure:6231: result: int,fd_set *,struct timeval *
configure:6254: checking return type of signal handlers
configure:6286: g++ -c   conftest.cc >&5
configure:6289: $? = 0
configure:6292: test -s conftest.o
configure:6295: $? = 0
configure:6306: result: void
configure:6318: checking for vprintf
configure:6368: g++ -o conftest.exe    conftest.cc  >&5
configure:6371: $? = 0
configure:6374: test -s conftest.exe
configure:6377: $? = 0
configure:6388: result: yes
configure:6395: checking for _doprnt
configure:6445: g++ -o conftest.exe    conftest.cc  >&5
/cygdrive/c/DOKUME~1/hunter/LOKALE~1/Temp/cc86EQbZ.o(.text+0x24):conftest.cc: undefined reference to `__doprnt'
/cygdrive/c/DOKUME~1/hunter/LOKALE~1/Temp/cc86EQbZ.o(.data+0x0):conftest.cc: undefined reference to `__doprnt'
collect2: ld returned 1 exit status
configure:6448: $? = 1
configure: failed program was:
| #line 6400 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VFSCANF 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* 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
| /* 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:6465: result: no
configure:6510: checking for access
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for atexit
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6589: declaration of C function `char atexit()' conflicts with
/usr/include/stdlib.h:51: previous declaration `int atexit(void (*)())' here
configure:6563: $? = 1
configure: failed program was:
| #line 6515 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VFSCANF 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_ACCESS 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char atexit (); 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
| /* 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 atexit ();
| /* 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_atexit) || defined (__stub___atexit)
| choke me
| #else
| char (*f) () = atexit;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != atexit;
|   ;
|   return 0;
| }
configure:6580: result: no
configure:6510: checking for bzero
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for clock_gettime
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
/cygdrive/c/DOKUME~1/hunter/LOKALE~1/Temp/ccOZOGrq.o(.text+0x24):conftest.cc: undefined reference to `_clock_gettime'
/cygdrive/c/DOKUME~1/hunter/LOKALE~1/Temp/ccOZOGrq.o(.data+0x0):conftest.cc: undefined reference to `_clock_gettime'
collect2: ld returned 1 exit status
configure:6563: $? = 1
configure: failed program was:
| #line 6515 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VFSCANF 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_ACCESS 1
| #define HAVE_BZERO 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); 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
| /* 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 clock_gettime ();
| /* 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_clock_gettime) || defined (__stub___clock_gettime)
| choke me
| #else
| char (*f) () = clock_gettime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != clock_gettime;
|   ;
|   return 0;
| }
configure:6580: result: no
configure:6510: checking for floor
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for getcwd
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for gethostbyname
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for gethostname
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for gettimeofday
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for inet_ntoa
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for lstat
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for memmove
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for memset
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for mkdir
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for munmap
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for pow
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for select
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for socket
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for sqrt
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for strcasecmp
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for strchr
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for strdup
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for strerror
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for strstr
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6563: $? = 0
configure:6566: test -s conftest.exe
configure:6569: $? = 0
configure:6580: result: yes
configure:6510: checking for strtol
configure:6560: g++ -o conftest.exe    conftest.cc  >&5
configure:6610: declaration of C function `char strtol()' conflicts with
/usr/include/stdlib.h:103: previous declaration `long int strtol(const char*, 
   char**, int)' here
configure:6563: $? = 1
configure: failed program was:
| #line 6515 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VFSCANF 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ST
Post Reply