Compiling on Debian

Questions or HOWTOs about the above? Post 'em here...
Post Reply
User avatar
SpringTank
Private First Class
Private First Class
Posts: 41
Joined: Sun Nov 02, 2008 11:11 pm
Location: Texas
Contact:

Compiling on Debian

Post by SpringTank »

Hello again!

I've recently gotten back into the game, sorta, and I'm trying to compile on Debian Buster. However, when I run ./configure I get "no bzflag client binary! (missing OpenGL)"

Code: Select all

***********************************************
*** Configuring BZFlag 2.4.20 on 2020-05-08 ***
***********************************************
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether a configure cache exists... found config.cache.linux-gnu.Deleted
configure: *** Automatically caching to config.cache.linux-gnu.Deleted ***
checking ... a r g u m e n t s ... (1 of 9)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ncurses... yes
checking ... p r o g r a m s ... (2 of 9)
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking if g++ supports C++0x features without additional flags... (cached) yes
checking if g++ supports C++0x features with -std=c++0x... (cached) yes
checking if g++ supports C++0x features with -std=gnu++0x... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking for ar... (cached) ar
checking for ccache... no
checking for windres... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for a working dd... (cached) /bin/dd
checking how to truncate binary pipes... (cached) /bin/dd bs=4096 count=1
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pod2man... (cached) yes
checking ... l i b r a r i e s ... (3 of 9)
checking for dlopen in -ldl... (cached) yes
checking for compressBound in -lz... (cached) yes
checking for ares_init in -lcares... (cached) yes
checking for c-ares DNS lookup functionality... yes
checking for ares_library_init in -lcares... (cached) yes
checking for gawk... (cached) gawk
checking for curl-config... (cached) /usr/bin/curl-config
checking for the version of libcurl... (cached) 7.52.1
checking whether libcurl is usable... (cached) yes
checking for curl_free... (cached) yes
checking checking for curl library... yes
checking checking for SSL support in curl... yes
checking for regcomp in -lc... (cached) yes
checking for regex.h... (cached) yes
checking for regular expression functionality... yes
checking for shm_open in -lrt... (cached) yes
checking for sqrtf in -lm... (cached) yes
checking for socket in -lsocket... (cached) no
checking for gethostent in -lsocket... (cached) no
checking for gethostent in -lbind... (cached) no
checking for pthread_create in -lc_r... (cached) no
checking for pthread_create in -lpthread... (cached) yes
checking for acosf in -lm... (cached) yes
checking for asinf in -lm... (cached) yes
checking for atan2f in -lm... (cached) yes
checking for atanf in -lm... (cached) yes
checking for cosf in -lm... (cached) yes
checking for expf in -lm... (cached) yes
checking for fabsf in -lm... (cached) yes
checking for floorf in -lm... (cached) yes
checking for fmodf in -lm... (cached) yes
checking for hypotf in -lm... (cached) yes
checking for logf in -lm... (cached) yes
checking for log10f in -lm... (cached) yes
checking for powf in -lm... (cached) yes
checking for sinf in -lm... (cached) yes
checking for sqrtf in -lm... (cached) yes
checking for tanf in -lm... (cached) yes
checking for numeric type sizes... checking size of int... (cached) 4
checking size of short int... (cached) 2
checking size of long int... (cached) 8
checking size of long long int... (cached) 8
checking size of float... (cached) 4
checking size of double... (cached) 8
checking size of long double... (cached) 16
checking ... h e a d e r s ... (4 of 9)
checking for ANSI C header files... (cached) yes
checking for cmath... (cached) yes
checking for cstdlib... (cached) yes
checking for cstdio... (cached) yes
checking for cstring... (cached) yes
checking for SDL/SDL.h... (cached) yes
checking for SDL2/SDL.h... (cached) yes
checking for bstring.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for dsound.h... (cached) no
checking for fcntl.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for limits.h... (cached) yes
checking for linux/input.h... (cached) yes
checking for process.h... (cached) no
checking for sched.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking ... t y p e s ... (5 of 9)
checking whether byte ordering is bigendian... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for socklen_t type... yes
checking for std::shared_ptr<int>... (cached) yes
checking for XextAddDisplay in -lXext... (cached) yes
checking for X11/extensions/xf86vmode.h... (cached) yes
checking for XF86VidModeQueryExtension in -lXxf86vm... (cached) yes
checking for GL/gl.h... (cached) yes
checking for library containing glBegin... (cached) no
checking for GL/glu.h... (cached) yes
checking for library containing gluScaleImage... (cached) -lGLU
checking for GL/glew.h... (cached) yes
checking for library containing glewInit... (cached) -lGLEW
checking for working pthreads... yes
checking for SDL... yes
checking ... c o m p i l e r ... (6 of 9)
checking if the compiler understands -Wl,-search_paths_first -mdynamic-no-pic... no
checking ... f u n c t i o n s ... (7 of 9)
checking for CGLGetCurrentContext... (cached) no
checking for Sleep... (cached) no
checking for WaitForSingleObject... (cached) no
checking for _stricmp... (cached) no
checking for _strnicmp... (cached) no
checking for _vsnprintf... (cached) no
checking for atexit... (cached) yes
checking for hstrerror... (cached) yes
checking for sched_setaffinity... (cached) yes
checking for select... (cached) yes
checking for snooze... (cached) no
checking for usleep... (cached) yes
checking for vsnprintf... (cached) yes
checking for wglGetCurrentContext... (cached) no
checking for isnan... yes
checking ... s e r v i c e s ... (8 of 9)
checking for linux rumble joystick support... yes
checking for linux force feedback joystick support... yes
configure: WARNING: Client build is enabled, but OpenGL does not seem to be fully available ... disabling BZFlag client
checking ... o u t p u t ... (9 of 9)
configure: updating cache config.cache.linux-gnu.Deleted
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating MSVC/Makefile
config.status: creating MSVC/build/Makefile
config.status: creating Xcode/Makefile
config.status: creating Xcode/BZFlag.xcodeproj/Makefile
config.status: creating Xcode/licenses/Makefile
config.status: creating Makefile
config.status: creating bzflag.spec
config.status: creating data/Makefile
config.status: creating data/fonts/Makefile
config.status: creating data/l10n/Makefile
config.status: creating include/Makefile
config.status: creating m4/Makefile
config.status: creating man/Makefile
config.status: creating misc/Makefile
config.status: creating package/Makefile
config.status: creating package/irix/Makefile
config.status: creating package/linux/Makefile
config.status: creating package/rpm/Makefile
config.status: creating package/win32/Makefile
config.status: creating package/win32/nsis/Makefile
config.status: creating plugins/HoldTheFlag/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/Phoenix/Makefile
config.status: creating plugins/RogueGenocide/Makefile
config.status: creating plugins/SAMPLE_PLUGIN/Makefile
config.status: creating plugins/airspawn/Makefile
config.status: creating plugins/autoFlagReset/Makefile
config.status: creating plugins/bzfscron/Makefile
config.status: creating plugins/chathistory/Makefile
config.status: creating plugins/customflagsample/Makefile
config.status: creating plugins/customPollTypeSample/Makefile
config.status: creating plugins/CustomZoneSample/Makefile
config.status: creating plugins/fairCTF/Makefile
config.status: creating plugins/fastmap/Makefile
config.status: creating plugins/flagStay/Makefile
config.status: creating plugins/keepaway/Makefile
config.status: creating plugins/killall/Makefile
config.status: creating plugins/koth/Makefile
config.status: creating plugins/logDetail/Makefile
config.status: creating plugins/nagware/Makefile
config.status: creating plugins/playHistoryTracker/Makefile
config.status: creating plugins/plugin_utils/Makefile
config.status: creating plugins/rabbitTimer/Makefile
config.status: creating plugins/rabidRabbit/Makefile
config.status: creating plugins/recordmatch/Makefile
config.status: creating plugins/regFlag/Makefile
config.status: creating plugins/serverControl/Makefile
config.status: creating plugins/serverSidePlayerSample/Makefile
config.status: creating plugins/shockwaveDeath/Makefile
config.status: creating plugins/superUser/Makefile
config.status: creating plugins/teamflagreset/Makefile
config.status: creating plugins/thiefControl/Makefile
config.status: creating plugins/timedctf/Makefile
config.status: creating plugins/TimeLimit/Makefile
config.status: creating plugins/wwzones/Makefile
config.status: creating src/3D/Makefile
config.status: creating src/Makefile
config.status: creating src/bzadmin/Makefile
config.status: creating src/bzflag/Makefile
config.status: creating src/bzfs/Makefile
config.status: creating src/common/Makefile
config.status: creating src/date/Makefile
config.status: creating src/game/Makefile
config.status: creating src/geometry/Makefile
config.status: creating src/geometry/models/Makefile
config.status: creating src/geometry/models/tank/Makefile
config.status: creating src/mediafile/Makefile
config.status: creating src/net/Makefile
config.status: creating src/obstacle/Makefile
config.status: creating src/ogl/Makefile
config.status: creating src/platform/Makefile
config.status: creating src/scene/Makefile
config.status: creating tools/Makefile
config.status: creating tools/TextTool2/Makefile
config.status: creating tools/TextTool2/TextTool2.xcodeproj/Makefile
config.status: creating tools/bzwtransform/Makefile
config.status: creating tools/modeltool/Makefile
config.status: creating tools/modeltool/MSVC/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Done.

BZFlag 2.4.20 configured on 2020-05-08 with the following:

             Prefix: /usr/local
           Binaries: /usr/local/bin
            Plugins: /usr/local/lib/bzflag
       Manual pages: /usr/local/share/man

BUILD_DATE    = 2020-05-08
CC            = gcc
CXX           = g++
CFLAGS        = -g -O2
CONF_CFLAGS   =  -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fexpensive-optimizations
CXXFLAGS      = -g -O2
CONF_CXXFLAGS =  -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fsigned-char -fexpensive-optimizations
CPPFLAGS      =
CONF_CPPFLAGS =
LDFLAGS       =
LIBS          = -lm  -lpthread
GLIBS         = -lGLEW -lGLU -lXxf86vm -lXext  -lX11

BZFlag client .....: no bzflag client binary! (missing OpenGL)
BZFlag server .....: yes (with plugins)
BZAdmin client ....: yes (with curses)

---
./configure complete, type 'make' to begin building

I've hunted through the READMEs, and searched around for and installed any other opengl libraries that I might be missing but I haven't been able to find any. I'm stumped.
User avatar
blast
General
General
Posts: 4931
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Compiling on Debian

Post by blast »

Make sure all the dependencies are installed.

Code: Select all

sudo apt-get install automake autoconf g++ libtool make libc-ares-dev libcurl3-dev libgl1-mesa-dev libglu1-mesa-dev libncurses-dev libsdl2-dev zlib1g-dev libglew-dev
After that, try configure again. If it still fails, try again with a fresh copy of the code.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
SpringTank
Private First Class
Private First Class
Posts: 41
Joined: Sun Nov 02, 2008 11:11 pm
Location: Texas
Contact:

Re: Compiling on Debian

Post by SpringTank »

Hmmm, maybe this has something to do with it.

Code: Select all

Note, selecting 'libcurl4-openssl-dev' instead of 'libcurl3-dev'
Note, selecting 'libncurses5-dev' instead of 'libncurses-dev'
autoconf is already the newest version (2.69-10).
automake is already the newest version (1:1.15-6).
libc-ares-dev is already the newest version (1.12.0-1+deb9u1).
g++ is already the newest version (4:6.3.0-4).
libglew-dev is already the newest version (2.0.0-3+b1).
libglu1-mesa-dev is already the newest version (9.0.0-2.1).
libsdl2-dev is already the newest version (2.0.5+dfsg1-2).
libtool is already the newest version (2.4.6-2).
make is already the newest version (4.1-9.1).
libgl1-mesa-dev is already the newest version (13.0.6-1+b2).
libncurses5-dev is already the newest version (6.0+20161126-1+deb9u2).
zlib1g-dev is already the newest version (1:1.2.8.dfsg-5).
libcurl4-openssl-dev is already the newest version (7.52.1-5+deb9u10).
All other packages are installed.
User avatar
blast
General
General
Posts: 4931
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Compiling on Debian

Post by blast »

You seem to be using Debian Stretch (9), not Debian Buster (10). I have not tried building on Debian 9 recently.

The problem from your configure output seems to be this:

Code: Select all

checking for library containing glBegin... (cached) no
Checking the config.log file may shed more light on that.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
SpringTank
Private First Class
Private First Class
Posts: 41
Joined: Sun Nov 02, 2008 11:11 pm
Location: Texas
Contact:

Re: Compiling on Debian

Post by SpringTank »

You're right, I was on Stretch. I went ahead and did a dist upgrade to Buster. Still no luck on missing opengl libs. What lib would contain glBegin?

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 BZFlag configure 2.4.21, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

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

hostname = Deleted
uname -m = x86_64
uname -r = 4.9.0-12-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.9.210-1 (2020-01-20)

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


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

configure:3093: result: ***********************************************
configure:3095: result: *** Configuring BZFlag 2.4.21 on 2020-05-09 ***
configure:3097: result: ***********************************************
configure:3113: checking build system type
configure:3127: result: x86_64-pc-linux-gnu
configure:3147: checking host system type
configure:3160: result: x86_64-pc-linux-gnu
configure:3180: checking target system type
configure:3193: result: x86_64-pc-linux-gnu
configure:3236: checking for a BSD-compatible install
configure:3304: result: /usr/bin/install -c
configure:3315: checking whether build environment is sane
configure:3370: result: yes
configure:3521: checking for a thread-safe mkdir -p
configure:3560: result: /bin/mkdir -p
configure:3567: checking for gawk
configure:3583: found /usr/bin/gawk
configure:3594: result: gawk
configure:3605: checking whether make sets $(MAKE)
configure:3627: result: yes
configure:3656: checking whether make supports nested variables
configure:3673: result: yes
configure:3821: checking whether a configure cache exists
configure:3847: result: found config.cache.linux-gnu.Deleted
configure:3864: *** Automatically caching to config.cache.linux-gnu.Deleted ***
configure:3898: checking ... a r g u m e n t s 
configure:3900: result: (1 of 9)
configure:3969: checking for pkg-config
configure:3999: result: /usr/bin/pkg-config
configure:4024: checking pkg-config is at least version 0.9.0
configure:4027: result: yes
configure:4047: checking for style of include used by make
configure:4075: result: GNU
configure:4146: checking for gcc
configure:4173: result: gcc
configure:4402: checking for C compiler version
configure:4411: gcc --version >&5
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 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:4422: $? = 0
configure:4411: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) 
configure:4422: $? = 0
configure:4411: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4422: $? = 1
configure:4411: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4422: $? = 1
configure:4442: checking whether the C compiler works
configure:4464: gcc    conftest.c  >&5
configure:4468: $? = 0
configure:4516: result: yes
configure:4519: checking for C compiler default output file name
configure:4521: result: a.out
configure:4527: checking for suffix of executables
configure:4534: gcc -o conftest    conftest.c  >&5
configure:4538: $? = 0
configure:4560: result: 
configure:4582: checking whether we are cross compiling
configure:4590: gcc -o conftest    conftest.c  >&5
configure:4594: $? = 0
configure:4601: ./conftest
configure:4605: $? = 0
configure:4620: result: no
configure:4625: checking for suffix of object files
configure:4672: result: o
configure:4676: checking whether we are using the GNU C compiler
configure:4704: result: yes
configure:4713: checking whether gcc accepts -g
configure:4774: result: yes
configure:4791: checking for gcc option to accept ISO C89
configure:4867: result: none needed
configure:4892: checking whether gcc understands -c and -o together
configure:4929: result: yes
configure:4948: checking dependency style of gcc
configure:5059: result: gcc3
configure:5082: checking for ncurses
configure:5089: $PKG_CONFIG --exists --print-errors "ncurses"
configure:5092: $? = 0
configure:5106: $PKG_CONFIG --exists --print-errors "ncurses"
configure:5109: $? = 0
configure:5223: result: yes
configure:5390: checking ... p r o g r a m s 
configure:5392: result: (2 of 9)
configure:5471: checking for g++
configure:5498: result: g++
configure:5525: checking for C++ compiler version
configure:5534: g++ --version >&5
g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 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:5545: $? = 0
configure:5534: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) 
configure:5545: $? = 0
configure:5534: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5545: $? = 1
configure:5534: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5545: $? = 1
configure:5549: checking whether we are using the GNU C++ compiler
configure:5577: result: yes
configure:5586: checking whether g++ accepts -g
configure:5647: result: yes
configure:5672: checking dependency style of g++
configure:5783: result: gcc3
configure:5803: checking if g++ supports C++0x features without additional flags
configure:5854: result: yes
configure:5857: checking if g++ supports C++0x features with -std=c++0x
configure:5911: result: yes
configure:5914: checking if g++ supports C++0x features with -std=gnu++0x
configure:5968: result: yes
configure:6038: checking for gcc
configure:6065: result: gcc
configure:6294: checking for C compiler version
configure:6303: gcc --version >&5
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 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:6314: $? = 0
configure:6303: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) 
configure:6314: $? = 0
configure:6303: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6314: $? = 1
configure:6303: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:6314: $? = 1
configure:6318: checking whether we are using the GNU C compiler
configure:6346: result: yes
configure:6355: checking whether gcc accepts -g
configure:6416: result: yes
configure:6433: checking for gcc option to accept ISO C89
configure:6509: result: none needed
configure:6534: checking whether gcc understands -c and -o together
configure:6571: result: yes
configure:6590: checking dependency style of gcc
configure:6701: result: gcc3
configure:6716: checking whether ln -s works
configure:6720: result: yes
configure:6729: checking for ar
configure:6756: result: ar
configure:7162: checking for ccache
configure:7195: result: no
configure:7248: checking for windres
configure:7278: result: no
configure:7352: checking how to print strings
configure:7379: result: printf
configure:7400: checking for a sed that does not truncate output
configure:7464: result: /bin/sed
configure:7482: checking for grep that handles long lines and -e
configure:7540: result: /bin/grep
configure:7545: checking for egrep
configure:7607: result: /bin/grep -E
configure:7612: checking for fgrep
configure:7674: result: /bin/grep -F
configure:7709: checking for ld used by gcc
configure:7776: result: /usr/bin/ld
configure:7783: checking if the linker (/usr/bin/ld) is GNU ld
configure:7798: result: yes
configure:7810: checking for BSD- or MS-compatible name lister (nm)
configure:7864: result: /usr/bin/nm -B
configure:7994: checking the name lister (/usr/bin/nm -B) interface
configure:8014: result: BSD nm
configure:8018: checking the maximum length of command line arguments
configure:8149: result: 1572864
configure:8197: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:8237: result: func_convert_file_noop
configure:8244: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:8264: result: func_convert_file_noop
configure:8271: checking for /usr/bin/ld option to reload object files
configure:8278: result: -r
configure:8352: checking for objdump
configure:8379: result: objdump
configure:8411: checking how to recognize dependent libraries
configure:8611: result: pass_all
configure:8696: checking for dlltool
configure:8726: result: no
configure:8756: checking how to associate runtime and link libraries
configure:8783: result: printf %s\n
configure:8907: checking for archiver @FILE support
configure:8950: result: @
configure:9008: checking for strip
configure:9035: result: strip
configure:9107: checking for ranlib
configure:9134: result: ranlib
configure:9236: checking command to parse /usr/bin/nm -B output from gcc object
configure:9506: result: ok
configure:9553: checking for sysroot
configure:9583: result: no
configure:9590: checking for a working dd
configure:9628: result: /bin/dd
configure:9632: checking how to truncate binary pipes
configure:9647: result: /bin/dd bs=4096 count=1
configure:9783: gcc -c -g -O2  conftest.c >&5
configure:9786: $? = 0
configure:9976: checking for mt
configure:10003: result: mt
configure:10026: checking if mt is a manifest tool
configure:10040: result: no
configure:10717: checking how to run the C preprocessor
configure:10787: result: gcc -E
configure:10807: gcc -E  conftest.c
configure:10807: $? = 0
configure:10821: gcc -E  conftest.c
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:10821: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BZFlag"
| #define PACKAGE_TARNAME "bzflag"
| #define PACKAGE_VERSION "2.4.21"
| #define PACKAGE_STRING "BZFlag 2.4.21"
| #define PACKAGE_BUGREPORT "http://BZFlag.org/"
| #define PACKAGE_URL ""
| #define PACKAGE "bzflag"
| #define VERSION "2.4.21"
| #define BUILD_DATE "2020-05-09"
| #define BZ_BUILD_OS "linux-gnu"
| #define HAVE_NCURSES_H /**/
| #define BZ_PLUGINS 1
| #define ROBOT 1
| #define HAVE_STDCXX_0X /**/
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10850: checking for ANSI C header files
configure:10954: result: yes
configure:10967: checking for sys/types.h
configure:10967: result: yes
configure:10967: checking for sys/stat.h
configure:10967: result: yes
configure:10967: checking for stdlib.h
configure:10967: result: yes
configure:10967: checking for string.h
configure:10967: result: yes
configure:10967: checking for memory.h
configure:10967: result: yes
configure:10967: checking for strings.h
configure:10967: result: yes
configure:10967: checking for inttypes.h
configure:10967: result: yes
configure:10967: checking for stdint.h
configure:10967: result: yes
configure:10967: checking for unistd.h
configure:10967: result: yes
configure:10981: checking for dlfcn.h
configure:10981: result: yes
configure:11245: checking for objdir
configure:11260: result: .libs
configure:11524: checking if gcc supports -fno-rtti -fno-exceptions
configure:11559: result: no
configure:11917: checking for gcc option to produce PIC
configure:11924: result: -fPIC -DPIC
configure:11932: checking if gcc PIC flag -fPIC -DPIC works
configure:11967: result: yes
configure:11996: checking if gcc static flag -static works
configure:12024: result: yes
configure:12039: checking if gcc supports -c -o file.o
configure:12086: result: yes
configure:12094: checking if gcc supports -c -o file.o
configure:12141: result: yes
configure:12174: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13437: result: yes
configure:13474: checking whether -lc should be explicitly linked in
configure:13517: result: no
configure:13677: checking dynamic linker characteristics
configure:14507: result: GNU/Linux ld.so
configure:14629: checking how to hardcode library paths into programs
configure:14654: result: immediate
configure:14756: checking for shl_load
configure:14756: result: no
configure:14760: checking for shl_load in -ldld
configure:14794: result: no
configure:14799: checking for dlopen
configure:14799: result: no
configure:14803: checking for dlopen in -ldl
configure:14837: result: yes
configure:14956: checking whether a program can dlopen itself
configure:15057: result: yes
configure:15062: checking whether a statically linked program can dlopen itself
configure:15163: result: no
configure:15202: checking whether stripping libraries is possible
configure:15207: result: yes
configure:15242: checking if libtool supports shared libraries
configure:15244: result: yes
configure:15247: checking whether to build shared libraries
configure:15272: result: yes
configure:15275: checking whether to build static libraries
configure:15279: result: yes
configure:15302: checking how to run the C++ preprocessor
configure:15368: result: g++ -E
configure:15388: g++ -E  conftest.cpp
configure:15388: $? = 0
configure:15402: g++ -E  conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:15402: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BZFlag"
| #define PACKAGE_TARNAME "bzflag"
| #define PACKAGE_VERSION "2.4.21"
| #define PACKAGE_STRING "BZFlag 2.4.21"
| #define PACKAGE_BUGREPORT "http://BZFlag.org/"
| #define PACKAGE_URL ""
| #define PACKAGE "bzflag"
| #define VERSION "2.4.21"
| #define BUILD_DATE "2020-05-09"
| #define BZ_BUILD_OS "linux-gnu"
| #define HAVE_NCURSES_H /**/
| #define BZ_PLUGINS 1
| #define ROBOT 1
| #define HAVE_STDCXX_0X /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15564: checking for ld used by g++
configure:15631: result: /usr/bin/ld -m elf_x86_64
configure:15638: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:15653: result: yes
configure:15708: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16781: result: yes
configure:16817: g++ -c -g -O2  conftest.cpp >&5
configure:16820: $? = 0
configure:17301: checking for g++ option to produce PIC
configure:17308: result: -fPIC -DPIC
configure:17316: checking if g++ PIC flag -fPIC -DPIC works
configure:17351: result: yes
configure:17374: checking if g++ static flag -static works
configure:17402: result: yes
configure:17414: checking if g++ supports -c -o file.o
configure:17461: result: yes
configure:17466: checking if g++ supports -c -o file.o
configure:17513: result: yes
configure:17543: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17586: result: yes
configure:17727: checking dynamic linker characteristics
configure:18484: result: GNU/Linux ld.so
configure:18549: checking how to hardcode library paths into programs
configure:18574: result: immediate
configure:18646: checking for pod2man
configure:18674: result: yes
configure:18713: checking ... l i b r a r i e s 
configure:18715: result: (3 of 9)
configure:18736: checking for dlopen in -ldl
configure:18770: result: yes
configure:18780: checking for compressBound in -lz
configure:18814: result: yes
configure:18825: checking for ares_init in -lcares
configure:18859: result: yes
configure:18870: checking for c-ares DNS lookup functionality
configure:18896: g++ -o conftest -g -O2   conftest.cpp  -lcares >&5
configure:18896: $? = 0
configure:18897: result: yes
configure:18909: checking for ares_library_init in -lcares
configure:18943: result: yes
configure:18994: checking for gawk
configure:19021: result: gawk
configure:19083: checking for curl-config
configure:19113: result: /usr/bin/curl-config
configure:19124: checking for the version of libcurl
configure:19131: result: 7.52.1
configure:19192: checking whether libcurl is usable
configure:19239: result: yes
configure:19252: checking for curl_free
configure:19252: result: yes
configure:19338: checking checking for curl library
configure:19343: result: yes
configure:19347: checking checking for SSL support in curl
configure:19350: result: yes
configure:19357: checking for regcomp in -lc
configure:19391: result: yes
configure:19486: checking for regex.h
configure:19486: result: yes
configure:19498: checking for regular expression functionality
configure:19529: g++ -o conftest -g -O2   -lc conftest.cpp  >&5
configure:19529: $? = 0
configure:19529: ./conftest
configure:19529: $? = 0
configure:19530: result: yes
configure:19543: checking for shm_open in -lrt
configure:19577: result: yes
configure:19588: checking for sqrtf in -lm
configure:19622: result: yes
configure:19635: checking for socket in -lsocket
configure:19669: result: no
configure:19680: checking for gethostent in -lsocket
configure:19714: result: no
configure:19724: checking for gethostent in -lbind
configure:19758: result: no
configure:19773: checking for pthread_create in -lc_r
configure:19807: result: no
configure:19812: checking for pthread_create in -lpthread
configure:19846: result: yes
configure:19860: checking for acosf in -lm
configure:19894: result: yes
configure:19902: checking for asinf in -lm
configure:19936: result: yes
configure:19944: checking for atan2f in -lm
configure:19978: result: yes
configure:19986: checking for atanf in -lm
configure:20020: result: yes
configure:20028: checking for cosf in -lm
configure:20062: result: yes
configure:20070: checking for expf in -lm
configure:20104: result: yes
configure:20112: checking for fabsf in -lm
configure:20146: result: yes
configure:20154: checking for floorf in -lm
configure:20188: result: yes
configure:20196: checking for fmodf in -lm
configure:20230: result: yes
configure:20238: checking for hypotf in -lm
configure:20272: result: yes
configure:20280: checking for logf in -lm
configure:20314: result: yes
configure:20322: checking for log10f in -lm
configure:20356: result: yes
configure:20364: checking for powf in -lm
configure:20398: result: yes
configure:20406: checking for sinf in -lm
configure:20440: result: yes
configure:20448: checking for sqrtf in -lm
configure:20482: result: yes
configure:20490: checking for tanf in -lm
configure:20524: result: yes
configure:20533: checking for numeric type sizes
configure:20539: checking size of int
configure:20558: result: 4
configure:20572: checking size of short int
configure:20591: result: 2
configure:20605: checking size of long int
configure:20624: result: 8
configure:20638: checking size of long long int
configure:20657: result: 8
configure:20671: checking size of float
configure:20690: result: 4
configure:20704: checking size of double
configure:20723: result: 8
configure:20737: checking size of long double
configure:20756: result: 16
configure:20820: checking ... h e a d e r s 
configure:20822: result: (4 of 9)
configure:20836: checking for ANSI C header files
configure:20940: result: yes
configure:20962: checking for cmath
configure:20962: result: yes
configure:20962: checking for cstdlib
configure:20962: result: yes
configure:20962: checking for cstdio
configure:20962: result: yes
configure:20962: checking for cstring
configure:20962: result: yes
configure:20999: checking for SDL/SDL.h
configure:20999: result: yes
configure:20999: checking for SDL2/SDL.h
configure:20999: result: yes
configure:20999: checking for bstring.h
configure:20999: result: no
configure:20999: checking for dlfcn.h
configure:20999: result: yes
configure:20999: checking for dsound.h
configure:20999: result: no
configure:20999: checking for fcntl.h
configure:20999: result: yes
configure:20999: checking for inttypes.h
configure:20999: result: yes
configure:20999: checking for limits.h
configure:20999: result: yes
configure:20999: checking for linux/input.h
configure:20999: result: yes
configure:20999: checking for process.h
configure:20999: result: no
configure:20999: checking for sched.h
configure:20999: result: yes
configure:20999: checking for stdint.h
configure:20999: result: yes
configure:20999: checking for sys/param.h
configure:20999: result: yes
configure:20999: checking for sys/socket.h
configure:20999: result: yes
configure:20999: checking for netdb.h
configure:20999: result: yes
configure:20999: checking for unistd.h
configure:20999: result: yes
configure:20999: checking for values.h
configure:20999: result: yes
configure:21045: checking ... t y p e s 
configure:21047: result: (5 of 9)
configure:21063: checking whether byte ordering is bigendian
configure:21269: result: no
configure:21287: checking for an ANSI C-conforming const
configure:21360: result: yes
configure:21369: checking for socklen_t type
configure:21383: gcc -c -g -O2  conftest.c >&5
configure:21383: $? = 0
configure:21389: result: yes
configure:21487: checking for std::shared_ptr<int>
configure:21487: result: yes
configure:21556: checking for XextAddDisplay in -lXext
configure:21590: result: yes
configure:21599: checking for X11/extensions/xf86vmode.h
configure:21599: result: yes
configure:21606: checking for XF86VidModeQueryExtension in -lXxf86vm
configure:21640: result: yes
configure:21743: checking for GL/gl.h
configure:21743: result: yes
configure:21745: checking for library containing glBegin
configure:21793: result: no
configure:21808: checking for GL/glu.h
configure:21808: result: yes
configure:21810: checking for library containing gluScaleImage
configure:21858: result: -lGLU
configure:21873: checking for GL/glew.h
configure:21873: result: yes
configure:21875: checking for library containing glewInit
configure:21923: result: -lGLEW
configure:21953: checking for working pthreads
configure:21970: g++ -o conftest -g -O2   conftest.cpp -lpthread >&5
configure:21970: $? = 0
configure:21988: result: yes
configure:22185: checking for SDL
configure:22192: $PKG_CONFIG --exists --print-errors "sdl2 >= $min_sdl_version"
configure:22195: $? = 0
configure:22209: $PKG_CONFIG --exists --print-errors "sdl2 >= $min_sdl_version"
configure:22212: $? = 0
configure:22250: result: yes
configure:22822: checking ... c o m p i l e r 
configure:22824: result: (6 of 9)
configure:23006: checking if the compiler understands -Wl,-search_paths_first -mdynamic-no-pic
configure:23022: g++ -o conftest -g -O2   -Wl,-search_paths_first -mdynamic-no-pic conftest.cpp -lm  -lpthread >&5
g++: error: unrecognized command line option '-mdynamic-no-pic'
configure:23022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BZFlag"
| #define PACKAGE_TARNAME "bzflag"
| #define PACKAGE_VERSION "2.4.21"
| #define PACKAGE_STRING "BZFlag 2.4.21"
| #define PACKAGE_BUGREPORT "http://BZFlag.org/"
| #define PACKAGE_URL ""
| #define PACKAGE "bzflag"
| #define VERSION "2.4.21"
| #define BUILD_DATE "2020-05-09"
| #define BZ_BUILD_OS "linux-gnu"
| #define HAVE_NCURSES_H /**/
| #define BZ_PLUGINS 1
| #define ROBOT 1
| #define HAVE_STDCXX_0X /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARES_LIBRARY_INIT 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTMP 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_REGEX_H 1
| #define HAVE_LIBM 1
| #define HAVE_ACOSF 1
| #define HAVE_ASINF 1
| #define HAVE_ATAN2F 1
| #define HAVE_ATANF 1
| #define HAVE_COSF 1
| #define HAVE_EXPF 1
| #define HAVE_FABSF 1
| #define HAVE_FLOORF 1
| #define HAVE_FMODF 1
| #define HAVE_HYPOTF 1
| #define HAVE_LOGF 1
| #define HAVE_LOG10F 1
| #define HAVE_POWF 1
| #define HAVE_SINF 1
| #define HAVE_SQRTF 1
| #define HAVE_TANF 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define STDC_HEADERS 1
| #define HAVE_CMATH 1
| #define HAVE_CSTDLIB 1
| #define HAVE_CSTDIO 1
| #define HAVE_CSTRING 1
| #define HAVE_SDL_SDL_H 1
| #define HAVE_SDL2_SDL_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STD__SHARED_PTR_INT_ 1
| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
| #define XF86VIDMODE_EXT 1
| #define HAVE_PTHREADS 1
| #define _REENTRANT 1
| #define BZFLAG_DATA "/usr/local/share/bzflag"
| #define HAVE_SDL 1
| #define HAVE_SDL2 1
| #define HALF_RATE_AUDIO 1
| #define NDEBUG 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:23029: result: no
configure:23052: checking ... f u n c t i o n s 
configure:23054: result: (7 of 9)
configure:23092: checking for CGLGetCurrentContext
configure:23092: result: no
configure:23092: checking for Sleep
configure:23092: result: no
configure:23092: checking for WaitForSingleObject
configure:23092: result: no
configure:23092: checking for _stricmp
configure:23092: result: no
configure:23092: checking for _strnicmp
configure:23092: result: no
configure:23092: checking for _vsnprintf
configure:23092: result: no
configure:23092: checking for atexit
configure:23092: result: yes
configure:23092: checking for hstrerror
configure:23092: result: yes
configure:23092: checking for sched_setaffinity
configure:23092: result: yes
configure:23092: checking for select
configure:23092: result: yes
configure:23092: checking for snooze
configure:23092: result: no
configure:23092: checking for usleep
configure:23092: result: yes
configure:23092: checking for vsnprintf
configure:23092: result: yes
configure:23092: checking for wglGetCurrentContext
configure:23092: result: no
configure:23111: checking for isnan
configure:23133: g++ -c -g -O2  conftest.cpp >&5
configure:23133: $? = 0
configure:23171: result: yes
configure:23197: g++ -c -g -O2  conftest.cpp >&5
configure:23197: $? = 0
configure:23219: g++ -c -g -O2  conftest.cpp >&5
configure:23219: $? = 0
configure:23242: g++ -c -g -O2  conftest.cpp >&5
configure:23242: $? = 0
configure:23267: checking ... s e r v i c e s 
configure:23269: result: (8 of 9)
configure:23385: checking for linux rumble joystick support
configure:23398: g++ -c -g -O2  conftest.cpp >&5
configure:23398: $? = 0
configure:23409: result: yes
configure:23413: checking for linux force feedback joystick support
configure:23426: g++ -c -g -O2  conftest.cpp >&5
configure:23426: $? = 0
configure:23437: result: yes
configure:23443: WARNING: Client build is enabled, but OpenGL does not seem to be fully available ... disabling BZFlag client
configure:23560: checking ... o u t p u t 
configure:23562: result: (9 of 9)
configure:23650: updating cache config.cache.linux-gnu.Deleted
configure:23694: checking that generated files are newer than configure
configure:23700: result: done
configure:23828: creating ./config.status

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

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

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

