Trouble compiling CVS, 8/29/04

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
thegreatape
Trader
Trader
Posts: 16
Joined: Sun Aug 15, 2004 12:37 am

Trouble compiling CVS, 8/29/04

Post by thegreatape »

Make is quitting with errors; logs follow.

output from make

Code: Select all

g++  -pipe  -ggdb3 -falign-loops=2 -falign-jumps=2 -falign-functions=2  -I/usr/include/SDL -D_REENTRANT -pthread -pipe  -L/usr/X11R6/lib -L/usr/X11R6/lib  -o soundserver  inet.o soundserver.o -L/usr/local/lib -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread  -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread  -lGL  -lGLU  -lglut  -lXi -lXmu  -lexpat  -lpng  -ljpeg -lpython2.3 -Xlinker -export-dynamic -pthread 
soundserver.o(.text+0x61): In function `__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __false_type)':
/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:66: undefined reference to `Mix_CloseAudio'
soundserver.o(.text+0x263): In function `PlayMusic(char const*, _Mix_Music*)':
/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:103: undefined reference to `Mix_LoadMUS'
soundserver.o(.text+0x28f):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:106: undefined reference to `Mix_LoadMUS'
soundserver.o(.text+0x2cb):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:110: undefined reference to `Mix_LoadMUS'
soundserver.o(.text+0x307): In function `PlayMusic(char const*, _Mix_Music*)':
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/g++-v3/bits/vector.tcc:257: undefined reference to `Mix_FadeOutMusic'
soundserver.o(.text+0x30d): In function `PlayMusic(char const*, _Mix_Music*)':
/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:120: undefined reference to `Mix_PlayingMusic'
soundserver.o(.text+0x332):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:124: undefined reference to `Mix_FreeMusic'
soundserver.o(.text+0x35c):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:128: undefined reference to `Mix_FadeInMusic'
soundserver.o(.text+0x3b9):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:135: undefined reference to `Mix_VolumeMusic'
soundserver.o(.text+0x502): In function `main':
/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:200: undefined reference to `Mix_HookMusicFinished'
soundserver.o(.text+0x52d):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:205: undefined reference to `Mix_OpenAudio'
soundserver.o(.text+0x55f):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:209: undefined reference to `Mix_QuerySpec'
soundserver.o(.text+0x82b):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:245: undefined reference to `Mix_PlayingMusic'
soundserver.o(.text+0xc42):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:317: undefined reference to `Mix_VolumeMusic'
soundserver.o(.text+0xcca):/usr/share/games/vegastrike_cvs/vegastrike/src/networking/soundserver.cpp:334: undefined reference to `Mix_CloseAudio'
collect2: ld returned 1 exit status
make[4]: *** [soundserver] Error 1
make[4]: Leaving directory `/usr/share/games/vegastrike_cvs/vegastrike/src/networking'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/share/games/vegastrike_cvs/vegastrike/src/networking'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/share/games/vegastrike_cvs/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/share/games/vegastrike_cvs/vegastrike'
make: *** [all] Error 2
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.58.  Invocation command line was

  $ ./configure --enable-boost-128 --enable-debug --enable-ggdb3 --with-data-dir=/usr/share/games/vegastrike_cvs/data4.x/

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

hostname = ishmael
uname -m = i686
uname -r = 2.6.7-gentoo-r13
uname -s = Linux
uname -v = #7 Mon Aug 23 21:07:40 EST 2004

/usr/bin/uname -p = AMD Athlon(tm) XP 2500+
/bin/uname -X     = unknown

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

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin


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

configure:1576: checking for C++ compiler version
configure:1579: g++ --version </dev/null >&5
g++ (GCC) 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1582: $? = 0
configure:1584: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: /var/tmp/portage/gcc-3.3.2-r5/work/gcc-3.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib --with-x --disable-multilib
Thread model: posix
gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
configure:1587: $? = 0
configure:1589: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1592: $? = 1
configure:1615: checking for C++ compiler default output file name
configure:1618: g++    conftest.cc  >&5
configure:1621: $? = 0
configure:1667: result: a.out
configure:1672: checking whether the C++ compiler works
configure:1678: ./a.out
configure:1681: $? = 0
configure:1698: result: yes
configure:1705: checking whether we are cross compiling
configure:1707: result: no
configure:1710: checking for suffix of executables
configure:1712: g++ -o conftest    conftest.cc  >&5
configure:1715: $? = 0
configure:1740: result: 
configure:1746: checking for suffix of object files
configure:1767: g++ -c   conftest.cc >&5
configure:1770: $? = 0
configure:1792: result: o
configure:1796: checking whether we are using the GNU C++ compiler
configure:1820: g++ -c   conftest.cc >&5
configure:1826: $? = 0
configure:1830: test -z 
			 || test ! -s conftest.err
configure:1833: $? = 0
configure:1836: test -s conftest.o
configure:1839: $? = 0
configure:1852: result: yes
configure:1858: checking whether g++ accepts -g
configure:1879: g++ -c -g  conftest.cc >&5
configure:1885: $? = 0
configure:1889: test -z 
			 || test ! -s conftest.err
configure:1892: $? = 0
configure:1895: test -s conftest.o
configure:1898: $? = 0
configure:1909: result: yes
configure:1951: g++ -c -g -O2  conftest.cc >&5
configure:1957: $? = 0
configure:1961: test -z 
			 || test ! -s conftest.err
configure:1964: $? = 0
configure:1967: test -s conftest.o
configure:1970: $? = 0
configure:1996: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:2002: $? = 1
configure: failed program was:
| /* 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:1951: g++ -c -g -O2  conftest.cc >&5
configure:1957: $? = 0
configure:1961: test -z 
			 || test ! -s conftest.err
configure:1964: $? = 0
configure:1967: test -s conftest.o
configure:1970: $? = 0
configure:1996: g++ -c -g -O2  conftest.cc >&5
configure:2002: $? = 0
configure:2006: test -z 
			 || test ! -s conftest.err
configure:2009: $? = 0
configure:2012: test -s conftest.o
configure:2015: $? = 0
configure:2043: checking how to run the C++ preprocessor
configure:2074: g++ -E  conftest.cc
configure:2080: $? = 0
configure:2112: g++ -E  conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2118: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2157: result: g++ -E
configure:2181: g++ -E  conftest.cc
configure:2187: $? = 0
configure:2219: g++ -E  conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2225: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2314: checking for gcc
configure:2340: result: gcc
configure:2584: checking for C compiler version
configure:2587: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2590: $? = 0
configure:2592: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: /var/tmp/portage/gcc-3.3.2-r5/work/gcc-3.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib --with-x --disable-multilib
Thread model: posix
gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
configure:2595: $? = 0
configure:2597: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2600: $? = 1
configure:2603: checking whether we are using the GNU C compiler
configure:2627: gcc -c   conftest.c >&5
configure:2633: $? = 0
configure:2637: test -z 
			 || test ! -s conftest.err
configure:2640: $? = 0
configure:2643: test -s conftest.o
configure:2646: $? = 0
configure:2659: result: yes
configure:2665: checking whether gcc accepts -g
configure:2686: gcc -c -g  conftest.c >&5
configure:2692: $? = 0
configure:2696: test -z 
			 || test ! -s conftest.err
configure:2699: $? = 0
configure:2702: test -s conftest.o
configure:2705: $? = 0
configure:2716: result: yes
configure:2733: checking for gcc option to accept ANSI C
configure:2803: gcc  -c -g -O2  conftest.c >&5
configure:2809: $? = 0
configure:2813: test -z 
			 || test ! -s conftest.err
configure:2816: $? = 0
configure:2819: test -s conftest.o
configure:2822: $? = 0
configure:2840: result: none needed
configure:2858: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2864: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3002: checking how to run the C preprocessor
configure:3037: gcc -E  conftest.c
configure:3043: $? = 0
configure:3075: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3081: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3120: result: gcc -E
configure:3144: gcc -E  conftest.c
configure:3150: $? = 0
configure:3182: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3188: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3232: Using compiler: g++.
configure:3266: checking build system type
configure:3284: result: i686-pc-linux-gnu
configure:3292: checking host system type
configure:3306: result: i686-pc-linux-gnu
configure:3314: checking target system type
configure:3328: result: i686-pc-linux-gnu
configure:3357: checking for a BSD-compatible install
configure:3412: result: /bin/install -c
configure:3423: checking whether build environment is sane
configure:3466: result: yes
configure:3499: checking for gawk
configure:3515: found /bin/gawk
configure:3525: result: gawk
configure:3535: checking whether make sets $(MAKE)
configure:3555: result: yes
configure:3584: checking for style of include used by make
configure:3612: result: GNU
configure:3774: checking dependency style of gcc
configure:3836: result: gcc3
configure:3843: checking dependency style of g++
configure:3905: result: gcc3
configure:4016: checking for egrep
configure:4026: result: grep -E
configure:4032: checking for AIX
configure:4054: result: no
configure:4060: checking for ANSI C header files
configure:4085: g++ -c   conftest.cc >&5
configure:4091: $? = 0
configure:4095: test -z 
			 || test ! -s conftest.err
configure:4098: $? = 0
configure:4101: test -s conftest.o
configure:4104: $? = 0
configure:4190: g++ -o conftest    conftest.cc  >&5
configure:4193: $? = 0
configure:4195: ./conftest
configure:4198: $? = 0
configure:4213: result: yes
configure:4237: checking for sys/types.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4237: checking for sys/stat.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4237: checking for stdlib.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4237: checking for string.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4237: checking for memory.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4237: checking for strings.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4237: checking for inttypes.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4237: checking for stdint.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4237: checking for unistd.h
configure:4253: g++ -c   conftest.cc >&5
configure:4259: $? = 0
configure:4263: test -z 
			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4283: result: yes
configure:4305: checking minix/config.h usability
configure:4317: g++ -c   conftest.cc >&5
conftest.cc:61:26: minix/config.h: No such file or directory
configure:4323: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 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:4346: result: no
configure:4350: checking minix/config.h presence
configure:4360: g++ -E  conftest.cc
conftest.cc:27:26: minix/config.h: No such file or directory
configure:4366: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 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:4386: result: no
configure:4421: checking for minix/config.h
configure:4428: result: no
configure:4458: checking for strerror in -lcposix
configure:4488: g++ -o conftest    conftest.cc -lcposix   >&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:4494: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 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.  */
| 
| /* 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:4520: result: no
configure:4546: g++ -c -falign-loops=4  conftest.cc >&5
configure:4552: $? = 0
configure:4556: test -z 
			 || test ! -s conftest.err
configure:4559: $? = 0
configure:4562: test -s conftest.o
configure:4565: $? = 0
configure:4592: g++ -c -malign-loops=4  conftest.cc >&5
cc1plus: warning: -malign-loops is obsolete, use -falign-loops
configure:4598: $? = 0
configure:4602: test -z 
			 || test ! -s conftest.err
configure:4605: $? = 0
configure:4608: test -s conftest.o
configure:4611: $? = 0
configure:4652: g++ -c -Werror -pthread  conftest.cc >&5
configure:4658: $? = 0
configure:4662: test -z 
			 || test ! -s conftest.err
configure:4665: $? = 0
configure:4668: test -s conftest.o
configure:4671: $? = 0
configure:4698: checking for a BSD-compatible install
configure:4753: result: /bin/install -c
configure:4764: checking whether ln -s works
configure:4768: result: yes
configure:4816: checking for ranlib
configure:4832: found /usr/bin/ranlib
configure:4843: result: ranlib
configure:4864: checking for dirent.h that defines DIR
configure:4888: g++ -c   conftest.cc >&5
configure:4894: $? = 0
configure:4898: test -z 
			 || test ! -s conftest.err
configure:4901: $? = 0
configure:4904: test -s conftest.o
configure:4907: $? = 0
configure:4918: result: yes
configure:4931: checking for library containing opendir
configure:4961: g++ -o conftest    conftest.cc  >&5
configure:4967: $? = 0
configure:4971: test -z 
			 || test ! -s conftest.err
configure:4974: $? = 0
configure:4977: test -s conftest
configure:4980: $? = 0
configure:5050: result: none required
configure:5188: checking for working alloca.h
configure:5209: g++ -o conftest    conftest.cc  >&5
configure:5215: $? = 0
configure:5219: test -z 
			 || test ! -s conftest.err
configure:5222: $? = 0
configure:5225: test -s conftest
configure:5228: $? = 0
configure:5240: result: yes
configure:5250: checking for alloca
configure:5291: g++ -o conftest    conftest.cc  >&5
configure:5297: $? = 0
configure:5301: test -z 
			 || test ! -s conftest.err
configure:5304: $? = 0
configure:5307: test -s conftest
configure:5310: $? = 0
configure:5322: result: yes
configure:5545: checking for sys/wait.h that is POSIX.1 compatible
configure:5576: g++ -c   conftest.cc >&5
configure:5582: $? = 0
configure:5586: test -z 
			 || test ! -s conftest.err
configure:5589: $? = 0
configure:5592: test -s conftest.o
configure:5595: $? = 0
configure:5606: result: yes
configure:5646: checking OS.h usability
configure:5658: g++ -c   conftest.cc >&5
conftest.cc:65:16: OS.h: No such file or directory
configure:5664: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 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:5687: result: no
configure:5691: checking OS.h presence
configure:5701: g++ -E  conftest.cc
conftest.cc:31:16: OS.h: No such file or directory
configure:5707: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 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:5727: result: no
configure:5762: checking for OS.h
configure:5769: result: no
configure:5646: checking arpa/inet.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking arpa/inet.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for arpa/inet.h
configure:5769: result: yes
configure:5646: checking fcntl.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking fcntl.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for fcntl.h
configure:5769: result: yes
configure:5646: checking float.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking float.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for float.h
configure:5769: result: yes
configure:5646: checking limits.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking limits.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for limits.h
configure:5769: result: yes
configure:5646: checking math.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking math.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for math.h
configure:5769: result: yes
configure:5646: checking netdb.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking netdb.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for netdb.h
configure:5769: result: yes
configure:5646: checking netinet/in.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking netinet/in.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for netinet/in.h
configure:5769: result: yes
configure:5646: checking stddef.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking stddef.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for stddef.h
configure:5769: result: yes
configure:5646: checking sys/ioctl.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking sys/ioctl.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for sys/ioctl.h
configure:5769: result: yes
configure:5646: checking sys/param.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking sys/param.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for sys/param.h
configure:5769: result: yes
configure:5646: checking sys/time.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking sys/time.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for sys/time.h
configure:5769: result: yes
configure:5646: checking sys/timeb.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking sys/timeb.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for sys/timeb.h
configure:5769: result: yes
configure:5646: checking values.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking values.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for values.h
configure:5769: result: yes
configure:5646: checking wchar.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking wchar.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for wchar.h
configure:5769: result: yes
configure:5646: checking wctype.h usability
configure:5658: g++ -c   conftest.cc >&5
configure:5664: $? = 0
configure:5668: test -z 
			 || test ! -s conftest.err
configure:5671: $? = 0
configure:5674: test -s conftest.o
configure:5677: $? = 0
configure:5687: result: yes
configure:5691: checking wctype.h presence
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5727: result: yes
configure:5762: checking for wctype.h
configure:5769: result: yes
configure:5799: checking linux/slab.h usability
configure:5811: g++ -c   conftest.cc >&5
configure:5817: $? = 0
configure:5821: test -z 
			 || test ! -s conftest.err
configure:5824: $? = 0
configure:5827: test -s conftest.o
configure:5830: $? = 0
configure:5840: result: yes
configure:5844: checking linux/slab.h presence
configure:5854: g++ -E  conftest.cc
configure:5860: $? = 0
configure:5880: result: yes
configure:5915: checking for linux/slab.h
configure:5922: result: yes
configure:5799: checking linux/malloc.h usability
configure:5811: g++ -c   conftest.cc >&5
In file included from conftest.cc:81:
/usr/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead.
configure:5817: $? = 0
configure:5821: test -z 
			 || test ! -s conftest.err
configure:5824: $? = 0
configure:5827: test -s conftest.o
configure:5830: $? = 0
configure:5840: result: yes
configure:5844: checking linux/malloc.h presence
configure:5854: g++ -E  conftest.cc
In file included from conftest.cc:47:
/usr/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead.
configure:5860: $? = 0
configure:5880: result: yes
configure:5915: checking for linux/malloc.h
configure:5922: result: yes
configure:6092: checking for vfscanf
configure:6149: g++ -o conftest    conftest.cc  >&5
conftest.cc:72: error: nonnull argument with out-of-range operand number (arg 1
   , operand 2)
configure:6155: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| #define HAVE_LINUX_MALLOC_H 1
| /* end confdefs.h.  */
| /* Define vfscanf to an innocuous variant, in case <limits.h> declares vfscanf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vfscanf innocuous_vfscanf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vfscanf (); 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 vfscanf
| 

| /* 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 vfscanf ();
| /* 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_vfscanf) || defined (__stub___vfscanf)
| choke me
| #else
| char (*f) () = vfscanf;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != vfscanf;
|   ;
|   return 0;
| }
configure:6180: result: no
configure:6193: checking for an ANSI C-conforming const
configure:6260: g++ -c   conftest.cc >&5
configure:6266: $? = 0
configure:6270: test -z 
			 || test ! -s conftest.err
configure:6273: $? = 0
configure:6276: test -s conftest.o
configure:6279: $? = 0
configure:6290: result: yes
configure:6300: checking whether time.h and sys/time.h may both be included
configure:6325: g++ -c   conftest.cc >&5
configure:6331: $? = 0
configure:6335: test -z 
			 || test ! -s conftest.err
configure:6338: $? = 0
configure:6341: test -s conftest.o
configure:6344: $? = 0
configure:6355: result: yes
configure:6365: checking for inline
configure:6386: g++ -c   conftest.cc >&5
configure:6392: $? = 0
configure:6396: test -z 
			 || test ! -s conftest.err
configure:6399: $? = 0
configure:6402: test -s conftest.o
configure:6405: $? = 0
configure:6417: result: inline
configure:6436: checking for off_t
configure:6460: g++ -c   conftest.cc >&5
configure:6466: $? = 0
configure:6470: test -z 
			 || test ! -s conftest.err
configure:6473: $? = 0
configure:6476: test -s conftest.o
configure:6479: $? = 0
configure:6490: result: yes
configure:6502: checking for pid_t
configure:6526: g++ -c   conftest.cc >&5
configure:6532: $? = 0
configure:6536: test -z 
			 || test ! -s conftest.err
configure:6539: $? = 0
configure:6542: test -s conftest.o
configure:6545: $? = 0
configure:6556: result: yes
configure:6568: checking for size_t
configure:6592: g++ -c   conftest.cc >&5
configure:6598: $? = 0
configure:6602: test -z 
			 || test ! -s conftest.err
configure:6605: $? = 0
configure:6608: test -s conftest.o
configure:6611: $? = 0
configure:6622: result: yes
configure:6634: checking whether time.h and sys/time.h may both be included
configure:6689: result: yes
configure:6699: checking whether struct tm is in sys/time.h or time.h
configure:6722: g++ -c   conftest.cc >&5
configure:6728: $? = 0
configure:6732: test -z 
			 || test ! -s conftest.err
configure:6735: $? = 0
configure:6738: test -s conftest.o
configure:6741: $? = 0
configure:6752: result: time.h
configure:6762: checking for uid_t in sys/types.h
configure:6785: result: yes
configure:6802: checking whether closedir returns void
configure:6831: g++ -o conftest    conftest.cc  >&5
configure:6834: $? = 0
configure:6836: ./conftest
configure:6839: $? = 0
configure:6853: result: no
configure:6863: checking for working memcmp
configure:6911: g++ -o conftest    conftest.cc  >&5
configure:6914: $? = 0
configure:6916: ./conftest
configure:6919: $? = 0
configure:6933: result: yes
configure:6950: checking for stdlib.h
configure:6955: result: yes
configure:6950: checking for unistd.h
configure:6955: result: yes
configure:7099: checking for getpagesize
configure:7156: g++ -o conftest    conftest.cc  >&5
configure:7162: $? = 0
configure:7166: test -z 
			 || test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest
configure:7175: $? = 0
configure:7187: result: yes
configure:7197: checking for working mmap
configure:7339: g++ -o conftest    conftest.cc  >&5
configure:7342: $? = 0
configure:7344: ./conftest
configure:7347: $? = 0
configure:7361: result: yes
configure:7387: checking sys/select.h usability
configure:7399: g++ -c   conftest.cc >&5
configure:7405: $? = 0
configure:7409: test -z 
			 || test ! -s conftest.err
configure:7412: $? = 0
configure:7415: test -s conftest.o
configure:7418: $? = 0
configure:7428: result: yes
configure:7432: checking sys/select.h presence
configure:7442: g++ -E  conftest.cc
configure:7448: $? = 0
configure:7468: result: yes
configure:7503: checking for sys/select.h
configure:7510: result: yes
configure:7387: checking sys/socket.h usability
configure:7399: g++ -c   conftest.cc >&5
configure:7405: $? = 0
configure:7409: test -z 
			 || test ! -s conftest.err
configure:7412: $? = 0
configure:7415: test -s conftest.o
configure:7418: $? = 0
configure:7428: result: yes
configure:7432: checking sys/socket.h presence
configure:7442: g++ -E  conftest.cc
configure:7448: $? = 0
configure:7468: result: yes
configure:7503: checking for sys/socket.h
configure:7510: result: yes
configure:7523: checking types of arguments for select
configure:7556: g++ -c   conftest.cc >&5
configure:7562: $? = 0
configure:7566: test -z 
			 || test ! -s conftest.err
configure:7569: $? = 0
configure:7572: test -s conftest.o
configure:7575: $? = 0
configure:7591: result: int,fd_set *,struct timeval *
configure:7614: checking return type of signal handlers
configure:7645: g++ -c   conftest.cc >&5
configure:7651: $? = 0
configure:7655: test -z 
			 || test ! -s conftest.err
configure:7658: $? = 0
configure:7661: test -s conftest.o
configure:7664: $? = 0
configure:7675: result: void
configure:7687: checking for vprintf
configure:7744: g++ -o conftest    conftest.cc  >&5
configure:7750: $? = 0
configure:7754: test -z 
			 || test ! -s conftest.err
configure:7757: $? = 0
configure:7760: test -s conftest
configure:7763: $? = 0
configure:7775: result: yes
configure:7782: checking for _doprnt
configure:7839: g++ -o conftest    conftest.cc  >&5
/tmp/ccyKN5Me.o(.text+0x16): In function `main':
: undefined reference to `_doprnt'
/tmp/ccyKN5Me.o(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:7845: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| #define HAVE_LINUX_MALLOC_H 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_MMAP 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.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:7870: result: no
configure:7915: checking for access
configure:7972: g++ -o conftest    conftest.cc  >&5
configure:7978: $? = 0
configure:7982: test -z 
			 || test ! -s conftest.err
configure:7985: $? = 0
configure:7988: test -s conftest
configure:7991: $? = 0
configure:8003: result: yes
configure:7915: checking for atexit
configure:7972: g++ -o conftest    conftest.cc  >&5
configure:7978: $? = 0
configure:7982: test -z 
			 || test ! -s conftest.err
configure:7985: $? = 0
configure:7988: test -s conftest
configure:7991: $? = 0
configure:8003: result: yes
configure:7915: checking for bzero
configure:7972: g++ -o conftest    conftest.cc  >&5
configure:7978: $? = 0
configure:7982: test -z 
			 || test ! -s conftest.err
configure:7985: $? = 0
configure:7988: test -s conftest
configure:7991: $? = 0
configure:8003: result: yes
configure:7915: checking for clock_gettime
configure:7972: g++ -o conftest    conftest.cc  >&5
/tmp/ccFNIoOl.o(.text+0x16): In function `main':
: undefined reference to `clock_gettime'
/tmp/ccFNIoOl.o(.data+0x0): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:7978: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| #define HAVE_LINUX_MALLOC_H 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_MMAP 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_ATEXIT 1
| #define HAVE_BZERO 1
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* 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
| 
| #undef clock_gettime
| 
| /* 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:8003: result: no
configure:7915: checking for floor
configure:7972: g++ -o conftest    conftest.cc  >&5
configure:7978: $? = 0
configure:7982: test -z 
			 || test ! -s conftest.err
configure:7985: $? = 0
configure:7988: test -s conftest
configure:7991: $? = 0
configure:8003: result: yes
configure:7915: checking for getcwd
configure:7972: g++ -o conftest    conftest.cc  >&5
configure:7978: $? = 0
configure:7982: test -z 
			 || test ! -s conftest.err
configure:7985: $? = 0
configure:7988: test -s conftest
configure:7991: $? = 0
configure:8003: result: yes
configure:7915: checking for gethostbyname
configure:7972: g++ -o conftest    conftest.cc  >&5
configure:7978: $? = 0
configure:7982: test -z 
			 || test ! -s conftest.err
configure:7985: $? = 0
con
Post Reply