Skip to content

Instantly share code, notes, and snippets.

@wence-
Created October 8, 2014 15:01
Show Gist options
  • Select an option

  • Save wence-/4350dc9906c5dd97c8f2 to your computer and use it in GitHub Desktop.

Select an option

Save wence-/4350dc9906c5dd97c8f2 to your computer and use it in GitHub Desktop.
2014-10-08 15:58:55 +0100
./configure
--disable-debug
--disable-dependency-tracking
--prefix=/usr/local/Cellar/freeciv/2.4.3
CFLAGS=-I/usr/local/Cellar/gettext/0.19.2/include
LDFLAGS=-L/usr/local/Cellar/gettext/0.19.2/lib
--enable-client=sdl
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking for gcc... clang
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... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... bootstrap/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of clang... none
checking whether make supports nested variables... yes
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for getaddrinfo... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for getnameinfo... yes
checking for AF_INET6... yes
checking for MagickWand-config in default path... found in /usr/local/bin
checking for MagickWand-config --cflags... -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6
checking for MagickWand-config --libs... -L/usr/local/Cellar/imagemagick/6.8.9-7/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16
checking for all development tools needed for MagickWand... yes
checking for gawk... (cached) awk
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... clang -E
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ar... (cached) ar
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether C++ compiler works... yes
checking for uname... uname
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for libcharset... yes
checking for nl_langinfo and CODESET... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for xgettext... /usr/local/opt/gettext/bin/xgettext
checking for catalogs to be installed... ar bg cs ca da de el en_GB eo es et fa fi fr ga gd he hu id it ja ko lt nl nb no pl pt pt_BR ro ru sr sv tr uk zh_CN zh_TW
checking for ngettext in -lc... no
checking for ngettext in -lintl... (cached) yes
checking whether libintl's ngettext works at runtime... yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CURL... yes
checking for C99 variadic macros... yes
checking for C99 variable arrays... yes
checking for C99 initializers... yes
checking for stdint.h... (cached) yes
checking for C99 stdint.h... yes
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzip... /usr/bin/gzip
checking for BZ2_bzReadOpen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for lzma_code in -llzma... yes
checking lzma.h usability... yes
checking lzma.h presence... yes
checking for lzma.h... yes
checking for threads implementation... pthreads
checking for sdl-config... /usr/local/opt/sdl/bin/sdl-config
checking for SDL - version >= 1.1.4... yes
checking for IMG_Load in -lSDL_image... yes
checking SDL/SDL_image.h usability... yes
checking SDL/SDL_image.h presence... yes
checking for SDL/SDL_image.h... yes
checking for freetype-config... /opt/X11/bin/freetype-config
checking for FreeType -- version >= 2.1.3... yes
checking for libcharset... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for connect in -lsocket... no
checking for gethostbyaddr in -lbind... no
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether Xfuncproto was supplied... no
checking for compilable FUNCPROTO definition... yes, determined: 15
checking for workable NARROWPROTO definition... yes, determined:
checking whether Xfuncproto was determined... yes: FUNCPROTO=15 NARROWPROTO=
checking for sdl-config... (cached) /usr/local/opt/sdl/bin/sdl-config
checking for SDL - version >= 1.0.0... yes
checking SDL_mixer.h usability... yes
checking SDL_mixer.h presence... yes
checking for SDL_mixer.h... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking building SDL_mixer support... yes
checking for GGZ library: libggz... no
checking for GGZ library: libggz... (cached) no
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking for GTK+ - version >= 2.12.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
checking for gethostbyaddr in -lbind... (cached) no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for completion_matches in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking whether readline works at runtime... _ yes
checking for main in -lnls... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for libintl.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for strings.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for socklen_t... yes
checking for intptr_t... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working strcoll... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working vsnprintf... yes
checking for vsnprintf... yes
checking for bind... yes
checking for connect... (cached) yes
checking for fileno... yes
checking for flock... yes
checking for ftime... yes
checking for gethostbyname... (cached) yes
checking for gethostname... yes
checking for getpwuid... yes
checking for inet_aton... yes
checking for select... yes
checking for snooze... no
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for uname... yes
checking for usleep... yes
checking for getline... yes
checking for _strcoll... no
checking for stricoll... no
checking for _stricoll... no
checking for strcasecoll... no
checking for getaddrinfo... (cached) yes
checking for backtrace... yes
checking for working gettimeofday... yes
checking for fdopen... yes
checking for fcntl... yes
checking for SIGPIPE... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working mkstemp... yes
checking for isatty... yes
checking for popen... yes
checking for _longjmp... yes
checking for _setjmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/civclient.dsc
config.status: creating data/civserver.dsc
config.status: creating data/civserver.room
config.status: creating data/hex2t/Makefile
config.status: creating data/amplio2/Makefile
config.status: creating data/buildings/Makefile
config.status: creating data/flags/Makefile
config.status: creating data/misc/Makefile
config.status: creating data/cimpletoon/Makefile
config.status: creating data/trident/Makefile
config.status: creating data/isophex/Makefile
config.status: creating data/isotrident/Makefile
config.status: creating data/stdsounds/Makefile
config.status: creating data/default/Makefile
config.status: creating data/multiplayer/Makefile
config.status: creating data/experimental/Makefile
config.status: creating data/civ1/Makefile
config.status: creating data/civ2/Makefile
config.status: creating data/scenarios/Makefile
config.status: creating data/nation/Makefile
config.status: creating data/themes/Makefile
config.status: creating data/themes/gui-gtk-2.0/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/Makefile
config.status: creating data/themes/gui-gtk-3.0/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Arrows/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Buttons/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Check-Radio/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Combo/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Frame-Gap/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Handles/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Lines/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/ListHeaders/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Menu-Menubar/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Others/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Panel/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/ProgressBar/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Range/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Scrollbars/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Shadows/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Spin/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Tabs/Makefile
config.status: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Toolbar/Makefile
config.status: creating data/themes/gui-sdl/Makefile
config.status: creating data/themes/gui-sdl/human/Makefile
config.status: creating data/wonders/Makefile
config.status: creating data/icons/Makefile
config.status: creating utility/Makefile
config.status: creating dependencies/Makefile
config.status: creating dependencies/lua-5.1/Makefile
config.status: creating dependencies/lua-5.1/src/Makefile
config.status: creating dependencies/tolua-5.1/Makefile
config.status: creating dependencies/tolua-5.1/src/Makefile
config.status: creating dependencies/tolua-5.1/src/lib/Makefile
config.status: creating dependencies/tolua-5.1/src/bin/Makefile
config.status: creating dependencies/luasql-2.1.1/Makefile
config.status: creating dependencies/luasql-2.1.1/src/Makefile
config.status: creating dependencies/cvercmp/Makefile
config.status: creating common/Makefile
config.status: creating common/aicore/Makefile
config.status: creating common/scriptcore/Makefile
config.status: creating ai/Makefile
config.status: creating ai/default/Makefile
config.status: creating ai/stub/Makefile
config.status: creating ai/threaded/Makefile
config.status: creating tests/Makefile
config.status: creating win32/Makefile
config.status: creating client/Makefile
config.status: creating client/agents/Makefile
config.status: creating client/include/Makefile
config.status: creating client/gui-sdl/Makefile
config.status: creating client/gui-gtk-2.0/Makefile
config.status: creating client/gui-gtk-3.0/Makefile
config.status: creating client/gui-xaw/Makefile
config.status: creating client/gui-qt/Makefile
config.status: creating client/gui-stub/Makefile
config.status: creating client/luascript/Makefile
config.status: creating server/Makefile
config.status: creating server/advisors/Makefile
config.status: creating server/generator/Makefile
config.status: creating server/scripting/Makefile
config.status: creating manual/Makefile
config.status: creating modinst/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/man/freeciv-client.6
config.status: creating doc/man/freeciv-server.6
config.status: creating doc/man/freeciv-manual.6
config.status: creating doc/man/freeciv-modpack.6
config.status: creating doc/ca/Makefile
config.status: creating doc/de/Makefile
config.status: creating doc/fr/Makefile
config.status: creating doc/it/Makefile
config.status: creating doc/ja/Makefile
config.status: creating doc/nl/Makefile
config.status: creating doc/sv/Makefile
config.status: creating freeciv.spec
config.status: creating data/Freeciv
config.status: creating client/freeciv.desktop
config.status: creating client/freeciv-gtk3.desktop
config.status: creating client/freeciv-sdl.desktop
config.status: creating server/freeciv-server.desktop
config.status: creating modinst/freeciv-modpack.desktop
config.status: creating client/freeciv-gtk2.appdata.xml
config.status: creating client/freeciv-gtk3.appdata.xml
config.status: creating client/freeciv-sdl.appdata.xml
config.status: creating server/freeciv-server.appdata.xml
config.status: creating modinst/freeciv-modpack.appdata.xml
config.status: creating fcgui
config.status: creating fcser
config.status: creating fc_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing fc_default-1 commands
extending po/Makefile
config.status: executing fc_default-2 commands
silencing po/Makefile
config.status: executing fc_default-4 commands
modifying po/Makefile add-comments/escape
config.status: executing fc_default-5 commands
configure:
****************** Configuration Summary ******************
== General build options ==
Shared libraries: no
Debugging support: no
Profiling support: no
IPv6 support: yes
Map image toolkits: auto
ppm: built-in
MagickWand: yes
== Client ==
Build freeciv client: yes
Maintained client frontends:
Gtk-2.0: no
Gtk-3.0: no
SDL: yes
Xaw: no
Stub: no
In-development client frontends:
(these are not yet ready for general use)
QT: no
== Server ==
Build freeciv server: yes
AI modules support: no
Database support: no
mysql: no
postgres: no
sqlite3: no
clang called with: -E -
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: --version
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -g conftest.c
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -L/usr/local/Cellar/imagemagick/6.8.9-7/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -L/usr/local/Cellar/imagemagick/6.8.9-7/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -print-prog-name=ld
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c conftstm.o
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv executed: clang -pipe -Os -march=native -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/Cellar/gettext/0.19.2/include -c -o conftest.o conftest.c
superenv executed: clang -pipe -Os -march=native -I/usr/local/Cellar/gettext/0.19.2/include -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv executed: clang -pipe -Os -march=native -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fno-rtti -fno-exceptions conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fno-common -DPIC -DPIC conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -static conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -o out/conftest2.o conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -print-search-dirs
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -print-multi-os-directory
superenv executed: clang -pipe -Os -march=native -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: --version
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -c -g conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -o conftest -g -O2 -L/usr/local/Cellar/gettext/0.19.2/lib conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -L/usr/local/Cellar/gettext/0.19.2/lib conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -print-prog-name=ld
superenv executed: clang++ -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -o conftest -g -O2 -L/usr/local/Cellar/gettext/0.19.2/lib -static conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -L/usr/local/Cellar/gettext/0.19.2/lib -static conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 -o out/conftest2.o conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -o conftest -g -O2 -L/usr/local/Cellar/gettext/0.19.2/lib conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -L/usr/local/Cellar/gettext/0.19.2/lib conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-prog-name=ld
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lc -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lc -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -O3 conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -O3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -O3 -fomit-frame-pointer conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -O3 -fomit-frame-pointer conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -c -g -O2 -O3 conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -O3 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang++ called with: -c -g -O2 -O3 -fomit-frame-pointer conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -O3 -fomit-frame-pointer conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lz -liconv -lcurl
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lz -liconv -lcurl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lbz2 -liconv -lcurl
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lbz2 -liconv -lcurl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -llzma -liconv -lcurl
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -llzma -liconv -lcurl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/gettext/0.19.2/include -pthread -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/gettext/0.19.2/include -pthread -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib -liconv -lcurl -pthread conftest.c -liconv -lcurl
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib -liconv -lcurl -pthread conftest.c -liconv -lcurl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lSDL_image -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lSDL_image -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/opt/X11/include/freetype2 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -L/opt/X11/lib -lfreetype -lz -lbz2 -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/opt/X11/include/freetype2 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -L/opt/X11/lib -lfreetype -lz -lbz2 -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lsocket -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lsocket -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lbind -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lbind -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lX11 -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lX11 -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -lX11
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -lX11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lICE -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lICE -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -lSM -lICE -lXaw -lXt -lX11 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -lSM -lICE -lXaw -lXt -lX11 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -lSM -lICE -lXaw -lXt -lX11 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -lSM -lICE -lXaw -lXt -lX11 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lSDL_mixer -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lSDL_mixer -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -Wall -Werror -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -Wall -Werror -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib -L/usr/local/Cellar/gettext/0.19.2/lib -Wl,-rpath= conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib -L/usr/local/Cellar/gettext/0.19.2/lib -Wl,-rpath= conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lnls -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lnls -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" conftest.c
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2014-10-08 15:59:34 +0100
make
install
Making install in data
Making install in icons
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/128x128/apps" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/128x128/apps"
test -z "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/16x16/apps" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/16x16/apps"
test -z "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/32x32/apps" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/32x32/apps"
test -z "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/48x48/apps" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/48x48/apps"
mkdir: /usr/local/Cellar/freeciv/2.4.3/share: File exists
mkdir: /usr/local/Cellar/freeciv/2.4.3/share/icons: File exists
mkdir: /usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor: File exists
mkdir: /usr/local/Cellar/freeciv/2.4.3/share: File exists
mkdir: /usr/local/Cellar/freeciv/2.4.3/share/icons: File exists
mkdir: /usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor: File exists
/usr/bin/install -c -m 644 16x16/freeciv-client.png 16x16/freeciv-server.png '/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/16x16/apps'
/usr/bin/install -c -m 644 128x128/freeciv-client.png 128x128/freeciv-server.png '/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/128x128/apps'
/usr/bin/install -c -m 644 32x32/freeciv-client.png 32x32/freeciv-server.png '/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/32x32/apps'
/usr/bin/install -c -m 644 48x48/freeciv-client.png 48x48/freeciv-server.png '/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/48x48/apps'
test -z "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/64x64/apps" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/64x64/apps"
/usr/bin/install -c -m 644 64x64/freeciv-client.png 64x64/freeciv-server.png '/usr/local/Cellar/freeciv/2.4.3/share/icons/hicolor/64x64/apps'
Making install in amplio2
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/amplio2" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/amplio2"
/usr/bin/install -c -m 644 ancientcities.png ancientcities.spec explosions.png explosions.spec fog.png fog.spec grid.png grid.spec hills.png hills.spec medievalcities.png medievalcities.spec moderncities.png moderncities.spec mountains.png mountains.spec nuke.png nuke.spec ocean.png ocean.spec select-alpha.png select.png select.spec terrain1.png terrain1.spec terrain2.png terrain2.spec tiles.png tiles.spec units.png units.spec veterancy.png veterancy.spec water.png water.spec '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/amplio2'
Making install in misc
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/misc" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/misc"
/usr/bin/install -c -m 644 buildings.png buildings.spec buildings-large.spec chiefs.png chiefs.spec citybar.png citybar.spec cityicon.png civicon.png colors.tilespec cursors.png cursors.spec editor.png editor.spec flags-large.spec flags.spec icons.spec intro.png mpicon.png overlays.png overlays.spec radar.png shields-large.spec shields.spec small.png small.spec space.png space.spec techs.png techs.spec treaty.png treaty.spec wonders-large.spec '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/misc'
Making install in flags
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags"
/usr/bin/install -c -m 644 abkhazia.png aborigines.png acadia.png aceh.png acre.png adygea.png afghanistan.png africa.png ainu.png akwe.png aland.png albania.png aleut.png algeria.png almohad.png alsace.png amazigh.png amazon.png andorra.png angola.png anhalt.png anishinaabe.png antarctica.png antarctica_alt.png antigua_and_barbuda.png apache.png arab.png aragon.png aram.png argentina.png armenia.png ashanti.png assam.png assyria.png asturias.png atlantis.png australia.png austria.png avar.png aymara.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 azerbaijan.png aztec.png babylon.png baden.png bahamas.png bahrain.png bangladesh.png barbados.png barbarian.png bashkortostan.png bavarian.png belarus.png belgic.png belgium.png belize.png bengal.png benin.png benin_ancient.png bhutan.png biafra.png boer.png boii.png bolivia.png bophuthatswana.png bosnia.png bosporus.png botswana.png brandenburg.png brasil.png britannia.png brittany.png brunei.png bulgaria.png burgundy.png burkina_faso.png burundi.png buryatia.png byzantium.png caddo.png california.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 cameroon.png canada.png canada_old.png canar.png cantonese.png cape_verde.png car.png cartago.png castile.png catalan.png celtiberian.png celtic.png central_america.png central_lithuania.png chad.png cham.png chananea.png chechnya.png cheyenne.png chiapas.png chickasaw.png chile.png chimu.png china.png choctaw.png chola.png chrobatian.png chumash.png chuvashia.png clatsop.png colombia.png comanche.png comoros.png constantine.png cornwall.png corsica.png cossack.png costa_rica.png courland.png crete.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 crimean_tatar.png croatia.png cuba.png cuyavia.png cyprus.png cyrenaica.png czech.png czechoslovakia.png dahomey.png darfur.png ddr.png denmark.png dgb.png djibouti.png dominica.png dominican_republic.png dr_congo.png dryad.png ecuador.png east_timor.png egypt_ancient.png egypt.png elam.png el_salvador.png england.png epirus.png equatorial_guinea.png esperanto.png estonia.png eritrea.png ethiopia.png ethiopia_old.png etruscan.png europe.png euskadi.png evenkia.png faroes.png fiji.png finland.png flanders.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 florence.png france_old.png france.png franconia.png french_polynesia.png frisia.png friuli.png gabon.png gael.png galicia.png gambia.png gaul.png georgia.png germanic.png germany.png gokturk.png ghana.png ghana_ancient.png ghaznavid.png golden_horde.png gothic.png greater_poland.png greece_ancient.png greece.png greenland.png grenada.png grisons.png guanche.png guarani.png guatemala.png guinea.png guinea-bissau.png gupta.png guyana.png hacker.png hainan.png haiti.png han.png hanover.png hansa.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 hawaii.png helvetii.png hephthalite.png hesse.png himyar.png hittite.png honduras.png hopi.png hre.png hungary.png hunnic.png iberian.png iceland.png illyria.png inca.png india.png indoeuropean.png indonesia.png innu.png iran_ancient.png iran.png iraq_old.png iraq.png ireland.png iroquois.png israel.png israel_ancient.png italy.png ivory_coast.png jaffna.png jamaica.png japan.png jbonai.png jerusalem.png jolof.png jordan.png kalmykia.png kampuchea.png kanem-bornu.png karelia.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 karen.png kashmir.png kashubia.png katanga.png kazakhstan.png keetoowah.png kenya.png khazaria.png khmer.png khwarezm.png kiev.png kiribati.png kongo.png korea.png korea_ancient.png kosovo.png kuna_yala.png kurd.png kuwait.png kyrgyzstan.png labarum.png laos.png latin_empire.png latvia.png lebanon.png lendian.png leon.png lesotho.png lesotho_old.png liberia.png liburnian.png libya.png libya_old.png liechtenstein.png liguria.png lipkatatar.png lippe.png lithuania.png lorraine.png luna.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 lusatia.png luwian.png luxembourg.png maasai.png macedon.png macedonia.png madagascar.png majapahit.png malawi.png malaysia.png maldives.png mali.png mali_ancient.png malta.png mamluk.png man.png manchuria.png maori.png mapuche.png marathi.png mars.png mauritania.png mauritius.png maya.png mazovia.png mecklenburg.png median.png messapian.png metis.png mexico.png micronesia.png mikmaq.png milan.png miskito.png mitanni.png mixtec.png moldova.png moluccas.png mon.png monaco_alternative.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 mongolia.png montenegro.png moravia.png mordovia.png morocco.png moscow.png mozambique.png mughal.png muskogee.png mwiska.png myanmar.png nagorno_karabakh.png namibia.png naples.png nato.png nauru.png navajo.png nenetsia.png nepal.png nestoria.png netherlands.png netherlands_antilles.png newfoundland.png newzealand.png nez_perce.png nicaragua.png niger.png nigeria.png north_korea.png northumbria.png norway.png normandy.png nubia.png numidia.png nunavut.png nuu-chah-nulth.png occitania.png ohlone.png oldenburg.png oman.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 ossetia.png otomi.png ottoman.png oz.png paeonia.png pakistan.png palatinate.png palestine.png palmyra.png panama.png papua_newguinea.png paraguay.png parthia.png pashtun.png pelasgian.png peru.png philippines.png phoenicia.png phrygian.png pict.png piedmont.png pirate.png piratini.png poland.png polynesian.png pomerania.png portugal.png prusai.png prussia.png puerto_rico.png purhepecha.png qatar.png qing.png quebec.png rapa_nui.png raramuri.png r_congo.png rhineland.png rif.png romania.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 rome.png rvn.png russia.png rwanda.png ryukyu.png sabinium.png sadr.png saint_kitts_and_nevis.png saint_lucia.png saka.png sakha.png salish.png samnium.png samoa.png samogitia.png san_marino.png sao_tome_and_principe.png sapmi.png sardinia.png sarmatia.png saudi_arabia.png savoy.png saxony.png scania.png schleswig-holstein.png scotland.png scottishgaelic.png scythia.png seleucid.png seljuk.png seminole.png senegal.png serbia.png seychelles.png shan.png shawnee.png sherpa.png siberia.png sicily.png sierra_leone.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 sikh.png sikkim.png silesia.png singapore.png sinhalese.png slavic.png slovakia.png slovenia.png sokoto.png solomon_islands.png somalia.png somaliland.png songhai.png south_africa.png southern_cross.png southern_sudan.png south_yemen.png soviet.png spain.png srilanka.png srivijaya.png stpatrick.png sudan.png suebian.png sumeria.png suriname.png svg.png swahili.png swaziland.png sweden.png switzerland.png syria.png taino.png tairona.png taiwan.png tajikistan.png tanganyika.png tannu_tuva.png tanzania.png tatarstan.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 templar.png teutonic_order.png texas.png thailand.png thrace.png thuringia.png tibet.png timur.png tocharian.png togo.png toltec.png tonga.png transnistria.png transylvania.png trebizond.png trinidad_and_tobago.png trnc.png tuareg.png tunisia.png tupi.png turkey.png turkmenistan.png tyrol.png uae.png uganda.png ukraine.png unasur.png united_kingdom.png united_nations.png unknown.png uruguay.png usa.png uyghur.png uzbekistan.png valknut.png vampire.png vandal.png vanuatu.png vatican.png vedic.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 veletian.png venda.png venetic.png venezuela.png venice.png vermont.png vietnam.png viking.png visigoth.png vistulan.png volapuk.png volga_bulgar.png volga_german.png wales.png wallonia.png west_indies_federation.png west_papua.png westphalia.png wuerttemberg.png xhosa.png xiongnu.png yemen.png yucatan.png yugoslavia.png zambia.png zanzibar.png zapotec.png zhuang.png zimbabwe.png zulu.png abkhazia-large.png aborigines-large.png acadia-large.png aceh-large.png acre-large.png adygea-large.png afghanistan-large.png africa-large.png ainu-large.png akwe-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 aland-large.png albania-large.png aleut-large.png algeria-large.png almohad-large.png alsace-large.png amazigh-large.png amazon-large.png andorra-large.png angola-large.png anhalt-large.png anishinaabe-large.png antarctica-large.png antarctica_alt-large.png antigua_and_barbuda-large.png apache-large.png arab-large.png aragon-large.png aram-large.png argentina-large.png armenia-large.png ashanti-large.png assam-large.png assyria-large.png asturias-large.png atlantis-large.png australia-large.png austria-large.png avar-large.png aymara-large.png azerbaijan-large.png aztec-large.png babylon-large.png baden-large.png bahamas-large.png bahrain-large.png bangladesh-large.png barbados-large.png barbarian-large.png bashkortostan-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 bavarian-large.png belarus-large.png belgic-large.png belgium-large.png belize-large.png bengal-large.png benin-large.png benin_ancient-large.png bhutan-large.png biafra-large.png boer-large.png boii-large.png bolivia-large.png bophuthatswana-large.png bosnia-large.png bosporus-large.png botswana-large.png brandenburg-large.png brasil-large.png britannia-large.png brittany-large.png brunei-large.png bulgaria-large.png burgundy-large.png burkina_faso-large.png burundi-large.png buryatia-large.png byzantium-large.png caddo-large.png california-large.png cameroon-large.png canada-large.png canada_old-large.png canar-large.png cantonese-large.png cape_verde-large.png car-large.png cartago-large.png castile-large.png catalan-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 celtiberian-large.png celtic-large.png central_america-large.png central_lithuania-large.png chad-large.png cham-large.png chananea-large.png chechnya-large.png cheyenne-large.png chiapas-large.png chickasaw-large.png chile-large.png chimu-large.png china-large.png choctaw-large.png chola-large.png chrobatian-large.png chumash-large.png chuvashia-large.png clatsop-large.png colombia-large.png comanche-large.png comoros-large.png constantine-large.png cornwall-large.png corsica-large.png cossack-large.png costa_rica-large.png courland-large.png crete-large.png crimean_tatar-large.png croatia-large.png cuba-large.png cuyavia-large.png cyprus-large.png cyrenaica-large.png czech-large.png czechoslovakia-large.png dahomey-large.png darfur-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 ddr-large.png denmark-large.png dgb-large.png djibouti-large.png dominica-large.png dominican_republic-large.png dr_congo-large.png dryad-large.png ecuador-large.png east_timor-large.png egypt_ancient-large.png egypt-large.png elam-large.png el_salvador-large.png england-large.png epirus-large.png equatorial_guinea-large.png esperanto-large.png estonia-large.png eritrea-large.png ethiopia-large.png ethiopia_old-large.png etruscan-large.png europe-large.png euskadi-large.png evenkia-large.png faroes-large.png fiji-large.png finland-large.png flanders-large.png florence-large.png france_old-large.png france-large.png franconia-large.png french_polynesia-large.png frisia-large.png friuli-large.png gabon-large.png gael-large.png galicia-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 gambia-large.png gaul-large.png georgia-large.png germanic-large.png germany-large.png gokturk-large.png gothic-large.png ghana-large.png ghana_ancient-large.png ghaznavid-large.png golden_horde-large.png greater_poland-large.png greece_ancient-large.png greece-large.png greenland-large.png grenada-large.png grisons-large.png guanche-large.png guarani-large.png guatemala-large.png guinea-large.png guinea-bissau-large.png gupta-large.png guyana-large.png hacker-large.png hainan-large.png haiti-large.png han-large.png hanover-large.png hansa-large.png hawaii-large.png helvetii-large.png hephthalite-large.png hesse-large.png himyar-large.png hittite-large.png honduras-large.png hopi-large.png hre-large.png hungary-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 hunnic-large.png iberian-large.png iceland-large.png illyria-large.png inca-large.png india-large.png indoeuropean-large.png indonesia-large.png innu-large.png iran_ancient-large.png iran-large.png iraq_old-large.png iraq-large.png ireland-large.png iroquois-large.png israel-large.png israel_ancient-large.png italy-large.png ivory_coast-large.png jaffna-large.png jamaica-large.png japan-large.png jbonai-large.png jerusalem-large.png jolof-large.png jordan-large.png kalmykia-large.png kampuchea-large.png kanem-bornu-large.png karelia-large.png karen-large.png kashmir-large.png kashubia-large.png katanga-large.png kazakhstan-large.png keetoowah-large.png kenya-large.png khazaria-large.png khmer-large.png khwarezm-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 kiev-large.png kiribati-large.png kongo-large.png korea-large.png korea_ancient-large.png kosovo-large.png kuna_yala-large.png kurd-large.png kuwait-large.png kyrgyzstan-large.png labarum-large.png laos-large.png latin_empire-large.png latvia-large.png lebanon-large.png lendian-large.png leon-large.png lesotho-large.png lesotho_old-large.png liberia-large.png liburnian-large.png libya-large.png libya_old-large.png liechtenstein-large.png liguria-large.png lipkatatar-large.png lippe-large.png lithuania-large.png lorraine-large.png luna-large.png lusatia-large.png luwian-large.png luxembourg-large.png maasai-large.png macedon-large.png macedonia-large.png madagascar-large.png majapahit-large.png malawi-large.png malaysia-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 maldives-large.png mali-large.png mali_ancient-large.png malta-large.png mamluk-large.png man-large.png manchuria-large.png maori-large.png mapuche-large.png marathi-large.png mars-large.png mauritania-large.png mauritius-large.png maya-large.png mazovia-large.png mecklenburg-large.png median-large.png messapian-large.png metis-large.png mexico-large.png micronesia-large.png mikmaq-large.png milan-large.png miskito-large.png mitanni-large.png mixtec-large.png moldova-large.png moluccas-large.png mon-large.png monaco_alternative-large.png mongolia-large.png montenegro-large.png moravia-large.png mordovia-large.png morocco-large.png moscow-large.png mozambique-large.png mughal-large.png muskogee-large.png mwiska-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 myanmar-large.png nagorno_karabakh-large.png namibia-large.png naples-large.png nato-large.png nauru-large.png navajo-large.png nenetsia-large.png nepal-large.png nestoria-large.png netherlands-large.png netherlands_antilles-large.png newfoundland-large.png newzealand-large.png nez_perce-large.png nicaragua-large.png niger-large.png nigeria-large.png north_korea-large.png northumbria-large.png norway-large.png normandy-large.png nubia-large.png numidia-large.png nunavut-large.png nuu-chah-nulth-large.png occitania-large.png ohlone-large.png oldenburg-large.png oman-large.png ossetia-large.png otomi-large.png ottoman-large.png oz-large.png paeonia-large.png pakistan-large.png palatinate-large.png palestine-large.png palmyra-large.png panama-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 papua_newguinea-large.png paraguay-large.png parthia-large.png pashtun-large.png pelasgian-large.png peru-large.png philippines-large.png phoenicia-large.png phrygian-large.png pict-large.png piedmont-large.png pirate-large.png piratini-large.png poland-large.png polynesian-large.png pomerania-large.png portugal-large.png prusai-large.png prussia-large.png puerto_rico-large.png purhepecha-large.png qatar-large.png qing-large.png quebec-large.png rapa_nui-large.png raramuri-large.png r_congo-large.png rhineland-large.png rif-large.png romania-large.png rome-large.png rvn-large.png russia-large.png rwanda-large.png ryukyu-large.png sabinium-large.png sadr-large.png saint_kitts_and_nevis-large.png saint_lucia-large.png saka-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 sakha-large.png salish-large.png samnium-large.png samoa-large.png samogitia-large.png san_marino-large.png sao_tome_and_principe-large.png sapmi-large.png sardinia-large.png sarmatia-large.png saudi_arabia-large.png savoy-large.png saxony-large.png scania-large.png schleswig-holstein-large.png scotland-large.png scottishgaelic-large.png scythia-large.png seleucid-large.png seljuk-large.png seminole-large.png senegal-large.png serbia-large.png seychelles-large.png shan-large.png shawnee-large.png sherpa-large.png siberia-large.png sicily-large.png sierra_leone-large.png sikh-large.png sikkim-large.png silesia-large.png singapore-large.png sinhalese-large.png slavic-large.png slovakia-large.png slovenia-large.png sokoto-large.png solomon_islands-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 somalia-large.png somaliland-large.png songhai-large.png south_africa-large.png southern_cross-large.png southern_sudan-large.png south_yemen-large.png soviet-large.png spain-large.png srilanka-large.png srivijaya-large.png stpatrick-large.png sudan-large.png suebian-large.png sumeria-large.png suriname-large.png svg-large.png swahili-large.png swaziland-large.png sweden-large.png switzerland-large.png syria-large.png taino-large.png tairona-large.png taiwan-large.png tajikistan-large.png tanganyika-large.png tannu_tuva-large.png tanzania-large.png tatarstan-large.png templar-large.png teutonic_order-large.png texas-large.png thailand-large.png thrace-large.png thuringia-large.png tibet-large.png timur-large.png tocharian-large.png togo-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 toltec-large.png tonga-large.png transnistria-large.png transylvania-large.png trebizond-large.png trinidad_and_tobago-large.png trnc-large.png tuareg-large.png tunisia-large.png tupi-large.png turkey-large.png turkmenistan-large.png tyrol-large.png uae-large.png uganda-large.png ukraine-large.png unasur-large.png united_kingdom-large.png united_nations-large.png unknown-large.png uruguay-large.png usa-large.png uyghur-large.png uzbekistan-large.png valknut-large.png vampire-large.png vandal-large.png vanuatu-large.png vatican-large.png vedic-large.png veletian-large.png venda-large.png venetic-large.png venezuela-large.png venice-large.png vermont-large.png vietnam-large.png viking-large.png visigoth-large.png vistulan-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 volapuk-large.png volga_bulgar-large.png volga_german-large.png wales-large.png wallonia-large.png west_indies_federation-large.png west_papua-large.png westphalia-large.png wuerttemberg-large.png xhosa-large.png xiongnu-large.png yemen-large.png yucatan-large.png yugoslavia-large.png zambia-large.png zanzibar-large.png zapotec-large.png zhuang-large.png zimbabwe-large.png zulu-large.png abkhazia-shield.png aborigines-shield.png acadia-shield.png aceh-shield.png acre-shield.png adygea-shield.png afghanistan-shield.png africa-shield.png ainu-shield.png akwe-shield.png aland-shield.png albania-shield.png aleut-shield.png algeria-shield.png almohad-shield.png alsace-shield.png amazigh-shield.png amazon-shield.png andorra-shield.png angola-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 anhalt-shield.png anishinaabe-shield.png antarctica-shield.png antarctica_alt-shield.png antigua_and_barbuda-shield.png apache-shield.png arab-shield.png aragon-shield.png aram-shield.png argentina-shield.png armenia-shield.png ashanti-shield.png assam-shield.png assyria-shield.png asturias-shield.png atlantis-shield.png australia-shield.png austria-shield.png avar-shield.png aymara-shield.png azerbaijan-shield.png aztec-shield.png babylon-shield.png baden-shield.png bahamas-shield.png bahrain-shield.png bangladesh-shield.png barbados-shield.png barbarian-shield.png bashkortostan-shield.png bavarian-shield.png belarus-shield.png belgic-shield.png belgium-shield.png belize-shield.png bengal-shield.png benin-shield.png benin_ancient-shield.png bhutan-shield.png biafra-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 boer-shield.png boii-shield.png bolivia-shield.png bophuthatswana-shield.png bosnia-shield.png bosporus-shield.png botswana-shield.png brandenburg-shield.png brasil-shield.png britannia-shield.png brittany-shield.png brunei-shield.png bulgaria-shield.png burgundy-shield.png burkina_faso-shield.png burundi-shield.png buryatia-shield.png byzantium-shield.png caddo-shield.png california-shield.png cameroon-shield.png canada-shield.png canada_old-shield.png canar-shield.png cantonese-shield.png cape_verde-shield.png car-shield.png cartago-shield.png castile-shield.png catalan-shield.png celtiberian-shield.png celtic-shield.png central_america-shield.png central_lithuania-shield.png chad-shield.png cham-shield.png chananea-shield.png chechnya-shield.png cheyenne-shield.png chiapas-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 chickasaw-shield.png chile-shield.png chimu-shield.png china-shield.png choctaw-shield.png chola-shield.png chrobatian-shield.png chumash-shield.png chuvashia-shield.png clatsop-shield.png colombia-shield.png comanche-shield.png comoros-shield.png constantine-shield.png cornwall-shield.png corsica-shield.png costa_rica-shield.png cossack-shield.png courland-shield.png crete-shield.png crimean_tatar-shield.png croatia-shield.png cuba-shield.png cuyavia-shield.png cyprus-shield.png cyrenaica-shield.png czech-shield.png czechoslovakia-shield.png dahomey-shield.png darfur-shield.png ddr-shield.png denmark-shield.png dgb-shield.png djibouti-shield.png dominica-shield.png dominican_republic-shield.png dr_congo-shield.png dryad-shield.png east_timor-shield.png ecuador-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 egypt_ancient-shield.png egypt-shield.png elam-shield.png el_salvador-shield.png england-shield.png epirus-shield.png equatorial_guinea-shield.png esperanto-shield.png estonia-shield.png eritrea-shield.png ethiopia-shield.png ethiopia_old-shield.png etruscan-shield.png europe-shield.png euskadi-shield.png evenkia-shield.png faroes-shield.png fiji-shield.png finland-shield.png flanders-shield.png florence-shield.png france_old-shield.png france-shield.png french_polynesia-shield.png franconia-shield.png frisia-shield.png friuli-shield.png gabon-shield.png gael-shield.png galicia-shield.png gambia-shield.png gaul-shield.png georgia-shield.png germanic-shield.png germany-shield.png ghana-shield.png ghana_ancient-shield.png ghaznavid-shield.png gokturk-shield.png golden_horde-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 gothic-shield.png greater_poland-shield.png greece_ancient-shield.png greece-shield.png greenland-shield.png grenada-shield.png grisons-shield.png guanche-shield.png guarani-shield.png guatemala-shield.png guinea-shield.png guinea-bissau-shield.png gupta-shield.png guyana-shield.png hacker-shield.png hainan-shield.png haiti-shield.png han-shield.png hanover-shield.png hansa-shield.png hawaii-shield.png helvetii-shield.png hephthalite-shield.png hesse-shield.png himyar-shield.png hittite-shield.png honduras-shield.png hopi-shield.png hre-shield.png hungary-shield.png hunnic-shield.png iberian-shield.png iceland-shield.png illyria-shield.png inca-shield.png india-shield.png indoeuropean-shield.png indonesia-shield.png innu-shield.png iran_ancient-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 iran-shield.png iraq_old-shield.png iraq-shield.png ireland-shield.png iroquois-shield.png israel-shield.png israel_ancient-shield.png italy-shield.png ivory_coast-shield.png jaffna-shield.png jamaica-shield.png japan-shield.png jbonai-shield.png jerusalem-shield.png jolof-shield.png jordan-shield.png kalmykia-shield.png kampuchea-shield.png kanem-bornu-shield.png karelia-shield.png karen-shield.png kashmir-shield.png kashubia-shield.png katanga-shield.png kazakhstan-shield.png keetoowah-shield.png kenya-shield.png khazaria-shield.png khmer-shield.png khwarezm-shield.png kiev-shield.png kiribati-shield.png kongo-shield.png korea-shield.png korea_ancient-shield.png kosovo-shield.png kuna_yala-shield.png kurd-shield.png kuwait-shield.png kyrgyzstan-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 labarum-shield.png laos-shield.png latin_empire-shield.png latvia-shield.png lebanon-shield.png lendian-shield.png leon-shield.png lesotho-shield.png lesotho_old-shield.png liberia-shield.png liburnian-shield.png libya-shield.png libya_old-shield.png liechtenstein-shield.png liguria-shield.png lipkatatar-shield.png lippe-shield.png lithuania-shield.png lorraine-shield.png luna-shield.png lusatia-shield.png luwian-shield.png luxembourg-shield.png maasai-shield.png macedon-shield.png macedonia-shield.png madagascar-shield.png majapahit-shield.png malawi-shield.png malaysia-shield.png maldives-shield.png mali-shield.png mali_ancient-shield.png malta-shield.png mamluk-shield.png man-shield.png manchuria-shield.png maori-shield.png mapuche-shield.png marathi-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 mars-shield.png mauritania-shield.png mauritius-shield.png maya-shield.png mazovia-shield.png mecklenburg-shield.png median-shield.png messapian-shield.png metis-shield.png mexico-shield.png micronesia-shield.png mikmaq-shield.png milan-shield.png miskito-shield.png mitanni-shield.png mixtec-shield.png moldova-shield.png moluccas-shield.png mon-shield.png monaco_alternative-shield.png mongolia-shield.png montenegro-shield.png moravia-shield.png mordovia-shield.png morocco-shield.png moscow-shield.png mozambique-shield.png mughal-shield.png muskogee-shield.png mwiska-shield.png myanmar-shield.png nagorno_karabakh-shield.png namibia-shield.png naples-shield.png nato-shield.png nauru-shield.png navajo-shield.png nenetsia-shield.png nepal-shield.png nestoria-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 netherlands-shield.png netherlands_antilles-shield.png newfoundland-shield.png newzealand-shield.png nez_perce-shield.png nicaragua-shield.png niger-shield.png nigeria-shield.png normandy-shield.png north_korea-shield.png northumbria-shield.png norway-shield.png nubia-shield.png numidia-shield.png nunavut-shield.png nuu-chah-nulth-shield.png occitania-shield.png ohlone-shield.png oldenburg-shield.png oman-shield.png ossetia-shield.png otomi-shield.png ottoman-shield.png oz-shield.png paeonia-shield.png pakistan-shield.png palatinate-shield.png palestine-shield.png palmyra-shield.png panama-shield.png papua_newguinea-shield.png paraguay-shield.png parthia-shield.png pashtun-shield.png pelasgian-shield.png peru-shield.png philippines-shield.png phoenicia-shield.png phrygian-shield.png pict-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 piedmont-shield.png pirate-shield.png piratini-shield.png poland-shield.png polynesian-shield.png pomerania-shield.png portugal-shield.png prusai-shield.png prussia-shield.png puerto_rico-shield.png purhepecha-shield.png qatar-shield.png qing-shield.png quebec-shield.png rapa_nui-shield.png raramuri-shield.png r_congo-shield.png rhineland-shield.png rif-shield.png romania-shield.png rome-shield.png rvn-shield.png russia-shield.png rwanda-shield.png ryukyu-shield.png sabinium-shield.png sadr-shield.png saint_kitts_and_nevis-shield.png saint_lucia-shield.png saka-shield.png sakha-shield.png salish-shield.png samnium-shield.png samoa-shield.png samogitia-shield.png san_marino-shield.png sao_tome_and_principe-shield.png sapmi-shield.png sardinia-shield.png sarmatia-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 saudi_arabia-shield.png savoy-shield.png saxony-shield.png scania-shield.png schleswig-holstein-shield.png scotland-shield.png scottishgaelic-shield.png scythia-shield.png seleucid-shield.png seljuk-shield.png seminole-shield.png senegal-shield.png serbia-shield.png seychelles-shield.png shan-shield.png shawnee-shield.png sherpa-shield.png siberia-shield.png sicily-shield.png sierra_leone-shield.png sikh-shield.png sikkim-shield.png silesia-shield.png singapore-shield.png sinhalese-shield.png slavic-shield.png slovakia-shield.png slovenia-shield.png sokoto-shield.png solomon_islands-shield.png somalia-shield.png somaliland-shield.png songhai-shield.png south_africa-shield.png southern_cross-shield.png southern_sudan-shield.png south_yemen-shield.png soviet-shield.png spain-shield.png srilanka-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 srivijaya-shield.png stpatrick-shield.png sudan-shield.png suebian-shield.png sumeria-shield.png suriname-shield.png svg-shield.png swahili-shield.png swaziland-shield.png sweden-shield.png switzerland-shield.png syria-shield.png taino-shield.png tairona-shield.png taiwan-shield.png tajikistan-shield.png tanganyika-shield.png tannu_tuva-shield.png tanzania-shield.png tatarstan-shield.png templar-shield.png teutonic_order-shield.png texas-shield.png thailand-shield.png thrace-shield.png thuringia-shield.png tibet-shield.png timur-shield.png togo-shield.png toltec-shield.png tocharian-shield.png tonga-shield.png transnistria-shield.png transylvania-shield.png trebizond-shield.png trinidad_and_tobago-shield.png trnc-shield.png tuareg-shield.png tunisia-shield.png tupi-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 turkey-shield.png turkmenistan-shield.png tyrol-shield.png uae-shield.png uganda-shield.png ukraine-shield.png unasur-shield.png united_kingdom-shield.png united_nations-shield.png unknown-shield.png uruguay-shield.png usa-shield.png uyghur-shield.png uzbekistan-shield.png valknut-shield.png vampire-shield.png vandal-shield.png vanuatu-shield.png vatican-shield.png vedic-shield.png veletian-shield.png venda-shield.png venetic-shield.png venezuela-shield.png venice-shield.png vermont-shield.png vietnam-shield.png viking-shield.png visigoth-shield.png vistulan-shield.png volapuk-shield.png volga_bulgar-shield.png volga_german-shield.png wales-shield.png wallonia-shield.png west_indies_federation-shield.png west_papua-shield.png westphalia-shield.png wuerttemberg-shield.png xhosa-shield.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 xiongnu-shield.png yemen-shield.png yucatan-shield.png yugoslavia-shield.png zapotec-shield.png zhuang-shield.png zambia-shield.png zanzibar-shield.png zimbabwe-shield.png zulu-shield.png abkhazia-shield-large.png aborigines-shield-large.png acadia-shield-large.png aceh-shield-large.png acre-shield-large.png adygea-shield-large.png afghanistan-shield-large.png africa-shield-large.png ainu-shield-large.png akwe-shield-large.png aland-shield-large.png albania-shield-large.png aleut-shield-large.png algeria-shield-large.png almohad-shield-large.png alsace-shield-large.png amazigh-shield-large.png amazon-shield-large.png andorra-shield-large.png angola-shield-large.png anhalt-shield-large.png anishinaabe-shield-large.png antarctica-shield-large.png antarctica_alt-shield-large.png antigua_and_barbuda-shield-large.png apache-shield-large.png arab-shield-large.png aragon-shield-large.png aram-shield-large.png argentina-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 armenia-shield-large.png ashanti-shield-large.png assam-shield-large.png assyria-shield-large.png asturias-shield-large.png atlantis-shield-large.png australia-shield-large.png austria-shield-large.png avar-shield-large.png aymara-shield-large.png azerbaijan-shield-large.png aztec-shield-large.png babylon-shield-large.png baden-shield-large.png bahamas-shield-large.png bahrain-shield-large.png bangladesh-shield-large.png barbados-shield-large.png barbarian-shield-large.png bashkortostan-shield-large.png bavarian-shield-large.png belarus-shield-large.png belgic-shield-large.png belgium-shield-large.png belize-shield-large.png bengal-shield-large.png benin-shield-large.png benin_ancient-shield-large.png bhutan-shield-large.png biafra-shield-large.png boer-shield-large.png boii-shield-large.png bolivia-shield-large.png bophuthatswana-shield-large.png bosnia-shield-large.png bosporus-shield-large.png botswana-shield-large.png brandenburg-shield-large.png brasil-shield-large.png britannia-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 brittany-shield-large.png brunei-shield-large.png bulgaria-shield-large.png burgundy-shield-large.png burkina_faso-shield-large.png burundi-shield-large.png buryatia-shield-large.png byzantium-shield-large.png caddo-shield-large.png california-shield-large.png cameroon-shield-large.png canada-shield-large.png canada_old-shield-large.png canar-shield-large.png cantonese-shield-large.png cape_verde-shield-large.png car-shield-large.png cartago-shield-large.png castile-shield-large.png catalan-shield-large.png celtiberian-shield-large.png celtic-shield-large.png central_america-shield-large.png central_lithuania-shield-large.png chad-shield-large.png cham-shield-large.png chananea-shield-large.png chechnya-shield-large.png cheyenne-shield-large.png chiapas-shield-large.png chickasaw-shield-large.png chile-shield-large.png chimu-shield-large.png china-shield-large.png choctaw-shield-large.png chola-shield-large.png chrobatian-shield-large.png chumash-shield-large.png chuvashia-shield-large.png clatsop-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 colombia-shield-large.png comanche-shield-large.png comoros-shield-large.png constantine-shield-large.png cornwall-shield-large.png corsica-shield-large.png costa_rica-shield-large.png cossack-shield-large.png courland-shield-large.png crete-shield-large.png crimean_tatar-shield-large.png croatia-shield-large.png cuba-shield-large.png cuyavia-shield-large.png cyprus-shield-large.png cyrenaica-shield-large.png czech-shield-large.png czechoslovakia-shield-large.png dahomey-shield-large.png darfur-shield-large.png ddr-shield-large.png denmark-shield-large.png dgb-shield-large.png djibouti-shield-large.png dominica-shield-large.png dominican_republic-shield-large.png dr_congo-shield-large.png dryad-shield-large.png east_timor-shield-large.png ecuador-shield-large.png egypt_ancient-shield-large.png egypt-shield-large.png elam-shield-large.png el_salvador-shield-large.png england-shield-large.png epirus-shield-large.png equatorial_guinea-shield-large.png esperanto-shield-large.png estonia-shield-large.png eritrea-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 ethiopia-shield-large.png ethiopia_old-shield-large.png etruscan-shield-large.png europe-shield-large.png euskadi-shield-large.png evenkia-shield-large.png faroes-shield-large.png fiji-shield-large.png finland-shield-large.png flanders-shield-large.png florence-shield-large.png france_old-shield-large.png france-shield-large.png franconia-shield-large.png french_polynesia-shield-large.png frisia-shield-large.png friuli-shield-large.png gabon-shield-large.png gael-shield-large.png galicia-shield-large.png gambia-shield-large.png gaul-shield-large.png georgia-shield-large.png germanic-shield-large.png germany-shield-large.png ghana-shield-large.png ghana_ancient-shield-large.png ghaznavid-shield-large.png gokturk-shield-large.png golden_horde-shield-large.png gothic-shield-large.png greater_poland-shield-large.png greece_ancient-shield-large.png greece-shield-large.png greenland-shield-large.png grenada-shield-large.png grisons-shield-large.png guanche-shield-large.png guarani-shield-large.png guatemala-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 guinea-shield-large.png guinea-bissau-shield-large.png gupta-shield-large.png guyana-shield-large.png hacker-shield-large.png hainan-shield-large.png haiti-shield-large.png han-shield-large.png hanover-shield-large.png hansa-shield-large.png hawaii-shield-large.png helvetii-shield-large.png hephthalite-shield-large.png hesse-shield-large.png himyar-shield-large.png hittite-shield-large.png honduras-shield-large.png hopi-shield-large.png hre-shield-large.png hungary-shield-large.png hunnic-shield-large.png iberian-shield-large.png iceland-shield-large.png illyria-shield-large.png inca-shield-large.png india-shield-large.png indoeuropean-shield-large.png indonesia-shield-large.png innu-shield-large.png iran_ancient-shield-large.png iran-shield-large.png iraq_old-shield-large.png iraq-shield-large.png ireland-shield-large.png iroquois-shield-large.png israel-shield-large.png israel_ancient-shield-large.png italy-shield-large.png ivory_coast-shield-large.png jaffna-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 jamaica-shield-large.png japan-shield-large.png jbonai-shield-large.png jerusalem-shield-large.png jolof-shield-large.png jordan-shield-large.png kalmykia-shield-large.png kampuchea-shield-large.png kanem-bornu-shield-large.png karelia-shield-large.png karen-shield-large.png kashmir-shield-large.png kashubia-shield-large.png katanga-shield-large.png kazakhstan-shield-large.png keetoowah-shield-large.png kenya-shield-large.png khazaria-shield-large.png khmer-shield-large.png khwarezm-shield-large.png kiev-shield-large.png kiribati-shield-large.png kongo-shield-large.png korea-shield-large.png korea_ancient-shield-large.png kosovo-shield-large.png kuna_yala-shield-large.png kurd-shield-large.png kuwait-shield-large.png kyrgyzstan-shield-large.png labarum-shield-large.png laos-shield-large.png latin_empire-shield-large.png latvia-shield-large.png lebanon-shield-large.png lendian-shield-large.png leon-shield-large.png lesotho-shield-large.png lesotho_old-shield-large.png liberia-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 liburnian-shield-large.png libya-shield-large.png libya_old-shield-large.png liechtenstein-shield-large.png liguria-shield-large.png lipkatatar-shield-large.png lippe-shield-large.png lithuania-shield-large.png lorraine-shield-large.png luna-shield-large.png lusatia-shield-large.png luwian-shield-large.png luxembourg-shield-large.png maasai-shield-large.png macedon-shield-large.png macedonia-shield-large.png madagascar-shield-large.png majapahit-shield-large.png malawi-shield-large.png malaysia-shield-large.png maldives-shield-large.png mali-shield-large.png mali_ancient-shield-large.png malta-shield-large.png mamluk-shield-large.png man-shield-large.png manchuria-shield-large.png maori-shield-large.png mapuche-shield-large.png marathi-shield-large.png mars-shield-large.png mauritania-shield-large.png mauritius-shield-large.png maya-shield-large.png mazovia-shield-large.png mecklenburg-shield-large.png median-shield-large.png messapian-shield-large.png metis-shield-large.png mexico-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 micronesia-shield-large.png mikmaq-shield-large.png milan-shield-large.png miskito-shield-large.png mitanni-shield-large.png mixtec-shield-large.png moldova-shield-large.png moluccas-shield-large.png mon-shield-large.png monaco_alternative-shield-large.png mongolia-shield-large.png montenegro-shield-large.png moravia-shield-large.png mordovia-shield-large.png morocco-shield-large.png moscow-shield-large.png mozambique-shield-large.png mughal-shield-large.png muskogee-shield-large.png mwiska-shield-large.png myanmar-shield-large.png nagorno_karabakh-shield-large.png namibia-shield-large.png naples-shield-large.png nato-shield-large.png nauru-shield-large.png navajo-shield-large.png nenetsia-shield-large.png nepal-shield-large.png nestoria-shield-large.png netherlands-shield-large.png netherlands_antilles-shield-large.png newfoundland-shield-large.png newzealand-shield-large.png nez_perce-shield-large.png nicaragua-shield-large.png niger-shield-large.png nigeria-shield-large.png normandy-shield-large.png north_korea-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 northumbria-shield-large.png norway-shield-large.png nubia-shield-large.png numidia-shield-large.png nunavut-shield-large.png nuu-chah-nulth-shield-large.png occitania-shield-large.png ohlone-shield-large.png oldenburg-shield-large.png oman-shield-large.png ossetia-shield-large.png otomi-shield-large.png ottoman-shield-large.png oz-shield-large.png paeonia-shield-large.png pakistan-shield-large.png palatinate-shield-large.png palestine-shield-large.png palmyra-shield-large.png panama-shield-large.png papua_newguinea-shield-large.png paraguay-shield-large.png parthia-shield-large.png pashtun-shield-large.png pelasgian-shield-large.png peru-shield-large.png philippines-shield-large.png phoenicia-shield-large.png phrygian-shield-large.png pict-shield-large.png piedmont-shield-large.png pirate-shield-large.png piratini-shield-large.png poland-shield-large.png polynesian-shield-large.png pomerania-shield-large.png portugal-shield-large.png prusai-shield-large.png prussia-shield-large.png puerto_rico-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 purhepecha-shield-large.png qatar-shield-large.png qing-shield-large.png quebec-shield-large.png rapa_nui-shield-large.png raramuri-shield-large.png r_congo-shield-large.png rhineland-shield-large.png rif-shield-large.png romania-shield-large.png rome-shield-large.png rvn-shield-large.png russia-shield-large.png rwanda-shield-large.png ryukyu-shield-large.png sabinium-shield-large.png sadr-shield-large.png saint_kitts_and_nevis-shield-large.png saint_lucia-shield-large.png saka-shield-large.png sakha-shield-large.png salish-shield-large.png samnium-shield-large.png samoa-shield-large.png samogitia-shield-large.png san_marino-shield-large.png sao_tome_and_principe-shield-large.png sapmi-shield-large.png sardinia-shield-large.png sarmatia-shield-large.png saudi_arabia-shield-large.png savoy-shield-large.png saxony-shield-large.png scania-shield-large.png schleswig-holstein-shield-large.png scotland-shield-large.png scottishgaelic-shield-large.png scythia-shield-large.png seleucid-shield-large.png seljuk-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 seminole-shield-large.png senegal-shield-large.png serbia-shield-large.png seychelles-shield-large.png shan-shield-large.png shawnee-shield-large.png sherpa-shield-large.png siberia-shield-large.png sicily-shield-large.png sierra_leone-shield-large.png sikh-shield-large.png sikkim-shield-large.png silesia-shield-large.png singapore-shield-large.png sinhalese-shield-large.png slavic-shield-large.png slovakia-shield-large.png slovenia-shield-large.png sokoto-shield-large.png solomon_islands-shield-large.png somalia-shield-large.png somaliland-shield-large.png songhai-shield-large.png south_africa-shield-large.png southern_cross-shield-large.png southern_sudan-shield-large.png south_yemen-shield-large.png soviet-shield-large.png spain-shield-large.png srilanka-shield-large.png srivijaya-shield-large.png stpatrick-shield-large.png sudan-shield-large.png suebian-shield-large.png sumeria-shield-large.png suriname-shield-large.png svg-shield-large.png swahili-shield-large.png swaziland-shield-large.png sweden-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 switzerland-shield-large.png syria-shield-large.png taino-shield-large.png tairona-shield-large.png taiwan-shield-large.png tajikistan-shield-large.png tanganyika-shield-large.png tannu_tuva-shield-large.png tanzania-shield-large.png tatarstan-shield-large.png templar-shield-large.png teutonic_order-shield-large.png texas-shield-large.png thailand-shield-large.png thrace-shield-large.png thuringia-shield-large.png tibet-shield-large.png timur-shield-large.png togo-shield-large.png toltec-shield-large.png tocharian-shield-large.png tonga-shield-large.png transnistria-shield-large.png transylvania-shield-large.png trebizond-shield-large.png trinidad_and_tobago-shield-large.png trnc-shield-large.png tuareg-shield-large.png tunisia-shield-large.png tupi-shield-large.png turkey-shield-large.png turkmenistan-shield-large.png tyrol-shield-large.png uae-shield-large.png uganda-shield-large.png ukraine-shield-large.png unasur-shield-large.png united_kingdom-shield-large.png united_nations-shield-large.png unknown-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
/usr/bin/install -c -m 644 uruguay-shield-large.png usa-shield-large.png uyghur-shield-large.png uzbekistan-shield-large.png valknut-shield-large.png vampire-shield-large.png vandal-shield-large.png vanuatu-shield-large.png vatican-shield-large.png vedic-shield-large.png veletian-shield-large.png venda-shield-large.png venetic-shield-large.png venezuela-shield-large.png venice-shield-large.png vermont-shield-large.png vietnam-shield-large.png viking-shield-large.png visigoth-shield-large.png vistulan-shield-large.png volapuk-shield-large.png volga_bulgar-shield-large.png volga_german-shield-large.png wales-shield-large.png wallonia-shield-large.png west_indies_federation-shield-large.png west_papua-shield-large.png westphalia-shield-large.png wuerttemberg-shield-large.png xhosa-shield-large.png xiongnu-shield-large.png yemen-shield-large.png yucatan-shield-large.png yugoslavia-shield-large.png zambia-shield-large.png zanzibar-shield-large.png zapotec-shield-large.png zhuang-shield-large.png zimbabwe-shield-large.png zulu-shield-large.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/flags'
Making install in buildings
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/buildings" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/buildings"
/usr/bin/install -c -m 644 airport.png aqueduct.png bank.png barracks_i.png barracks_ii.png barracks_iii.png capitalization.png cathedral.png city_walls.png coastal_defense.png colosseum.png courthouse.png factory.png granary.png harbor.png hydro_plant.png library.png marketplace.png mass_transit.png mfg_plant.png nuclear_plant.png offshore_platform.png palace.png police_station.png port_facility.png power_plant.png recycling_center.png research_lab.png sam_battery.png sdi_defense.png sewer_system.png solar_plant.png space_component.png space_modules.png space_structural.png stock_exchange.png super_highways.png supermarket.png temple.png university.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/buildings'
Making install in cimpletoon
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/cimpletoon" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/cimpletoon"
/usr/bin/install -c -m 644 orient_units.png orient_units.spec '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/cimpletoon'
Making install in isotrident
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/isotrident" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/isotrident"
/usr/bin/install -c -m 644 cities.png cities.spec fog.png fog.spec grid.png grid.spec morecities.png morecities.spec nuke.spec nuke.png select.png select.spec terrain1.png terrain1.spec terrain2.png terrain2.spec tiles.png tiles.spec unitextras.png unitextras.spec '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/isotrident'
Making install in trident
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/trident" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/trident"
/usr/bin/install -c -m 644 auto_ll.spec cities.png cities.spec earth.png earth.spec explosions.png explosions.spec fog.png fog.spec grid.png grid.spec roads.png roads.spec select.png select.spec tiles.png tiles.spec units.png units.spec '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/trident'
Making install in isophex
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/isophex" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/isophex"
/usr/bin/install -c -m 644 darkness.png darkness.spec grid.png grid.spec rivers.png rivers.spec terrain1.png terrain1.spec terrain2.png terrain2.spec '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/isophex'
Making install in hex2t
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/hex2t" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/hex2t"
/usr/bin/install -c -m 644 grid.png grid.spec items.png items.spec overlays.png overlays.spec select.png select.spec tiles.png tiles.spec '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/hex2t'
Making install in stdsounds
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/stdsounds" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/stdsounds"
/usr/bin/install -c -m 644 foot3.ogg inh2o.ogg LrgCan.ogg LrgExpl.ogg MedCan.ogg metbrk.ogg MgBar1.ogg MgBar2.ogg MgHeavy.ogg Mortar.ogg SmlExpl.ogg Splash.ogg THover.ogg Tread.ogg wall01.ogg woodbrk.ogg '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/stdsounds'
Making install in themes
Making install in gui-sdl
Making install in human
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/themes/gui-sdl/human" || ../../../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/themes/gui-sdl/human"
/usr/bin/install -c -m 644 COPYING.DejaVu DejaVuSans.ttf backgrounds.themespec bg.png bg2.png city.png city.spec city_fist.png city_fist.spec colors.themespec dip_icons.png dip_icons.spec icons.png icons.spec intro.png options_bg.png small_theme_buttons.png small_theme_buttons.spec tech_tree.png tech_tree.spec theme.themespec theme_boxs.png theme_boxs.spec theme_buttons.png theme_buttons.spec theme_orders_buttons.png theme_orders_buttons.spec theme_scrolls.png theme_scrolls.spec world.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/themes/gui-sdl/human'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in wonders
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/wonders" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/wonders"
/usr/bin/install -c -m 644 asmiths_trading_co.png apollo_program.png colossus.png copernicus_observatory.png cure_for_cancer.png darwins_voyage.png eiffel_tower.png great_library.png great_wall.png hanging_gardens.png hoover_dam.png isaac_newtons_college.png js_bachs_cathedral.png king_richards_crusade.png leonardos_workshop.png lighthouse.png magellans_expedition.png manhattan_project.png marco_polos_embassy.png michelangelos_chapel.png oracle.png pyramids.png seti_program.png shakespeares_theatre.png statue_of_liberty.png sun_tzus_war_academy.png united_nations.png womens_suffrage.png '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/wonders'
Making install in default
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/default" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/default"
/usr/bin/install -c -m 644 ai_effects.ruleset buildings.ruleset cities.ruleset default.lua effects.ruleset script.lua game.ruleset governments.ruleset nations.ruleset techs.ruleset terrain.ruleset units.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/default'
Making install in civ1
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/civ1" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/civ1"
/usr/bin/install -c -m 644 buildings.ruleset cities.ruleset effects.ruleset script.lua game.ruleset governments.ruleset nations.ruleset techs.ruleset terrain.ruleset units.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/civ1'
Making install in civ2
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/civ2" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/civ2"
/usr/bin/install -c -m 644 buildings.ruleset cities.ruleset effects.ruleset script.lua game.ruleset governments.ruleset nations.ruleset techs.ruleset terrain.ruleset units.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/civ2'
Making install in experimental
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/experimental" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/experimental"
/usr/bin/install -c -m 644 ai_effects.ruleset buildings.ruleset cities.ruleset effects.ruleset nations.ruleset script.lua game.ruleset governments.ruleset techs.ruleset terrain.ruleset units.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/experimental'
Making install in multiplayer
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/multiplayer" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/multiplayer"
/usr/bin/install -c -m 644 ai_effects.ruleset buildings.ruleset cities.ruleset effects.ruleset nations.ruleset script.lua game.ruleset governments.ruleset techs.ruleset terrain.ruleset units.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/multiplayer'
Making install in scenarios
/usr/bin/gzip --best -c british-isles-85x80-v2.80.sav > british-isles-85x80-v2.80.sav.gz
/usr/bin/gzip --best -c earth-160x90-v2.sav > earth-160x90-v2.sav.gz
/usr/bin/gzip --best -c earth-80x50-v3.sav > earth-80x50-v3.sav.gz
/usr/bin/gzip --best -c europe-200x100-v2.sav > europe-200x100-v2.sav.gz
/usr/bin/gzip --best -c france-140x90-v2.sav > france-140x90-v2.sav.gz
/usr/bin/gzip --best -c hagworld-120x60-v1.2.sav > hagworld-120x60-v1.2.sav.gz
/usr/bin/gzip --best -c iberian-peninsula-136x100-v1.0.sav > iberian-peninsula-136x100-v1.0.sav.gz
/usr/bin/gzip --best -c italy-100x100-v1.5.sav > italy-100x100-v1.5.sav.gz
/usr/bin/gzip --best -c japan-88x100-v1.3.sav > japan-88x100-v1.3.sav.gz
/usr/bin/gzip --best -c north_america_116x100-v1.2.sav > north_america_116x100-v1.2.sav.gz
/usr/bin/gzip --best -c tutorial.sav > tutorial.sav.gz
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios"
/usr/bin/install -c -m 644 british-isles-85x80-v2.80.sav.gz earth-160x90-v2.sav.gz earth-80x50-v3.sav.gz europe-200x100-v2.sav.gz france-140x90-v2.sav.gz hagworld-120x60-v1.2.sav.gz iberian-peninsula-136x100-v1.0.sav.gz italy-100x100-v1.5.sav.gz japan-88x100-v1.3.sav.gz north_america_116x100-v1.2.sav.gz tutorial.sav.gz '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios'
Making install in nation
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation"
/usr/bin/install -c -m 644 abkhaz.ruleset aborigines.ruleset abyssinian.ruleset acadian.ruleset acehnese.ruleset acrean.ruleset afghani.ruleset african.ruleset ainu.ruleset akwe.ruleset alandalus.ruleset alander.ruleset albanian.ruleset aleut.ruleset algerian.ruleset alsatian.ruleset amazigh.ruleset amazonian.ruleset american.ruleset andorran.ruleset angolan.ruleset anhaltian.ruleset anishinaabe.ruleset antarctican.ruleset antiguan.ruleset antillean.ruleset apache.ruleset arab.ruleset aragonese.ruleset aramean.ruleset argentine.ruleset armenian.ruleset ashanti.ruleset assamese.ruleset assyrian.ruleset asturian.ruleset atlantean.ruleset australian.ruleset austrian.ruleset avar.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 aymara.ruleset azeri.ruleset aztec.ruleset babylonian.ruleset badian.ruleset bahamian.ruleset bahraini.ruleset bangladeshi.ruleset barbadian.ruleset barbarian.ruleset bashkir.ruleset basque.ruleset bavarian.ruleset belarusian.ruleset belgian.ruleset belgic.ruleset belizean.ruleset bengali.ruleset benin.ruleset beninese.ruleset bhutanese.ruleset biafran.ruleset bissauguinean.ruleset boer.ruleset boian.ruleset bolivian.ruleset bosnia.ruleset bosporan.ruleset botswanan.ruleset brandenburgian.ruleset brazilian.ruleset breton.ruleset briton.ruleset british.ruleset bruneian.ruleset bulgarian.ruleset burgundian.ruleset burkinabe.ruleset burmese.ruleset burundi.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 buryat.ruleset byzantium.ruleset californian.ruleset cambodian.ruleset cameroonian.ruleset canadian.ruleset canari.ruleset cantonese.ruleset capeverdean.ruleset carthaginian.ruleset castilian.ruleset catalan.ruleset celtiberian.ruleset celtic.ruleset centralafrican.ruleset centralamerican.ruleset centrallithuanian.ruleset chadian.ruleset cham.ruleset chananean.ruleset chechen.ruleset cherokee.ruleset chiapanec.ruleset chickasaw.ruleset chilean.ruleset chimu.ruleset chinese.ruleset chinook.ruleset choctaw.ruleset chola.ruleset chrobatian.ruleset chumash.ruleset chuvash.ruleset circassian.ruleset colombian.ruleset comanche.ruleset comorian.ruleset confederate.ruleset congolese.ruleset congolesebrazzaville.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 cornish.ruleset corsican.ruleset cossack.ruleset costarican.ruleset cree.ruleset cretan.ruleset crimeantatar.ruleset croatian.ruleset crusader.ruleset cuban.ruleset curonian.ruleset cuyavian.ruleset cypriot.ruleset cyrenaican.ruleset czech.ruleset czechoslovak.ruleset dahomean.ruleset danish.ruleset darfuri.ruleset djiboutian.ruleset dominican.ruleset dominicano.ruleset dryad.ruleset dutch.ruleset eastgerman.ruleset easttimorese.ruleset ecuadorian.ruleset egyptian.ruleset egyptianarab.ruleset elamite.ruleset emirati.ruleset english.ruleset epirote.ruleset equatoguinean.ruleset esperant.ruleset estonian.ruleset eritrean.ruleset ethiopian.ruleset etruscan.ruleset european.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 evenki.ruleset faroese.ruleset fijian.ruleset filipino.ruleset finnish.ruleset flemish.ruleset florentine.ruleset franconian.ruleset frankish.ruleset french.ruleset frisian.ruleset friulian.ruleset fulani.ruleset gabonese.ruleset gaelic.ruleset galician.ruleset gallic.ruleset gambian.ruleset genoese.ruleset georgian.ruleset german.ruleset germanbelgian.ruleset germanic.ruleset ghana.ruleset ghanaian.ruleset ghaznavid.ruleset gokturk.ruleset goldenhorde.ruleset gothic.ruleset greaterpolish.ruleset greek.ruleset greenlander.ruleset grenadian.ruleset guanche.ruleset guarani.ruleset guatemalan.ruleset guinean.ruleset gupta.ruleset guyanese.ruleset hacker.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 haitian.ruleset hanoverian.ruleset han.ruleset hansa.ruleset hasinay.ruleset hawaiian.ruleset hellenic.ruleset helvetian.ruleset hephthalite.ruleset hessian.ruleset himyarite.ruleset hittite.ruleset holyroman.ruleset holysee.ruleset honduran.ruleset hopi.ruleset hungarian.ruleset hunnic.ruleset iberian.ruleset icelandic.ruleset illyrian.ruleset inca.ruleset indian.ruleset indoeuropean.ruleset indonesian.ruleset inuit.ruleset iranian.ruleset iraqi.ruleset irish.ruleset iroquois.ruleset israeli.ruleset israelite.ruleset italian.ruleset ivoirian.ruleset jaffna.ruleset jamaican.ruleset japanese.ruleset jolof.ruleset jordanian.ruleset kalmyk.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 kanem-bornu.ruleset karabakhi.ruleset karelian.ruleset karen.ruleset kashmiri.ruleset kashubian.ruleset katangan.ruleset kazakh.ruleset kenyan.ruleset khazar.ruleset khmer.ruleset khwarezmian.ruleset kiribati.ruleset kittitian.ruleset kongo.ruleset korean.ruleset kosovar.ruleset kuna.ruleset kurd.ruleset kuwaiti.ruleset kyrgyz.ruleset lankese.ruleset laotian.ruleset latin.ruleset latvian.ruleset lebanese.ruleset lendian.ruleset leonese.ruleset lesothoan.ruleset liberian.ruleset liburnian.ruleset libyan.ruleset liechtensteiner.ruleset lippe.ruleset lipkatatar.ruleset lithuanian.ruleset lojbanistani.ruleset lorrain.ruleset luwian.ruleset luxembourgish.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 maasai.ruleset macedon.ruleset macedonian.ruleset majapahit.ruleset malagasy.ruleset malawian.ruleset malaysian.ruleset maldivian.ruleset mali.ruleset malian.ruleset maltese.ruleset mamluk.ruleset manchu.ruleset manx.ruleset maori.ruleset mapuche.ruleset marathi.ruleset martian.ruleset mauritanian.ruleset mauritian.ruleset mayan.ruleset mazovian.ruleset mecklenburgian.ruleset median.ruleset messapian.ruleset metis.ruleset mexican.ruleset miao.ruleset micronesian.ruleset mikmaq.ruleset milanese.ruleset miskito.ruleset mitanni.ruleset mixtec.ruleset moldovan.ruleset moluccan.ruleset mon.ruleset monegasque.ruleset mongol.ruleset montenegrin.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 moravian.ruleset mordvin.ruleset moroccan.ruleset mozambican.ruleset mughal.ruleset muskogee.ruleset muscovite.ruleset mwiska.ruleset namibian.ruleset nauruan.ruleset navajo.ruleset neapolitan.ruleset nenets.ruleset nepali.ruleset nestorian.ruleset newfoundland.ruleset newzealand.ruleset nicaraguan.ruleset nigerian.ruleset nigerien.ruleset nimiipuu.ruleset norman.ruleset northkorean.ruleset northumbrian.ruleset norwegian.ruleset nubian.ruleset numidian.ruleset nuu-chah-nulth.ruleset occitan.ruleset ohlone.ruleset oldenburgian.ruleset oldprussian.ruleset omani.ruleset otomi.ruleset ossetian.ruleset ostrogothic.ruleset ottoman.ruleset ozite.ruleset paeonian.ruleset pakistani.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 palatinate.ruleset palestinian.ruleset palmyrene.ruleset panamanian.ruleset papuan.ruleset papuanewguinean.ruleset paraguayan.ruleset parthian.ruleset pashtun.ruleset pelasgian.ruleset persian.ruleset peruvian.ruleset phoenician.ruleset phrygian.ruleset pictish.ruleset piedmontese.ruleset pirate.ruleset polish.ruleset polynesian.ruleset pontic.ruleset portuguese.ruleset prussian.ruleset puertorican.ruleset purhepecha.ruleset qatari.ruleset quebecois.ruleset rapanui.ruleset raramuri.ruleset rhenish.ruleset riffian.ruleset riograndense.ruleset romanian.ruleset roman.ruleset romansh.ruleset russian.ruleset ruthenian.ruleset rwandan.ruleset ryukyuan.ruleset sabine.ruleset sahrawi.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 saintlucian.ruleset saka.ruleset salishan.ruleset salvadoran.ruleset sami.ruleset sammarinese.ruleset samnite.ruleset samoan.ruleset samogitian.ruleset santomean.ruleset sardinian.ruleset sarmatian.ruleset saudi.ruleset savoyard.ruleset saxon.ruleset scanian.ruleset schleswig-holsteinian.ruleset scottish.ruleset scottishgaelic.ruleset scythian.ruleset seleucid.ruleset seljuk.ruleset seminole.ruleset senegalese.ruleset serbian.ruleset seychellois.ruleset shan.ruleset shawnee.ruleset sherpa.ruleset siberian.ruleset sicilian.ruleset sierraleonean.ruleset sikh.ruleset sikkimese.ruleset silesian.ruleset singaporean.ruleset sinhalese.ruleset sioux.ruleset slavic.ruleset slovakian.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 slovenian.ruleset solomonislander.ruleset somali.ruleset somaliland.ruleset songhai.ruleset sorbian.ruleset sotho.ruleset southafrican.ruleset southamerican.ruleset southkorean.ruleset southsudanese.ruleset southvietnamese.ruleset southyemeni.ruleset soviet.ruleset spanish.ruleset srivijaya.ruleset sudanese.ruleset suebian.ruleset sumerian.ruleset surinamese.ruleset swahili.ruleset swazi.ruleset swedish.ruleset swiss.ruleset syrian.ruleset tahitian.ruleset taino.ruleset tairona.ruleset taiwanese.ruleset tajik.ruleset tanganyikan.ruleset tanzanian.ruleset tatar.ruleset templar.ruleset teutonic.ruleset texan.ruleset thai.ruleset thracian.ruleset thuringian.ruleset tibetan.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 timurid.ruleset tocharian.ruleset togolese.ruleset toltec.ruleset tongan.ruleset transnistrian.ruleset transylvanian.ruleset trinidadian.ruleset tswana.ruleset tuareg.ruleset tunisian.ruleset tupi.ruleset turkmen.ruleset turk.ruleset turkishcypriot.ruleset tuvan.ruleset tyrolian.ruleset ugandan.ruleset ukrainian.ruleset un.ruleset uruguayan.ruleset uyghur.ruleset uzbek.ruleset vampire.ruleset vandalic.ruleset vanuatuan.ruleset vedic.ruleset veletian.ruleset venda.ruleset venetian.ruleset venetic.ruleset venezuelan.ruleset vermont.ruleset vietnamese.ruleset viking.ruleset vincentian.ruleset visigothic.ruleset vistulan.ruleset volapuk.ruleset volgabulgar.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
/usr/bin/install -c -m 644 volgagerman.ruleset walloon.ruleset welsh.ruleset werewolf.ruleset westernpomeranian.ruleset westernroman.ruleset westindian.ruleset westphalian.ruleset wuerttembergian.ruleset xhosa.ruleset xiongnu.ruleset yakut.ruleset yemeni.ruleset yucatecan.ruleset yugoslav.ruleset zambian.ruleset zanzibari.ruleset zapotec.ruleset zhuang.ruleset zimbabwean.ruleset zulu.ruleset '/usr/local/Cellar/freeciv/2.4.3/share/freeciv/nation'
make[3]: Nothing to be done for `install-exec-am'.
test -z "" || ../bootstrap/install-sh -c -d ""
test -z "" || ../bootstrap/install-sh -c -d ""
test -z "/usr/local/Cellar/freeciv/2.4.3/share/pixmaps" || ../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/pixmaps"
test -z "/usr/local/Cellar/freeciv/2.4.3/share/freeciv" || ../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/share/freeciv"
test -z "/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" || ../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/etc/freeciv"
/usr/bin/install -c -m 644 civ1.serv civ2.serv default.serv experimental.serv multiplayer.serv hex2t.tilespec amplio2.tilespec cimpletoon.tilespec isophex.tilespec isotrident.tilespec trident.tilespec stdsounds.soundspec helpdata.txt '/usr/local/Cellar/freeciv/2.4.3/share/freeciv'
/usr/bin/install -c -m 644 freeciv-client.png '/usr/local/Cellar/freeciv/2.4.3/share/pixmaps'
/usr/bin/install -c -m 644 database.lua '/usr/local/Cellar/freeciv/2.4.3/etc/freeciv'
Making install in dependencies
Making install in lua-5.1
Making install in src
CC lapi.lo
CC lauxlib.lo
CC lbaselib.lo
CC lcode.lo
CC ldblib.lo
CC ldebug.lo
CC ldo.lo
CC ldump.lo
CC lfunc.lo
CC lgc.lo
CC linit.lo
CC liolib.lo
CC llex.lo
CC lmathlib.lo
CC lmem.lo
CC loadlib.lo
CC lobject.lo
CC lopcodes.lo
CC loslib.lo
CC lparser.lo
CC lstate.lo
CC lstring.lo
CC lstrlib.lo
CC ltable.lo
CC ltablib.lo
CC ltm.lo
CC lundump.lo
CC lvm.lo
CC lzio.lo
CC print.lo
CCLD liblua.la
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in tolua-5.1
Making install in src
Making install in lib
CC tolua_is.lo
CC tolua_event.lo
CC tolua_map.lo
CC tolua_push.lo
CC tolua_to.lo
CCLD libtolua.la
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in bin
CC tolua.o
CC toluabind.o
CCLD tolua
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in cvercmp
CC cvercmp.lo
CCLD libcvercmp.la
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in utility
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
CC astring.lo
CC bitvector.lo
CC capability.lo
CC distribute.lo
CC fc_utf8.lo
CC fcbacktrace.lo
CC fciconv.lo
CC fcintl.lo
CC fcthread.lo
CC genhash.lo
CC genlist.lo
CC inputfile.lo
CC ioz.lo
CC iterator.lo
CC log.lo
CC netfile.lo
CC netintf.lo
CC pqueue.lo
CC mem.lo
CC rand.lo
CC registry.lo
CC shared.lo
CC string_vector.lo
CC support.lo
CC timing.lo
CC md5.lo
CCLD libcivutility.la
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in common
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
Making install in aicore
CC aisupport.lo
CC path_finding.lo
CC pf_tools.lo
CC cm.lo
CC citymap.lo
CC caravan.lo
CCLD libaicore.la
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in scriptcore
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
CC api_common_intl.lo
CC api_common_utilities.lo
CC api_game_effects.lo
CC api_game_find.lo
CC api_game_methods.lo
CC api_game_specenum.lo
CC api_signal_base.lo
CC luascript.lo
CC luascript_func.lo
CC luascript_signal.lo
CC tolua_common_a_gen.lo
CC tolua_common_z_gen.lo
CC tolua_game_gen.lo
CC tolua_signal_gen.lo
CCLD libscriptcore.la
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
CC ai.lo
CC base.lo
CC borders.lo
CC capstr.lo
CC citizens.lo
CC city.lo
CC combat.lo
CC connection.lo
CC dataio.lo
CC diptreaty.lo
CC effects.lo
CC events.lo
CC featured_text.lo
CC fc_cmdhelp.lo
CC fc_interface.lo
CC game.lo
CC government.lo
CC idex.lo
CC improvement.lo
CC map.lo
CC mapimg.lo
CC movement.lo
CC nation.lo
CC packets.lo
CC packets_gen.lo
CC player.lo
CC requirements.lo
CC research.lo
CC rgbcolor.lo
CC road.lo
CC spaceship.lo
CC specialist.lo
CC team.lo
CC tech.lo
CC terrain.lo
CC tile.lo
CC unit.lo
CC unitlist.lo
CC unittype.lo
CC vision.lo
CC worklist.lo
CC version.lo
CCLD libfreeciv.la
test -z "/usr/local/Cellar/freeciv/2.4.3/lib" || ../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/lib"
make[4]: Nothing to be done for `install-data-am'.
/bin/sh ../libtool --preserve-dup-deps --mode=install /usr/bin/install -c libfreeciv.la '/usr/local/Cellar/freeciv/2.4.3/lib'
libtool: install: /usr/bin/install -c .libs/libfreeciv.lai /usr/local/Cellar/freeciv/2.4.3/lib/libfreeciv.la
libtool: install: /usr/bin/install -c .libs/libfreeciv.a /usr/local/Cellar/freeciv/2.4.3/lib/libfreeciv.a
libtool: install: chmod 644 /usr/local/Cellar/freeciv/2.4.3/lib/libfreeciv.a
libtool: install: ranlib /usr/local/Cellar/freeciv/2.4.3/lib/libfreeciv.a
Making install in tests
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in win32
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in ai
Making install in default
CC advdomestic.lo
CC advmilitary.lo
CC advdiplomacy.lo
CC advspace.lo
CC aiair.lo
CC aicity.lo
CC aidata.lo
CC aiferry.lo
CC aiguard.lo
CC aihand.lo
CC aihunt.lo
CC ailog.lo
CC aiparatrooper.lo
CC aiplayer.lo
CC aisettler.lo
CC aitech.lo
CC aitools.lo
CC aiunit.lo
CC aidiplomat.lo
CCLD libclassicai.la
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/freeciv/2.4.3/lib/fcai" || ../../bootstrap/install-sh -c -d "/usr/local/Cellar/freeciv/2.4.3/lib/fcai"
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in server
Making install in advisors
CC advbuilding.lo
CC advdata.lo
CC advcity.lo
CC advgoto.lo
CC advruleset.lo
CC advtools.lo
CC autoexplorer.lo
CC autosettlers.lo
CC infracache.lo
CCLD libadvisors.la
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in generator
CC mapgen.lo
CC mapgen_topology.lo
CC utilities.lo
CC height_map.lo
CC startpos.lo
CC temperature_map.lo
CCLD libgenerator.la
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in scripting
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
CC api_fcdb_auth.lo
CC api_fcdb_base.lo
CC script_fcdb.lo
CC tolua_fcdb_gen.lo
CC api_server_base.lo
CC api_server_edit.lo
CC api_server_notify.lo
CC script_server.lo
CC tolua_server_gen.lo
CCLD libscripting_fcdb.la
CCLD libscripting_server.la
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
CC aiiface.lo
CC auth.lo
CC barbarian.lo
CC citizenshand.lo
CC cityhand.lo
CC citytools.lo
CC cityturn.lo
CC commands.lo
CC connecthand.lo
CC console.lo
CC diplhand.lo
CC diplomats.lo
CC edithand.lo
CC fcdb.lo
CC gamehand.lo
CC ggzserver.lo
CC handchat.lo
CC hand_gen.lo
CC maphand.lo
CC meta.lo
CC notify.lo
CC plrhand.lo
CC report.lo
CC ruleset.lo
CC sanitycheck.lo
CC savegame.lo
CC savegame2.lo
CC score.lo
CC sernet.lo
CC settings.lo
CC spacerace.lo
CC srv_log.lo
CC srv_main.lo
CC stdinhand.lo
CC techtools.lo
CC unithand.lo
CC unittools.lo
CC voting.lo
CC civserver.o
CCLD libfreeciv-srv.la
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfreeciv-srv.a(ggzserver.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfreeciv-srv.a(sanitycheck.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfreeciv-srv.a(ggzserver.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfreeciv-srv.a(sanitycheck.o) has no symbols
CCLD freeciv-server
Undefined symbols for architecture x86_64:
"_rl_completion_suppress_append", referenced from:
_freeciv_completion in libfreeciv-srv.a(stdinhand.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [freeciv-server] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
HOMEBREW_VERSION: 0.9.5
HEAD: de0846dee9372aabc0293f988ea8a276b66abbae
CPU: quad-core 64-bit ivybridge
OS X: 10.9.5-x86_64
Xcode: 6.0.1
CLT: 6.0.0.0.1.1410400753
X11: 2.7.7 => /opt/X11
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lapi.c -o lapi.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lapi.c -o lapi.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lauxlib.c -o lauxlib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lauxlib.c -o lauxlib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lcode.c -o lcode.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lcode.c -o lcode.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lbaselib.c -o lbaselib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lbaselib.c -o lbaselib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ldblib.c -o ldblib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ldblib.c -o ldblib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ldebug.c -o ldebug.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ldebug.c -o ldebug.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ldo.c -o ldo.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ldo.c -o ldo.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ldump.c -o ldump.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ldump.c -o ldump.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lfunc.c -o lfunc.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lfunc.c -o lfunc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lgc.c -o lgc.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lgc.c -o lgc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c linit.c -o linit.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c linit.c -o linit.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c liolib.c -o liolib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c liolib.c -o liolib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c llex.c -o llex.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c llex.c -o llex.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lmathlib.c -o lmathlib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lmathlib.c -o lmathlib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lmem.c -o lmem.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lmem.c -o lmem.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c loadlib.c -o loadlib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c loadlib.c -o loadlib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lobject.c -o lobject.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lobject.c -o lobject.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lopcodes.c -o lopcodes.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lopcodes.c -o lopcodes.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c loslib.c -o loslib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c loslib.c -o loslib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lparser.c -o lparser.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lparser.c -o lparser.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lstate.c -o lstate.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lstate.c -o lstate.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lstring.c -o lstring.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lstring.c -o lstring.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lstrlib.c -o lstrlib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lstrlib.c -o lstrlib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ltable.c -o ltable.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ltable.c -o ltable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ltablib.c -o ltablib.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ltablib.c -o ltablib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ltm.c -o ltm.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ltm.c -o ltm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lundump.c -o lundump.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lundump.c -o lundump.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lvm.c -o lvm.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lvm.c -o lvm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lzio.c -o lzio.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c lzio.c -o lzio.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c print.c -o print.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c print.c -o print.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_is.c -o tolua_is.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_is.c -o tolua_is.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_map.c -o tolua_map.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_map.c -o tolua_map.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_event.c -o tolua_event.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_event.c -o tolua_event.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_push.c -o tolua_push.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_push.c -o tolua_push.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_to.c -o tolua_to.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/tolua-5.1/include -I../../../../dependencies/lua-5.1/src -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_to.c -o tolua_to.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/lua-5.1/src -I../../../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c toluabind.c
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/lua-5.1/src -I../../../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c toluabind.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/lua-5.1/src -I../../../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua.c
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../dependencies/lua-5.1/src -I../../../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -o tolua tolua.o toluabind.o -pthread -L/usr/local/Cellar/gettext/0.19.2/lib ../../../../dependencies/lua-5.1/src/.libs/liblua.a -lm ../lib/.libs/libtolua.a -liconv -lcurl -pthread
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -o tolua tolua.o toluabind.o -pthread -L/usr/local/Cellar/gettext/0.19.2/lib ../../../../dependencies/lua-5.1/src/.libs/liblua.a -lm ../lib/.libs/libtolua.a -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c cvercmp.c -o cvercmp.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c cvercmp.c -o cvercmp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c distribute.c -o distribute.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c distribute.c -o distribute.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c capability.c -o capability.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c capability.c -o capability.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c bitvector.c -o bitvector.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c bitvector.c -o bitvector.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c astring.c -o astring.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c astring.c -o astring.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fc_utf8.c -o fc_utf8.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fc_utf8.c -o fc_utf8.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fcbacktrace.c -o fcbacktrace.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fcbacktrace.c -o fcbacktrace.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fcintl.c -o fcintl.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fcintl.c -o fcintl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fciconv.c -o fciconv.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fciconv.c -o fciconv.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fcthread.c -o fcthread.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fcthread.c -o fcthread.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c genhash.c -o genhash.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c genhash.c -o genhash.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c genlist.c -o genlist.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c genlist.c -o genlist.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c inputfile.c -o inputfile.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c inputfile.c -o inputfile.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ioz.c -o ioz.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ioz.c -o ioz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c iterator.c -o iterator.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c iterator.c -o iterator.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c log.c -o log.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c log.c -o log.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c netfile.c -o netfile.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c netfile.c -o netfile.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c netintf.c -o netintf.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c netintf.c -o netintf.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c mem.c -o mem.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c mem.c -o mem.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c pqueue.c -o pqueue.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c pqueue.c -o pqueue.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c rand.c -o rand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c rand.c -o rand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c registry.c -o registry.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c registry.c -o registry.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c shared.c -o shared.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c shared.c -o shared.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c string_vector.c -o string_vector.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c string_vector.c -o string_vector.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c support.c -o support.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c support.c -o support.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c timing.c -o timing.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c timing.c -o timing.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c md5.c -o md5.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c md5.c -o md5.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -I../../common -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c path_finding.c -o path_finding.o
superenv removed: -I../../common -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c path_finding.c -o path_finding.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -I../../common -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aisupport.c -o aisupport.o
superenv removed: -I../../common -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aisupport.c -o aisupport.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -I../../common -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c cm.c -o cm.o
superenv removed: -I../../common -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c cm.c -o cm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -I../../common -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c pf_tools.c -o pf_tools.o
superenv removed: -I../../common -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c pf_tools.c -o pf_tools.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -I../../common -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c citymap.c -o citymap.o
superenv removed: -I../../common -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c citymap.c -o citymap.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -I../../common -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c caravan.c -o caravan.o
superenv removed: -I../../common -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I.. -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c caravan.c -o caravan.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_game_find.c -o api_game_find.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_game_find.c -o api_game_find.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_game_effects.c -o api_game_effects.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_game_effects.c -o api_game_effects.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_common_utilities.c -o api_common_utilities.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_common_utilities.c -o api_common_utilities.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_common_intl.c -o api_common_intl.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_common_intl.c -o api_common_intl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_game_methods.c -o api_game_methods.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_game_methods.c -o api_game_methods.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_game_specenum.c -o api_game_specenum.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_game_specenum.c -o api_game_specenum.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_signal_base.c -o api_signal_base.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_signal_base.c -o api_signal_base.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c luascript.c -o luascript.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c luascript.c -o luascript.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c luascript_func.c -o luascript_func.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c luascript_func.c -o luascript_func.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c luascript_signal.c -o luascript_signal.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c luascript_signal.c -o luascript_signal.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_common_a_gen.c -o tolua_common_a_gen.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_common_a_gen.c -o tolua_common_a_gen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_common_z_gen.c -o tolua_common_z_gen.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_common_z_gen.c -o tolua_common_z_gen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_game_gen.c -o tolua_game_gen.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_game_gen.c -o tolua_game_gen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_signal_gen.c -o tolua_signal_gen.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_signal_gen.c -o tolua_signal_gen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c base.c -o base.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c base.c -o base.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c borders.c -o borders.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c borders.c -o borders.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ai.c -o ai.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ai.c -o ai.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c capstr.c -o capstr.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c capstr.c -o capstr.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c citizens.c -o citizens.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c citizens.c -o citizens.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c city.c -o city.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c city.c -o city.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c combat.c -o combat.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c combat.c -o combat.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c connection.c -o connection.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c connection.c -o connection.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c dataio.c -o dataio.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c dataio.c -o dataio.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c diptreaty.c -o diptreaty.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c diptreaty.c -o diptreaty.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c effects.c -o effects.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c effects.c -o effects.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c events.c -o events.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c events.c -o events.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c featured_text.c -o featured_text.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c featured_text.c -o featured_text.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fc_cmdhelp.c -o fc_cmdhelp.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fc_cmdhelp.c -o fc_cmdhelp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fc_interface.c -o fc_interface.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fc_interface.c -o fc_interface.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c game.c -o game.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c game.c -o game.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c government.c -o government.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c government.c -o government.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c idex.c -o idex.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c idex.c -o idex.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c improvement.c -o improvement.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c improvement.c -o improvement.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c map.c -o map.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c map.c -o map.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c mapimg.c -o mapimg.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c mapimg.c -o mapimg.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c movement.c -o movement.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c movement.c -o movement.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c nation.c -o nation.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c nation.c -o nation.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c packets.c -o packets.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c packets.c -o packets.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c packets_gen.c -o packets_gen.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c packets_gen.c -o packets_gen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c player.c -o player.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c player.c -o player.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c requirements.c -o requirements.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c requirements.c -o requirements.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c research.c -o research.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c research.c -o research.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c rgbcolor.c -o rgbcolor.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c rgbcolor.c -o rgbcolor.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c road.c -o road.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c road.c -o road.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c spaceship.c -o spaceship.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c spaceship.c -o spaceship.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c specialist.c -o specialist.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c specialist.c -o specialist.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c team.c -o team.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c team.c -o team.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tech.c -o tech.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tech.c -o tech.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c terrain.c -o terrain.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c terrain.c -o terrain.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tile.c -o tile.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tile.c -o tile.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unit.c -o unit.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unit.c -o unit.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unitlist.c -o unitlist.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unitlist.c -o unitlist.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unittype.c -o unittype.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unittype.c -o unittype.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c vision.c -o vision.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c vision.c -o vision.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c worklist.c -o worklist.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c worklist.c -o worklist.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c version.c -o version.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../utility -I./aicore -I./scriptcore -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c version.c -o version.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advdomestic.c -o advdomestic.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advdomestic.c -o advdomestic.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c defaultai.c -o defaultai.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c defaultai.c -o defaultai.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advdiplomacy.c -o advdiplomacy.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advdiplomacy.c -o advdiplomacy.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advmilitary.c -o advmilitary.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advmilitary.c -o advmilitary.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advspace.c -o advspace.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advspace.c -o advspace.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiair.c -o aiair.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiair.c -o aiair.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aicity.c -o aicity.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aicity.c -o aicity.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aidata.c -o aidata.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aidata.c -o aidata.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiferry.c -o aiferry.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiferry.c -o aiferry.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiguard.c -o aiguard.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiguard.c -o aiguard.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aihand.c -o aihand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aihand.c -o aihand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aihunt.c -o aihunt.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aihunt.c -o aihunt.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ailog.c -o ailog.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ailog.c -o ailog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiparatrooper.c -o aiparatrooper.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiparatrooper.c -o aiparatrooper.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiplayer.c -o aiplayer.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiplayer.c -o aiplayer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aisettler.c -o aisettler.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aisettler.c -o aisettler.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aitech.c -o aitech.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aitech.c -o aitech.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aitools.c -o aitools.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aitools.c -o aitools.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiunit.c -o aiunit.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiunit.c -o aiunit.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aidiplomat.c -o aidiplomat.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/aicore -I../../server -I../../server/advisors -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aidiplomat.c -o aidiplomat.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advcity.c -o advcity.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advcity.c -o advcity.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advdata.c -o advdata.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advdata.c -o advdata.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advbuilding.c -o advbuilding.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advbuilding.c -o advbuilding.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advgoto.c -o advgoto.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advgoto.c -o advgoto.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advruleset.c -o advruleset.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advruleset.c -o advruleset.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advtools.c -o advtools.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c advtools.c -o advtools.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c autoexplorer.c -o autoexplorer.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c autoexplorer.c -o autoexplorer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c autosettlers.c -o autosettlers.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c autosettlers.c -o autosettlers.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c infracache.c -o infracache.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../server -I../../utility -I../../common -I../../common/aicore -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c infracache.c -o infracache.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c utilities.c -o utilities.o
superenv removed: -I../../server/generator -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c utilities.c -o utilities.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c mapgen.c -o mapgen.o
superenv removed: -I../../server/generator -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c mapgen.c -o mapgen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c mapgen_topology.c -o mapgen_topology.o
superenv removed: -I../../server/generator -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c mapgen_topology.c -o mapgen_topology.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c height_map.c -o height_map.o
superenv removed: -I../../server/generator -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c height_map.c -o height_map.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c startpos.c -o startpos.o
superenv removed: -I../../server/generator -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c startpos.c -o startpos.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -I../../server/generator -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c temperature_map.c -o temperature_map.o
superenv removed: -I../../server/generator -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../server -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c temperature_map.c -o temperature_map.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_fcdb_auth.c -o api_fcdb_auth.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_fcdb_auth.c -o api_fcdb_auth.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_fcdb_base.c -o api_fcdb_base.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_fcdb_base.c -o api_fcdb_base.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c script_fcdb.c -o script_fcdb.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c script_fcdb.c -o script_fcdb.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_fcdb_gen.c -o tolua_fcdb_gen.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_fcdb_gen.c -o tolua_fcdb_gen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_server_base.c -o api_server_base.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_server_base.c -o api_server_base.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_server_notify.c -o api_server_notify.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_server_notify.c -o api_server_notify.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_server_edit.c -o api_server_edit.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c api_server_edit.c -o api_server_edit.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c script_server.c -o script_server.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c script_server.c -o script_server.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_server_gen.c -o tolua_server_gen.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../utility -I../../common -I../../common/scriptcore -I../../server -I../../dependencies/lua-5.1/src -I../../dependencies/tolua-5.1/include -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c tolua_server_gen.c -o tolua_server_gen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiiface.c -o aiiface.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c aiiface.c -o aiiface.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c auth.c -o auth.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c auth.c -o auth.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c barbarian.c -o barbarian.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c barbarian.c -o barbarian.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c citizenshand.c -o citizenshand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c citizenshand.c -o citizenshand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c cityhand.c -o cityhand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c cityhand.c -o cityhand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c citytools.c -o citytools.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c citytools.c -o citytools.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c cityturn.c -o cityturn.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c cityturn.c -o cityturn.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c commands.c -o commands.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c commands.c -o commands.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c connecthand.c -o connecthand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c connecthand.c -o connecthand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c console.c -o console.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c console.c -o console.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c diplhand.c -o diplhand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c diplhand.c -o diplhand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c diplomats.c -o diplomats.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c diplomats.c -o diplomats.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c edithand.c -o edithand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c edithand.c -o edithand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fcdb.c -o fcdb.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c fcdb.c -o fcdb.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c gamehand.c -o gamehand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c gamehand.c -o gamehand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ggzserver.c -o ggzserver.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ggzserver.c -o ggzserver.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c handchat.c -o handchat.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c handchat.c -o handchat.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c hand_gen.c -o hand_gen.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c hand_gen.c -o hand_gen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c maphand.c -o maphand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c maphand.c -o maphand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c meta.c -o meta.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c meta.c -o meta.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c notify.c -o notify.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c notify.c -o notify.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c plrhand.c -o plrhand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c plrhand.c -o plrhand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c report.c -o report.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c report.c -o report.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ruleset.c -o ruleset.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c ruleset.c -o ruleset.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c sanitycheck.c -o sanitycheck.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c sanitycheck.c -o sanitycheck.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c savegame.c -o savegame.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c savegame.c -o savegame.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c savegame2.c -o savegame2.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c savegame2.c -o savegame2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c score.c -o score.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c score.c -o score.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c sernet.c -o sernet.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c sernet.c -o sernet.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c settings.c -o settings.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c settings.c -o settings.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c spacerace.c -o spacerace.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c spacerace.c -o spacerace.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c srv_log.c -o srv_log.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c srv_log.c -o srv_log.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c srv_main.c -o srv_main.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c srv_main.c -o srv_main.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c stdinhand.c -o stdinhand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c stdinhand.c -o stdinhand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c techtools.c -o techtools.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c techtools.c -o techtools.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unithand.c -o unithand.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unithand.c -o unithand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unittools.c -o unittools.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c unittools.c -o unittools.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c voting.c -o voting.o
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c voting.c -o voting.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c civserver.c
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../ai/default -I../common -I../common/aicore -I../common/scriptcore -I../utility -I./advisors -I./generator -I./scripting -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -DLOCALEDIR="/usr/local/Cellar/freeciv/2.4.3/share/locale" -DBINDIR="/usr/local/Cellar/freeciv/2.4.3/bin" -DFC_CONF_PATH="/usr/local/Cellar/freeciv/2.4.3/etc/freeciv" -DDEFAULT_DATA_PATH=".:data:~/.freeciv/2.4:/usr/local/Cellar/freeciv/2.4.3/share/freeciv" -DDEFAULT_SAVES_PATH="" -DDEFAULT_SCENARIO_PATH=".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:/usr/local/Cellar/freeciv/2.4.3/share/freeciv/scenarios" -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -c civserver.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include
clang called with: -O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -o freeciv-server civserver.o -pthread -L/usr/local/Cellar/gettext/0.19.2/lib ./.libs/libfreeciv-srv.a -lreadline ../common/.libs/libfreeciv.a -lintl -L/usr/local/Cellar/imagemagick/6.8.9-7/lib /usr/local/Cellar/imagemagick/6.8.9-7/lib/libMagickWand-6.Q16.dylib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib -L/usr/local/Cellar/freetype/2.5.3_1/lib -L/usr/local/Cellar/xz/5.0.5/lib /usr/local/Cellar/imagemagick/6.8.9-7/lib/libMagickCore-6.Q16.dylib -lfreetype -llzma -lbz2 -lz -lltdl -lm -liconv -lcurl -pthread
superenv removed: -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -o freeciv-server civserver.o -pthread -L/usr/local/Cellar/gettext/0.19.2/lib ./.libs/libfreeciv-srv.a -lreadline ../common/.libs/libfreeciv.a -lintl -L/usr/local/Cellar/imagemagick/6.8.9-7/lib /usr/local/Cellar/imagemagick/6.8.9-7/lib/libMagickWand-6.Q16.dylib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib -L/usr/local/Cellar/freetype/2.5.3_1/lib -L/usr/local/Cellar/xz/5.0.5/lib /usr/local/Cellar/imagemagick/6.8.9-7/lib/libMagickCore-6.Q16.dylib -lfreetype -llzma -lbz2 -lz -lltdl -lm -liconv -lcurl -pthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/gettext/include -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by freeciv configure 2.4.3, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/freeciv/2.4.3 CFLAGS=-I/usr/local/Cellar/gettext/0.19.2/include LDFLAGS=-L/usr/local/Cellar/gettext/0.19.2/lib --enable-client=sdl
## --------- ##
## Platform. ##
## --------- ##
hostname = yam-laptop.local
uname -m = x86_64
uname -r = 13.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 185 tasks, 903 threads, 4 processors
Load average: 1.99, Mach factor: 2.00
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/opt/sdl/bin
PATH: /usr/local/opt/jpeg/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/libtiff/bin
PATH: /usr/local/opt/webp/bin
PATH: /opt/X11/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2802: checking build system type
configure:2816: result: x86_64-apple-darwin13.4.0
configure:2836: checking host system type
configure:2849: result: x86_64-apple-darwin13.4.0
configure:2917: checking for gcc
configure:2944: result: clang
configure:3173: checking for C compiler version
configure:3182: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:3193: $? = 0
configure:3182: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:3193: $? = 0
configure:3182: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3193: $? = 1
configure:3182: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3193: $? = 1
configure:3213: checking whether the C compiler works
configure:3235: clang -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:3239: $? = 0
configure:3287: result: yes
configure:3290: checking for C compiler default output file name
configure:3292: result: a.out
configure:3298: checking for suffix of executables
configure:3305: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:3309: $? = 0
configure:3331: result:
configure:3353: checking whether we are cross compiling
configure:3361: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:3365: $? = 0
configure:3372: ./conftest
configure:3376: $? = 0
configure:3391: result: no
configure:3396: checking for suffix of object files
configure:3418: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:3422: $? = 0
configure:3443: result: o
configure:3447: checking whether we are using the GNU C compiler
configure:3466: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:3466: $? = 0
configure:3475: result: yes
configure:3484: checking whether clang accepts -g
configure:3504: clang -c -g conftest.c >&5
configure:3504: $? = 0
configure:3545: result: yes
configure:3562: checking for clang option to accept ISO C89
configure:3626: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:3626: $? = 0
configure:3639: result: none needed
configure:3665: checking how to run the C preprocessor
configure:3696: clang -E conftest.c
configure:3696: $? = 0
configure:3710: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3710: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3735: result: clang -E
configure:3755: clang -E conftest.c
configure:3755: $? = 0
configure:3769: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3769: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3798: checking for grep that handles long lines and -e
configure:3856: result: /usr/bin/grep
configure:3861: checking for egrep
configure:3923: result: /usr/bin/grep -E
configure:3928: checking for ANSI C header files
configure:3948: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:3948: $? = 0
configure:4021: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:4021: $? = 0
configure:4021: ./conftest
configure:4021: $? = 0
configure:4032: result: yes
configure:4045: checking for sys/types.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4045: checking for sys/stat.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4045: checking for stdlib.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4045: checking for string.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4045: checking for memory.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4045: checking for strings.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4045: checking for inttypes.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4045: checking for stdint.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4045: checking for unistd.h
configure:4045: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4045: $? = 0
configure:4045: result: yes
configure:4058: checking minix/config.h usability
configure:4058: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:4058: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4058: result: no
configure:4058: checking minix/config.h presence
configure:4058: clang -E conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:4058: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:4058: result: no
configure:4058: checking for minix/config.h
configure:4058: result: no
configure:4079: checking whether it is safe to define __EXTENSIONS__
configure:4097: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4097: $? = 0
configure:4104: result: yes
configure:4119: checking whether byte ordering is bigendian
configure:4134: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4134: $? = 0
configure:4179: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:4179: $? = 0
configure:4197: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
conftest.c:31:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:4197: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4325: result: no
configure:4510: checking for a BSD-compatible install
configure:4578: result: /usr/bin/install -c
configure:4589: checking whether build environment is sane
configure:4639: result: yes
configure:4780: checking for a thread-safe mkdir -p
configure:4819: result: bootstrap/install-sh -c -d
configure:4832: checking for gawk
configure:4862: result: no
configure:4832: checking for mawk
configure:4862: result: no
configure:4832: checking for nawk
configure:4862: result: no
configure:4832: checking for awk
configure:4848: found /usr/bin/awk
configure:4859: result: awk
configure:4870: checking whether make sets $(MAKE)
configure:4892: result: yes
configure:4922: checking for style of include used by make
configure:4950: result: GNU
configure:5036: checking dependency style of clang
configure:5147: result: none
configure:5175: checking whether make supports nested variables
configure:5192: result: yes
configure:5204: checking for a sed that does not truncate output
configure:5268: result: /usr/local/Library/ENV/4.3/sed
configure:5816: checking for getaddrinfo
configure:5816: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:5816: $? = 0
configure:5816: result: yes
configure:5816: checking for inet_pton
configure:5816: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:5816: $? = 0
configure:5816: result: yes
configure:5816: checking for inet_ntop
configure:5816: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:5816: $? = 0
configure:5816: result: yes
configure:5816: checking for getnameinfo
configure:5816: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:5816: $? = 0
configure:5816: result: yes
configure:5828: checking for AF_INET6
configure:5844: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:5844: $? = 0
configure:5845: result: yes
configure:5926: checking for MagickWand-config in default path
configure:5966: result: found in /usr/local/bin
configure:5969: checking for MagickWand-config --cflags
configure:5972: result: -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6
configure:5975: checking for MagickWand-config --libs
configure:5978: result: -L/usr/local/Cellar/imagemagick/6.8.9-7/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16
configure:5988: checking for all development tools needed for MagickWand
configure:6001: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -L/usr/local/Cellar/imagemagick/6.8.9-7/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 >&5
configure:6001: $? = 0
configure:6002: result: yes
configure:6304: checking for gawk
configure:6331: result: awk
configure:6390: checking for gcc
configure:6417: result: clang
configure:6646: checking for C compiler version
configure:6655: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:6666: $? = 0
configure:6655: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:6666: $? = 0
configure:6655: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:6666: $? = 1
configure:6655: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:6666: $? = 1
configure:6670: checking whether we are using the GNU C compiler
configure:6698: result: yes
configure:6707: checking whether clang accepts -g
configure:6768: result: yes
configure:6785: checking for clang option to accept ISO C89
configure:6862: result: none needed
configure:6887: checking how to run the C preprocessor
configure:6957: result: clang -E
configure:6977: clang -E conftest.c
configure:6977: $? = 0
configure:6991: clang -E conftest.c
conftest.c:52:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6991: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7019: checking whether ln -s works
configure:7023: result: yes
configure:7107: checking how to print strings
configure:7134: result: printf
configure:7155: checking for a sed that does not truncate output
configure:7219: result: /usr/local/Library/ENV/4.3/sed
configure:7237: checking for fgrep
configure:7299: result: /usr/bin/grep -F
configure:7334: checking for ld used by clang
configure:7401: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:7408: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:7423: result: no
configure:7435: checking for BSD- or MS-compatible name lister (nm)
configure:7484: result: /usr/bin/nm
configure:7614: checking the name lister (/usr/bin/nm) interface
configure:7621: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:7624: /usr/bin/nm "conftest.o"
configure:7627: output
0000000000000000 S _some_variable
configure:7634: result: BSD nm
configure:7638: checking the maximum length of command line arguments
configure:7768: result: 196608
configure:7785: checking whether the shell understands some XSI constructs
configure:7795: result: yes
configure:7799: checking whether the shell understands "+="
configure:7805: result: yes
configure:7840: checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format
configure:7880: result: func_convert_file_noop
configure:7887: checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format
configure:7907: result: func_convert_file_noop
configure:7914: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:7921: result: -r
configure:7995: checking for objdump
configure:8025: result: no
configure:8054: checking how to recognize dependent libraries
configure:8256: result: pass_all
configure:8341: checking for dlltool
configure:8371: result: no
configure:8401: checking how to associate runtime and link libraries
configure:8428: result: printf %s\n
configure:8488: checking for ar
configure:8504: found /usr/bin/ar
configure:8515: result: ar
configure:8552: checking for archiver @FILE support
configure:8569: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:8569: $? = 0
configure:8572: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:8575: $? = 1
configure:8595: result: no
configure:8653: checking for strip
configure:8669: found /usr/bin/strip
configure:8680: result: strip
configure:8752: checking for ranlib
configure:8768: found /usr/bin/ranlib
configure:8779: result: ranlib
configure:8881: checking command to parse /usr/bin/nm output from clang object
configure:9001: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:9004: $? = 0
configure:9008: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9011: $? = 0
cannot find nm_test_var in conftest.nm
configure:9001: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:9004: $? = 0
configure:9008: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9011: $? = 0
configure:9077: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c conftstm.o >&5
configure:9080: $? = 0
configure:9118: result: ok
configure:9155: checking for sysroot
configure:9185: result: no
configure:9441: checking for mt
configure:9471: result: no
configure:9491: checking if : is a manifest tool
configure:9497: : '-?'
configure:9505: result: no
configure:9561: checking for dsymutil
configure:9577: found /usr/bin/dsymutil
configure:9588: result: dsymutil
configure:9653: checking for nmedit
configure:9669: found /usr/bin/nmedit
configure:9680: result: nmedit
configure:9745: checking for lipo
configure:9761: found /usr/bin/lipo
configure:9772: result: lipo
configure:9837: checking for otool
configure:9853: found /usr/bin/otool
configure:9864: result: otool
configure:9929: checking for otool64
configure:9959: result: no
configure:10004: checking for -single_module linker flag
clang -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:10037: result: yes
configure:10040: checking for -exported_symbols_list linker flag
configure:10060: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:10060: $? = 0
configure:10070: result: yes
configure:10073: checking for -force_load linker flag
clang -I/usr/local/Cellar/gettext/0.19.2/include -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:10105: result: yes
configure:10144: checking for dlfcn.h
configure:10144: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:10144: $? = 0
configure:10144: result: yes
configure:10320: checking for objdir
configure:10335: result: .libs
configure:10602: checking if clang supports -fno-rtti -fno-exceptions
configure:10620: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fno-rtti -fno-exceptions conftest.c >&5
configure:10624: $? = 0
configure:10637: result: yes
configure:10964: checking for clang option to produce PIC
configure:10971: result: -fno-common -DPIC
configure:10979: checking if clang PIC flag -fno-common -DPIC works
configure:10997: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fno-common -DPIC -DPIC conftest.c >&5
configure:11001: $? = 0
configure:11014: result: yes
configure:11043: checking if clang static flag -static works
configure:11071: result: no
configure:11086: checking if clang supports -c -o file.o
configure:11107: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -o out/conftest2.o conftest.c >&5
configure:11111: $? = 0
configure:11133: result: yes
configure:11141: checking if clang supports -c -o file.o
configure:11188: result: yes
configure:11221: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:12378: result: yes
configure:12618: checking dynamic linker characteristics
configure:13363: result: darwin13.4.0 dyld
configure:13470: checking how to hardcode library paths into programs
configure:13495: result: immediate
configure:14035: checking whether stripping libraries is possible
configure:14049: result: yes
configure:14075: checking if libtool supports shared libraries
configure:14077: result: yes
configure:14080: checking whether to build shared libraries
configure:14101: result: no
configure:14104: checking whether to build static libraries
configure:14108: result: yes
configure:14190: checking for ar
configure:14217: result: ar
configure:14355: checking for C++ compiler version
configure:14364: clang++ --version >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:14375: $? = 0
configure:14364: clang++ -v >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:14375: $? = 0
configure:14364: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:14375: $? = 1
configure:14364: clang++ -qversion >&5
clang: error: unknown argument: '-qversion'
configure:14375: $? = 1
configure:14379: checking whether we are using the GNU C++ compiler
configure:14398: clang++ -c conftest.cpp >&5
configure:14398: $? = 0
configure:14407: result: yes
configure:14416: checking whether clang++ accepts -g
configure:14436: clang++ -c -g conftest.cpp >&5
configure:14436: $? = 0
configure:14477: result: yes
configure:14502: checking dependency style of clang++
configure:14613: result: none
configure:14646: checking how to run the C++ preprocessor
configure:14673: clang++ -E conftest.cpp
configure:14673: $? = 0
configure:14687: clang++ -E conftest.cpp
conftest.cpp:54:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:14687: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14712: result: clang++ -E
configure:14732: clang++ -E conftest.cpp
configure:14732: $? = 0
configure:14746: clang++ -E conftest.cpp
conftest.cpp:54:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:14746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14915: checking for ld used by clang++
configure:14982: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:14989: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:15004: result: no
configure:15059: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:16064: result: yes
configure:16100: clang++ -c -g -O2 conftest.cpp >&5
configure:16103: $? = 0
configure:16623: checking for clang++ option to produce PIC
configure:16630: result: -fno-common -DPIC
configure:16638: checking if clang++ PIC flag -fno-common -DPIC works
configure:16656: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:16660: $? = 0
configure:16673: result: yes
configure:16696: checking if clang++ static flag -static works
configure:16724: result: no
configure:16736: checking if clang++ supports -c -o file.o
configure:16757: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:16761: $? = 0
configure:16783: result: yes
configure:16788: checking if clang++ supports -c -o file.o
configure:16835: result: yes
configure:16865: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:16904: result: yes
configure:17045: checking dynamic linker characteristics
configure:17724: result: darwin13.4.0 dyld
configure:17777: checking how to hardcode library paths into programs
configure:17802: result: immediate
configure:17843: checking whether C++ compiler works
configure:17864: clang++ -o conftest -g -O2 -L/usr/local/Cellar/gettext/0.19.2/lib conftest.cpp >&5
configure:17864: $? = 0
configure:17866: result: yes
configure:17888: checking for uname
configure:17904: found /usr/bin/uname
configure:17916: result: uname
configure:17966: checking for ld used by GCC
configure:18030: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:18037: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:18050: result: no
configure:18057: checking for shared library run path origin
configure:18070: result: done
configure:18578: checking for iconv
configure:18600: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_main in conftest-856118.o
"_iconv_close", referenced from:
_main in conftest-856118.o
"_iconv_open", referenced from:
_main in conftest-856118.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:18622: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv >&5
configure:18622: $? = 0
configure:18632: result: yes
configure:18635: checking for working iconv
configure:18730: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv >&5
configure:18730: $? = 0
configure:18730: ./conftest
configure:18730: $? = 0
configure:18742: result: yes
configure:18757: checking how to link with libiconv
configure:18759: result: -liconv
configure:18770: checking for iconv declaration
configure:18799: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:18799: $? = 0
configure:18810: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:18821: checking for libcharset
configure:18839: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv >&5
configure:18839: $? = 0
configure:18849: result: yes
configure:18858: checking for nl_langinfo and CODESET
configure:18874: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c >&5
configure:18874: $? = 0
configure:18883: result: yes
configure:18924: checking locale.h usability
configure:18924: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:18924: $? = 0
configure:18924: result: yes
configure:18924: checking locale.h presence
configure:18924: clang -E conftest.c
configure:18924: $? = 0
configure:18924: result: yes
configure:18924: checking for locale.h
configure:18924: result: yes
configure:18935: checking for LC_MESSAGES
configure:18951: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv >&5
configure:18951: $? = 0
configure:18959: result: yes
configure:18976: checking libintl.h usability
configure:18976: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:18976: $? = 0
configure:18976: result: yes
configure:18976: checking libintl.h presence
configure:18976: clang -E conftest.c
configure:18976: $? = 0
configure:18976: result: yes
configure:18976: checking for libintl.h
configure:18976: result: yes
configure:18984: checking for ngettext in libc
configure:19002: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv >&5
Undefined symbols for architecture x86_64:
"_libintl_ngettext", referenced from:
_main in conftest-72dccd.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19002: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
|
| #include <libintl.h>
|
| int
| main ()
| {
| return !ngettext ("","", 1)
| ;
| return 0;
| }
configure:19011: result: no
configure:19067: checking for bindtextdomain in -lintl
configure:19092: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv >&5
configure:19092: $? = 0
configure:19101: result: yes
configure:19104: checking for ngettext in -lintl
configure:19129: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv >&5
configure:19129: $? = 0
configure:19138: result: yes
configure:19141: checking for dgettext in -lintl
configure:19166: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv >&5
configure:19166: $? = 0
configure:19175: result: yes
configure:19288: checking for bind_textdomain_codeset
configure:19288: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl >&5
configure:19288: $? = 0
configure:19288: result: yes
configure:19325: checking for msgfmt
configure:19352: result: /usr/local/opt/gettext/bin/msgfmt
configure:19363: checking for dcgettext
configure:19363: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl >&5
configure:19363: $? = 0
configure:19363: result: yes
configure:19373: checking if msgfmt accepts -c
configure:19388: $MSGFMT -c -o /dev/null conftest.foo
conftest.foo:3: warning: header field 'Language' missing in header
configure:19391: $? = 0
configure:19393: result: yes
configure:19403: checking for gmsgfmt
configure:19434: result: /usr/local/opt/gettext/bin/msgfmt
configure:19444: checking for xgettext
configure:19471: result: /usr/local/opt/gettext/bin/xgettext
configure:19490: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lintl >&5
configure:19490: $? = 0
configure:19568: checking for catalogs to be installed
configure:19593: result: ar bg cs ca da de el en_GB eo es et fa fi fr ga gd he hu id it ja ko lt nl nb no pl pt pt_BR ro ru sr sv tr uk zh_CN zh_TW
configure:19628: checking for ngettext in -lc
configure:19653: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lc -liconv >&5
Undefined symbols for architecture x86_64:
"_ngettext", referenced from:
_main in conftest-7798c4.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19653: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ngettext ();
| int
| main ()
| {
| return ngettext ();
| ;
| return 0;
| }
configure:19662: result: no
configure:19723: checking for ngettext in -lintl
configure:19757: result: yes
configure:19760: checking whether libintl's ngettext works at runtime
configure:19799: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lintl -liconv >&5
configure:19799: $? = 0
configure:19799: ./conftest
configure:19799: $? = 0
configure:19800: result: yes
configure:19987: checking for pkg-config
configure:20005: found /usr/local/opt/pkg-config/bin/pkg-config
configure:20017: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:20042: checking pkg-config is at least version 0.9.0
configure:20045: result: yes
configure:20056: checking for CURL
configure:20064: $PKG_CONFIG --exists --print-errors "libcurl >= 7.9.7"
configure:20067: $? = 0
configure:20082: $PKG_CONFIG --exists --print-errors "libcurl >= 7.9.7"
configure:20085: $? = 0
configure:20121: result: yes
configure:20171: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -O3 conftest.c >&5
configure:20171: $? = 0
configure:20171: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -O3 -fomit-frame-pointer conftest.c >&5
configure:20171: $? = 0
configure:20223: clang++ -c -g -O2 -O3 conftest.cpp >&5
configure:20223: $? = 0
configure:20223: clang++ -c -g -O2 -O3 -fomit-frame-pointer conftest.cpp >&5
configure:20223: $? = 0
configure:20704: checking for C99 variadic macros
configure:20724: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:20724: $? = 0
configure:20731: result: yes
configure:20738: checking for C99 variable arrays
configure:20759: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:20759: $? = 0
configure:20766: result: yes
configure:20773: checking for C99 initializers
configure:20798: clang -c -I/usr/local/Cellar/gettext/0.19.2/include conftest.c >&5
configure:20798: $? = 0
configure:20805: result: yes
configure:20814: checking for stdint.h
configure:20814: result: yes
configure:20824: checking for C99 stdint.h
configure:20831: result: yes
configure:21018: checking for gzgets in -lz
configure:21043: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lz -liconv -lcurl >&5
configure:21043: $? = 0
configure:21052: result: yes
configure:21065: checking zlib.h usability
configure:21065: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:21065: $? = 0
configure:21065: result: yes
configure:21065: checking zlib.h presence
configure:21065: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:21065: $? = 0
configure:21065: result: yes
configure:21065: checking for zlib.h
configure:21065: result: yes
configure:21077: checking for gzip
configure:21095: found /usr/bin/gzip
configure:21108: result: /usr/bin/gzip
configure:21120: checking for BZ2_bzReadOpen in -lbz2
configure:21145: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lbz2 -liconv -lcurl >&5
configure:21145: $? = 0
configure:21154: result: yes
configure:21159: checking bzlib.h usability
configure:21159: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:21159: $? = 0
configure:21159: result: yes
configure:21159: checking bzlib.h presence
configure:21159: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:21159: $? = 0
configure:21159: result: yes
configure:21159: checking for bzlib.h
configure:21159: result: yes
configure:21175: checking for lzma_code in -llzma
configure:21200: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -llzma -liconv -lcurl >&5
configure:21200: $? = 0
configure:21209: result: yes
configure:21214: checking lzma.h usability
configure:21214: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:21214: $? = 0
configure:21214: result: yes
configure:21214: checking lzma.h presence
configure:21214: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:21214: $? = 0
configure:21214: result: yes
configure:21214: checking for lzma.h
configure:21214: result: yes
configure:21248: checking for threads implementation
configure:21276: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/gettext/0.19.2/include -pthread -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:21276: $? = 0
configure:21326: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib -liconv -lcurl -pthread conftest.c -liconv -lcurl >&5
configure:21326: $? = 0
configure:21361: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:21361: $? = 0
configure:21366: result: pthreads
configure:22040: checking for sdl-config
configure:22058: found /usr/local/opt/sdl/bin/sdl-config
configure:22071: result: /usr/local/opt/sdl/bin/sdl-config
configure:22080: checking for SDL - version >= 1.1.4
configure:22167: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa >&5
configure:22167: $? = 0
configure:22167: ./conftest
configure:22167: $? = 0
configure:22182: result: yes
configure:22258: checking for IMG_Load in -lSDL_image
configure:22283: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lSDL_image -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa >&5
configure:22283: $? = 0
configure:22292: result: yes
configure:22301: checking SDL/SDL_image.h usability
configure:22301: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c >&5
configure:22301: $? = 0
configure:22301: result: yes
configure:22301: checking SDL/SDL_image.h presence
configure:22301: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c
configure:22301: $? = 0
configure:22301: result: yes
configure:22301: checking for SDL/SDL_image.h
configure:22301: result: yes
configure:22357: checking for freetype-config
configure:22375: found /opt/X11/bin/freetype-config
configure:22388: result: /opt/X11/bin/freetype-config
configure:22398: checking for FreeType -- version >= 2.1.3
configure:22479: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/opt/X11/include/freetype2 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -L/opt/X11/lib -lfreetype -lz -lbz2 -liconv -lcurl -pthread >&5
configure:22479: $? = 0
configure:22479: ./conftest
configure:22479: $? = 0
configure:22496: result: yes
configure:22583: checking for libcharset
configure:22611: result: yes
configure:22620: checking for nl_langinfo and CODESET
configure:22645: result: yes
configure:22655: checking for connect in -lsocket
configure:22680: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lsocket -liconv -lcurl -pthread >&5
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22680: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char connect ();
| int
| main ()
| {
| return connect ();
| ;
| return 0;
| }
configure:22689: result: no
configure:22695: checking for gethostbyaddr in -lbind
configure:22720: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lbind -liconv -lcurl -pthread >&5
ld: library not found for -lbind
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22720: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyaddr ();
| int
| main ()
| {
| return gethostbyaddr ();
| ;
| return 0;
| }
configure:22729: result: no
configure:22742: checking for X
configure:22850: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:22850: $? = 0
configure:22881: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lX11 -liconv -lcurl -pthread >&5
configure:22881: $? = 0
configure:22931: result: libraries , headers
configure:23030: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -lX11 >&5
configure:23030: $? = 0
configure:23128: checking for gethostbyname
configure:23128: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:23128: $? = 0
configure:23128: result: yes
configure:23225: checking for connect
configure:23225: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:23225: $? = 0
configure:23225: result: yes
configure:23274: checking for remove
configure:23274: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:23274: $? = 0
configure:23274: result: yes
configure:23323: checking for shmat
configure:23323: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:23323: $? = 0
configure:23323: result: yes
configure:23381: checking for IceConnectionNumber in -lICE
configure:23406: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lICE -liconv -lcurl -pthread >&5
configure:23406: $? = 0
configure:23415: result: yes
configure:23425: checking whether Xfuncproto was supplied
configure:23451: result: no
configure:23455: checking for compilable FUNCPROTO definition
configure:23488: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
conftest.c:84:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit (0)
^
conftest.c:84:1: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:23488: $? = 0
configure:23506: result: yes, determined: 15
configure:23512: checking for workable NARROWPROTO definition
configure:23595: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -lSM -lICE -lXaw -lXt -lX11 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:122:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit (0);
^
conftest.c:122:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:23595: $? = 0
configure:23595: ./conftest
configure:23595: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h. */
|
| #define NARROWPROTO 1
| #define FUNCPROTO 15
| #include <X11/Xfuncproto.h>
| #include <X11/Intrinsic.h>
| #include <X11/StringDefs.h>
| #include <X11/Xaw/Scrollbar.h>
| #define TOP_VAL 0.125
| #define SHOWN_VAL 0.25
| int main (int argc, char ** argv)
| {
| Widget toplevel;
| XtAppContext appcon;
| Widget scrollbar;
| double topbuf;
| double shownbuf;
| float * top = (float *)(&topbuf);
| float * shown = (float *)(&shownbuf);
| toplevel =
| XtAppInitialize
| (
| &appcon,
| "FcXTest",
| NULL, 0,
| &argc, argv,
| NULL,
| NULL, 0
| );
| scrollbar =
| XtVaCreateManagedWidget
| (
| "my_scrollbar",
| scrollbarWidgetClass,
| toplevel,
| NULL
| );
| XawScrollbarSetThumb (scrollbar, TOP_VAL, SHOWN_VAL);
| XtVaGetValues
| (
| scrollbar,
| XtNtopOfThumb, top,
| XtNshown, shown,
| NULL
| );
| if ((*top == TOP_VAL) && (*shown == SHOWN_VAL))
| {
| exit (0);
| }
| else
| {
| exit (1);
| }
| return (0);
| }
|
configure:23595: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -lSM -lICE -lXaw -lXt -lX11 -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:122:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit (0);
^
conftest.c:122:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:23595: $? = 0
configure:23595: ./conftest
configure:23595: $? = 0
configure:23616: result: yes, determined:
configure:23622: checking whether Xfuncproto was determined
configure:23625: result: yes: FUNCPROTO=15 NARROWPROTO=
configure:25574: checking for sdl-config
configure:25605: result: /usr/local/opt/sdl/bin/sdl-config
configure:25614: checking for SDL - version >= 1.0.0
configure:25701: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa >&5
configure:25701: $? = 0
configure:25701: ./conftest
configure:25701: $? = 0
configure:25716: result: yes
configure:25793: checking SDL_mixer.h usability
configure:25793: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c >&5
configure:25793: $? = 0
configure:25793: result: yes
configure:25793: checking SDL_mixer.h presence
configure:25793: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE conftest.c
configure:25793: $? = 0
configure:25793: result: yes
configure:25793: checking for SDL_mixer.h
configure:25793: result: yes
configure:25801: checking for Mix_OpenAudio in -lSDL_mixer
configure:25826: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lSDL_mixer -liconv -lcurl -pthread -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa >&5
configure:25826: $? = 0
configure:25835: result: yes
configure:25845: checking building SDL_mixer support
configure:25854: result: yes
configure:27463: clang -c -Wall -Werror -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
conftest.c:77:33: error: variable 'c' is uninitialized when used here [-Werror,-Wuninitialized]
void signedness(void){char c;if(c==-1)c=0;}
^
conftest.c:77:29: note: initialize the variable 'c' to silence this warning
void signedness(void){char c;if(c==-1)c=0;}
^
= '\0'
1 error generated.
configure:27463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| /* end confdefs.h. */
| void signedness(void){char c;if(c==-1)c=0;}
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27499: checking for GGZ library: libggz
configure: 27560: /usr/local/Cellar/freeciv/2.4.3/include/ggz.h
configure: 27560: /usr/local/include/ggz.h
configure: 27560: /usr/include/ggz.h
tried /usr/local/Cellar/freeciv/2.4.3/lib
tried /usr/local/lib
tried /usr/local/lib64
tried /usr/lib
tried /usr/lib64
configure:27616: result: no
configure:28306: checking for GGZ library: libggz
configure:28423: result: no
configure:28905: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib -L/usr/local/Cellar/gettext/0.19.2/lib -Wl,-rpath= conftest.c -liconv -lcurl -pthread >&5
ld: unknown option: -rpath=
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:28905: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| int a;
| ;
| return 0;
| }
configure:28976: checking for pkg-config
configure:29007: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:29029: checking for GTK+ - version >= 3.0.0
configure:29255: result: no
configure:29283: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:78:10: fatal error: 'gtk/gtk.h' file not found
#include <gtk/gtk.h>
^
1 error generated.
configure:29283: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| /* end confdefs.h. */
|
| #include <gtk/gtk.h>
| #include <stdio.h>
|
| int
| main ()
| {
| return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
| ;
| return 0;
| }
configure:29341: checking for pkg-config
configure:29372: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:29394: checking for GTK+ - version >= 2.12.0
configure:29620: result: no
configure:29648: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:78:10: fatal error: 'gtk/gtk.h' file not found
#include <gtk/gtk.h>
^
1 error generated.
configure:29648: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| /* end confdefs.h. */
|
| #include <gtk/gtk.h>
| #include <stdio.h>
|
| int
| main ()
| {
| return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
| ;
| return 0;
| }
configure:29811: checking for gethostbyaddr in -lbind
configure:29845: result: no
configure:29855: checking readline/readline.h usability
configure:29855: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:29855: $? = 0
configure:29855: result: yes
configure:29855: checking readline/readline.h presence
configure:29855: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:29855: $? = 0
configure:29855: result: yes
configure:29855: checking for readline/readline.h
configure:29855: result: yes
configure:29874: checking for completion_matches in -lreadline
configure:29899: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread >&5
configure:29899: $? = 0
configure:29908: result: yes
configure:29916: checking for rl_completion_matches in -lreadline
configure:29941: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread >&5
configure:29941: $? = 0
configure:29950: result: yes
configure:30269: checking whether readline works at runtime
configure:30318: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lreadline -liconv -lcurl -pthread >&5
configure:30318: $? = 0
configure:30318: ./conftest
configure:30318: $? = 0
configure:30319: result: yes
configure:30459: checking for main in -lnls
configure:30478: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -lnls -liconv -lcurl -pthread >&5
ld: library not found for -lnls
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:30478: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:30487: result: no
configure:30499: checking for ANSI C header files
configure:30603: result: yes
configure:30611: checking for sys/wait.h that is POSIX.1 compatible
configure:30637: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30637: $? = 0
configure:30644: result: yes
configure:30657: checking fcntl.h usability
configure:30657: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking fcntl.h presence
configure:30657: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking for fcntl.h
configure:30657: result: yes
configure:30657: checking sys/time.h usability
configure:30657: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking sys/time.h presence
configure:30657: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking for sys/time.h
configure:30657: result: yes
configure:30657: checking for sys/types.h
configure:30657: result: yes
configure:30657: checking for unistd.h
configure:30657: result: yes
configure:30657: checking sys/utsname.h usability
configure:30657: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking sys/utsname.h presence
configure:30657: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking for sys/utsname.h
configure:30657: result: yes
configure:30657: checking sys/file.h usability
configure:30657: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking sys/file.h presence
configure:30657: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking for sys/file.h
configure:30657: result: yes
configure:30657: checking for libintl.h
configure:30657: result: yes
configure:30657: checking signal.h usability
configure:30657: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking signal.h presence
configure:30657: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking for signal.h
configure:30657: result: yes
configure:30657: checking for strings.h
configure:30657: result: yes
configure:30657: checking execinfo.h usability
configure:30657: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking execinfo.h presence
configure:30657: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking for execinfo.h
configure:30657: result: yes
configure:30657: checking libgen.h usability
configure:30657: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking libgen.h presence
configure:30657: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30657: $? = 0
configure:30657: result: yes
configure:30657: checking for libgen.h
configure:30657: result: yes
configure:30667: checking for stdbool.h that conforms to C99
configure:30734: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30734: $? = 0
configure:30741: result: yes
configure:30743: checking for _Bool
configure:30743: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30743: $? = 0
configure:30743: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
conftest.c:128:20: error: expected expression
if (sizeof ((_Bool)))
^
1 error generated.
configure:30743: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:30743: result: yes
configure:30765: checking arpa/inet.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking arpa/inet.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for arpa/inet.h
configure:30765: result: yes
configure:30765: checking netdb.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking netdb.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for netdb.h
configure:30765: result: yes
configure:30765: checking netinet/in.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking netinet/in.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for netinet/in.h
configure:30765: result: yes
configure:30765: checking pwd.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking pwd.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for pwd.h
configure:30765: result: yes
configure:30765: checking sys/ioctl.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking sys/ioctl.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for sys/ioctl.h
configure:30765: result: yes
configure:30765: checking sys/select.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking sys/select.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for sys/select.h
configure:30765: result: yes
configure:30765: checking sys/signal.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking sys/signal.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for sys/signal.h
configure:30765: result: yes
configure:30765: checking sys/socket.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking sys/socket.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for sys/socket.h
configure:30765: result: yes
configure:30765: checking sys/termio.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
conftest.c:135:10: fatal error: 'sys/termio.h' file not found
#include <sys/termio.h>
^
1 error generated.
configure:30765: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/termio.h>
configure:30765: result: no
configure:30765: checking sys/termio.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
conftest.c:102:10: fatal error: 'sys/termio.h' file not found
#include <sys/termio.h>
^
1 error generated.
configure:30765: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/termio.h>
configure:30765: result: no
configure:30765: checking for sys/termio.h
configure:30765: result: no
configure:30765: checking sys/uio.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking sys/uio.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for sys/uio.h
configure:30765: result: yes
configure:30765: checking termios.h usability
configure:30765: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking termios.h presence
configure:30765: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
configure:30765: $? = 0
configure:30765: result: yes
configure:30765: checking for termios.h
configure:30765: result: yes
configure:30790: checking for an ANSI C-conforming const
configure:30855: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30855: $? = 0
configure:30862: result: yes
configure:30870: checking whether time.h and sys/time.h may both be included
configure:30890: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30890: $? = 0
configure:30897: result: yes
configure:30905: checking whether struct tm is in sys/time.h or time.h
configure:30925: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30925: $? = 0
configure:30932: result: time.h
configure:30940: checking for socklen_t
configure:30940: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30940: $? = 0
configure:30940: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
conftest.c:112:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:30940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:30940: result: yes
configure:30955: checking for intptr_t
configure:30955: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:30955: $? = 0
configure:30955: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
conftest.c:142:23: error: expected expression
if (sizeof ((intptr_t)))
^
1 error generated.
configure:30955: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intptr_t)))
| return 0;
| ;
| return 0;
| }
configure:30955: result: yes
configure:30992: checking for inttypes.h
configure:30992: result: yes
configure:30992: checking for stdint.h
configure:30992: result: yes
configure:31003: checking for pid_t
configure:31003: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:31003: $? = 0
configure:31003: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
conftest.c:145:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:31003: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:31003: result: yes
configure:31016: checking vfork.h usability
configure:31016: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
conftest.c:142:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:31016: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:31016: result: no
configure:31016: checking vfork.h presence
configure:31016: clang -E -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c
conftest.c:109:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:31016: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:31016: result: no
configure:31016: checking for vfork.h
configure:31016: result: no
configure:31029: checking for fork
configure:31029: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31029: $? = 0
configure:31029: result: yes
configure:31029: checking for vfork
configure:31029: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:133:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
char vfork ();
^
conftest.c:133:6: note: 'vfork' is a builtin with type 'int (void)'
1 warning generated.
configure:31029: $? = 0
configure:31029: result: yes
configure:31039: checking for working fork
configure:31061: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31061: $? = 0
configure:31061: ./conftest
configure:31061: $? = 0
configure:31071: result: yes
configure:31092: checking for working vfork
configure:31202: result: yes
configure:31227: checking for working strcoll
configure:31248: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31248: $? = 0
configure:31248: ./conftest
configure:31248: $? = 0
configure:31258: result: yes
configure:31268: checking for vprintf
configure:31268: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:137:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
char vprintf ();
^
conftest.c:137:6: note: 'vprintf' is a builtin with type 'int (const char *, __va_list_tag *)'
1 warning generated.
configure:31268: $? = 0
configure:31268: result: yes
configure:31274: checking for _doprnt
configure:31274: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
Undefined symbols for architecture x86_64:
"__doprnt", referenced from:
_main in conftest-c45230.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31274: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| 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
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:31274: result: no
configure:31287: checking for working vsnprintf
configure:31341: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:134:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(1);
^
conftest.c:134:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
conftest.c:143:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
if (strcmp(buffer, "1234"))
^
conftest.c:143:7: note: please include the header <string.h> or explicitly provide a declaration for 'strcmp'
2 warnings generated.
configure:31341: $? = 0
configure:31341: ./conftest
configure:31341: $? = 0
configure:31351: result: yes
configure:31361: checking for vsnprintf
configure:31361: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:139:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:139:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
1 warning generated.
configure:31361: $? = 0
configure:31361: result: yes
configure:31379: checking for bind
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for connect
configure:31379: result: yes
configure:31379: checking for fileno
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for flock
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for ftime
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for gethostbyname
configure:31379: result: yes
configure:31379: checking for gethostname
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for getpwuid
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for inet_aton
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for select
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for snooze
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
Undefined symbols for architecture x86_64:
"_snooze", referenced from:
_main in conftest-9a8e0a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| #define HAVE_WORKING_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BIND 1
| #define HAVE_CONNECT 1
| #define HAVE_FILENO 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_INET_ATON 1
| #define HAVE_SELECT 1
| /* end confdefs.h. */
| /* Define snooze to an innocuous variant, in case <limits.h> declares snooze.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define snooze innocuous_snooze
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char snooze (); 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 snooze
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char snooze ();
| /* 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_snooze || defined __stub___snooze
| choke me
| #endif
|
| int
| main ()
| {
| return snooze ();
| ;
| return 0;
| }
configure:31379: result: no
configure:31379: checking for strcasecmp
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:150:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:150:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for strcasestr
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for strerror
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:152:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:152:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for strlcat
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:153:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
^
conftest.c:153:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for strlcpy
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:154:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
^
conftest.c:154:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for strncasecmp
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:155:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
char strncasecmp ();
^
conftest.c:155:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for strstr
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:156:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
char strstr ();
^
conftest.c:156:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for uname
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for usleep
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for getline
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31379: checking for _strcoll
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
Undefined symbols for architecture x86_64:
"__strcoll", referenced from:
_main in conftest-b19235.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| #define HAVE_WORKING_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BIND 1
| #define HAVE_CONNECT 1
| #define HAVE_FILENO 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_INET_ATON 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_UNAME 1
| #define HAVE_USLEEP 1
| #define HAVE_GETLINE 1
| /* end confdefs.h. */
| /* Define _strcoll to an innocuous variant, in case <limits.h> declares _strcoll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _strcoll innocuous__strcoll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _strcoll (); 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 _strcoll
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _strcoll ();
| /* 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__strcoll || defined __stub____strcoll
| choke me
| #endif
|
| int
| main ()
| {
| return _strcoll ();
| ;
| return 0;
| }
configure:31379: result: no
configure:31379: checking for stricoll
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
Undefined symbols for architecture x86_64:
"_stricoll", referenced from:
_main in conftest-5d5654.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| #define HAVE_WORKING_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BIND 1
| #define HAVE_CONNECT 1
| #define HAVE_FILENO 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_INET_ATON 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_UNAME 1
| #define HAVE_USLEEP 1
| #define HAVE_GETLINE 1
| /* end confdefs.h. */
| /* Define stricoll to an innocuous variant, in case <limits.h> declares stricoll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define stricoll innocuous_stricoll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char stricoll (); 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 stricoll
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char stricoll ();
| /* 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_stricoll || defined __stub___stricoll
| choke me
| #endif
|
| int
| main ()
| {
| return stricoll ();
| ;
| return 0;
| }
configure:31379: result: no
configure:31379: checking for _stricoll
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
Undefined symbols for architecture x86_64:
"__stricoll", referenced from:
_main in conftest-4b3c4c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| #define HAVE_WORKING_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BIND 1
| #define HAVE_CONNECT 1
| #define HAVE_FILENO 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_INET_ATON 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_UNAME 1
| #define HAVE_USLEEP 1
| #define HAVE_GETLINE 1
| /* end confdefs.h. */
| /* Define _stricoll to an innocuous variant, in case <limits.h> declares _stricoll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _stricoll innocuous__stricoll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _stricoll (); 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 _stricoll
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _stricoll ();
| /* 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__stricoll || defined __stub____stricoll
| choke me
| #endif
|
| int
| main ()
| {
| return _stricoll ();
| ;
| return 0;
| }
configure:31379: result: no
configure:31379: checking for strcasecoll
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
Undefined symbols for architecture x86_64:
"_strcasecoll", referenced from:
_main in conftest-794348.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freeciv"
| #define PACKAGE_TARNAME "freeciv"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "freeciv 2.4.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define FC_CONFIG_H 1
| #define BUG_URL "http://gna.org/projects/freeciv/"
| #define META_URL "http://meta.freeciv.org/metaserver.php"
| #define WIKI_URL "http://www.freeciv.org/"
| #define DEFAULT_SOCK_PORT 5556
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 4
| #define PATCH_VERSION 3
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.4.3"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define NEXT_STABLE_VERSION "2.5.0"
| #define RELEASE_MONTH 0
| #define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
| #define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
| #define DATASUBDIR "2.4"
| #define FREECIV_DISTRIBUTOR ""
| #define PACKAGE "freeciv"
| #define VERSION "2.4.3"
| #define HAVE_GETADDRINFO 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETNAMEINFO 1
| #define IPV6_SUPPORT 1
| #define FOLLOWTAG "stable"
| #define HAVE_MAPIMG_MAGICKWAND 1
| #define AI_MOD_STATIC_CLASSIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NDEBUG 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIBZ 1
| #define HAVE_BZLIB_H 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LZMA_H 1
| #define HAVE_LIBLZMA 1
| #define HAVE_PTHREAD 1
| #define HAVE_THREAD_COND 1
| #define HAVE_THREADS 1
| #define HAVE_LIBCHARSET 1
| #define HAVE_LANGINFO_CODESET 1
| #define AUDIO_SDL 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_NEWLIBREADLINE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRCOLL 1
| #define HAVE_VPRINTF 1
| #define HAVE_WORKING_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BIND 1
| #define HAVE_CONNECT 1
| #define HAVE_FILENO 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_INET_ATON 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_UNAME 1
| #define HAVE_USLEEP 1
| #define HAVE_GETLINE 1
| /* end confdefs.h. */
| /* Define strcasecoll to an innocuous variant, in case <limits.h> declares strcasecoll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strcasecoll innocuous_strcasecoll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strcasecoll (); 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 strcasecoll
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strcasecoll ();
| /* 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_strcasecoll || defined __stub___strcasecoll
| choke me
| #endif
|
| int
| main ()
| {
| return strcasecoll ();
| ;
| return 0;
| }
configure:31379: result: no
configure:31379: checking for getaddrinfo
configure:31379: result: yes
configure:31379: checking for backtrace
configure:31379: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31379: $? = 0
configure:31379: result: yes
configure:31389: checking for working gettimeofday
configure:31496: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31496: $? = 0
configure:31496: ./conftest
configure:31496: $? = 0
configure:31497: result: yes
configure:31645: checking for fdopen
configure:31645: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31645: $? = 0
configure:31645: result: yes
configure:31658: checking for fcntl
configure:31658: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:31658: $? = 0
configure:31658: result: yes
configure:31680: checking for SIGPIPE
configure:31693: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" conftest.c >&5
configure:31693: $? = 0
configure:31694: result: yes
configure:31817: checking for special C compiler options needed for large files
configure:31862: result: no
configure:31868: checking for _FILE_OFFSET_BITS value needed for large files
configure:31893: clang -c -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" conftest.c >&5
configure:31893: $? = 0
configure:31925: result: no
configure:32012: checking for working mkstemp
configure:32046: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:32046: $? = 0
configure:32046: ./conftest
configure:32046: $? = 0
configure:32058: result: yes
configure:32081: checking for isatty
configure:32081: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:32081: $? = 0
configure:32081: result: yes
configure:32081: checking for popen
configure:32081: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
configure:32081: $? = 0
configure:32081: result: yes
configure:32081: checking for _longjmp
configure:32081: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:170:6: warning: declaration of built-in function '_longjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
char _longjmp ();
^
1 warning generated.
configure:32081: $? = 0
configure:32081: result: yes
configure:32081: checking for _setjmp
configure:32081: clang -o conftest -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\"" -L/usr/local/Cellar/gettext/0.19.2/lib conftest.c -liconv -lcurl -pthread >&5
conftest.c:171:6: warning: declaration of built-in function '_setjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
char _setjmp ();
^
1 warning generated.
configure:32081: $? = 0
configure:32081: result: yes
configure:32972: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by freeciv config.status 2.4.3, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on yam-laptop.local
config.status:1657: creating Makefile
config.status:1657: creating data/Makefile
config.status:1657: creating data/civclient.dsc
config.status:1657: creating data/civserver.dsc
config.status:1657: creating data/civserver.room
config.status:1657: creating data/hex2t/Makefile
config.status:1657: creating data/amplio2/Makefile
config.status:1657: creating data/buildings/Makefile
config.status:1657: creating data/flags/Makefile
config.status:1657: creating data/misc/Makefile
config.status:1657: creating data/cimpletoon/Makefile
config.status:1657: creating data/trident/Makefile
config.status:1657: creating data/isophex/Makefile
config.status:1657: creating data/isotrident/Makefile
config.status:1657: creating data/stdsounds/Makefile
config.status:1657: creating data/default/Makefile
config.status:1657: creating data/multiplayer/Makefile
config.status:1657: creating data/experimental/Makefile
config.status:1657: creating data/civ1/Makefile
config.status:1657: creating data/civ2/Makefile
config.status:1657: creating data/scenarios/Makefile
config.status:1657: creating data/nation/Makefile
config.status:1657: creating data/themes/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/Makefile
config.status:1657: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Arrows/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Buttons/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Check-Radio/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Combo/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Frame-Gap/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Handles/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Lines/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/ListHeaders/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Menu-Menubar/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Others/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Panel/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/ProgressBar/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Range/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Scrollbars/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Shadows/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Spin/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Tabs/Makefile
config.status:1657: creating data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Toolbar/Makefile
config.status:1657: creating data/themes/gui-sdl/Makefile
config.status:1657: creating data/themes/gui-sdl/human/Makefile
config.status:1657: creating data/wonders/Makefile
config.status:1657: creating data/icons/Makefile
config.status:1657: creating utility/Makefile
config.status:1657: creating dependencies/Makefile
config.status:1657: creating dependencies/lua-5.1/Makefile
config.status:1657: creating dependencies/lua-5.1/src/Makefile
config.status:1657: creating dependencies/tolua-5.1/Makefile
config.status:1657: creating dependencies/tolua-5.1/src/Makefile
config.status:1657: creating dependencies/tolua-5.1/src/lib/Makefile
config.status:1657: creating dependencies/tolua-5.1/src/bin/Makefile
config.status:1657: creating dependencies/luasql-2.1.1/Makefile
config.status:1657: creating dependencies/luasql-2.1.1/src/Makefile
config.status:1657: creating dependencies/cvercmp/Makefile
config.status:1657: creating common/Makefile
config.status:1657: creating common/aicore/Makefile
config.status:1657: creating common/scriptcore/Makefile
config.status:1657: creating ai/Makefile
config.status:1657: creating ai/default/Makefile
config.status:1657: creating ai/stub/Makefile
config.status:1657: creating ai/threaded/Makefile
config.status:1657: creating tests/Makefile
config.status:1657: creating win32/Makefile
config.status:1657: creating client/Makefile
config.status:1657: creating client/agents/Makefile
config.status:1657: creating client/include/Makefile
config.status:1657: creating client/gui-sdl/Makefile
config.status:1657: creating client/gui-gtk-2.0/Makefile
config.status:1657: creating client/gui-gtk-3.0/Makefile
config.status:1657: creating client/gui-xaw/Makefile
config.status:1657: creating client/gui-qt/Makefile
config.status:1657: creating client/gui-stub/Makefile
config.status:1657: creating client/luascript/Makefile
config.status:1657: creating server/Makefile
config.status:1657: creating server/advisors/Makefile
config.status:1657: creating server/generator/Makefile
config.status:1657: creating server/scripting/Makefile
config.status:1657: creating manual/Makefile
config.status:1657: creating modinst/Makefile
config.status:1657: creating po/Makefile.in
config.status:1657: creating doc/Makefile
config.status:1657: creating doc/man/Makefile
config.status:1657: creating doc/man/freeciv-client.6
config.status:1657: creating doc/man/freeciv-server.6
config.status:1657: creating doc/man/freeciv-manual.6
config.status:1657: creating doc/man/freeciv-modpack.6
config.status:1657: creating doc/ca/Makefile
config.status:1657: creating doc/de/Makefile
config.status:1657: creating doc/fr/Makefile
config.status:1657: creating doc/it/Makefile
config.status:1657: creating doc/ja/Makefile
config.status:1657: creating doc/nl/Makefile
config.status:1657: creating doc/sv/Makefile
config.status:1657: creating freeciv.spec
config.status:1657: creating data/Freeciv
config.status:1657: creating client/freeciv.desktop
config.status:1657: creating client/freeciv-gtk3.desktop
config.status:1657: creating client/freeciv-sdl.desktop
config.status:1657: creating server/freeciv-server.desktop
config.status:1657: creating modinst/freeciv-modpack.desktop
config.status:1657: creating client/freeciv-gtk2.appdata.xml
config.status:1657: creating client/freeciv-gtk3.appdata.xml
config.status:1657: creating client/freeciv-sdl.appdata.xml
config.status:1657: creating server/freeciv-server.appdata.xml
config.status:1657: creating modinst/freeciv-modpack.appdata.xml
config.status:1657: creating fcgui
config.status:1657: creating fcser
config.status:1657: creating fc_config.h
config.status:1886: executing depfiles commands
config.status:1886: executing libtool commands
config.status:1886: executing default-1 commands
config.status:1886: executing fc_default-1 commands
config.status:1886: executing fc_default-2 commands
config.status:1886: executing fc_default-4 commands
config.status:1886: executing fc_default-5 commands
configure:35715:
****************** Configuration Summary ******************
== General build options ==
Shared libraries: no
Debugging support: no
Profiling support: no
IPv6 support: yes
Map image toolkits: auto
ppm: built-in
MagickWand: yes
== Client ==
Build freeciv client: yes
Maintained client frontends:
Gtk-2.0: no
Gtk-3.0: no
SDL: yes
Xaw: no
Stub: no
In-development client frontends:
(these are not yet ready for general use)
QT: no
== Server ==
Build freeciv server: yes
AI modules support: no
Database support: no
mysql: no
postgres: no
sqlite3: no
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.4.0
ac_cv_c99_initializers=yes
ac_cv_c99_stdint_h=yes
ac_cv_c99_variable_arrays=yes
ac_cv_c99_variadic_macros=yes
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=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-I/usr/local/Cellar/gettext/0.19.2/include
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_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=set
ac_cv_env_CXX_value=clang++
ac_cv_env_GTHREAD_CFLAGS_set=
ac_cv_env_GTHREAD_CFLAGS_value=
ac_cv_env_GTHREAD_LIBS_set=
ac_cv_env_GTHREAD_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/Cellar/gettext/0.19.2/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LUA_CFLAGS_set=
ac_cv_env_LUA_CFLAGS_value=
ac_cv_env_LUA_LIBS_set=
ac_cv_env_LUA_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PNG_CFLAGS_set=
ac_cv_env_PNG_CFLAGS_value=
ac_cv_env_PNG_LIBS_set=
ac_cv_env_PNG_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func__longjmp=yes
ac_cv_func__setjmp=yes
ac_cv_func__strcoll=no
ac_cv_func__stricoll=no
ac_cv_func_backtrace=yes
ac_cv_func_bind=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_fcntl=yes
ac_cv_func_fdopen=yes
ac_cv_func_fileno=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_ftime=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getline=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getpwuid=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_isatty=yes
ac_cv_func_popen=yes
ac_cv_func_remove=yes
ac_cv_func_select=yes
ac_cv_func_shmat=yes
ac_cv_func_snooze=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasecoll=no
ac_cv_func_strcasestr=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strerror=yes
ac_cv_func_stricoll=no
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strstr=yes
ac_cv_func_uname=yes
ac_cv_func_usleep=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_working_vsnprintf=yes
ac_cv_have_libggz=have_libggz=no
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_SDL_SDL_image_h=yes
ac_cv_header_SDL_mixer_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_bzlib_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_lzma_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdbool_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_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_termio_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-apple-darwin13.4.0
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_SDL_image_IMG_Load=yes
ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes
ac_cv_lib_bind_gethostbyaddr=no
ac_cv_lib_bz2_BZ2_bzReadOpen=yes
ac_cv_lib_c_ngettext=no
ac_cv_lib_intl_bindtextdomain=yes
ac_cv_lib_intl_dgettext=yes
ac_cv_lib_intl_ngettext=yes
ac_cv_lib_lzma_lzma_code=yes
ac_cv_lib_nls_main=no
ac_cv_lib_readline_completion_matches=yes
ac_cv_lib_readline_rl_completion_matches=yes
ac_cv_lib_socket_connect=no
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_FT2_CONFIG=/opt/X11/bin/freetype-config
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GZIP=/usr/bin/gzip
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_SDL_CONFIG=/usr/local/opt/sdl/bin/sdl-config
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_UNAME=uname
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
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_safe_to_define___extensions__=yes
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=yes
ac_cv_type_intptr_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_socklen_t=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=yes
am_cv_libcharset=yes
am_cv_make_support_nested_variables=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
gl_cv_func_working_mkstemp=yes
gt_cv_func_dgettext_libc=no
gt_cv_func_dgettext_libintl=yes
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
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='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_CURL_CFLAGS=
pkg_cv_CURL_LIBS='-lcurl '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/freeciv-lewRor/freeciv-2.4.3/bootstrap/missing --run aclocal-1.11'
AI_MODULES_FALSE=''
AI_MODULES_TRUE='#'
AI_MOD_STATIC_CLASSIC_FALSE='#'
AI_MOD_STATIC_CLASSIC_TRUE=''
AI_MOD_STATIC_THREADED_FALSE=''
AI_MOD_STATIC_THREADED_TRUE='#'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUDIO_SDL_FALSE='#'
AUDIO_SDL_TRUE=''
AUTOCONF='${SHELL} /private/tmp/freeciv-lewRor/freeciv-2.4.3/bootstrap/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/freeciv-lewRor/freeciv-2.4.3/bootstrap/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/freeciv-lewRor/freeciv-2.4.3/bootstrap/missing --run automake-1.11'
AWK='awk'
BUG_URL='http://gna.org/projects/freeciv/'
CATALOGS=' ar.gmo bg.gmo cs.gmo ca.gmo da.gmo de.gmo el.gmo en_GB.gmo eo.gmo es.gmo et.gmo fa.gmo fi.gmo fr.gmo ga.gmo gd.gmo he.gmo hu.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nl.gmo nb.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sr.gmo sv.gmo tr.gmo uk.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char'
CLIENT_FALSE='#'
CLIENT_GUI_BEOS_FALSE=''
CLIENT_GUI_BEOS_TRUE='#'
CLIENT_GUI_GTK_2_0_FALSE=''
CLIENT_GUI_GTK_2_0_TRUE='#'
CLIENT_GUI_GTK_3_0_FALSE=''
CLIENT_GUI_GTK_3_0_TRUE='#'
CLIENT_GUI_QT_FALSE=''
CLIENT_GUI_QT_TRUE='#'
CLIENT_GUI_SDL_FALSE='#'
CLIENT_GUI_SDL_TRUE=''
CLIENT_GUI_STUB_FALSE=''
CLIENT_GUI_STUB_TRUE='#'
CLIENT_GUI_XAW_FALSE=''
CLIENT_GUI_XAW_TRUE='#'
CLIENT_LIBS=' -lm '
CLIENT_TRUE=''
COMMON_LIBS='-lm -lz'
CONFIGURE_DEPENDENCIES=' $(top_srcdir)/fc_version'
CPP='clang -E'
CPPFLAGS=' -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\""'
CURL_CFLAGS=''
CURL_LIBS='-lcurl '
CXX='clang++'
CXXCPP='clang++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-O3 -fomit-frame-pointer -g -O2 -fsigned-char'
CYGPATH_W='echo'
DATADIRNAME='share'
DATASUBDIR='2.4'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXP_AI_MODULES_FALSE=''
EXP_AI_MODULES_TRUE='#'
FCDB_DB_FALSE=''
FCDB_DB_TRUE='#'
FCDB_MYSQL_CFLAGS=''
FCDB_MYSQL_FALSE=''
FCDB_MYSQL_TRUE='#'
FCDB_POSTGRES_CFLAGS=''
FCDB_POSTGRES_FALSE=''
FCDB_POSTGRES_TRUE='#'
FCDB_SQLITE3_CFLAGS=''
FCDB_SQLITE3_FALSE=''
FCDB_SQLITE3_TRUE='#'
FGREP='/usr/bin/grep -F'
FT2_CFLAGS='-I/opt/X11/include/freetype2'
FT2_CONFIG='/opt/X11/bin/freetype-config'
FT2_LIBS='-L/opt/X11/lib -lfreetype -lz -lbz2'
GGZDMOD_INCLUDES=''
GGZDMOD_LDFLAGS=''
GGZMOD_INCLUDES=''
GGZMOD_LDFLAGS=''
GGZ_CLIENT_FALSE=''
GGZ_CLIENT_TRUE='#'
GGZ_CONFIG=''
GGZ_GTK_FALSE=''
GGZ_GTK_INCLUDES=''
GGZ_GTK_LDFLAGS=''
GGZ_GTK_TRUE='#'
GGZ_SERVER_FALSE=''
GGZ_SERVER_TRUE='#'
GMOFILES=' ar.gmo bg.gmo cs.gmo ca.gmo da.gmo de.gmo el.gmo en_GB.gmo eo.gmo es.gmo et.gmo fa.gmo fi.gmo fr.gmo ga.gmo gd.gmo he.gmo hu.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nl.gmo nb.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sr.gmo sv.gmo tr.gmo uk.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt'
GNULIB_CALLOC_POSIX='0'
GNULIB_GETSUBOPT='0'
GNULIB_MALLOC_POSIX='0'
GNULIB_MKDTEMP='0'
GNULIB_MKSTEMP='0'
GNULIB_PUTENV='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_RPMATCH='0'
GNULIB_SETENV='0'
GNULIB_STRTOD='0'
GNULIB_UNSETENV='0'
GREP='/usr/bin/grep'
GTHREAD_CFLAGS=''
GTHREAD_LIBS=''
GTK2_CFLAGS=''
GTK2_LIBS=''
GTK3_CFLAGS=''
GTK3_LIBS=''
GUI_beos_CFLAGS=''
GUI_beos_LDFLAGS=''
GUI_beos_LIBS=''
GUI_gtk2_CFLAGS=''
GUI_gtk2_LDFLAGS=''
GUI_gtk2_LIBS=''
GUI_gtk3_CFLAGS=''
GUI_gtk3_LDFLAGS=''
GUI_gtk3_LIBS=''
GUI_qt_CFLAGS=''
GUI_qt_CPPFLAGS=''
GUI_qt_CXXFLAGS=''
GUI_qt_LDFLAGS=''
GUI_qt_LIBS=''
GUI_sdl_CFLAGS='-I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/X11/include/freetype2'
GUI_sdl_LDFLAGS=''
GUI_sdl_LIBS='-liconv -lSDL_image -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L/opt/X11/lib -lfreetype -lz -lbz2'
GUI_stub_CFLAGS=''
GUI_stub_LDFLAGS=''
GUI_stub_LIBS=''
GUI_xaw_CFLAGS=''
GUI_xaw_LDFLAGS=''
GUI_xaw_LIBS=''
GZIP='/usr/bin/gzip'
HAVE_CALLOC_POSIX='1'
HAVE_GETSUBOPT='1'
HAVE_MALLOC_POSIX='1'
HAVE_MKDTEMP='1'
HAVE_REALLOC_POSIX='1'
HAVE_RPMATCH='1'
HAVE_SETENV='1'
HAVE_STRTOD='1'
HAVE_UNSETENV='1'
HOST_PATH_SEPARATOR=':'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=' -L/usr/local/Cellar/gettext/0.19.2/lib'
LIBGGZ_INCLUDES=''
LIBGGZ_LDFLAGS=''
LIBICONV='-liconv'
LIBOBJS=''
LIBS='-liconv -lcurl -pthread'
LIBTOOL='$(SHELL) $(top_builddir)/libtool --preserve-dup-deps'
LIB_GGZ=''
LIB_GGZDMOD=''
LIB_GGZMOD=''
LIB_GGZ_GTK=''
LIPO='lipo'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBOBJS=''
LUASQL_AS_DEPENDENCY=''
LUASQL_CFLAGS=''
LUASQL_LIBS=''
LUA_CFLAGS='-I$(top_srcdir)/dependencies/lua-5.1/src'
LUA_LIBS='$(top_builddir)/dependencies/lua-5.1/src/liblua.la'
MAIL_ADDRESS='freeciv-dev AT gna.org'
MAJOR_VERSION='2'
MAKEINFO='${SHELL} /private/tmp/freeciv-lewRor/freeciv-2.4.3/bootstrap/missing --run makeinfo'
MAKE_CLIENT_INCLUDE_FALSE=''
MAKE_CLIENT_INCLUDE_TRUE='#'
MAKE_DATA_FALSE='#'
MAKE_DATA_TRUE=''
MANIFEST_TOOL=':'
MAPIMG_WAND_CFLAGS='-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 '
MAPIMG_WAND_LIBS='-L/usr/local/Cellar/imagemagick/6.8.9-7/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 '
MINGW32_FALSE=''
MINGW32_TRUE='#'
MINOR_VERSION='4'
MKDIR_P='bootstrap/install-sh -c -d'
MKINSTALLDIRS='bootstrap/mkinstalldirs'
MODINST_FALSE=''
MODINST_TRUE='#'
MP_gtk_CFLAGS=''
MP_gtk_LDFLAGS=''
MP_gtk_LIBS=''
MSGFMT='/usr/local/opt/gettext/bin/msgfmt'
MSGFMT_OPTS='-c'
MYSQL_CFLAGS=''
MYSQL_CONFIG=''
MYSQL_LDFLAGS=''
MYSQL_VERSION=''
NETWORK_CAPSTRING_MANDATORY='+Freeciv-2.4-network'
NETWORK_CAPSTRING_OPTIONAL='rules_finished trademindist_size actcount_range wonder_city_id bulbs_size'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='freeciv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='freeciv'
PACKAGE_STRING='freeciv 2.4.3'
PACKAGE_TARNAME='freeciv'
PACKAGE_URL=''
PACKAGE_VERSION='2.4.3'
PATH_SEPARATOR=':'
PG_CONFIG=''
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PNG_CFLAGS=''
PNG_LIBS=''
POFILES=' ar.po bg.po cs.po ca.po da.po de.po el.po en_GB.po eo.po es.po et.po fa.po fi.po fr.po ga.po gd.po he.po hu.po id.po it.po ja.po ko.po lt.po nl.po nb.po no.po pl.po pt.po pt_BR.po ro.po ru.po sr.po sv.po tr.po uk.po zh_CN.po zh_TW.po'
POSTGRESQL_CFLAGS=''
POSTGRESQL_LDFLAGS=''
POSTGRESQL_VERSION=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
REPLACE_MKSTEMP='0'
REPLACE_PUTENV='0'
REPLACE_STRTOD='0'
SDL_CFLAGS='-I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE'
SDL_CONFIG='/usr/local/opt/sdl/bin/sdl-config'
SDL_LIBS='-L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa'
SED='/usr/local/Library/ENV/4.3/sed'
SERVER_FALSE='#'
SERVER_LIBS='-lm '
SERVER_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
SOUND_CFLAGS=' -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE'
SOUND_LIBS=' -lSDL_mixer -L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa'
SQLITE3_CFLAGS=''
SQLITE3_LDFLAGS=''
SQLITE3_VERSION=''
SRV_LIB_LIBS='-lreadline '
STRIP='strip'
SVNREV_FALSE=''
SVNREV_TRUE='#'
SYS_LUA_FALSE=''
SYS_LUA_TRUE='#'
TOLUA='$(top_builddir)/dependencies/tolua-5.1/src/bin/tolua'
TOLUA_CFLAGS='-I$(top_srcdir)/dependencies/tolua-5.1/include'
TOLUA_LIBS='$(top_builddir)/dependencies/tolua-5.1/src/lib/libtolua.la'
UNAME='uname'
USE_NLS='yes'
UTILITY_LIBS=' -lz -lbz2 -llzma'
VERSION='2.4.3'
VERSION_LABEL=''
VERSION_WITHOUT_LABEL='2.4.3'
VOID_UNSETENV='0'
WAND_CFLAGS='-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.8.9-7/include/ImageMagick-6 '
WAND_LIBS='-L/usr/local/Cellar/imagemagick/6.8.9-7/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 '
WIKI_URL='http://www.freeciv.org/'
WINDRES=''
XGETTEXT='/usr/local/opt/gettext/bin/xgettext'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
aimoduledir='${exec_prefix}/lib/fcai'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
ggz_config=''
ggz_gtk_includes=''
ggz_gtk_libraries=''
ggzdatadir=''
ggzdconfdir=''
ggzddatadir=''
ggzdexecmoddir=''
ggzdexecmodpath=''
ggzdmod_includes=''
ggzdmod_libraries=''
ggzexecmoddir=''
ggzmod_includes=''
ggzmod_libraries=''
ggzmoduleconfdir=''
host='x86_64-apple-darwin13.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/freeciv-lewRor/freeciv-2.4.3/bootstrap/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libggz_includes=''
libggz_libraries=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/bootstrap/install-sh -c -d'
oldincludedir='/usr/include'
packagesrcdir=''
pdfdir='${docdir}'
prefix='/usr/local/Cellar/freeciv/2.4.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "freeciv"
#define PACKAGE_TARNAME "freeciv"
#define PACKAGE_VERSION "2.4.3"
#define PACKAGE_STRING "freeciv 2.4.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define FC_CONFIG_H 1
#define BUG_URL "http://gna.org/projects/freeciv/"
#define META_URL "http://meta.freeciv.org/metaserver.php"
#define WIKI_URL "http://www.freeciv.org/"
#define DEFAULT_SOCK_PORT 5556
#define MAJOR_VERSION 2
#define MINOR_VERSION 4
#define PATCH_VERSION 3
#define VERSION_LABEL ""
#define VERSION_STRING "2.4.3"
#define IS_DEVEL_VERSION 0
#define IS_BETA_VERSION 0
#define NEXT_STABLE_VERSION "2.5.0"
#define RELEASE_MONTH 0
#define NETWORK_CAPSTRING_MANDATORY "+Freeciv-2.4-network"
#define NETWORK_CAPSTRING_OPTIONAL "rules_finished trademindist_size actcount_range wonder_city_id bulbs_size"
#define DATASUBDIR "2.4"
#define FREECIV_DISTRIBUTOR ""
#define PACKAGE "freeciv"
#define VERSION "2.4.3"
#define HAVE_GETADDRINFO 1
#define HAVE_INET_PTON 1
#define HAVE_INET_NTOP 1
#define HAVE_GETNAMEINFO 1
#define IPV6_SUPPORT 1
#define FOLLOWTAG "stable"
#define HAVE_MAPIMG_MAGICKWAND 1
#define AI_MOD_STATIC_CLASSIC 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LIBCHARSET 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define NDEBUG 1
#define HAVE_STDINT_H 1
#define HAVE_LIBZ 1
#define HAVE_BZLIB_H 1
#define HAVE_LIBBZ2 1
#define HAVE_LZMA_H 1
#define HAVE_LIBLZMA 1
#define HAVE_PTHREAD 1
#define HAVE_THREAD_COND 1
#define HAVE_THREADS 1
#define HAVE_LIBCHARSET 1
#define HAVE_LANGINFO_CODESET 1
#define AUDIO_SDL 1
#define HAVE_LIBREADLINE 1
#define HAVE_NEWLIBREADLINE 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_LIBINTL_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STRINGS_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_LIBGEN_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_TERMIOS_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SOCKLEN_T 1
#define HAVE_INTPTR_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_STRCOLL 1
#define HAVE_VPRINTF 1
#define HAVE_WORKING_VSNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_BIND 1
#define HAVE_CONNECT 1
#define HAVE_FILENO 1
#define HAVE_FLOCK 1
#define HAVE_FTIME 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPWUID 1
#define HAVE_INET_ATON 1
#define HAVE_SELECT 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCASESTR 1
#define HAVE_STRERROR 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSTR 1
#define HAVE_UNAME 1
#define HAVE_USLEEP 1
#define HAVE_GETLINE 1
#define HAVE_GETADDRINFO 1
#define HAVE_BACKTRACE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_FDOPEN 1
#define HAVE_FCNTL 1
#define NONBLOCKING_SOCKETS 1
#define HAVE_SIGPIPE 1
#define HAVE_MKSTEMP 1
#define HAVE_ISATTY 1
#define HAVE_POPEN 1
#define HAVE__LONGJMP 1
#define HAVE__SETJMP 1
#define FC_STORE_CPPFLAGS ' -DLOCALEDIR="\"${datarootdir}/locale\"" -DBINDIR="\"${exec_prefix}/bin\"" -DFC_CONF_PATH="\"${prefix}/etc/freeciv\"" -DDEFAULT_DATA_PATH="\".:data:~/.freeciv/2.4:${datarootdir}/freeciv\"" -DDEFAULT_SAVES_PATH="\"\"" -DDEFAULT_SCENARIO_PATH="\".:data/scenarios:~/.freeciv/2.4/scenarios:~/.freeciv/scenarios:${datarootdir}/freeciv/scenarios\""'
#define FC_STORE_CFLAGS '-O3 -fomit-frame-pointer -I/usr/local/Cellar/gettext/0.19.2/include -fsigned-char'
#define FC_STORE_CXXFLAGS '-O3 -fomit-frame-pointer -g -O2 -fsigned-char'
configure: exit 0
This file has been truncated, but you can view the full file.
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: de0846dee9372aabc0293f988ea8a276b66abbae
Last commit: 8 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.9.5-x86_64
Xcode: 6.0.1
CLT: 6.0.0.0.1.1410400753
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-481
Perl: /usr/bin/
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment