Build of gnuchess with musl toolchain

The build took 00h 01m 32s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
22,110 cpp
5,008 sh
4,684 makefile
51 ruby
16 sed
31,869 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: gnuchess 6.2.2-2 (Tue Apr 4 22:54:45 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-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... yes
# 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 whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# configure: WARNING: using cross tools not prefixed with host triplet
# checking for gawk... (cached) gawk
# checking whether ln -s works... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for tputs in -lncurses... no
# checking for readline in -lreadline... no
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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 readline/readline.h usability... no
# checking readline/readline.h presence... no
# checking for readline/readline.h... no
# checking readline/history.h usability... no
# checking readline/history.h presence... no
# checking for readline/history.h... no
# checking for ANSI C header files... (cached) yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking for an ANSI C-conforming const... yes
# checking for working volatile... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... no
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for inline... inline
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for stdint types... stdint.h (shortcircuit)
# make use of stdint.h in src/GCint.h (assuming C99 compatible system)
# checking return type of signal handlers... void
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... no
# checking for working memcmp... no
# checking for gettimeofday... yes
# checking for strchr... yes
# checking for strcspn... yes
# checking for strstr... yes
# checking for strerror... yes
# checking for memset... yes
# checking for strdup... yes
# checking for strtol... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for cc_r... clang
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/sbin/msgfmt
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for msgmerge... /usr/sbin/msgmerge
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... no
# checking for iconv... yes
# checking for working iconv... guessing yes
# checking for GNU gettext in libintl... no
# checking whether to use NLS... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/frontend/Makefile
# config.status: creating src/adapter/Makefile
# config.status: creating src/engine/Makefile
# config.status: creating doc/Makefile
# config.status: creating po/Makefile.in
# config.status: creating man/Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# config.status: executing src/GCint.h commands
# config.status: creating src/GCint.h : _GNUCHESS_SRC_GCINT_H
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# Making all in src
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# rm -f configmake.h-t configmake.h
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# echo '#define PKGDATADIR "/usr/share/gnuchess"'; \
# } | sed '/""/d' > configmake.h-t
# mv configmake.h-t configmake.h
# make all-recursive
# make[2]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# Making all in frontend
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/frontend'
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT atak.o -MD -MP -MF .deps/atak.Tpo -c -o atak.o atak.cc
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT cmd.o -MD -MP -MF .deps/cmd.Tpo -c -o cmd.o cmd.cc
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.cc
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT epd.o -MD -MP -MF .deps/epd.Tpo -c -o epd.o epd.cc
# mv -f .deps/atak.Tpo .deps/atak.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT genmove.o -MD -MP -MF .deps/genmove.Tpo -c -o genmove.o genmove.cc
# mv -f .deps/debug.Tpo .deps/debug.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.cc
# mv -f .deps/epd.Tpo .deps/epd.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT move.o -MD -MP -MF .deps/move.Tpo -c -o move.o move.cc
# mv -f .deps/genmove.Tpo .deps/genmove.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.cc
# mv -f .deps/move.Tpo .deps/move.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT players.o -MD -MP -MF .deps/players.Tpo -c -o players.o players.cc
# mv -f .deps/output.Tpo .deps/output.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT pgn.o -MD -MP -MF .deps/pgn.Tpo -c -o pgn.o pgn.cc
# mv -f .deps/players.Tpo .deps/players.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT solve.o -MD -MP -MF .deps/solve.Tpo -c -o solve.o solve.cc
# mv -f .deps/solve.Tpo .deps/solve.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT swap.o -MD -MP -MF .deps/swap.Tpo -c -o swap.o swap.cc
# In file included from cmd.cc:37:
# In file included from ../../lib/gettext.h:54:
# /sysroot/bin/../include/c++/v1/cstdlib:121:9: error: no member named 'rpl_malloc' in the global namespace
# using ::malloc;
# ~~^
# ../../src/config.h:190:16: note: expanded from macro 'malloc'
# #define malloc rpl_malloc
# ^
# In file included from cmd.cc:37:
# In file included from ../../lib/gettext.h:54:
# /sysroot/bin/../include/c++/v1/cstdlib:122:9: error: no member named 'rpl_realloc' in the global namespace
# using ::realloc;
# ~~^
# ../../src/config.h:193:17: note: expanded from macro 'realloc'
# #define realloc rpl_realloc
# ^
# mv -f .deps/pgn.Tpo .deps/pgn.Po
# 2 errors generated.
# make[3]: *** [Makefile:409: cmd.o] Error 1
# make[3]: *** Waiting for unfinished jobs....
# mv -f .deps/init.Tpo .deps/init.Po
# mv -f .deps/swap.Tpo .deps/swap.Po
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/frontend'
# make[2]: *** [Makefile:563: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make[1]: *** [Makefile:402: all] Error 2
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make: *** [Makefile:504: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/gnuchess/src/gnuchess-6.2.2/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by GNU Chess configure 6.2.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e38563836e5b
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2361: checking for a BSD-compatible install
# configure:2429: result: /usr/bin/install -c
# configure:2440: checking whether build environment is sane
# configure:2495: result: yes
# configure:2554: checking for x86_64-unknown-linux-strip
# configure:2584: result: no
# configure:2594: checking for strip
# configure:2610: found /sysroot/bin/strip
# configure:2621: result: strip
# configure:2646: checking for a thread-safe mkdir -p
# configure:2685: result: /usr/sbin/mkdir -p
# configure:2692: checking for gawk
# configure:2708: found /usr/sbin/gawk
# configure:2719: result: gawk
# configure:2730: checking whether make sets $(MAKE)
# configure:2752: result: yes
# configure:2781: checking whether make supports nested variables
# configure:2798: result: yes
# configure:2932: checking for x86_64-unknown-linux-gcc
# configure:2959: result: clang
# configure:3228: checking for C compiler version
# configure:3237: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3248: $? = 0
# configure:3237: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3248: $? = 0
# configure:3237: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3248: $? = 1
# configure:3237: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3248: $? = 1
# configure:3268: checking whether the C compiler works
# configure:3290: clang conftest.c >&5
# configure:3294: $? = 0
# configure:3342: result: yes
# configure:3345: checking for C compiler default output file name
# configure:3347: result: a.out
# configure:3353: checking for suffix of executables
# configure:3360: clang -o conftest conftest.c >&5
# configure:3364: $? = 0
# configure:3386: result:
# configure:3408: checking whether we are cross compiling
# configure:3416: clang -o conftest conftest.c >&5
# configure:3420: $? = 0
# configure:3427: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3431: $? = 127
# configure:3446: result: yes
# configure:3451: checking for suffix of object files
# configure:3473: clang -c conftest.c >&5
# configure:3477: $? = 0
# configure:3498: result: o
# configure:3502: checking whether we are using the GNU C compiler
# configure:3521: clang -c conftest.c >&5
# configure:3521: $? = 0
# configure:3530: result: yes
# configure:3539: checking whether clang accepts -g
# configure:3559: clang -c -g conftest.c >&5
# configure:3559: $? = 0
# configure:3600: result: yes
# configure:3617: checking for clang option to accept ISO C89
# configure:3680: clang -c conftest.c >&5
# configure:3680: $? = 0
# configure:3693: result: none needed
# configure:3718: checking whether clang understands -c and -o together
# configure:3740: clang -c conftest.c -o conftest2.o
# configure:3743: $? = 0
# configure:3740: clang -c conftest.c -o conftest2.o
# configure:3743: $? = 0
# configure:3755: result: yes
# configure:3783: checking for style of include used by make
# configure:3811: result: GNU
# configure:3837: checking dependency style of clang
# configure:3948: result: gcc3
# configure:4075: checking for C++ compiler version
# configure:4084: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:4095: $? = 0
# configure:4084: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4095: $? = 0
# configure:4084: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4095: $? = 1
# configure:4084: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4095: $? = 1
# configure:4099: checking whether we are using the GNU C++ compiler
# configure:4118: clang++ -c conftest.cpp >&5
# configure:4118: $? = 0
# configure:4127: result: yes
# configure:4136: checking whether clang++ accepts -g
# configure:4156: clang++ -c -g conftest.cpp >&5
# configure:4156: $? = 0
# configure:4197: result: yes
# configure:4222: checking dependency style of clang++
# configure:4333: result: gcc3
# configure:4351: checking for x86_64-unknown-linux-ranlib
# configure:4381: result: no
# configure:4391: checking for ranlib
# configure:4407: found /sysroot/bin/ranlib
# configure:4418: result: ranlib
# configure:4430: WARNING: using cross tools not prefixed with host triplet
# configure:4445: checking for gawk
# configure:4472: result: gawk
# configure:4483: checking whether ln -s works
# configure:4487: result: yes
# configure:4495: checking whether struct tm is in sys/time.h or time.h
# configure:4515: clang -c conftest.c >&5
# configure:4515: $? = 0
# configure:4522: result: time.h
# configure:4534: checking for flex
# configure:4550: found /usr/sbin/flex
# configure:4561: result: flex
# configure:4599: flex conftest.l
# configure:4603: $? = 1
# configure:4605: checking lex output file root
# configure:4619: result: lex.yy
# configure:4624: checking lex library
# configure:4638: clang -o conftest conftest.c >&5
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4638: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# |
# configure:4638: clang -o conftest conftest.c -lfl >&5
# /sysroot/bin/ld: error: cannot find -lfl
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4638: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# |
# configure:4638: clang -o conftest conftest.c -ll >&5
# /sysroot/bin/ld: error: cannot find -ll
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4638: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# |
# configure:4648: result: none needed
# configure:4654: checking whether yytext is a pointer
# configure:4671: clang -o conftest conftest.c >&5
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4671: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:4679: result: no
# configure:4703: checking for tputs in -lncurses
# configure:4728: clang -o conftest conftest.c -lncurses >&5
# /sysroot/bin/ld: error: cannot find -lncurses
# /tmp/conftest-7f196e.o:conftest.c:function main: error: undefined reference to 'tputs'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* 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 tputs ();
# | int
# | main ()
# | {
# | return tputs ();
# | ;
# | return 0;
# | }
# configure:4737: result: no
# configure:4748: checking for readline in -lreadline
# configure:4773: clang -o conftest conftest.c -lreadline >&5
# /sysroot/bin/ld: error: cannot find -lreadline
# /tmp/conftest-d3f27e.o:conftest.c:function main: error: undefined reference to 'readline'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4773: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* 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 readline ();
# | int
# | main ()
# | {
# | return readline ();
# | ;
# | return 0;
# | }
# configure:4782: result: no
# configure:4798: checking how to run the C preprocessor
# configure:4829: clang -E conftest.c
# configure:4829: $? = 0
# configure:4843: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4843: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# | #include
# configure:4868: result: clang -E
# configure:4888: clang -E conftest.c
# configure:4888: $? = 0
# configure:4902: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4902: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# | #include
# configure:4931: checking for grep that handles long lines and -e
# configure:4989: result: /usr/sbin/grep
# configure:4994: checking for egrep
# configure:5056: result: /usr/sbin/grep -E
# configure:5061: checking for ANSI C header files
# configure:5081: clang -c conftest.c >&5
# configure:5081: $? = 0
# configure:5165: result: yes
# configure:5178: checking for sys/types.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for sys/stat.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for stdlib.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for string.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for memory.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for strings.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for inttypes.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for stdint.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for unistd.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5193: checking readline/readline.h usability
# configure:5193: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'readline/readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:5193: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5193: result: no
# configure:5193: checking readline/readline.h presence
# configure:5193: clang -E conftest.c
# conftest.c:21:10: fatal error: 'readline/readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:5193: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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
# configure:5193: result: no
# configure:5193: checking for readline/readline.h
# configure:5193: result: no
# configure:5193: checking readline/history.h usability
# configure:5193: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'readline/history.h' file not found
# #include
# ^
# 1 error generated.
# configure:5193: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5193: result: no
# configure:5193: checking readline/history.h presence
# configure:5193: clang -E conftest.c
# conftest.c:21:10: fatal error: 'readline/history.h' file not found
# #include
# ^
# 1 error generated.
# configure:5193: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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
# configure:5193: result: no
# configure:5193: checking for readline/history.h
# configure:5193: result: no
# configure:5205: checking for ANSI C header files
# configure:5309: result: yes
# configure:5321: checking time.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking time.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for time.h
# configure:5321: result: yes
# configure:5321: checking sys/time.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking sys/time.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for sys/time.h
# configure:5321: result: yes
# configure:5321: checking for unistd.h
# configure:5321: result: yes
# configure:5321: checking errno.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking errno.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for errno.h
# configure:5321: result: yes
# configure:5321: checking fcntl.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking fcntl.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for fcntl.h
# configure:5321: result: yes
# configure:5321: checking libintl.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking libintl.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for libintl.h
# configure:5321: result: yes
# configure:5332: checking for an ANSI C-conforming const
# configure:5398: clang -c conftest.c >&5
# configure:5398: $? = 0
# configure:5405: result: yes
# configure:5413: checking for working volatile
# configure:5432: clang -c conftest.c >&5
# configure:5432: $? = 0
# configure:5439: result: yes
# configure:5449: checking for stdlib.h
# configure:5449: result: yes
# configure:5459: checking for GNU libc compatible realloc
# configure:5493: result: no
# configure:5514: checking for stdbool.h that conforms to C99
# configure:5581: clang -c conftest.c >&5
# conftest.c:80:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:84:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:84:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:84:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:84:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:84:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:84:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:84:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:84:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:85:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:85:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:85:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:5581: $? = 0
# configure:5588: result: yes
# configure:5590: checking for _Bool
# configure:5590: clang -c conftest.c >&5
# configure:5590: $? = 0
# configure:5590: clang -c conftest.c >&5
# conftest.c:67:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:5590: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5590: result: yes
# configure:5607: checking for inline
# configure:5623: clang -c conftest.c >&5
# configure:5623: $? = 0
# configure:5631: result: inline
# configure:5649: checking for size_t
# configure:5649: clang -c conftest.c >&5
# configure:5649: $? = 0
# configure:5649: clang -c conftest.c >&5
# conftest.c:69:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5649: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5649: result: yes
# configure:5660: checking whether time.h and sys/time.h may both be included
# configure:5680: clang -c conftest.c >&5
# configure:5680: $? = 0
# configure:5687: result: yes
# configure:5696: checking for stdint types
# configure:5719: clang -c conftest.c >&5
# configure:5719: $? = 0
# configure:5744: result: stdint.h (shortcircuit)
# configure:6147: result: make use of stdint.h in src/GCint.h (assuming C99 compatible system)
# configure:6155: checking return type of signal handlers
# configure:6173: clang -c conftest.c >&5
# conftest.c:40:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:6173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:6180: result: void
# configure:6190: checking for stdlib.h
# configure:6190: result: yes
# configure:6200: checking for GNU libc compatible malloc
# configure:6234: result: no
# configure:6255: checking for working memcmp
# configure:6308: result: no
# configure:6321: checking for gettimeofday
# configure:6321: clang -o conftest conftest.c >&5
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strchr
# configure:6321: clang -o conftest conftest.c >&5
# conftest.c:62:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:62:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strcspn
# configure:6321: clang -o conftest conftest.c >&5
# conftest.c:63:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
# char strcspn ();
# ^
# conftest.c:63:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strstr
# configure:6321: clang -o conftest conftest.c >&5
# conftest.c:64:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:64:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strerror
# configure:6321: clang -o conftest conftest.c >&5
# conftest.c:65:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:65:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for memset
# configure:6321: clang -o conftest conftest.c >&5
# conftest.c:66:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:66:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strdup
# configure:6321: clang -o conftest conftest.c >&5
# conftest.c:67:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:67:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strtol
# configure:6321: clang -o conftest conftest.c >&5
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6335: checking build system type
# configure:6349: result: x86_64-unknown-linux-gnu
# configure:6369: checking host system type
# configure:6382: result: x86_64-unknown-linux-gnu
# configure:6560: checking for the pthreads library -lpthreads
# configure:6595: clang -o conftest conftest.c -lpthreads >&5
# /sysroot/bin/ld: error: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:6605: result: no
# configure:6548: checking whether pthreads work without any flags
# configure:6595: clang -o conftest conftest.c >&5
# configure:6595: $? = 0
# configure:6605: result: yes
# configure:6628: checking for joinable pthread attribute
# configure:6641: clang -o conftest conftest.c >&5
# configure:6641: $? = 0
# configure:6673: result: PTHREAD_CREATE_JOINABLE
# configure:6680: checking if more special flags are required for pthreads
# configure:6687: result: no
# configure:6701: checking for cc_r
# configure:6729: result: clang
# configure:6779: checking for a sed that does not truncate output
# configure:6843: result: /usr/sbin/sed
# configure:6849: checking whether NLS is requested
# configure:6858: result: yes
# configure:6898: checking for msgfmt
# configure: trying /usr/sbin/msgfmt...
# 0 translated messages.
# configure:6930: result: /usr/sbin/msgfmt
# configure:6939: checking for gmsgfmt
# configure:6970: result: /usr/sbin/msgfmt
# configure:7020: checking for xgettext
# configure: trying /usr/sbin/xgettext...
# /usr/sbin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:7052: result: /usr/sbin/xgettext
# configure:7097: checking for msgmerge
# configure: trying /usr/sbin/msgmerge...
# configure:7128: result: /usr/sbin/msgmerge
# configure:7186: checking for ld used by clang
# configure:7253: result: /sysroot/bin/ld
# configure:7260: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:7275: result: yes
# configure:7282: checking for shared library run path origin
# configure:7295: result: done
# configure:7867: checking for CFPreferencesCopyAppValue
# configure:7885: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:47:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:7885: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_PTHREAD 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:7894: result: no
# configure:7901: checking for CFLocaleCopyCurrent
# configure:7919: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:47:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:7919: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_PTHREAD 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:7928: result: no
# configure:7977: checking for GNU gettext in libc
# configure:8001: clang -o conftest conftest.c >&5
# /tmp/conftest-7df572.o:conftest.c:function main: error: undefined reference to '_nl_msg_cat_cntr'
# /tmp/conftest-7df572.o:conftest.c:function main: error: undefined reference to '_nl_domain_bindings'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8001: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_PTHREAD 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | extern int _nl_msg_cat_cntr;
# | extern int *_nl_domain_bindings;
# |
# | int
# | main ()
# | {
# |
# | bindtextdomain ("", "");
# | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
# |
# | ;
# | return 0;
# | }
# configure:8010: result: no
# configure:8044: checking for iconv
# configure:8068: clang -o conftest conftest.c >&5
# configure:8068: $? = 0
# configure:8102: result: yes
# configure:8105: checking for working iconv
# configure:8237: result: guessing yes
# configure:8726: checking for GNU gettext in libintl
# configure:8758: clang -o conftest conftest.c -lintl >&5
# /sysroot/bin/ld: error: cannot find -lintl
# /tmp/conftest-c45e99.o:conftest.c:function main: error: undefined reference to '_nl_msg_cat_cntr'
# /tmp/conftest-c45e99.o:conftest.c:function main: error: undefined reference to '_nl_expand_alias'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8758: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_PTHREAD 1
# | #define HAVE_ICONV 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | extern int _nl_msg_cat_cntr;
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# | const char *_nl_expand_alias (const char *);
# |
# | int
# | main ()
# | {
# |
# | bindtextdomain ("", "");
# | return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
# |
# | ;
# | return 0;
# | }
# configure:8803: result: no
# configure:8838: checking whether to use NLS
# configure:8840: result: no
# configure:9034: checking that generated files are newer than configure
# configure:9040: result: done
# configure:9067: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by GNU Chess config.status 6.2.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e38563836e5b
#
# config.status:958: creating Makefile
# config.status:958: creating src/Makefile
# config.status:958: creating src/frontend/Makefile
# config.status:958: creating src/adapter/Makefile
# config.status:958: creating src/engine/Makefile
# config.status:958: creating doc/Makefile
# config.status:958: creating po/Makefile.in
# config.status:958: creating man/Makefile
# config.status:958: creating src/config.h
# config.status:1187: executing depfiles commands
# config.status:1187: executing src/GCint.h commands
# config.status:1288: creating src/GCint.h : _GNUCHESS_SRC_GCINT_H
# config.status:1187: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_volatile=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=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_gettimeofday=yes
# ac_cv_func_malloc_0_nonnull=no
# ac_cv_func_memcmp_working=no
# ac_cv_func_memset=yes
# ac_cv_func_realloc_0_nonnull=no
# ac_cv_func_strchr=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_readline_history_h=no
# ac_cv_header_readline_readline_h=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint=stdint.h
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdint_t=stdint.h
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_lib_ncurses_tputs=no
# ac_cv_lib_readline_readline=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MSGFMT=/usr/sbin/msgfmt
# ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_XGETTEXT=/usr/sbin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_PTHREAD_CC=clang
# 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_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_stdint_message='using gnu compiler clang version 3.8.1 '
# ac_cv_stdint_result='(assuming C99 compatible system)'
# ac_cv_struct_tm=time.h
# ac_cv_type__Bool=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_use_readline=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# 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=/sysroot/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_func_iconv_works='guessing yes'
# am_cv_lib_iconv=no
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=no
# gt_cv_func_gnugettext1_libintl=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GETTEXT_MACRO_VERSION='0.18'
# GMSGFMT='/usr/sbin/msgfmt'
# GMSGFMT_015='/usr/sbin/msgfmt'
# GREP='/usr/sbin/grep'
# HELP2MAN=':'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=' ${LIBOBJDIR}realloc$U.o ${LIBOBJDIR}malloc$U.o ${LIBOBJDIR}memcmp$U.o'
# LIBS=''
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=' ${LIBOBJDIR}realloc$U.lo ${LIBOBJDIR}malloc$U.lo ${LIBOBJDIR}memcmp$U.lo'
# MAKEINFO='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# MSGFMT='/usr/sbin/msgfmt'
# MSGFMT_015='/usr/sbin/msgfmt'
# MSGMERGE='/usr/sbin/msgmerge'
# OBJEXT='o'
# PACKAGE='gnuchess'
# PACKAGE_BUGREPORT='bug-gnu-chess@gnu.org'
# PACKAGE_NAME='GNU Chess'
# PACKAGE_STRING='GNU Chess 6.2.2'
# PACKAGE_TARNAME='gnuchess'
# PACKAGE_URL='http://www.gnu.org/software/gnuchess/'
# PACKAGE_VERSION='6.2.2'
# PATH_SEPARATOR=':'
# PLUGINSDIR='$(datadir)/games/plugins'
# POSUB=''
# PTHREAD_CC='clang'
# PTHREAD_CFLAGS=''
# PTHREAD_CXXFLAGS=''
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='no'
# VERSION='6.2.2'
# XGETTEXT='/usr/sbin/xgettext'
# XGETTEXT_015='/usr/sbin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_CC=''
# ac_ct_CXX=''
# 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='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# 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 "GNU Chess"
# #define PACKAGE_TARNAME "gnuchess"
# #define PACKAGE_VERSION "6.2.2"
# #define PACKAGE_STRING "GNU Chess 6.2.2"
# #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# #define PACKAGE "gnuchess"
# #define VERSION "6.2.2"
# #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 STDC_HEADERS 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 0
# #define realloc rpl_realloc
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define TIME_WITH_SYS_TIME 1
# #define RETSIGTYPE void
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 0
# #define malloc rpl_malloc
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_STRCHR 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRSTR 1
# #define HAVE_STRERROR 1
# #define HAVE_MEMSET 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOL 1
# #define HAVE_PTHREAD 1
# #define HAVE_ICONV 1
#
# configure: exit 0