on Deleted

config.status:1429: creating MSVC/Makefile
config.status:1429: creating MSVC/build/Makefile
config.status:1429: creating Xcode/Makefile
config.status:1429: creating Xcode/BZFlag.xcodeproj/Makefile
config.status:1429: creating Xcode/licenses/Makefile
config.status:1429: creating Makefile
config.status:1429: creating bzflag.spec
config.status:1429: creating data/Makefile
config.status:1429: creating data/fonts/Makefile
config.status:1429: creating data/l10n/Makefile
config.status:1429: creating include/Makefile
config.status:1429: creating m4/Makefile
config.status:1429: creating man/Makefile
config.status:1429: creating misc/Makefile
config.status:1429: creating package/Makefile
config.status:1429: creating package/irix/Makefile
config.status:1429: creating package/linux/Makefile
config.status:1429: creating package/rpm/Makefile
config.status:1429: creating package/win32/Makefile
config.status:1429: creating package/win32/nsis/Makefile
config.status:1429: creating plugins/HoldTheFlag/Makefile
config.status:1429: creating plugins/Makefile
config.status:1429: creating plugins/Phoenix/Makefile
config.status:1429: creating plugins/RogueGenocide/Makefile
config.status:1429: creating plugins/SAMPLE_PLUGIN/Makefile
config.status:1429: creating plugins/airspawn/Makefile
config.status:1429: creating plugins/autoFlagReset/Makefile
config.status:1429: creating plugins/bzfscron/Makefile
config.status:1429: creating plugins/chathistory/Makefile
config.status:1429: creating plugins/customflagsample/Makefile
config.status:1429: creating plugins/customPollTypeSample/Makefile
config.status:1429: creating plugins/CustomZoneSample/Makefile
config.status:1429: creating plugins/fairCTF/Makefile
config.status:1429: creating plugins/fastmap/Makefile
config.status:1429: creating plugins/flagStay/Makefile
config.status:1429: creating plugins/keepaway/Makefile
config.status:1429: creating plugins/killall/Makefile
config.status:1429: creating plugins/koth/Makefile
config.status:1429: creating plugins/logDetail/Makefile
config.status:1429: creating plugins/nagware/Makefile
config.status:1429: creating plugins/playHistoryTracker/Makefile
config.status:1429: creating plugins/plugin_utils/Makefile
config.status:1429: creating plugins/rabbitTimer/Makefile
config.status:1429: creating plugins/rabidRabbit/Makefile
config.status:1429: creating plugins/recordmatch/Makefile
config.status:1429: creating plugins/regFlag/Makefile
config.status:1429: creating plugins/serverControl/Makefile
config.status:1429: creating plugins/serverSidePlayerSample/Makefile
config.status:1429: creating plugins/shockwaveDeath/Makefile
config.status:1429: creating plugins/superUser/Makefile
config.status:1429: creating plugins/teamflagreset/Makefile
config.status:1429: creating plugins/thiefControl/Makefile
config.status:1429: creating plugins/timedctf/Makefile
config.status:1429: creating plugins/TimeLimit/Makefile
config.status:1429: creating plugins/wwzones/Makefile
config.status:1429: creating src/3D/Makefile
config.status:1429: creating src/Makefile
config.status:1429: creating src/bzadmin/Makefile
config.status:1429: creating src/bzflag/Makefile
config.status:1429: creating src/bzfs/Makefile
config.status:1429: creating src/common/Makefile
config.status:1429: creating src/date/Makefile
config.status:1429: creating src/game/Makefile
config.status:1429: creating src/geometry/Makefile
config.status:1429: creating src/geometry/models/Makefile
config.status:1429: creating src/geometry/models/tank/Makefile
config.status:1429: creating src/mediafile/Makefile
config.status:1429: creating src/net/Makefile
config.status:1429: creating src/obstacle/Makefile
config.status:1429: creating src/ogl/Makefile
config.status:1429: creating src/platform/Makefile
config.status:1429: creating src/scene/Makefile
config.status:1429: creating tools/Makefile
config.status:1429: creating tools/TextTool2/Makefile
config.status:1429: creating tools/TextTool2/TextTool2.xcodeproj/Makefile
config.status:1429: creating tools/bzwtransform/Makefile
config.status:1429: creating tools/modeltool/Makefile
config.status:1429: creating tools/modeltool/MSVC/Makefile
config.status:1429: creating include/config.h
config.status:1658: executing depfiles commands
config.status:1658: executing libtool commands
configure:26376: result: Done.
configure:26378: result: 
configure:26389: result: BZFlag 2.4.21 configured on 2020-05-09 with the following:
configure:26400: result: 
configure:26402: result:              Prefix: /usr/local
configure:26404: result:            Binaries: /usr/local/bin
configure:26406: result:             Plugins: /usr/local/lib/bzflag
configure:26408: result:        Manual pages: /usr/local/share/man
configure:26410: result: 
configure:26412: result: BUILD_DATE    = 2020-05-09
configure:26414: result: CC            = gcc
configure:26416: result: CXX           = g++
configure:26418: result: CFLAGS        = -g -O2
configure:26420: result: CONF_CFLAGS   =  -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fexpensive-optimizations
configure:26422: result: CXXFLAGS      = -g -O2
configure:26424: result: CONF_CXXFLAGS =  -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fsigned-char -fexpensive-optimizations
configure:26426: result: CPPFLAGS      = 
configure:26428: result: CONF_CPPFLAGS =  
configure:26430: result: LDFLAGS       = 
configure:26432: result: LIBS          = -lm  -lpthread
configure:26434: result: GLIBS         = -lGLEW -lGLU -lXxf86vm -lXext  -lX11  
configure:26436: result: 
configure:26438: result: BZFlag client .....: no bzflag client binary! (missing OpenGL)
configure:26440: result: BZFlag server .....: yes (with plugins)
configure:26442: result: BZAdmin client ....: yes (with curses)
configure:26444: result: 
configure:26446: result: ---
configure:26448: result: ./configure complete, type 'make' to begin building
configure:26450: result: 

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SDL_CFLAGS_set=
ac_cv_env_SDL_CFLAGS_value=
ac_cv_env_SDL_LIBS_set=
ac_cv_env_SDL_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_ncurses_CFLAGS_set=
ac_cv_env_ncurses_CFLAGS_value=
ac_cv_env_ncurses_LIBS_set=
ac_cv_env_ncurses_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_CGLGetCurrentContext=no
ac_cv_func_Sleep=no
ac_cv_func_WaitForSingleObject=no
ac_cv_func__stricmp=no
ac_cv_func__strnicmp=no
ac_cv_func__vsnprintf=no
ac_cv_func_atexit=yes
ac_cv_func_curl_free=yes
ac_cv_func_dlopen=no
ac_cv_func_hstrerror=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_select=yes
ac_cv_func_shl_load=no
ac_cv_func_snooze=no
ac_cv_func_usleep=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_wglGetCurrentContext=no
ac_cv_header_GL_gl_h=yes
ac_cv_header_GL_glew_h=yes
ac_cv_header_GL_glu_h=yes
ac_cv_header_SDL2_SDL_h=yes
ac_cv_header_SDL_SDL_h=yes
ac_cv_header_X11_extensions_xf86vmode_h=yes
ac_cv_header_bstring_h=no
ac_cv_header_cmath=yes
ac_cv_header_cstdio=yes
ac_cv_header_cstdlib=yes
ac_cv_header_cstring=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_dsound_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_input_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_process_h=no
ac_cv_header_regex_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_Xext_XextAddDisplay=yes
ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
ac_cv_lib_bind_gethostent=no
ac_cv_lib_c_r_pthread_create=no
ac_cv_lib_c_regcomp=yes
ac_cv_lib_cares_ares_init=yes
ac_cv_lib_cares_ares_library_init=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_m_acosf=yes
ac_cv_lib_m_asinf=yes
ac_cv_lib_m_atan2f=yes
ac_cv_lib_m_atanf=yes
ac_cv_lib_m_cosf=yes
ac_cv_lib_m_expf=yes
ac_cv_lib_m_fabsf=yes
ac_cv_lib_m_floorf=yes
ac_cv_lib_m_fmodf=yes
ac_cv_lib_m_hypotf=yes
ac_cv_lib_m_log10f=yes
ac_cv_lib_m_logf=yes
ac_cv_lib_m_powf=yes
ac_cv_lib_m_sinf=yes
ac_cv_lib_m_sqrtf=yes
ac_cv_lib_m_tanf=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_rt_shm_open=yes
ac_cv_lib_socket_gethostent=no
ac_cv_lib_socket_socket=no
ac_cv_lib_z_compressBound=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path__libcurl_config=/usr/bin/curl-config
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_HASPOD2MAN=yes
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_glBegin=no
ac_cv_search_glewInit=-lGLEW
ac_cv_search_gluScaleImage=-lGLU
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_int=8
ac_cv_sizeof_long_long_int=8
ac_cv_sizeof_short_int=2
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_socklen_t=yes
ac_cv_type_std__shared_ptr_int_=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_cxx_compile_cxx0x_cxx=yes
ax_cv_cxx_compile_cxx0x_gxx=yes
ax_cv_cxx_compile_cxx0x_native=yes
libcurl_cv_lib_curl_usable=yes
libcurl_cv_lib_curl_version=7.52.1
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_SDL_CFLAGS='-D_REENTRANT -I/usr/include/SDL2'
pkg_cv_SDL_LIBS=-lSDL2
pkg_cv_ncurses_CFLAGS='-D_GNU_SOURCE -D_DEFAULT_SOURCE'
pkg_cv_ncurses_LIBS='-lncurses -ltinfo'

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

