Build of dynamite with clang_glibc toolchain

The build took 00h 04m 37s and was SUCCESSFUL.

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

SLOCLanguage
9,533 sh
1,739 makefile
509 ansic
11,781 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: dynamite 0.1.1-4 (Thu Apr 13 11:16:36 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for gawk... (cached) gawk
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# 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 ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking how to recognize dependent libraries... pass_all
# checking how to run the C preprocessor... clang -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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for g77... no
# checking for xlf... no
# checking for f77... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for xlf90... no
# checking for f90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 1572864
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang 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
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /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 clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# (cached) (cached) checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran static flag -static works... no
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# (cached) (cached) checking how to hardcode library paths into programs... immediate
# checking whether make sets $(MAKE)... (cached) yes
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for an ANSI C-conforming const... yes
# configure: creating ./config.status
# config.status: creating libdynamite.pc
# config.status: creating Makefile
# config.status: creating lib/Makefile
# config.status: creating man/Makefile
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1'
# Making all in lib
# make[2]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/lib'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wsign-compare -Wno-long-long -MT libdynamite.lo -MD -MP -MF .deps/libdynamite.Tpo -c -o libdynamite.lo libdynamite.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wsign-compare -Wno-long-long -MT libdynamite.lo -MD -MP -MF .deps/libdynamite.Tpo -c libdynamite.c -fPIC -DPIC -o .libs/libdynamite.o
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wsign-compare -Wno-long-long -MT libdynamite.lo -MD -MP -MF .deps/libdynamite.Tpo -c libdynamite.c -o libdynamite.o >/dev/null 2>&1
# mv -f .deps/libdynamite.Tpo .deps/libdynamite.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wsign-compare -Wno-long-long -no-undefined -version-info 0:0:0 -o libdynamite.la -rpath /usr/lib libdynamite.lo
# clang -shared .libs/libdynamite.o -Wl,-soname -Wl,libdynamite.so.0 -o .libs/libdynamite.so.0.0.0
# (cd .libs && rm -f libdynamite.so.0 && ln -s libdynamite.so.0.0.0 libdynamite.so.0)
# (cd .libs && rm -f libdynamite.so && ln -s libdynamite.so.0.0.0 libdynamite.so)
# ar cru .libs/libdynamite.a libdynamite.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libdynamite.a
# creating libdynamite.la
# (cd .libs && rm -f libdynamite.la && ln -s ../libdynamite.la libdynamite.la)
# make[2]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/lib'
# Making all in src
# make[2]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/src'
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wsign-compare -Wno-long-long -MT dynamite.o -MD -MP -MF .deps/dynamite.Tpo -c -o dynamite.o dynamite.c
# mv -f .deps/dynamite.Tpo .deps/dynamite.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wsign-compare -Wno-long-long -o dynamite dynamite.o ../lib/libdynamite.la
# mkdir .libs
# clang -Wall -Wsign-compare -Wno-long-long -o .libs/dynamite dynamite.o ../lib/.libs/libdynamite.so
# creating dynamite
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wsign-compare -Wno-long-long -MT queen_extract.o -MD -MP -MF .deps/queen_extract.Tpo -c -o queen_extract.o queen_extract.c
# In file included from queen_extract.c:22:
# In file included from ../lib/libdynamite.h:15:
# In file included from /usr/include/sys/param.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/queen_extract.Tpo .deps/queen_extract.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wsign-compare -Wno-long-long -o queen_extract queen_extract.o ../lib/libdynamite.la
# clang -Wall -Wsign-compare -Wno-long-long -o .libs/queen_extract queen_extract.o ../lib/.libs/libdynamite.so
# creating queen_extract
# make[2]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/src'
# Making all in man
# make[2]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/man'
# make[2]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1'
# make[2]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1'
# make[1]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/lib'
# make[2]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/lib'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/dynamite/pkg/dynamite/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libdynamite.la' '/tmp/dynamite/pkg/dynamite/usr/lib/libdynamite.la'
# /usr/bin/install -c .libs/libdynamite.so.0.0.0 /tmp/dynamite/pkg/dynamite/usr/lib/libdynamite.so.0.0.0
# (cd /tmp/dynamite/pkg/dynamite/usr/lib && { ln -s -f libdynamite.so.0.0.0 libdynamite.so.0 || { rm -f libdynamite.so.0 && ln -s libdynamite.so.0.0.0 libdynamite.so.0; }; })
# (cd /tmp/dynamite/pkg/dynamite/usr/lib && { ln -s -f libdynamite.so.0.0.0 libdynamite.so || { rm -f libdynamite.so && ln -s libdynamite.so.0.0.0 libdynamite.so; }; })
# /usr/bin/install -c .libs/libdynamite.lai /tmp/dynamite/pkg/dynamite/usr/lib/libdynamite.la
# /usr/bin/install -c .libs/libdynamite.a /tmp/dynamite/pkg/dynamite/usr/lib/libdynamite.a
# chmod 644 /tmp/dynamite/pkg/dynamite/usr/lib/libdynamite.a
# ranlib /tmp/dynamite/pkg/dynamite/usr/lib/libdynamite.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/dynamite/pkg/dynamite/usr/include"
# /usr/bin/install -c -m 644 'libdynamite.h' '/tmp/dynamite/pkg/dynamite/usr/include/libdynamite.h'
# make[2]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/lib'
# make[1]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/lib'
# Making install in src
# make[1]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/src'
# make[2]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/src'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/dynamite/pkg/dynamite/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'dynamite' '/tmp/dynamite/pkg/dynamite/usr/bin/dynamite'
# libtool: install: warning: `../lib/libdynamite.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dynamite /tmp/dynamite/pkg/dynamite/usr/bin/dynamite
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/src'
# make[1]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/src'
# Making install in man
# make[1]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/man'
# make[2]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/dynamite/pkg/dynamite/usr/share/man/man1"
# /usr/bin/install -c -m 644 './dynamite.1' '/tmp/dynamite/pkg/dynamite/usr/share/man/man1/dynamite.1'
# make[2]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/man'
# make[1]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1/man'
# make[1]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1'
# make[2]: Entering directory '/tmp/dynamite/src/libdynamite-0.1.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/dynamite/pkg/dynamite/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 'libdynamite.pc' '/tmp/dynamite/pkg/dynamite/usr/lib/pkgconfig/libdynamite.pc'
# make[2]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1'
# make[1]: Leaving directory '/tmp/dynamite/src/libdynamite-0.1.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "dynamite"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: dynamite 0.1.1-4 (Thu Apr 13 11:17:30 UTC 2017)

CMD: pacman --query --file dynamite-0.1.1-4-x86_64.pkg.tar.xz
# dynamite 0.1.1-4

Creating hybrid package for 'dynamite'

Trying to find vanilla package 'dynamite'...

CMD: pacman --query --file /mirror/dynamite-0.1.1-4.pkg.tar.xz
# dynamite 0.1.1-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/dynamite
# /usr/share/man/man1/dynamite.1.gz
# /usr/lib/libdynamite.so.0
# /usr/lib/libdynamite.so.0.0.0
# /usr/lib/libdynamite.so
# /usr/lib/pkgconfig/libdynamite.pc
# /usr/include/libdynamite.h
# /sysroot/usr/lib/libdynamite.so.0.0.0
# /sysroot/usr/lib/libdynamite.so.0
# /sysroot/usr/lib/libdynamite.so
# /sysroot/usr/lib/libdynamite.la
# /sysroot/usr/lib/libdynamite.a
# /sysroot/usr/lib/pkgconfig/libdynamite.pc
# /sysroot/usr/include/libdynamite.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf dynamite.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/dynamite.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/dynamite.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/dynamite.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/dynamite/src/libdynamite-0.1.1/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 configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = dbc291ba4063
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1967: checking build system type
# configure:1985: result: x86_64-unknown-linux-gnu
# configure:2007: checking host system type
# configure:2022: result: x86_64-unknown-linux-gnu
# configure:2044: checking target system type
# configure:2059: result: x86_64-unknown-linux-gnu
# configure:2103: checking for a BSD-compatible install
# configure:2159: result: /usr/bin/install -c
# configure:2170: checking whether build environment is sane
# configure:2213: result: yes
# configure:2241: checking for a thread-safe mkdir -p
# configure:2280: result: /usr/bin/mkdir -p
# configure:2293: checking for gawk
# configure:2309: found /usr/bin/gawk
# configure:2320: result: gawk
# configure:2331: checking whether make sets $(MAKE)
# configure:2352: result: yes
# configure:2432: checking for x86_64-unknown-linux-strip
# configure:2462: result: no
# configure:2472: checking for strip
# configure:2488: found /usr/bin/strip
# configure:2499: result: strip
# configure:2557: checking for gawk
# configure:2584: result: gawk
# configure:2603: checking for x86_64-unknown-linux-gcc
# configure:2630: result: clang
# configure:2908: checking for C compiler version
# configure:2915: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2918: $? = 0
# configure:2925: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2928: $? = 0
# configure:2935: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2938: $? = 1
# configure:2961: checking for C compiler default output file name
# configure:2988: clang -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:2991: $? = 0
# configure:3029: result: a.out
# configure:3046: checking whether the C compiler works
# configure:3056: ./a.out
# configure:3059: $? = 0
# configure:3076: result: yes
# configure:3083: checking whether we are cross compiling
# configure:3085: result: no
# configure:3088: checking for suffix of executables
# configure:3095: clang -o conftest -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:3098: $? = 0
# configure:3122: result:
# configure:3128: checking for suffix of object files
# configure:3154: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:3157: $? = 0
# configure:3180: result: o
# configure:3184: checking whether we are using the GNU C compiler
# configure:3213: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:3219: $? = 0
# configure:3236: result: yes
# configure:3241: checking whether clang accepts -g
# configure:3271: clang -c -g conftest.c >&5
# configure:3277: $? = 0
# configure:3376: result: yes
# configure:3393: checking for clang option to accept ISO C89
# configure:3467: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:3473: $? = 0
# configure:3496: result: none needed
# configure:3525: checking for style of include used by make
# configure:3553: result: GNU
# configure:3578: checking dependency style of clang
# configure:3669: result: gcc3
# configure:3697: checking for a BSD-compatible install
# configure:3753: result: /usr/bin/install -c
# configure:3764: checking whether ln -s works
# configure:3768: result: yes
# configure:3847: checking for a sed that does not truncate output
# configure:3903: result: /usr/bin/sed
# configure:3906: checking for grep that handles long lines and -e
# configure:3980: result: /usr/bin/grep
# configure:3985: checking for egrep
# configure:4063: result: /usr/bin/grep -E
# configure:4079: checking for ld used by clang
# configure:4146: result: /usr/bin/ld
# configure:4155: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4170: result: yes
# configure:4175: checking for /usr/bin/ld option to reload object files
# configure:4182: result: -r
# configure:4200: checking for BSD-compatible nm
# configure:4249: result: /usr/bin/nm -B
# configure:4253: checking how to recognize dependent libraries
# configure:4439: result: pass_all
# configure:4528: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:4531: $? = 0
# configure:4684: checking how to run the C preprocessor
# configure:4724: clang -E conftest.c
# configure:4730: $? = 0
# configure:4761: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4767: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdynamite"
# | #define VERSION "0.1.1"
# | /* end confdefs.h. */
# | #include
# configure:4800: result: clang -E
# configure:4829: clang -E conftest.c
# configure:4835: $? = 0
# configure:4866: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4872: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdynamite"
# | #define VERSION "0.1.1"
# | /* end confdefs.h. */
# | #include
# configure:4910: checking for ANSI C header files
# configure:4940: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:4946: $? = 0
# configure:5045: clang -o conftest -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5048: $? = 0
# configure:5054: ./conftest
# configure:5057: $? = 0
# configure:5074: result: yes
# configure:5098: checking for sys/types.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5098: checking for sys/stat.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5098: checking for stdlib.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5098: checking for string.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5098: checking for memory.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5098: checking for strings.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5098: checking for inttypes.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5098: checking for stdint.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5098: checking for unistd.h
# configure:5119: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5125: $? = 0
# configure:5141: result: yes
# configure:5168: checking dlfcn.h usability
# configure:5185: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:5191: $? = 0
# configure:5205: result: yes
# configure:5209: checking dlfcn.h presence
# configure:5224: clang -E conftest.c
# configure:5230: $? = 0
# configure:5244: result: yes
# configure:5272: checking for dlfcn.h
# configure:5280: result: yes
# configure:5409: checking for C++ compiler version
# configure:5416: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5419: $? = 0
# configure:5426: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:5429: $? = 0
# configure:5436: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5439: $? = 1
# configure:5442: checking whether we are using the GNU C++ compiler
# configure:5471: clang++ -c conftest.cpp >&5
# configure:5477: $? = 0
# configure:5494: result: yes
# configure:5499: checking whether clang++ accepts -g
# configure:5529: clang++ -c -g conftest.cpp >&5
# configure:5535: $? = 0
# configure:5634: result: yes
# configure:5659: checking dependency style of clang++
# configure:5750: result: gcc3
# configure:5775: checking how to run the C++ preprocessor
# configure:5811: clang++ -E conftest.cpp
# configure:5817: $? = 0
# configure:5848: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5854: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdynamite"
# | #define VERSION "0.1.1"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:5887: result: clang++ -E
# configure:5916: clang++ -E conftest.cpp
# configure:5922: $? = 0
# configure:5953: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5959: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdynamite"
# | #define VERSION "0.1.1"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:6008: checking for x86_64-unknown-linux-g77
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-xlf
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-f77
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-frt
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-pgf77
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-cf77
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-fort77
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-fl32
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-af77
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-xlf90
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-f90
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-pgf90
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-pghpf
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-epcf90
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-gfortran
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-g95
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-xlf95
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-f95
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-fort
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-ifort
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-ifc
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-efc
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-pgf95
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-lf95
# configure:6038: result: no
# configure:6008: checking for x86_64-unknown-linux-ftn
# configure:6038: result: no
# configure:6052: checking for g77
# configure:6082: result: no
# configure:6052: checking for xlf
# configure:6082: result: no
# configure:6052: checking for f77
# configure:6082: result: no
# configure:6052: checking for frt
# configure:6082: result: no
# configure:6052: checking for pgf77
# configure:6082: result: no
# configure:6052: checking for cf77
# configure:6082: result: no
# configure:6052: checking for fort77
# configure:6082: result: no
# configure:6052: checking for fl32
# configure:6082: result: no
# configure:6052: checking for af77
# configure:6082: result: no
# configure:6052: checking for xlf90
# configure:6082: result: no
# configure:6052: checking for f90
# configure:6082: result: no
# configure:6052: checking for pgf90
# configure:6082: result: no
# configure:6052: checking for pghpf
# configure:6082: result: no
# configure:6052: checking for epcf90
# configure:6082: result: no
# configure:6052: checking for gfortran
# configure:6068: found /usr/bin/gfortran
# configure:6079: result: gfortran
# configure:6109: checking for Fortran 77 compiler version
# configure:6116: gfortran --version >&5
# GNU Fortran (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:6119: $? = 0
# configure:6126: gfortran -v >&5
# Using built-in specs.
# COLLECT_GCC=gfortran
# 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:6129: $? = 0
# configure:6136: gfortran -V >&5
# gfortran: error: unrecognized command line option '-V'
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6139: $? = 1
# configure:6147: checking whether we are using the GNU Fortran 77 compiler
# configure:6166: gfortran -c conftest.F >&5
# configure:6172: $? = 0
# configure:6189: result: yes
# configure:6195: checking whether gfortran accepts -g
# configure:6212: gfortran -c -g conftest.f >&5
# configure:6218: $? = 0
# configure:6234: result: yes
# configure:6263: checking the maximum length of command line arguments
# configure:6375: result: 1572864
# configure:6387: checking command to parse /usr/bin/nm -B output from clang object
# configure:6492: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:6495: $? = 0
# configure:6499: /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:6502: $? = 0
# configure:6554: clang -o conftest -Wall -Wsign-compare -Wno-long-long conftest.c conftstm.o >&5
# configure:6557: $? = 0
# configure:6595: result: ok
# configure:6599: checking for objdir
# configure:6614: result: .libs
# configure:6666: checking for x86_64-unknown-linux-ar
# configure:6696: result: no
# configure:6706: checking for ar
# configure:6722: found /usr/bin/ar
# configure:6733: result: ar
# configure:6762: checking for x86_64-unknown-linux-ranlib
# configure:6792: result: no
# configure:6802: checking for ranlib
# configure:6818: found /usr/bin/ranlib
# configure:6829: result: ranlib
# configure:6858: checking for x86_64-unknown-linux-strip
# configure:6885: result: strip
# configure:7523: checking if clang supports -fno-rtti -fno-exceptions
# configure:7541: clang -c -Wall -Wsign-compare -Wno-long-long -fno-rtti -fno-exceptions conftest.c >&5
# configure:7545: $? = 0
# configure:7558: result: yes
# configure:7573: checking for clang option to produce PIC
# configure:7805: result: -fPIC
# configure:7813: checking if clang PIC flag -fPIC works
# configure:7831: clang -c -Wall -Wsign-compare -Wno-long-long -fPIC -DPIC conftest.c >&5
# configure:7835: $? = 0
# configure:7848: result: yes
# configure:7876: checking if clang static flag -static works
# configure:7904: result: yes
# configure:7914: checking if clang supports -c -o file.o
# configure:7935: clang -c -Wall -Wsign-compare -Wno-long-long -o out/conftest2.o conftest.c >&5
# configure:7939: $? = 0
# configure:7961: result: yes
# configure:7987: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8968: result: yes
# configure:8989: checking whether -lc should be explicitly linked in
# configure:8994: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# configure:8997: $? = 0
# configure:9012: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:9015: $? = 0
# configure:9027: result: no
# configure:9035: checking dynamic linker characteristics
# configure:9649: result: GNU/Linux ld.so
# configure:9673: checking how to hardcode library paths into programs
# configure:9698: result: immediate
# configure:9712: checking whether stripping libraries is possible
# configure:9717: result: yes
# configure:10519: checking if libtool supports shared libraries
# configure:10521: result: yes
# configure:10524: checking whether to build shared libraries
# configure:10545: result: yes
# configure:10548: checking whether to build static libraries
# configure:10552: result: yes
# configure:10646: creating libtool
# configure:11239: checking for ld used by clang++
# configure:11306: result: /usr/bin/ld -m elf_x86_64
# configure:11315: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:11330: result: yes
# configure:11381: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12327: result: yes
# configure:12344: clang++ -c conftest.cpp >&5
# configure:12347: $? = 0
# configure:12503: checking for clang++ option to produce PIC
# configure:12787: result: -fPIC
# configure:12795: checking if clang++ PIC flag -fPIC works
# configure:12813: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:12817: $? = 0
# configure:12830: result: yes
# configure:12858: checking if clang++ static flag -static works
# configure:12886: result: yes
# configure:12896: checking if clang++ supports -c -o file.o
# configure:12917: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12921: $? = 0
# configure:12943: result: yes
# configure:12969: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12998: result: yes
# configure:13065: checking dynamic linker characteristics
# configure:13627: result: GNU/Linux ld.so
# configure:13651: checking how to hardcode library paths into programs
# configure:13676: result: immediate
# configure:14215: checking if libtool supports shared libraries
# configure:14217: result: yes
# configure:14220: checking whether to build shared libraries
# configure:14240: result: yes
# configure:14243: checking whether to build static libraries
# configure:14247: result: yes
# configure:14257: checking for gfortran option to produce PIC
# configure:14489: result: -fPIC
# configure:14497: checking if gfortran PIC flag -fPIC works
# configure:14515: gfortran -c -g -O2 -fPIC conftest.f >&5
# configure:14519: $? = 0
# configure:14532: result: yes
# configure:14560: checking if gfortran static flag -static works
# configure:14588: result: no
# configure:14598: checking if gfortran supports -c -o file.o
# configure:14619: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14623: $? = 0
# configure:14645: result: yes
# configure:14671: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15632: result: yes
# configure:15699: checking dynamic linker characteristics
# configure:16261: result: GNU/Linux ld.so
# configure:16285: checking how to hardcode library paths into programs
# configure:16310: result: immediate
# configure:19923: checking whether make sets $(MAKE)
# configure:19944: result: yes
# configure:19978: checking for ld used by GCC
# configure:20042: result: /usr/bin/ld -m elf_x86_64
# configure:20051: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:20064: result: yes
# configure:20071: checking for shared library run path origin
# configure:20084: result: done
# configure:20104: checking for an ANSI C-conforming const
# configure:20179: clang -c -Wall -Wsign-compare -Wno-long-long conftest.c >&5
# conftest.c:66:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
# struct s *b; b->j = 5;
# ^
# conftest.c:66:16: note: initialize the variable 'b' to silence this warning
# struct s *b; b->j = 5;
# ^
# = 0
# conftest.c:50:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
# *t++ = 0;
# ^
# conftest.c:47:12: note: initialize the variable 't' to silence this warning
# char *t;
# ^
# = 0
# 2 warnings generated.
# configure:20185: $? = 0
# configure:20200: result: yes
# configure:20334: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on dbc291ba4063
#
# config.status:672: creating libdynamite.pc
# config.status:672: creating Makefile
# config.status:672: creating lib/Makefile
# config.status:672: creating man/Makefile
# config.status:672: creating src/Makefile
# config.status:672: creating config.h
# config.status:946: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# 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=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_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_f77_compiler_gnu=yes
# ac_cv_header_dlfcn_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_stat_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_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=gfortran
# 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_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# 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_path_LD='/usr/bin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
# acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# 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_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_pic_works_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_compiler_static_works_F77=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# 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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot '
# lt_cv_sys_lib_search_path_spec='/usr/lib/clang/3.8.0 /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1 /usr/lib64 /lib64 /usr/lib /lib'
# lt_cv_sys_max_cmd_len=1572864
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/dynamite/src/libdynamite-0.1.1/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/dynamite/src/libdynamite-0.1.1/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/dynamite/src/libdynamite-0.1.1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/dynamite/src/libdynamite-0.1.1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/dynamite/src/libdynamite-0.1.1/missing --run automake-1.10'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-Wall -Wsign-compare -Wno-long-long '
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# F77='gfortran'
# FFLAGS='-g -O2'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/dynamite/src/libdynamite-0.1.1/missing --run makeinfo'
# NMEDIT=''
# OBJEXT='o'
# PACKAGE='libdynamite'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.1.1'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='gfortran'
# 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}'
# 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/dynamite/src/libdynamite-0.1.1/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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "libdynamite"
# #define VERSION "0.1.1"
# #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
#
# configure: exit 0