Build of mac with vanilla toolchain

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

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

SLOCLanguage
10,395 sh
9,521 cpp
4,465 makefile
169 asm
24,550 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: mac 3.99u4b5-8 (Wed Aug 24 13:56:37 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) yasm-1.3.0-1
#
# Total Installed Size: 3.70 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing yasm...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# 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 g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of g++... gcc3
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking dependency style of gcc... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by gcc... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from gcc object... ok
# checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# 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... yes
# checking whether to build static libraries... yes
# checking how to run the C++ preprocessor... g++ -E
# checking for ld used by g++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC -DPIC
# checking if g++ PIC flag -fPIC -DPIC works... yes
# checking if g++ static flag -static works... yes
# checking if g++ supports -c -o file.o... yes
# checking if g++ supports -c -o file.o... (cached) yes
# checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether make sets $(MAKE)... (cached) yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for memory.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.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 for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for inline... inline
# checking for working memcmp... yes
# checking whether lstat correctly handles trailing slash... yes
# checking whether stat accepts an empty string... no
# checking whether byte ordering is bigendian... no
# checking for wcscasecmp... yes
# checking for nanosleep... yes
# checking for assembly enabled... yes
# checking for yasm... /usr/bin/yasm
# checking for some Win32 platform... no
# "enable_assembly = yes"
# checking size of int *... 8
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/Console/Makefile
# config.status: creating src/Shared/Makefile
# config.status: creating src/MACLib/Makefile
# config.status: creating src/MACLib/Assembly/Makefile
# config.status: creating src/Examples/Makefile
# config.status: creating src/Examples/Analyze/Makefile
# config.status: creating src/Examples/Analyze/Sample1/Makefile
# config.status: creating src/Shared/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# Build options:
# mac 3.99-u4-b5-s7
# archtecture X86_64
# Win no
# enable-assembly yes
#
#
# Yasm /usr/bin/yasm
# YASM_ARCH -m amd64
# YASM_FORMAT -f elf
#
# Making all in src
# make[1]: Entering directory '/tmp/mac/src/mac-3.99-u4-b5-s7/src'
# Making all in Shared
# make[2]: Entering directory '/tmp/mac/src/mac-3.99-u4-b5-s7/src/Shared'
# make all-am
# make[3]: Entering directory '/tmp/mac/src/mac-3.99-u4-b5-s7/src/Shared'
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT GlobalFunctions.lo -MD -MP -MF .deps/GlobalFunctions.Tpo -c -o GlobalFunctions.lo GlobalFunctions.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT StdLibFileIO.lo -MD -MP -MF .deps/StdLibFileIO.Tpo -c -o StdLibFileIO.lo StdLibFileIO.cpp
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT StdLibFileIO.lo -MD -MP -MF .deps/StdLibFileIO.Tpo -c StdLibFileIO.cpp -fPIC -DPIC -o .libs/StdLibFileIO.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT GlobalFunctions.lo -MD -MP -MF .deps/GlobalFunctions.Tpo -c GlobalFunctions.cpp -fPIC -DPIC -o .libs/GlobalFunctions.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT GlobalFunctions.lo -MD -MP -MF .deps/GlobalFunctions.Tpo -c GlobalFunctions.cpp -o GlobalFunctions.o >/dev/null 2>&1
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT StdLibFileIO.lo -MD -MP -MF .deps/StdLibFileIO.Tpo -c StdLibFileIO.cpp -o StdLibFileIO.o >/dev/null 2>&1
# mv -f .deps/GlobalFunctions.Tpo .deps/GlobalFunctions.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT CharacterHelper.lo -MD -MP -MF .deps/CharacterHelper.Tpo -c -o CharacterHelper.lo CharacterHelper.cpp
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT CharacterHelper.lo -MD -MP -MF .deps/CharacterHelper.Tpo -c CharacterHelper.cpp -fPIC -DPIC -o .libs/CharacterHelper.o
# mv -f .deps/StdLibFileIO.Tpo .deps/StdLibFileIO.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT CircleBuffer.lo -MD -MP -MF .deps/CircleBuffer.Tpo -c -o CircleBuffer.lo CircleBuffer.cpp
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT CircleBuffer.lo -MD -MP -MF .deps/CircleBuffer.Tpo -c CircleBuffer.cpp -fPIC -DPIC -o .libs/CircleBuffer.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -MT CharacterHelper.lo -MD -MP -MF .deps/CharacterHelper.Tpo -c CharacterHelper.cpp -o CharacterHelper.o >/dev/null 2>&1
# CircleBuffer.cpp: In member function 'int CCircleBuffer::Get(unsigned char*, int)':
# CircleBuffer.cpp:48:57: error: 'min' was not declared in this scope
# int nHeadBytes = min(m_nEndCap - m_nHead, nBytes);
# ^
# CircleBuffer.cpp: In member function 'int CCircleBuffer::RemoveHead(int)':
# CircleBuffer.cpp:75:34: error: 'min' was not declared in this scope
# nBytes = min(MaxGet(), nBytes);
# ^
# CircleBuffer.cpp: In member function 'int CCircleBuffer::RemoveTail(int)':
# CircleBuffer.cpp:84:34: error: 'min' was not declared in this scope
# nBytes = min(MaxGet(), nBytes);
# ^
# make[3]: *** [Makefile:328: CircleBuffer.lo] Error 1
# make[3]: *** Waiting for unfinished jobs....
# mv -f .deps/CharacterHelper.Tpo .deps/CharacterHelper.Plo
# make[3]: Leaving directory '/tmp/mac/src/mac-3.99-u4-b5-s7/src/Shared'
# make[2]: *** [Makefile:237: all] Error 2
# make[2]: Leaving directory '/tmp/mac/src/mac-3.99-u4-b5-s7/src/Shared'
# make[1]: *** [Makefile:263: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/mac/src/mac-3.99-u4-b5-s7/src'
# make: *** [Makefile:281: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/mac/src/mac-3.99-u4-b5-s7/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 mac configure 3.99-u4-b5-s7, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-assembly=yes
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = eb88c01a496e
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2589: checking for a BSD-compatible install
# configure:2657: result: /usr/bin/install -c
# configure:2668: checking whether build environment is sane
# configure:2718: result: yes
# configure:2767: checking for x86_64-unknown-linux-strip
# configure:2797: result: no
# configure:2807: checking for strip
# configure:2823: found /usr/bin/strip
# configure:2834: result: strip
# configure:2859: checking for a thread-safe mkdir -p
# configure:2898: result: /usr/bin/mkdir -p
# configure:2911: checking for gawk
# configure:2927: found /usr/bin/gawk
# configure:2938: result: gawk
# configure:2949: checking whether make sets $(MAKE)
# configure:2971: result: yes
# configure:3054: checking whether to enable maintainer-specific portions of Makefiles
# configure:3063: result: no
# configure:3093: checking for x86_64-unknown-linux-g++
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-c++
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-gpp
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-aCC
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-CC
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-cxx
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-cc++
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-cl.exe
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-FCC
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-KCC
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-RCC
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-xlC_r
# configure:3123: result: no
# configure:3093: checking for x86_64-unknown-linux-xlC
# configure:3123: result: no
# configure:3137: checking for g++
# configure:3153: found /usr/bin/g++
# configure:3164: result: g++
# configure:3191: checking for C++ compiler version
# configure:3200: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3211: $? = 0
# configure:3200: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3211: $? = 0
# configure:3200: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:3211: $? = 1
# configure:3200: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:3211: $? = 1
# configure:3231: checking whether the C++ compiler works
# configure:3253: g++ -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long conftest.cpp >&5
# configure:3257: $? = 0
# configure:3306: result: yes
# configure:3309: checking for C++ compiler default output file name
# configure:3311: result: a.out
# configure:3317: checking for suffix of executables
# configure:3324: g++ -o conftest -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long conftest.cpp >&5
# configure:3328: $? = 0
# configure:3350: result:
# configure:3372: checking whether we are cross compiling
# configure:3380: g++ -o conftest -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long conftest.cpp >&5
# configure:3384: $? = 0
# configure:3391: ./conftest
# configure:3395: $? = 0
# configure:3410: result: no
# configure:3415: checking for suffix of object files
# configure:3437: g++ -c -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long conftest.cpp >&5
# configure:3441: $? = 0
# configure:3462: result: o
# configure:3466: checking whether we are using the GNU C++ compiler
# configure:3485: g++ -c -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long conftest.cpp >&5
# configure:3485: $? = 0
# configure:3494: result: yes
# configure:3503: checking whether g++ accepts -g
# configure:3523: g++ -c -g conftest.cpp >&5
# configure:3523: $? = 0
# configure:3564: result: yes
# configure:3598: checking for style of include used by make
# configure:3626: result: GNU
# configure:3651: checking dependency style of g++
# configure:3761: result: gcc3
# configure:3784: checking for x86_64-unknown-linux-gcc
# configure:3814: result: no
# configure:3824: checking for gcc
# configure:3840: found /usr/bin/gcc
# configure:3851: result: gcc
# configure:4080: checking for C compiler version
# configure:4089: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:4100: $? = 0
# configure:4089: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4100: $? = 0
# configure:4089: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:4100: $? = 1
# configure:4089: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:4100: $? = 1
# configure:4104: checking whether we are using the GNU C compiler
# configure:4123: gcc -c conftest.c >&5
# configure:4123: $? = 0
# configure:4132: result: yes
# configure:4141: checking whether gcc accepts -g
# configure:4161: gcc -c -g conftest.c >&5
# configure:4161: $? = 0
# configure:4202: result: yes
# configure:4219: checking for gcc option to accept ISO C89
# configure:4283: gcc -c conftest.c >&5
# configure:4283: $? = 0
# configure:4296: result: none needed
# configure:4318: checking dependency style of gcc
# configure:4428: result: gcc3
# configure:4472: checking build system type
# configure:4486: result: x86_64-unknown-linux-gnu
# configure:4506: checking host system type
# configure:4519: result: x86_64-unknown-linux-gnu
# configure:4560: checking how to print strings
# configure:4587: result: printf
# configure:4608: checking for a sed that does not truncate output
# configure:4672: result: /usr/bin/sed
# configure:4690: checking for grep that handles long lines and -e
# configure:4748: result: /usr/bin/grep
# configure:4753: checking for egrep
# configure:4815: result: /usr/bin/grep -E
# configure:4820: checking for fgrep
# configure:4882: result: /usr/bin/grep -F
# configure:4917: checking for ld used by gcc
# configure:4984: result: /usr/bin/ld
# configure:4991: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5006: result: yes
# configure:5018: checking for BSD- or MS-compatible name lister (nm)
# configure:5067: result: /usr/bin/nm -B
# configure:5197: checking the name lister (/usr/bin/nm -B) interface
# configure:5204: gcc -c conftest.c >&5
# configure:5207: /usr/bin/nm -B "conftest.o"
# configure:5210: output
# 0000000000000000 B some_variable
# configure:5217: result: BSD nm
# configure:5220: checking whether ln -s works
# configure:5224: result: yes
# configure:5232: checking the maximum length of command line arguments
# configure:5357: result: 1572864
# configure:5374: checking whether the shell understands some XSI constructs
# configure:5384: result: yes
# configure:5388: checking whether the shell understands "+="
# configure:5394: result: yes
# configure:5429: checking for /usr/bin/ld option to reload object files
# configure:5436: result: -r
# configure:5465: checking for x86_64-unknown-linux-objdump
# configure:5495: result: no
# configure:5505: checking for objdump
# configure:5521: found /usr/bin/objdump
# configure:5532: result: objdump
# configure:5564: checking how to recognize dependent libraries
# configure:5766: result: pass_all
# configure:5786: checking for x86_64-unknown-linux-ar
# configure:5816: result: no
# configure:5826: checking for ar
# configure:5842: found /usr/bin/ar
# configure:5853: result: ar
# configure:5891: checking for x86_64-unknown-linux-strip
# configure:5918: result: strip
# configure:5990: checking for x86_64-unknown-linux-ranlib
# configure:6020: result: no
# configure:6030: checking for ranlib
# configure:6046: found /usr/bin/ranlib
# configure:6057: result: ranlib
# configure:6159: checking command to parse /usr/bin/nm -B output from gcc object
# configure:6277: gcc -c conftest.c >&5
# configure:6280: $? = 0
# configure:6284: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6287: $? = 0
# configure:6341: gcc -o conftest conftest.c conftstm.o >&5
# configure:6344: $? = 0
# configure:6382: result: ok
# configure:6478: gcc -c conftest.c >&5
# configure:6481: $? = 0
# configure:7223: checking how to run the C preprocessor
# configure:7254: gcc -E conftest.c
# configure:7254: $? = 0
# configure:7268: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7268: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mac"
# | #define PACKAGE_TARNAME "mac"
# | #define PACKAGE_VERSION "3.99-u4-b5-s7"
# | #define PACKAGE_STRING "mac 3.99-u4-b5-s7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "mac"
# | #define VERSION "3.99-u4-b5-s7"
# | /* end confdefs.h. */
# | #include
# configure:7293: result: gcc -E
# configure:7313: gcc -E conftest.c
# configure:7313: $? = 0
# configure:7327: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7327: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mac"
# | #define PACKAGE_TARNAME "mac"
# | #define PACKAGE_VERSION "3.99-u4-b5-s7"
# | #define PACKAGE_STRING "mac 3.99-u4-b5-s7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "mac"
# | #define VERSION "3.99-u4-b5-s7"
# | /* end confdefs.h. */
# | #include
# configure:7356: checking for ANSI C header files
# configure:7376: gcc -c conftest.c >&5
# configure:7376: $? = 0
# configure:7449: gcc -o conftest conftest.c >&5
# configure:7449: $? = 0
# configure:7449: ./conftest
# configure:7449: $? = 0
# configure:7460: result: yes
# configure:7473: checking for sys/types.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7473: checking for sys/stat.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7473: checking for stdlib.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7473: checking for string.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7473: checking for memory.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7473: checking for strings.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7473: checking for inttypes.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7473: checking for stdint.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7473: checking for unistd.h
# configure:7473: gcc -c conftest.c >&5
# configure:7473: $? = 0
# configure:7473: result: yes
# configure:7488: checking for dlfcn.h
# configure:7488: gcc -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7676: checking for objdir
# configure:7691: result: .libs
# configure:7958: checking if gcc supports -fno-rtti -fno-exceptions
# configure:7976: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:7980: $? = 0
# configure:7993: result: no
# configure:8013: checking for gcc option to produce PIC
# configure:8298: result: -fPIC -DPIC
# configure:8310: checking if gcc PIC flag -fPIC -DPIC works
# configure:8328: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8332: $? = 0
# configure:8345: result: yes
# configure:8369: checking if gcc static flag -static works
# configure:8397: result: yes
# configure:8412: checking if gcc supports -c -o file.o
# configure:8433: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8437: $? = 0
# configure:8459: result: yes
# configure:8467: checking if gcc supports -c -o file.o
# configure:8514: result: yes
# configure:8547: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9622: result: yes
# configure:9659: checking whether -lc should be explicitly linked in
# configure:9667: gcc -c conftest.c >&5
# configure:9670: $? = 0
# configure:9685: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9688: $? = 0
# configure:9702: result: no
# configure:9867: checking dynamic linker characteristics
# configure:10322: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10322: $? = 0
# configure:10544: result: GNU/Linux ld.so
# configure:10651: checking how to hardcode library paths into programs
# configure:10676: result: immediate
# configure:11216: checking whether stripping libraries is possible
# configure:11221: result: yes
# configure:11256: checking if libtool supports shared libraries
# configure:11258: result: yes
# configure:11261: checking whether to build shared libraries
# configure:11282: result: yes
# configure:11285: checking whether to build static libraries
# configure:11289: result: yes
# configure:11312: checking how to run the C++ preprocessor
# configure:11339: g++ -E conftest.cpp
# configure:11339: $? = 0
# configure:11353: g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:11353: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mac"
# | #define PACKAGE_TARNAME "mac"
# | #define PACKAGE_VERSION "3.99-u4-b5-s7"
# | #define PACKAGE_STRING "mac 3.99-u4-b5-s7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "mac"
# | #define VERSION "3.99-u4-b5-s7"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:11378: result: g++ -E
# configure:11398: g++ -E conftest.cpp
# configure:11398: $? = 0
# configure:11412: g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:11412: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mac"
# | #define PACKAGE_TARNAME "mac"
# | #define PACKAGE_VERSION "3.99-u4-b5-s7"
# | #define PACKAGE_STRING "mac 3.99-u4-b5-s7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "mac"
# | #define VERSION "3.99-u4-b5-s7"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:11580: checking for ld used by g++
# configure:11647: result: /usr/bin/ld -m elf_x86_64
# configure:11654: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:11669: result: yes
# configure:11724: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12656: result: yes
# configure:12684: g++ -c -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long conftest.cpp >&5
# configure:12687: $? = 0
# configure:12869: checking for g++ option to produce PIC
# configure:13191: result: -fPIC -DPIC
# configure:13200: checking if g++ PIC flag -fPIC -DPIC works
# configure:13218: g++ -c -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:13222: $? = 0
# configure:13235: result: yes
# configure:13256: checking if g++ static flag -static works
# configure:13284: result: yes
# configure:13296: checking if g++ supports -c -o file.o
# configure:13317: g++ -c -DSHNTOOL -O3 -Wall -pedantic -Wno-long-long -o out/conftest2.o conftest.cpp >&5
# configure:13321: $? = 0
# configure:13343: result: yes
# configure:13348: checking if g++ supports -c -o file.o
# configure:13395: result: yes
# configure:13425: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13453: result: yes
# configure:13596: checking dynamic linker characteristics
# configure:14207: result: GNU/Linux ld.so
# configure:14260: checking how to hardcode library paths into programs
# configure:14285: result: immediate
# configure:14343: checking whether make sets $(MAKE)
# configure:14365: result: yes
# configure:14376: checking whether to enable maintainer-specific portions of Makefiles
# configure:14385: result: no
# configure:14404: checking for ANSI C header files
# configure:14508: result: yes
# configure:14519: checking fcntl.h usability
# configure:14519: gcc -c conftest.c >&5
# configure:14519: $? = 0
# configure:14519: result: yes
# configure:14519: checking fcntl.h presence
# configure:14519: gcc -E conftest.c
# configure:14519: $? = 0
# configure:14519: result: yes
# configure:14519: checking for fcntl.h
# configure:14519: result: yes
# configure:14519: checking for memory.h
# configure:14519: result: yes
# configure:14519: checking for stdlib.h
# configure:14519: result: yes
# configure:14519: checking for string.h
# configure:14519: result: yes
# configure:14519: checking sys/ioctl.h usability
# configure:14519: gcc -c conftest.c >&5
# configure:14519: $? = 0
# configure:14519: result: yes
# configure:14519: checking sys/ioctl.h presence
# configure:14519: gcc -E conftest.c
# configure:14519: $? = 0
# configure:14519: result: yes
# configure:14519: checking for sys/ioctl.h
# configure:14519: result: yes
# configure:14519: checking sys/time.h usability
# configure:14519: gcc -c conftest.c >&5
# configure:14519: $? = 0
# configure:14519: result: yes
# configure:14519: checking sys/time.h presence
# configure:14519: gcc -E conftest.c
# configure:14519: $? = 0
# configure:14519: result: yes
# configure:14519: checking for sys/time.h
# configure:14519: result: yes
# configure:14519: checking for unistd.h
# configure:14519: result: yes
# configure:14532: checking for an ANSI C-conforming const
# configure:14597: gcc -c conftest.c >&5
# configure:14597: $? = 0
# configure:14604: result: yes
# configure:14612: checking for size_t
# configure:14612: gcc -c conftest.c >&5
# configure:14612: $? = 0
# configure:14612: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:67:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:14612: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mac"
# | #define PACKAGE_TARNAME "mac"
# | #define PACKAGE_VERSION "3.99-u4-b5-s7"
# | #define PACKAGE_STRING "mac 3.99-u4-b5-s7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "mac"
# | #define VERSION "3.99-u4-b5-s7"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14612: result: yes
# configure:14623: checking for inline
# configure:14639: gcc -c conftest.c >&5
# configure:14639: $? = 0
# configure:14647: result: inline
# configure:14667: checking for working memcmp
# configure:14710: gcc -o conftest conftest.c >&5
# configure:14710: $? = 0
# configure:14710: ./conftest
# configure:14710: $? = 0
# configure:14720: result: yes
# configure:14729: checking whether lstat correctly handles trailing slash
# configure:14755: gcc -o conftest conftest.c >&5
# configure:14755: $? = 0
# configure:14755: ./conftest
# configure:14755: $? = 0
# configure:14772: result: yes
# configure:14791: checking whether stat accepts an empty string
# configure:14811: gcc -o conftest conftest.c >&5
# configure:14811: $? = 0
# configure:14811: ./conftest
# configure:14811: $? = 0
# configure:14821: result: no
# configure:14841: checking whether byte ordering is bigendian
# configure:14856: gcc -c conftest.c >&5
# conftest.c:33:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:33:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:33:15: error: unknown type name 'universal'
# configure:14856: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mac"
# | #define PACKAGE_TARNAME "mac"
# | #define PACKAGE_VERSION "3.99-u4-b5-s7"
# | #define PACKAGE_STRING "mac 3.99-u4-b5-s7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "mac"
# | #define VERSION "3.99-u4-b5-s7"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:14901: gcc -c conftest.c >&5
# configure:14901: $? = 0
# configure:14919: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:39:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:39:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:14919: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mac"
# | #define PACKAGE_TARNAME "mac"
# | #define PACKAGE_VERSION "3.99-u4-b5-s7"
# | #define PACKAGE_STRING "mac 3.99-u4-b5-s7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "mac"
# | #define VERSION "3.99-u4-b5-s7"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:15047: result: no
# configure:15068: checking for wcscasecmp
# configure:15068: gcc -o conftest conftest.c >&5
# configure:15068: $? = 0
# configure:15068: result: yes
# configure:15080: checking for nanosleep
# configure:15080: gcc -o conftest conftest.c >&5
# configure:15080: $? = 0
# configure:15080: result: yes
# configure:15172: checking for assembly enabled
# configure:15182: result: yes
# configure:15202: checking for yasm
# configure:15220: found /usr/bin/yasm
# configure:15233: result: /usr/bin/yasm
# configure:15243: checking for some Win32 platform
# configure:15253: result: no
# configure:15360: result: "enable_assembly = yes"
# configure:15379: checking size of int *
# configure:15384: gcc -o conftest conftest.c >&5
# configure:15384: $? = 0
# configure:15384: ./conftest
# configure:15384: $? = 0
# configure:15399: result: 8
# configure:15578: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by mac config.status 3.99-u4-b5-s7, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on eb88c01a496e
#
# config.status:1172: creating Makefile
# config.status:1172: creating src/Makefile
# config.status:1172: creating src/Console/Makefile
# config.status:1172: creating src/Shared/Makefile
# config.status:1172: creating src/MACLib/Makefile
# config.status:1172: creating src/MACLib/Assembly/Makefile
# config.status:1172: creating src/Examples/Makefile
# config.status:1172: creating src/Examples/Analyze/Makefile
# config.status:1172: creating src/Examples/Analyze/Sample1/Makefile
# config.status:1172: creating src/Shared/config.h
# config.status:1392: executing depfiles commands
# config.status:1392: executing libtool commands
# configure:18077: result:
# Build options:
# mac 3.99-u4-b5-s7
# archtecture X86_64
# Win no
# enable-assembly yes
#
# configure:18090: result:
# Yasm /usr/bin/yasm
# YASM_ARCH -m amd64
# YASM_FORMAT -f elf
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=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_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=-DSHNTOOL
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# 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_lstat_dereferences_slashed_symlink=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_nanosleep=yes
# ac_cv_func_stat_empty_string_bug=no
# ac_cv_func_wcscasecmp=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_ioctl_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_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_YASM=/usr/bin/yasm
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_int_p=8
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/mac/src/mac-3.99-u4-b5-s7/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/mac/src/mac-3.99-u4-b5-s7/missing --run tar'
# AR='ar'
# ARCH_PPC_FALSE=''
# ARCH_PPC_TRUE='#'
# ARCH_SPARC_FALSE=''
# ARCH_SPARC_TRUE='#'
# ARCH_X86_64_FALSE='#'
# ARCH_X86_64_TRUE=''
# ARCH_X86_FALSE=''
# ARCH_X86_TRUE='#'
# AUTOCONF='${SHELL} /tmp/mac/src/mac-3.99-u4-b5-s7/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/mac/src/mac-3.99-u4-b5-s7/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/mac/src/mac-3.99-u4-b5-s7/missing --run automake-1.11'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS='-DSHNTOOL -O3 -Wall -pedantic -Wno-long-long'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_ASSEMBLY_FALSE='#'
# ENABLE_ASSEMBLY_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAS_YASM_FALSE='#'
# HAS_YASM_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/mac/src/mac-3.99-u4-b5-s7/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_WIN_FALSE=''
# OS_WIN_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='mac'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='mac'
# PACKAGE_STRING='mac 3.99-u4-b5-s7'
# PACKAGE_TARNAME='mac'
# PACKAGE_URL=''
# PACKAGE_VERSION='3.99-u4-b5-s7'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='3.99-u4-b5-s7'
# YASM='/usr/bin/yasm'
# YASM_ARCH='-m amd64'
# YASM_FORMAT='-f elf'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# ac_ct_DUMPBIN=''
# 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__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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/mac/src/mac-3.99-u4-b5-s7/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/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 "mac"
# #define PACKAGE_TARNAME "mac"
# #define PACKAGE_VERSION "3.99-u4-b5-s7"
# #define PACKAGE_STRING "mac 3.99-u4-b5-s7"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "mac"
# #define VERSION "3.99-u4-b5-s7"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define HAVE_FCNTL_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define HAVE_WCSCASECMP 1
# #define BUILD_CROSS_PLATFORM /**/
# #define ARCH_X86_64 /**/
# #define ENABLE_ASSEMBLY /**/
# #define SIZEOF_INT_P 8
# #define IS_64BIT /**/
#
# configure: exit 0