ACLOCAL='${SHELL} /bigdrive/jarrett/shared/bzflag/misc/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APPLE_FALSE=''
APPLE_TRUE='#'
AR='ar'
AR_FLAGS='cru'
AUTOCONF='${SHELL} /bigdrive/jarrett/shared/bzflag/misc/missing autoconf'
AUTOHEADER='${SHELL} /bigdrive/jarrett/shared/bzflag/misc/missing autoheader'
AUTOMAKE='${SHELL} /bigdrive/jarrett/shared/bzflag/misc/missing automake-1.15'
AWK='gawk'
BEOS_FALSE=''
BEOS_TRUE='#'
BUGGY_MIPSPRO_FALSE=''
BUGGY_MIPSPRO_TRUE='#'
BUILD_DATE='2020-05-09'
BUILD_PLUGINS_FALSE='#'
BUILD_PLUGINS_TRUE=''
BZADMIN_INCLUDED_FALSE='#'
BZADMIN_INCLUDED_TRUE=''
BZFLAG_DATA='/usr/local/share/bzflag'
CC='gcc'
CCACHE=''
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CLIENT_INCLUDED_FALSE=''
CLIENT_INCLUDED_TRUE='#'
CONFIG=''
CONFIG_CACHE='config.cache.linux-gnu.Deleted'
CONF_CFLAGS=' -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fexpensive-optimizations'
CONF_CPPFLAGS=' '
CONF_CXXFLAGS=' -Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic -mtune=native -fsigned-char -fexpensive-optimizations'
CPP='gcc -E'
CPPFLAGS=''
CURSES_LIB='-lncurses -ltinfo'
CUSTOM_PLUGIN_LIST=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO='printf %s\n'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GLIBS='-lGLEW -lGLU -lXxf86vm -lXext  -lX11  '
GREP='/bin/grep'
HASPOD2MAN='yes'
HASPOD2MAN_FALSE='#'
HASPOD2MAN_TRUE=''
HAVE_CURSES_FALSE='#'
HAVE_CURSES_TRUE=''
HAVE_SDL2_FALSE='#'
HAVE_SDL2_TRUE=''
HAVE_SDL_FALSE='#'
HAVE_SDL_TRUE=''
HPUX_FALSE=''
HPUX_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
IRIX_FALSE=''
IRIX_TRUE='#'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBCARES='-lcares'
LIBCURL='-lcurl'
LIBCURL_CPPFLAGS=''
LIBDIR='$(top_srcdir)/lib'
LIBDL='-ldl'
LIBMINIUPNPC=''
LIBOBJS=''
LIBPTHREAD='-lpthread'
LIBREGEX='-lc'
LIBRT='-lrt'
LIBS='-lm  -lpthread'
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBTOOLFLAGS='--silent'
LIBTOOL_DEPS='misc/ltmain.sh'
LIBZ='-lz'
LINUX_FALSE='#'
LINUX_TRUE=''
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /bigdrive/jarrett/shared/bzflag/misc/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJC=''
OBJCDEPMODE=''
OBJCFLAGS=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='bzflag'
PACKAGE_BUGREPORT='http://BZFlag.org/'
PACKAGE_NAME='BZFlag'
PACKAGE_STRING='BZFlag 2.4.21'
PACKAGE_TARNAME='bzflag'
PACKAGE_URL=''
PACKAGE_VERSION='2.4.21'
PATH_SEPARATOR=':'
PC_FALSE='#'
PC_TRUE=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PPC_FALSE=''
PPC_TRUE='#'
RANLIB='ranlib'
SDL2_CONFIG='pkg-config sdl2'
SDL_CFLAGS='-D_REENTRANT -I/usr/include/SDL2'
SDL_CONFIG=''
SDL_LIBS='-lSDL2'
SED='/bin/sed'
SERVER_INCLUDED_FALSE='#'
SERVER_INCLUDED_TRUE=''
SET_MAKE=''
SHELL='/bin/bash'
SOLARIS_FALSE=''
SOLARIS_TRUE='#'
STRIP='strip'
VERSION='2.4.21'
WIN32_FALSE=''
WIN32_TRUE='#'
WINDRES=':'
_libcurl_config=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_OBJC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__fastdepOBJC_FALSE=''
am__fastdepOBJC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='/usr/local/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /bigdrive/jarrett/shared/bzflag/misc/install-sh'
libdir='/usr/local/lib/bzflag'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/local/share/man'
mkdir_p='$(MKDIR_P)'
ncurses_CFLAGS='-D_GNU_SOURCE -D_DEFAULT_SOURCE'
ncurses_LIBS='-lncurses -ltinfo'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

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

