Invocation: ./configure --enable-dedicated Detecing awk... Trying: echo "a.c b.c c.c" | tr ' ' \n | awk ' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }' 2>/dev/null Result: 'a.o b.o c.o ' checking awk... awk detecting OS... UNIX checking build system type... CC/CXX not set (skipping) executing gcc -dumpmachine returned x86_64-linux-gnu exit code 0 checking build system type... x86_64-linux-gnu checking host system type... CC/CXX not set (skipping) executing gcc -dumpmachine returned x86_64-linux-gnu exit code 0 checking host system type... x86_64-linux-gnu checking universal build... no checking build cc... gcc checking host cc... gcc checking build c++... CC/CXX not set (skipping) executing g++ -dumpmachine returned x86_64-linux-gnu exit code 0 checking build c++... g++ checking host c++... CC/CXX not set (skipping) executing g++ -dumpmachine returned x86_64-linux-gnu exit code 0 checking host c++... g++ checking host strip... CC/CXX not set (skipping) executing strip -V returned GNU strip (GNU Binutils for Ubuntu) 2.25 Copyright (C) 2014 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. exit code 0 checking host strip... strip checking builtin depend... yes checking makedepend... disabled executing g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1 returned exit code 0 detecting cpu-type... 64 bits executing g++ -msse4.1 tmp.sse.cpp -o tmp.sse 2>&1 returned exit code 0 detecting SSE... found checking static... no checking unicode... no using debug level... no using desync debug level... no using link time optimization... no checking OSX sysroot... not OSX, skipping checking Allegro... dedicated server, skipping checking SDL... dedicated server, skipping checking COCOA... dedicated server, skipping checking GDI video driver... dedicated server, skipping checking dedicated... found checking console application... not Windows, skipping checking network... found checking squirrel... found checking translator... no checking assert... disabled detecting zlib trying /usr/include/zlib.h... found checking zlib... found detecting liblzma executing pkg-config liblzma --modversion returned 5.1.0alpha exit code 0 checking liblzma... found detecting lzo2 trying /usr/include/lzo/lzo1x.h... found checking lzo2... found detecting libxdg-basedir executing pkg-config libxdg-basedir --modversion returned exit code 1 checking libxdg-basedir... not found detecting libpng executing pkg-config libpng --modversion returned 1.2.51 exit code 0 checking libpng... found checking libfreetype... dedicated server, skipping checking libfontconfig... dedicated server, skipping checking libicu... dedicated server, skipping checking psp-config... not PSP, skipping detecting libtimidity trying /usr/include/timidity.h... no trying /usr/local/include/timidity.h... no trying /mingw/include/timidity.h... no trying /opt/local/include/timidity.h... no checking libtimidity... not found checking direct-music... not Windows, skipping running echo | sort result was valid checking sort... sort checking endianness... AUTO suppress language errors... no checking stripping... strip -s checking distcc... no (only used when forced) checking ccache... no (only used when forced) executing grfcodec -v returned exit code 0 checking grfcodec... not found executing nforenum -v returned exit code 0 checking nforenum... not found checking OSX application bundle... not OSX, skipping checking revision... no detection WARNING: there is no means to determine the version. WARNING: please use a subversion, mercurial, or git checkout of OpenTTD. WARNING: you can only join game servers that have been compiled without WARNING: version detection. WARNING: there is a great chance you desync. WARNING: USE WITH CAUTION! checking iconv... not OSX, skipping personal home directory... .openttd shared data directory... none installation directory... / icon theme directory... share/icons/hicolor manual page directory... share/man/man6 menu item directory... share/applications Running configure with following options: ./configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="strip" --lipo="" --awk="awk" --os="UNIX" --endian="AUTO" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/doc/openttd" --icon-dir="share/pixmaps" --icon-theme-dir="share/icons/hicolor" --man-dir="share/man/man6" --menu-dir="share/applications" --personal-dir=".openttd" --shared-dir="" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="1" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="0" --enable-strip="1" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="1" --with-osx-sysroot="0" --with-application-bundle="0" --with-allegro="1" --with-sdl="1" --with-cocoa="0" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-sort="1" --with-iconv="0" --with-midi="" --with-midi-arg="" --with-libtimidity="0" --with-freetype="1" --with-fontconfig="1" --with-icu="1" --static-icu="0" --with-psp-config="1" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD="" using CFLAGS_BUILD... -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -rdynamic -DUNIX -D_FORTIFY_SOURCE=2 -O1 -DNDEBUG using CXXFLAGS_BUILD... -std=gnu++0x -Wno-narrowing using LDFLAGS_BUILD... -rdynamic using CFLAGS... -O2 -fomit-frame-pointer -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -rdynamic -DUNIX -D_FORTIFY_SOURCE=2 -DWITH_SSE -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -I/home/openttd/openttd-virj-source/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/include/libpng12 -DDEDICATED -DENABLE_NETWORK -DNDEBUG -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\".openttd\" -DGLOBAL_DATA_DIR=\"/usr/local/share/games/openttd\" using CXXFLAGS... -std=gnu++0x -Wno-narrowing using LDFLAGS... -lstdc++ -lpthread -lc -lz -llzma -llzo2 -lpng12 -rdynamic Generating Makefile... Generating menu item... Generating lang/Makefile... Generating setting/Makefile... Generating grf/Makefile... Generating objs/Makefile...