Build of sqlite2 with clang_glibc toolchain

The build took 00h 01m 43s and was SUCCESSFUL.

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

SLOCLanguage
36,116 ansic
10,820 tcl
7,775 sh
677 yacc
652 makefile
62 awk
56,102 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: sqlite2 2.8.17-7 (Thu Apr 13 16:28:17 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 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 ANSI C... none needed
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... 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... nm
# checking whether ln -s works... yes
# checking how to recognise 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 for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... 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-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... 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-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm 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... no
# checking for strip... strip
# checking if clang static flag works... yes
# 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 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++ 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
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# 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 f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# 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 for a BSD-compatible install... /usr/bin/install -c
# Version set to 2.8.17
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ANSI C... (cached) none needed
# checking switches for the host compiler...
# checking target compiler... clang
# checking switches on the target compiler...
# checking target linker... clang
# checking switches on the target compiler... checking for x86_64-unknown-linux-ranlib... ranlib
#
# checking if host and target compilers are the same... yes
# checking character encoding... iso8859
# checking whether to support incore databases for attach and open... yes
# checking whether to support shared library linked as release mode or not... no
# checking whether to use an in-ram database for temporary tables... no
# checking if executables have the .exe suffix... unknown
# checking for sin... no
# checking for dlopen in -ldl... yes
# checking for library containing Tcl_Init... no
# checking TCL header files... not specified: still searching...
# checking tcl.h usability... no
# checking tcl.h presence... no
# checking for tcl.h... no
# checking for /usr/local/include/tcl.h... no
# checking for /usr/X11/include/tcl.h... no
# checking for /usr/X11R6/include/tcl.h... no
# checking for /usr/pkg/include/tcl.h... no
# checking for /usr/contrib/include/tcl.h... no
# checking for /usr/include/tcl.h... no
# checking for library containing tgetent... -lncurses
# checking for readline in -lreadline... yes
# checking readline header files... not specified: still searching...
# checking readline.h usability... no
# checking readline.h presence... no
# checking for readline.h... no
# checking for /usr/include/readline.h... no
# checking for /usr/include/readline/readline.h... yes
# checking for usleep... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating sqlite.pc
# sed -e s/--VERS--/`cat ./VERSION`/ \
# -e s/--ENCODING--/ISO8859/ \
# ./src/sqlite.h.in >sqlite.h
# echo '#include ' >temp.c
# echo 'int main(){printf(' >>temp.c
# echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c
# echo 'exit(0);}' >>temp.c
# clang -o temp temp.c
# temp.c:3:28: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
# "#define SQLITE_PTR_SZ %d",sizeof(char*));
# ~~ ^~~~~~~~~~~~~
# %lu
# temp.c:4:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(0);}
# ^
# temp.c:4:1: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# ./temp >config.h
# echo >>config.h
# rm -f temp.c temp
# echo '/* Automatically generated file. Do not edit */' >opcodes.h
# grep '^case OP_' ./src/vdbe.c | \
# sed -e 's/://' | \
# awk '{printf "#define %-30s %3d\n", $2, ++cnt}' >>opcodes.h
# clang -o lemon ./tool/lemon.c
# ./tool/lemon.c:2821:7: warning: use of out-of-scope declaration of 'access'
# if( access(buf,004)==0 ){
# ^
# ./tool/lemon.c:2713:14: note: previous declaration is here
# extern int access();
# ^
# ./tool/lemon.c:2823:13: warning: use of out-of-scope declaration of 'access'
# }else if( access(templatename,004)==0 ){
# ^
# ./tool/lemon.c:2713:14: note: previous declaration is here
# extern int access();
# ^
# 2 warnings generated.
# cp ./tool/lempar.c .
# cp ./src/parse.y .
# ./lemon parse.y
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/attach.c
# mkdir .libs
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/attach.c -fPIC -DPIC -o .libs/attach.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/attach.c -o attach.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/auth.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/auth.c -fPIC -DPIC -o .libs/auth.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/auth.c -o auth.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree.c -fPIC -DPIC -o .libs/btree.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree.c -o btree.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/build.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/build.c -fPIC -DPIC -o .libs/build.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/build.c -o build.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/copy.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/copy.c -fPIC -DPIC -o .libs/copy.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/copy.c -o copy.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/date.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/date.c -fPIC -DPIC -o .libs/date.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/date.c -o date.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/delete.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/delete.c -fPIC -DPIC -o .libs/delete.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/delete.c -o delete.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c -fPIC -DPIC -o .libs/encode.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c -o encode.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/expr.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/expr.c -fPIC -DPIC -o .libs/expr.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/expr.c -o expr.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/func.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/func.c -fPIC -DPIC -o .libs/func.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/func.c -o func.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/hash.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/hash.c -fPIC -DPIC -o .libs/hash.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/hash.c -o hash.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/insert.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/insert.c -fPIC -DPIC -o .libs/insert.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/insert.c -o insert.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c -DTEMP_STORE=1 ./src/main.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c -DTEMP_STORE=1 ./src/main.c -fPIC -DPIC -o .libs/main.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c -DTEMP_STORE=1 ./src/main.c -o main.o >/dev/null 2>&1
# echo '/* Automatically generated file. Do not edit */' >opcodes.c
# echo 'char *sqliteOpcodeNames[] = { "???", ' >>opcodes.c
# grep '^case OP_' ./src/vdbe.c | \
# sed -e 's/^.*OP_/ "/' -e 's/:.*$/", /' >>opcodes.c
# echo '};' >>opcodes.c
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c -fPIC -DPIC -o .libs/opcodes.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c -o opcodes.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/os.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/os.c -fPIC -DPIC -o .libs/os.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/os.c -o os.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pager.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pager.c -fPIC -DPIC -o .libs/pager.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pager.c -o pager.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c parse.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c parse.c -fPIC -DPIC -o .libs/parse.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c parse.c -o parse.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/pragma.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/pragma.c -fPIC -DPIC -o .libs/pragma.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/pragma.c -o pragma.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/printf.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/printf.c -fPIC -DPIC -o .libs/printf.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DNO_TCL=1 -c ./src/printf.c -o printf.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/random.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/random.c -fPIC -DPIC -o .libs/random.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/random.c -o random.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/select.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/select.c -fPIC -DPIC -o .libs/select.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/select.c -o select.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/table.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/table.c -fPIC -DPIC -o .libs/table.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/table.c -o table.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/tokenize.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/tokenize.c -fPIC -DPIC -o .libs/tokenize.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/tokenize.c -o tokenize.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/update.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/update.c -fPIC -DPIC -o .libs/update.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/update.c -o update.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/util.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/util.c -fPIC -DPIC -o .libs/util.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/util.c -o util.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vacuum.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vacuum.c -fPIC -DPIC -o .libs/vacuum.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vacuum.c -o vacuum.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbe.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbe.c -fPIC -DPIC -o .libs/vdbe.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbe.c -o vdbe.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbeaux.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbeaux.c -fPIC -DPIC -o .libs/vdbeaux.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbeaux.c -o vdbeaux.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/where.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/where.c -fPIC -DPIC -o .libs/where.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/where.c -o where.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/trigger.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/trigger.c -fPIC -DPIC -o .libs/trigger.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/trigger.c -o trigger.o >/dev/null 2>&1
# ./libtool --mode=compile clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree_rb.c
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree_rb.c -fPIC -DPIC -o .libs/btree_rb.o
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree_rb.c -o btree_rb.o >/dev/null 2>&1
# ./libtool --mode=link clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -o libsqlite.la attach.lo auth.lo btree.lo build.lo copy.lo date.lo delete.lo encode.lo expr.lo func.lo hash.lo insert.lo main.lo opcodes.lo os.lo pager.lo parse.lo pragma.lo printf.lo random.lo select.lo table.lo tokenize.lo update.lo util.lo vacuum.lo vdbe.lo vdbeaux.lo where.lo trigger.lo btree_rb.lo -rpath /usr/lib \
# -version-info "8:6:8"
# clang -shared .libs/attach.o .libs/auth.o .libs/btree.o .libs/build.o .libs/copy.o .libs/date.o .libs/delete.o .libs/encode.o .libs/expr.o .libs/func.o .libs/hash.o .libs/insert.o .libs/main.o .libs/opcodes.o .libs/os.o .libs/pager.o .libs/parse.o .libs/pragma.o .libs/printf.o .libs/random.o .libs/select.o .libs/table.o .libs/tokenize.o .libs/update.o .libs/util.o .libs/vacuum.o .libs/vdbe.o .libs/vdbeaux.o .libs/where.o .libs/trigger.o .libs/btree_rb.o -Wl,-soname -Wl,libsqlite.so.0 -o .libs/libsqlite.so.0.8.6
# (cd .libs && rm -f libsqlite.so.0 && ln -s libsqlite.so.0.8.6 libsqlite.so.0)
# (cd .libs && rm -f libsqlite.so && ln -s libsqlite.so.0.8.6 libsqlite.so)
# ar cru .libs/libsqlite.a attach.o auth.o btree.o build.o copy.o date.o delete.o encode.o expr.o func.o hash.o insert.o main.o opcodes.o os.o pager.o parse.o pragma.o printf.o random.o select.o table.o tokenize.o update.o util.o vacuum.o vdbe.o vdbeaux.o where.o trigger.o btree_rb.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libsqlite.a
# creating libsqlite.la
# (cd .libs && rm -f libsqlite.la && ln -s ../libsqlite.la libsqlite.la)
# ./libtool --mode=link clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DHAVE_READLINE=1 -I/usr/include/readline -o sqlite ./src/shell.c \
# libsqlite.la -lreadline -lncurses
# clang -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -DHAVE_READLINE=1 -I/usr/include/readline -o .libs/sqlite ./src/shell.c ./.libs/libsqlite.so -lreadline -lncurses
# ./src/shell.c:695:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# fprintf(stderr,zHelp);
# ^~~~~
# 1 warning generated.
# creating sqlite
# ==> Entering fakeroot environment...
# ==> Starting package()...
# /usr/bin/install -c -d /tmp/sqlite2/pkg/sqlite2/usr/lib
# ./libtool --mode=install /usr/bin/install -c libsqlite.la /tmp/sqlite2/pkg/sqlite2/usr/lib
# /usr/bin/install -c .libs/libsqlite.so.0.8.6 /tmp/sqlite2/pkg/sqlite2/usr/lib/libsqlite.so.0.8.6
# (cd /tmp/sqlite2/pkg/sqlite2/usr/lib && rm -f libsqlite.so.0 && ln -s libsqlite.so.0.8.6 libsqlite.so.0)
# (cd /tmp/sqlite2/pkg/sqlite2/usr/lib && rm -f libsqlite.so && ln -s libsqlite.so.0.8.6 libsqlite.so)
# /usr/bin/install -c .libs/libsqlite.lai /tmp/sqlite2/pkg/sqlite2/usr/lib/libsqlite.la
# /usr/bin/install -c .libs/libsqlite.a /tmp/sqlite2/pkg/sqlite2/usr/lib/libsqlite.a
# ranlib /tmp/sqlite2/pkg/sqlite2/usr/lib/libsqlite.a
# chmod 644 /tmp/sqlite2/pkg/sqlite2/usr/lib/libsqlite.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/install -c -d /tmp/sqlite2/pkg/sqlite2/usr/bin
# ./libtool --mode=install /usr/bin/install -c sqlite /tmp/sqlite2/pkg/sqlite2/usr/bin
# libtool: install: warning: `libsqlite.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/sqlite /tmp/sqlite2/pkg/sqlite2/usr/bin/sqlite
# /usr/bin/install -c -d /tmp/sqlite2/pkg/sqlite2/usr/include
# /usr/bin/install -c -m 0644 sqlite.h /tmp/sqlite2/pkg/sqlite2/usr/include
# /usr/bin/install -c -d /tmp/sqlite2/pkg/sqlite2/usr/lib/pkgconfig;
# /usr/bin/install -c -m 0644 sqlite.pc /tmp/sqlite2/pkg/sqlite2/usr/lib/pkgconfig;
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "sqlite2"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: sqlite2 2.8.17-7 (Thu Apr 13 16:28:39 UTC 2017)

CMD: pacman --query --file sqlite2-2.8.17-7-x86_64.pkg.tar.xz
# sqlite2 2.8.17-7

Creating hybrid package for 'sqlite2'

Trying to find vanilla package 'sqlite2'...

CMD: pacman --query --file /mirror/sqlite2-2.8.17-7.pkg.tar.xz
# sqlite2 2.8.17-7

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libsqlite.so.0
# /usr/lib/libsqlite.so
# /usr/lib/libsqlite.so.0.8.6
# /usr/lib/pkgconfig/sqlite.pc
# /usr/bin/sqlite
# /usr/include/sqlite.h
# /usr/share/licenses/sqlite2/LICENSE
# /sysroot/usr/lib/libsqlite.so.0.8.6
# /sysroot/usr/lib/libsqlite.so.0
# /sysroot/usr/lib/libsqlite.so
# /sysroot/usr/lib/libsqlite.la
# /sysroot/usr/lib/libsqlite.a
# /sysroot/usr/lib/pkgconfig/sqlite.pc
# /sysroot/usr/include/sqlite.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 sqlite2.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sqlite2.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/sqlite2.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/sqlite2/src/sqlite-2.8.17/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.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 8650b0b57aaf
# 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
# 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:1605: checking build system type
# configure:1623: result: x86_64-unknown-linux-gnu
# configure:1631: checking host system type
# configure:1645: result: x86_64-unknown-linux-gnu
# configure:1661: checking for x86_64-unknown-linux-gcc
# configure:1687: result: clang
# configure:1969: checking for C compiler version
# configure:1972: 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:1975: $? = 0
# configure:1977: 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:1980: $? = 0
# configure:1982: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:1985: $? = 1
# configure:2008: checking for C compiler default output file name
# configure:2011: clang conftest.c >&5
# configure:2014: $? = 0
# configure:2060: result: a.out
# configure:2065: checking whether the C compiler works
# configure:2071: ./a.out
# configure:2074: $? = 0
# configure:2091: result: yes
# configure:2098: checking whether we are cross compiling
# configure:2100: result: no
# configure:2103: checking for suffix of executables
# configure:2105: clang -o conftest conftest.c >&5
# configure:2108: $? = 0
# configure:2133: result:
# configure:2139: checking for suffix of object files
# configure:2160: clang -c conftest.c >&5
# configure:2163: $? = 0
# configure:2185: result: o
# configure:2189: checking whether we are using the GNU C compiler
# configure:2213: clang -c conftest.c >&5
# configure:2219: $? = 0
# configure:2222: test -z || test ! -s conftest.err
# configure:2225: $? = 0
# configure:2228: test -s conftest.o
# configure:2231: $? = 0
# configure:2244: result: yes
# configure:2250: checking whether clang accepts -g
# configure:2271: clang -c -g conftest.c >&5
# configure:2277: $? = 0
# configure:2280: test -z || test ! -s conftest.err
# configure:2283: $? = 0
# configure:2286: test -s conftest.o
# configure:2289: $? = 0
# configure:2300: result: yes
# configure:2317: checking for clang option to accept ANSI C
# configure:2387: clang -c conftest.c >&5
# configure:2393: $? = 0
# configure:2396: test -z || test ! -s conftest.err
# configure:2399: $? = 0
# configure:2402: test -s conftest.o
# configure:2405: $? = 0
# configure:2423: result: none needed
# configure:2441: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2447: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2577: checking for a sed that does not truncate output
# configure:2631: result: /usr/bin/sed
# configure:2634: checking for egrep
# configure:2644: result: grep -E
# configure:2660: checking for ld used by clang
# configure:2727: result: /usr/bin/ld
# configure:2736: checking if the linker (/usr/bin/ld) is GNU ld
# configure:2751: result: yes
# configure:2756: checking for /usr/bin/ld option to reload object files
# configure:2763: result: -r
# configure:2772: checking for BSD-compatible nm
# configure:2814: result: nm
# configure:2818: checking whether ln -s works
# configure:2822: result: yes
# configure:2829: checking how to recognise dependent libraries
# configure:3003: result: pass_all
# configure:3088: clang -c conftest.c >&5
# configure:3091: $? = 0
# configure:3216: checking how to run the C preprocessor
# configure:3251: clang -E conftest.c
# configure:3257: $? = 0
# configure:3289: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3295: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3334: result: clang -E
# configure:3358: clang -E conftest.c
# configure:3364: $? = 0
# configure:3396: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3402: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3446: checking for ANSI C header files
# configure:3471: clang -c conftest.c >&5
# configure:3477: $? = 0
# configure:3480: test -z || test ! -s conftest.err
# configure:3483: $? = 0
# configure:3486: test -s conftest.o
# configure:3489: $? = 0
# configure:3578: clang -o conftest conftest.c >&5
# conftest.c:26:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:26:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:3581: $? = 0
# configure:3583: ./conftest
# configure:3586: $? = 0
# configure:3601: result: yes
# configure:3625: checking for sys/types.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3625: checking for sys/stat.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3625: checking for stdlib.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3625: checking for string.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3625: checking for memory.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3625: checking for strings.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3625: checking for inttypes.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3625: checking for stdint.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3625: checking for unistd.h
# configure:3641: clang -c conftest.c >&5
# configure:3647: $? = 0
# configure:3650: test -z || test ! -s conftest.err
# configure:3653: $? = 0
# configure:3656: test -s conftest.o
# configure:3659: $? = 0
# configure:3670: result: yes
# configure:3696: checking dlfcn.h usability
# configure:3708: clang -c conftest.c >&5
# configure:3714: $? = 0
# configure:3717: test -z || test ! -s conftest.err
# configure:3720: $? = 0
# configure:3723: test -s conftest.o
# configure:3726: $? = 0
# configure:3736: result: yes
# configure:3740: checking dlfcn.h presence
# configure:3750: clang -E conftest.c
# configure:3756: $? = 0
# configure:3776: result: yes
# configure:3811: checking for dlfcn.h
# configure:3818: result: yes
# configure:3841: checking for x86_64-unknown-linux-g++
# configure:3867: result: clang++
# configure:3925: checking for C++ compiler version
# configure:3928: 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:3931: $? = 0
# configure:3933: 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:3936: $? = 0
# configure:3938: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3941: $? = 1
# configure:3944: checking whether we are using the GNU C++ compiler
# configure:3968: clang++ -c conftest.cc >&5
# configure:3974: $? = 0
# configure:3977: test -z || test ! -s conftest.err
# configure:3980: $? = 0
# configure:3983: test -s conftest.o
# configure:3986: $? = 0
# configure:3999: result: yes
# configure:4005: checking whether clang++ accepts -g
# configure:4026: clang++ -c -g conftest.cc >&5
# configure:4032: $? = 0
# configure:4035: test -z || test ! -s conftest.err
# configure:4038: $? = 0
# configure:4041: test -s conftest.o
# configure:4044: $? = 0
# configure:4055: result: yes
# configure:4097: clang++ -c conftest.cc >&5
# configure:4103: $? = 0
# configure:4106: test -z || test ! -s conftest.err
# configure:4109: $? = 0
# configure:4112: test -s conftest.o
# configure:4115: $? = 0
# configure:4141: clang++ -c conftest.cc >&5
# conftest.cc:24:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:4147: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4097: clang++ -c conftest.cc >&5
# conftest.cc:20:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:20:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:4103: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4097: clang++ -c conftest.cc >&5
# conftest.cc:20:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:20:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:4103: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4097: clang++ -c conftest.cc >&5
# configure:4103: $? = 0
# configure:4106: test -z || test ! -s conftest.err
# configure:4109: $? = 0
# configure:4112: test -s conftest.o
# configure:4115: $? = 0
# configure:4141: clang++ -c conftest.cc >&5
# configure:4147: $? = 0
# configure:4150: test -z || test ! -s conftest.err
# configure:4153: $? = 0
# configure:4156: test -s conftest.o
# configure:4159: $? = 0
# configure:4187: checking how to run the C++ preprocessor
# configure:4218: clang++ -E conftest.cc
# configure:4224: $? = 0
# configure:4256: clang++ -E conftest.cc
# conftest.cc:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4262: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4301: result: clang++ -E
# configure:4325: clang++ -E conftest.cc
# configure:4331: $? = 0
# configure:4363: clang++ -E conftest.cc
# conftest.cc:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4369: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4422: checking for x86_64-unknown-linux-g77
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-f77
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-xlf
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-frt
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-pgf77
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-fort77
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-fl32
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-af77
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-f90
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-xlf90
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-pgf90
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-epcf90
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-f95
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-fort
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-xlf95
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-ifc
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-efc
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-pgf95
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-lf95
# configure:4451: result: no
# configure:4422: checking for x86_64-unknown-linux-gfortran
# configure:4451: result: no
# configure:4464: checking for g77
# configure:4493: result: no
# configure:4464: checking for f77
# configure:4493: result: no
# configure:4464: checking for xlf
# configure:4493: result: no
# configure:4464: checking for frt
# configure:4493: result: no
# configure:4464: checking for pgf77
# configure:4493: result: no
# configure:4464: checking for fort77
# configure:4493: result: no
# configure:4464: checking for fl32
# configure:4493: result: no
# configure:4464: checking for af77
# configure:4493: result: no
# configure:4464: checking for f90
# configure:4493: result: no
# configure:4464: checking for xlf90
# configure:4493: result: no
# configure:4464: checking for pgf90
# configure:4493: result: no
# configure:4464: checking for epcf90
# configure:4493: result: no
# configure:4464: checking for f95
# configure:4480: found /usr/bin/f95
# configure:4490: result: f95
# configure:4505: checking for Fortran 77 compiler version
# configure:4508: f95 --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:4511: $? = 0
# configure:4513: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# 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:4516: $? = 0
# configure:4518: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:4521: $? = 1
# configure:4529: checking whether we are using the GNU Fortran 77 compiler
# configure:4543: f95 -c conftest.F >&5
# configure:4549: $? = 0
# configure:4552: test -z || test ! -s conftest.err
# configure:4555: $? = 0
# configure:4558: test -s conftest.o
# configure:4561: $? = 0
# configure:4574: result: yes
# configure:4580: checking whether f95 accepts -g
# configure:4592: f95 -c -g conftest.f >&5
# configure:4598: $? = 0
# configure:4601: test -z || test ! -s conftest.err
# configure:4604: $? = 0
# configure:4607: test -s conftest.o
# configure:4610: $? = 0
# configure:4622: result: yes
# configure:4652: checking the maximum length of command line arguments
# configure:4717: result: 32768
# configure:4728: checking command to parse nm output from clang object
# configure:4817: clang -c conftest.c >&5
# configure:4820: $? = 0
# configure:4824: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:4827: $? = 0
# configure:4879: clang -o conftest conftest.c conftstm.o >&5
# configure:4882: $? = 0
# configure:4920: result: ok
# configure:4924: checking for objdir
# configure:4939: result: .libs
# configure:4991: checking for x86_64-unknown-linux-ar
# configure:5020: result: no
# configure:5029: checking for ar
# configure:5045: found /usr/bin/ar
# configure:5056: result: ar
# configure:5071: checking for x86_64-unknown-linux-ranlib
# configure:5100: result: no
# configure:5109: checking for ranlib
# configure:5125: found /usr/bin/ranlib
# configure:5136: result: ranlib
# configure:5151: checking for x86_64-unknown-linux-strip
# configure:5180: result: no
# configure:5189: checking for strip
# configure:5205: found /usr/bin/strip
# configure:5216: result: strip
# configure:5478: checking if clang static flag works
# configure:5501: result: yes
# configure:5519: checking if clang supports -fno-rtti -fno-exceptions
# configure:5537: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:5541: $? = 0
# configure:5552: result: yes
# configure:5567: checking for clang option to produce PIC
# configure:5744: result: -fPIC
# configure:5752: checking if clang PIC flag -fPIC works
# configure:5770: clang -c -fPIC -DPIC conftest.c >&5
# configure:5774: $? = 0
# configure:5785: result: yes
# configure:5809: checking if clang supports -c -o file.o
# configure:5830: clang -c -o out/conftest2.o conftest.c >&5
# configure:5834: $? = 0
# configure:5854: result: yes
# configure:5880: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:6726: result: yes
# configure:6752: checking whether -lc should be explicitly linked in
# configure:6757: clang -c conftest.c >&5
# configure:6760: $? = 0
# configure:6774: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:6777: $? = 0
# configure:6789: result: no
# configure:6797: checking dynamic linker characteristics
# configure:7337: result: GNU/Linux ld.so
# configure:7341: checking how to hardcode library paths into programs
# configure:7366: result: immediate
# configure:7380: checking whether stripping libraries is possible
# configure:7385: result: yes
# configure:8208: checking if libtool supports shared libraries
# configure:8210: result: yes
# configure:8213: checking whether to build shared libraries
# configure:8271: result: yes
# configure:8274: checking whether to build static libraries
# configure:8278: result: yes
# configure:8370: creating libtool
# configure:8917: checking for ld used by clang++
# configure:8984: result: /usr/bin/ld -m elf_x86_64
# configure:8993: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:9008: result: yes
# configure:9059: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9885: result: yes
# configure:9903: clang++ -c conftest.cc >&5
# configure:9906: $? = 0
# configure:10002: checking for clang++ option to produce PIC
# configure:10254: result: -fPIC
# configure:10262: checking if clang++ PIC flag -fPIC works
# configure:10280: clang++ -c -fPIC -DPIC conftest.cc >&5
# configure:10284: $? = 0
# configure:10295: result: yes
# configure:10319: checking if clang++ supports -c -o file.o
# configure:10340: clang++ -c -o out/conftest2.o conftest.cc >&5
# configure:10344: $? = 0
# configure:10364: result: yes
# configure:10390: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10415: result: yes
# configure:10486: checking dynamic linker characteristics
# configure:11026: result: GNU/Linux ld.so
# configure:11030: checking how to hardcode library paths into programs
# configure:11055: result: immediate
# configure:11069: checking whether stripping libraries is possible
# configure:11074: result: yes
# configure:12374: checking if libtool supports shared libraries
# configure:12376: result: yes
# configure:12379: checking whether to build shared libraries
# configure:12397: result: yes
# configure:12400: checking whether to build static libraries
# configure:12404: result: yes
# configure:12416: checking for f95 option to produce PIC
# configure:12593: result: -fPIC
# configure:12601: checking if f95 PIC flag -fPIC works
# configure:12619: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:12623: $? = 0
# configure:12634: result: yes
# configure:12658: checking if f95 supports -c -o file.o
# configure:12679: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:12683: $? = 0
# configure:12703: result: yes
# configure:12729: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13555: result: yes
# configure:13626: checking dynamic linker characteristics
# configure:14166: result: GNU/Linux ld.so
# configure:14170: checking how to hardcode library paths into programs
# configure:14195: result: immediate
# configure:14209: checking whether stripping libraries is possible
# configure:14214: result: yes
# configure:18304: checking for a BSD-compatible install
# configure:18359: result: /usr/bin/install -c
# configure:18438: checking for x86_64-unknown-linux-gcc
# configure:18464: result: clang
# configure:18746: checking for C compiler version
# configure:18749: 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:18752: $? = 0
# configure:18754: 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:18757: $? = 0
# configure:18759: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:18762: $? = 1
# configure:18765: checking whether we are using the GNU C compiler
# configure:18820: result: yes
# configure:18826: checking whether clang accepts -g
# configure:18876: result: yes
# configure:18893: checking for clang option to accept ANSI C
# configure:18999: result: none needed
# configure:19017: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:19023: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:19168: checking switches for the host compiler
# configure:19176: result:
# configure:19189: checking target compiler
# configure:19196: result: clang
# configure:19198: checking switches on the target compiler
# configure:19205: result:
# configure:19207: checking target linker
# configure:19214: result: clang
# configure:19216: checking switches on the target compiler
# configure:19229: checking for x86_64-unknown-linux-ranlib
# configure:19255: result: ranlib
# configure:19313: result:
# configure:19325: checking if host and target compilers are the same
# configure:19329: result: yes
# configure:19347: checking character encoding
# configure:19351: result: iso8859
# configure:19370: checking whether to support incore databases for attach and open
# configure:19378: result: yes
# configure:19393: checking whether to support shared library linked as release mode or not
# configure:19397: result: no
# configure:19416: checking whether to use an in-ram database for temporary tables
# configure:19427: result: no
# configure:19452: checking if executables have the .exe suffix
# configure:19459: result: unknown
# configure:19516: checking for sin
# configure:19573: clang -o conftest conftest.c >&5
# conftest.c:47:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
# char sin ();
# ^
# conftest.c:47:6: note: 'sin' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-835f1e.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `sin'
# /tmp/conftest-835f1e.o:(.data+0x0): undefined reference to `sin'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19579: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | /* Define sin to an innocuous variant, in case declares sin.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sin innocuous_sin
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sin (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sin
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char sin ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_sin) || defined (__stub___sin)
# | choke me
# | #else
# | char (*f) () = sin;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != sin;
# | ;
# | return 0;
# | }
# configure:19603: result: no
# configure:19612: checking for dlopen in -ldl
# configure:19642: clang -o conftest conftest.c -ldl -lm >&5
# configure:19648: $? = 0
# configure:19651: test -z || test ! -s conftest.err
# configure:19654: $? = 0
# configure:19657: test -s conftest
# configure:19660: $? = 0
# configure:19673: result: yes
# configure:19689: checking for library containing Tcl_Init
# configure:19719: clang -o conftest conftest.c >&5
# /tmp/conftest-4a03fa.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `Tcl_Init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19725: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char Tcl_Init ();
# | int
# | main ()
# | {
# | Tcl_Init ();
# | ;
# | return 0;
# | }
# configure:19773: clang -o conftest conftest.c -ltcl8.4 -ldl -lm >&5
# /usr/bin/ld: cannot find -ltcl8.4
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19779: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char Tcl_Init ();
# | int
# | main ()
# | {
# | Tcl_Init ();
# | ;
# | return 0;
# | }
# configure:19773: clang -o conftest conftest.c -ltcl8.3 -ldl -lm >&5
# /usr/bin/ld: cannot find -ltcl8.3
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19779: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char Tcl_Init ();
# | int
# | main ()
# | {
# | Tcl_Init ();
# | ;
# | return 0;
# | }
# configure:19773: clang -o conftest conftest.c -ltcl84 -ldl -lm >&5
# /usr/bin/ld: cannot find -ltcl84
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19779: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char Tcl_Init ();
# | int
# | main ()
# | {
# | Tcl_Init ();
# | ;
# | return 0;
# | }
# configure:19773: clang -o conftest conftest.c -ltcl83 -ldl -lm >&5
# /usr/bin/ld: cannot find -ltcl83
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19779: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char Tcl_Init ();
# | int
# | main ()
# | {
# | Tcl_Init ();
# | ;
# | return 0;
# | }
# configure:19773: clang -o conftest conftest.c -ltcl -ldl -lm >&5
# /usr/bin/ld: cannot find -ltcl
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19779: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char Tcl_Init ();
# | int
# | main ()
# | {
# | Tcl_Init ();
# | ;
# | return 0;
# | }
# configure:19806: result: no
# configure:19821: checking TCL header files
# configure:19840: result: not specified: still searching...
# configure:19852: checking tcl.h usability
# configure:19864: clang -c conftest.c >&5
# conftest.c:58:10: fatal error: 'tcl.h' file not found
# #include
# ^
# 1 error generated.
# configure:19870: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:19892: result: no
# configure:19896: checking tcl.h presence
# configure:19906: clang -E conftest.c
# conftest.c:24:10: fatal error: 'tcl.h' file not found
# #include
# ^
# 1 error generated.
# configure:19912: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# | #include
# configure:19932: result: no
# configure:19967: checking for tcl.h
# configure:19974: result: no
# configure:19987: checking for /usr/local/include/tcl.h
# configure:20002: result: no
# configure:19987: checking for /usr/X11/include/tcl.h
# configure:20002: result: no
# configure:19987: checking for /usr/X11R6/include/tcl.h
# configure:20002: result: no
# configure:19987: checking for /usr/pkg/include/tcl.h
# configure:20002: result: no
# configure:19987: checking for /usr/contrib/include/tcl.h
# configure:20002: result: no
# configure:19987: checking for /usr/include/tcl.h
# configure:20002: result: no
# configure:20028: checking for library containing tgetent
# configure:20058: clang -o conftest conftest.c >&5
# /tmp/conftest-983c87.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20064: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char tgetent ();
# | int
# | main ()
# | {
# | tgetent ();
# | ;
# | return 0;
# | }
# configure:20112: clang -o conftest conftest.c -lreadline >&5
# /usr/bin/ld: /tmp/conftest-e96898.o: undefined reference to symbol 'tgetent'
# /usr/lib/libncursesw.so.6: error adding symbols: DSO missing from command line
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20118: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char tgetent ();
# | int
# | main ()
# | {
# | tgetent ();
# | ;
# | return 0;
# | }
# configure:20112: clang -o conftest conftest.c -lncurses >&5
# configure:20118: $? = 0
# configure:20121: test -z || test ! -s conftest.err
# configure:20124: $? = 0
# configure:20127: test -s conftest
# configure:20130: $? = 0
# configure:20145: result: -lncurses
# configure:20153: checking for readline in -lreadline
# configure:20183: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:20189: $? = 0
# configure:20192: test -z || test ! -s conftest.err
# configure:20195: $? = 0
# configure:20198: test -s conftest
# configure:20201: $? = 0
# configure:20214: result: yes
# configure:20232: checking readline header files
# configure:20243: result: not specified: still searching...
# configure:20255: checking readline.h usability
# configure:20267: clang -c conftest.c >&5
# conftest.c:59:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:20273: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBREADLINE 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:20295: result: no
# configure:20299: checking readline.h presence
# configure:20309: clang -E conftest.c
# conftest.c:25:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:20315: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBREADLINE 1
# | /* end confdefs.h. */
# | #include
# configure:20335: result: no
# configure:20370: checking for readline.h
# configure:20377: result: no
# configure:20390: checking for /usr/include/readline.h
# configure:20405: result: no
# configure:20416: checking for /usr/include/readline/readline.h
# configure:20431: result: yes
# configure:20458: checking for usleep
# configure:20515: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:20521: $? = 0
# configure:20524: test -z || test ! -s conftest.err
# configure:20527: $? = 0
# configure:20530: test -s conftest
# configure:20533: $? = 0
# configure:20545: result: yes
# configure:20682: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 8650b0b57aaf
#
# config.status:731: creating Makefile
# config.status:731: creating sqlite.pc
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# 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_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_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_file__usr_X11R6_include_tcl_h=no
# ac_cv_file__usr_X11_include_tcl_h=no
# ac_cv_file__usr_contrib_include_tcl_h=no
# ac_cv_file__usr_include_readline_h=no
# ac_cv_file__usr_include_readline_readline_h=yes
# ac_cv_file__usr_include_tcl_h=no
# ac_cv_file__usr_local_include_tcl_h=no
# ac_cv_file__usr_pkg_include_tcl_h=no
# ac_cv_func_sin=no
# ac_cv_func_usleep=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_readline_h=no
# 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_tcl_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_search_Tcl_Init=no
# ac_cv_search_tgetent=-lncurses
# 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=nm
# 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_rtti_exceptions=yes
# 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\3 \3/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_max_cmd_len=32768
# 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\\3 \\3/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. ##
# ## ----------------- ##
#
# ALLOWATTACHMEM=''
# ALLOWRELEASE=''
# AR='ar'
# BUILD_CC='clang'
# BUILD_CFLAGS=''
# BUILD_EXEEXT=''
# BUILD_LIBS=''
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBDL=1 -DHAVE_LIBREADLINE=1 '
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# ENCODING='ISO8859'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# INMEMORYDB='1'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lreadline -lncurses '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# OBJEXT='o'
# OS_UNIX='1'
# OS_WIN='0'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SHELL='/bin/sh'
# STRIP='strip'
# TARGET_AR='ar cr'
# TARGET_CC='clang'
# TARGET_CFLAGS=' -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1'
# TARGET_EXEEXT=''
# TARGET_HAVE_READLINE='1'
# TARGET_LFLAGS=''
# TARGET_LIBS=''
# TARGET_LINK='clang'
# TARGET_RANLIB='ranlib'
# TARGET_READLINE_INC='-I/usr/include/readline'
# TARGET_READLINE_LIBS='-lreadline -lncurses '
# TARGET_TCL_INC='-DNO_TCL=1'
# TARGET_TCL_LIBS=' -ldl -lm'
# TEMP_STORE='1'
# VERSION='2.8.17'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host='8650b0b57aaf'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='${prefix}/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_prefix=''
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_DLFCN_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIBDL 1
# #define HAVE_LIBREADLINE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define STDC_HEADERS 1
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0