/* confdefs.h */
#define PACKAGE_NAME "BZFlag"
#define PACKAGE_TARNAME "bzflag"
#define PACKAGE_VERSION "2.4.21"
#define PACKAGE_STRING "BZFlag 2.4.21"
#define PACKAGE_BUGREPORT "http://BZFlag.org/"
#define PACKAGE_URL ""
#define PACKAGE "bzflag"
#define VERSION "2.4.21"
#define BUILD_DATE "2020-05-09"
#define BZ_BUILD_OS "linux-gnu"
#define HAVE_NCURSES_H /**/
#define BZ_PLUGINS 1
#define ROBOT 1
#define HAVE_STDCXX_0X /**/
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_ARES_LIBRARY_INIT 1
#define HAVE_LIBCURL 1
#define LIBCURL_FEATURE_SSL 1
#define LIBCURL_FEATURE_IPV6 1
#define LIBCURL_FEATURE_UNIXSOCKETS 1
#define LIBCURL_FEATURE_LIBZ 1
#define LIBCURL_FEATURE_ASYNCHDNS 1
#define LIBCURL_FEATURE_IDN 1
#define LIBCURL_FEATURE_GSS_API 1
#define LIBCURL_FEATURE_PSL 1
#define LIBCURL_FEATURE_SPNEGO 1
#define LIBCURL_FEATURE_KERBEROS 1
#define LIBCURL_FEATURE_NTLM 1
#define LIBCURL_FEATURE_NTLM_WB 1
#define LIBCURL_FEATURE_TLS_SRP 1
#define LIBCURL_FEATURE_HTTP2 1
#define LIBCURL_FEATURE_HTTPS_PROXY 1
#define LIBCURL_PROTOCOL_DICT 1
#define LIBCURL_PROTOCOL_FILE 1
#define LIBCURL_PROTOCOL_FTP 1
#define LIBCURL_PROTOCOL_FTPS 1
#define LIBCURL_PROTOCOL_GOPHER 1
#define LIBCURL_PROTOCOL_HTTP 1
#define LIBCURL_PROTOCOL_HTTPS 1
#define LIBCURL_PROTOCOL_IMAP 1
#define LIBCURL_PROTOCOL_IMAPS 1
#define LIBCURL_PROTOCOL_LDAP 1
#define LIBCURL_PROTOCOL_LDAPS 1
#define LIBCURL_PROTOCOL_POP3 1
#define LIBCURL_PROTOCOL_POP3S 1
#define LIBCURL_PROTOCOL_RTMP 1
#define LIBCURL_PROTOCOL_RTSP 1
#define LIBCURL_PROTOCOL_SCP 1
#define LIBCURL_PROTOCOL_SFTP 1
#define LIBCURL_PROTOCOL_SMB 1
#define LIBCURL_PROTOCOL_SMBS 1
#define LIBCURL_PROTOCOL_SMTP 1
#define LIBCURL_PROTOCOL_SMTPS 1
#define LIBCURL_PROTOCOL_TELNET 1
#define LIBCURL_PROTOCOL_TFTP 1
#define HAVE_REGEX_H 1
#define HAVE_LIBM 1
#define HAVE_ACOSF 1
#define HAVE_ASINF 1
#define HAVE_ATAN2F 1
#define HAVE_ATANF 1
#define HAVE_COSF 1
#define HAVE_EXPF 1
#define HAVE_FABSF 1
#define HAVE_FLOORF 1
#define HAVE_FMODF 1
#define HAVE_HYPOTF 1
#define HAVE_LOGF 1
#define HAVE_LOG10F 1
#define HAVE_POWF 1
#define HAVE_SINF 1
#define HAVE_SQRTF 1
#define HAVE_TANF 1
#define SIZEOF_INT 4
#define SIZEOF_SHORT_INT 2
#define SIZEOF_LONG_INT 8
#define SIZEOF_LONG_LONG_INT 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_INT 4
#define SIZEOF_SHORT_INT 2
#define SIZEOF_LONG_INT 8
#define SIZEOF_LONG_LONG_INT 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define STDC_HEADERS 1
#define HAVE_CMATH 1
#define HAVE_CSTDLIB 1
#define HAVE_CSTDIO 1
#define HAVE_CSTRING 1
#define HAVE_SDL_SDL_H 1
#define HAVE_SDL2_SDL_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LINUX_INPUT_H 1
#define HAVE_SCHED_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETDB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VALUES_H 1
#define HAVE_SOCKLEN_T 1
#define HAVE_STD__SHARED_PTR_INT_ 1
#define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
#define XF86VIDMODE_EXT 1
#define HAVE_PTHREADS 1
#define _REENTRANT 1
#define BZFLAG_DATA "/usr/local/share/bzflag"
#define HAVE_SDL 1
#define HAVE_SDL2 1
#define HALF_RATE_AUDIO 1
#define NDEBUG 1
#define HAVE_ATEXIT 1
#define HAVE_HSTRERROR 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_SELECT 1
#define HAVE_USLEEP 1
#define HAVE_VSNPRINTF 1
#define HAVE_STD__ISNAN 1
#define HAVE_STD__MIN 1
#define HAVE_STD__MAX 1
#define HAVE_STD__COUNT 1
#define HAVE_FF_EFFECT_RUMBLE 1
#define HAVE_FF_EFFECT_DIRECTIONAL 1

configure: exit 0
User avatar
blast
General
General
Posts: 4931
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Compiling on Debian

Post by blast »

The GL library should have glBegin. What graphics driver are you using and how did you install it?
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
SpringTank
Private First Class
Private First Class
Posts: 41
Joined: Sun Nov 02, 2008 11:11 pm
Location: Texas
Contact:

Re: Compiling on Debian

Post by SpringTank »

I am using NVIDIA's driver. Current as of just a couple of weeks ago. Let me try upgrading it to see if that fixes anything.
User avatar
SpringTank
Private First Class
Private First Class
Posts: 41
Joined: Sun Nov 02, 2008 11:11 pm
Location: Texas
Contact:

Re: Compiling on Debian

Post by SpringTank »

After updating the driver it seems to have fixed my problem. That was weird. Thanks for your help.
Post Reply