Build of qqwing with clang_glibc toolchain

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

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

SLOCLanguage
11,274 sh
1,820 cpp
907 makefile
9 ansic
14,010 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: qqwing 1.3.4-2 (Thu Apr 13 20:46:33 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether the C++ compiler works... yes
# checking for C++ compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) 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... no
# checking how to run the C++ preprocessor... clang++ -E
# 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 -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for ANSI C header files... (cached) yes
# checking for stdlib.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking whether time.h and sys/time.h may both be included... yes
# checking for gettimeofday... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating qqwing.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-am
# make[1]: Entering directory '/tmp/qqwing/src/qqwing-1.3.4'
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -MT qqwing.lo -MD -MP -MF .deps/qqwing.Tpo -c -o qqwing.lo qqwing.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -MT qqwing.lo -MD -MP -MF .deps/qqwing.Tpo -c qqwing.cpp -fPIC -DPIC -o .libs/qqwing.o
# mv -f .deps/qqwing.Tpo .deps/qqwing.Plo
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -no-undefined -version-info 3:0:1 -o libqqwing.la -rpath /usr/lib qqwing.lo
# libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/qqwing.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libqqwing.so.2 -o .libs/libqqwing.so.2.1.0
# libtool: link: (cd ".libs" && rm -f "libqqwing.so.2" && ln -s "libqqwing.so.2.1.0" "libqqwing.so.2")
# libtool: link: (cd ".libs" && rm -f "libqqwing.so" && ln -s "libqqwing.so.2.1.0" "libqqwing.so")
# libtool: link: ( cd ".libs" && rm -f "libqqwing.la" && ln -s "../libqqwing.la" "libqqwing.la" )
# clang++ -DHAVE_CONFIG_H -I. -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -o qqwing main.o ./libqqwing.la
# libtool: link: clang++ -o .libs/qqwing main.o ./.libs/libqqwing.so
# make[1]: Leaving directory '/tmp/qqwing/src/qqwing-1.3.4'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/qqwing/src/qqwing-1.3.4'
# /usr/bin/mkdir -p '/tmp/qqwing/pkg/qqwing/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libqqwing.la '/tmp/qqwing/pkg/qqwing/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libqqwing.so.2.1.0 /tmp/qqwing/pkg/qqwing/usr/lib/libqqwing.so.2.1.0
# libtool: install: (cd /tmp/qqwing/pkg/qqwing/usr/lib && { ln -s -f libqqwing.so.2.1.0 libqqwing.so.2 || { rm -f libqqwing.so.2 && ln -s libqqwing.so.2.1.0 libqqwing.so.2; }; })
# libtool: install: (cd /tmp/qqwing/pkg/qqwing/usr/lib && { ln -s -f libqqwing.so.2.1.0 libqqwing.so || { rm -f libqqwing.so && ln -s libqqwing.so.2.1.0 libqqwing.so; }; })
# libtool: install: /usr/bin/install -c .libs/libqqwing.lai /tmp/qqwing/pkg/qqwing/usr/lib/libqqwing.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/qqwing/pkg/qqwing/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c qqwing '/tmp/qqwing/pkg/qqwing/usr/bin'
# libtool: install: warning: `./libqqwing.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/qqwing /tmp/qqwing/pkg/qqwing/usr/bin/qqwing
# /usr/bin/mkdir -p '/tmp/qqwing/pkg/qqwing/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 qqwing.pc '/tmp/qqwing/pkg/qqwing/usr/lib/pkgconfig'
# /usr/bin/mkdir -p '/tmp/qqwing/pkg/qqwing/usr/include'
# /usr/bin/install -c -m 644 qqwing.hpp '/tmp/qqwing/pkg/qqwing/usr/include'
# /usr/bin/mkdir -p '/tmp/qqwing/pkg/qqwing/usr/share/man/man1'
# /usr/bin/install -c -m 644 qqwing.1 '/tmp/qqwing/pkg/qqwing/usr/share/man/man1'
# make[1]: Leaving directory '/tmp/qqwing/src/qqwing-1.3.4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "qqwing"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: qqwing 1.3.4-2 (Thu Apr 13 20:46:58 UTC 2017)

CMD: pacman --query --file qqwing-1.3.4-2-x86_64.pkg.tar.xz
# qqwing 1.3.4-2

Creating hybrid package for 'qqwing'

Trying to find vanilla package 'qqwing'...

CMD: pacman --query --file /mirror/qqwing-1.3.4-2.pkg.tar.xz
# qqwing 1.3.4-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libqqwing.so.2
# /usr/lib/libqqwing.so
# /usr/lib/libqqwing.so.2.1.0
# /usr/lib/pkgconfig/qqwing.pc
# /usr/include/qqwing.hpp
# /usr/share/man/man1/qqwing.1.gz
# /usr/bin/qqwing
# /sysroot/usr/lib/libqqwing.so.2.1.0
# /sysroot/usr/lib/libqqwing.so.2
# /sysroot/usr/lib/libqqwing.so
# /sysroot/usr/lib/libqqwing.la
# /sysroot/usr/lib/pkgconfig/qqwing.pc
# /sysroot/usr/include/qqwing.hpp

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 qqwing.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/qqwing.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/qqwing.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/qqwing/src/qqwing-1.3.4/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 qqwing configure 1.3.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 36dc7f995ae5
# 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:2462: checking for a BSD-compatible install
# configure:2530: result: /usr/bin/install -c
# configure:2541: checking whether build environment is sane
# configure:2596: result: yes
# configure:2655: checking for x86_64-unknown-linux-strip
# configure:2685: result: no
# configure:2695: checking for strip
# configure:2711: found /usr/bin/strip
# configure:2722: result: strip
# configure:2747: checking for a thread-safe mkdir -p
# configure:2786: result: /usr/bin/mkdir -p
# configure:2793: checking for gawk
# configure:2809: found /usr/bin/gawk
# configure:2820: result: gawk
# configure:2831: checking whether make sets $(MAKE)
# configure:2853: result: yes
# configure:2882: checking whether make supports nested variables
# configure:2899: result: yes
# configure:3139: checking for C++ compiler version
# configure:3148: 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:3159: $? = 0
# configure:3148: 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
# ... rest of stderr output deleted ...
# configure:3159: $? = 0
# configure:3148: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3159: $? = 1
# configure:3148: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3159: $? = 1
# configure:3179: checking whether the C++ compiler works
# configure:3201: clang++ conftest.cpp >&5
# configure:3205: $? = 0
# configure:3253: result: yes
# configure:3256: checking for C++ compiler default output file name
# configure:3258: result: a.out
# configure:3264: checking for suffix of executables
# configure:3271: clang++ -o conftest conftest.cpp >&5
# configure:3275: $? = 0
# configure:3297: result:
# configure:3319: checking whether we are cross compiling
# configure:3327: clang++ -o conftest conftest.cpp >&5
# configure:3331: $? = 0
# configure:3338: ./conftest
# configure:3342: $? = 0
# configure:3357: result: no
# configure:3362: checking for suffix of object files
# configure:3384: clang++ -c conftest.cpp >&5
# configure:3388: $? = 0
# configure:3409: result: o
# configure:3413: checking whether we are using the GNU C++ compiler
# configure:3432: clang++ -c conftest.cpp >&5
# configure:3432: $? = 0
# configure:3441: result: yes
# configure:3450: checking whether clang++ accepts -g
# configure:3470: clang++ -c -g conftest.cpp >&5
# configure:3470: $? = 0
# configure:3511: result: yes
# configure:3545: checking for style of include used by make
# configure:3573: result: GNU
# configure:3599: checking dependency style of clang++
# configure:3710: result: gcc3
# configure:3733: checking for x86_64-unknown-linux-gcc
# configure:3760: result: clang
# configure:4029: checking for C compiler version
# configure:4038: 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:4049: $? = 0
# configure:4038: 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
# ... rest of stderr output deleted ...
# configure:4049: $? = 0
# configure:4038: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4049: $? = 1
# configure:4038: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4049: $? = 1
# configure:4053: checking whether we are using the GNU C compiler
# configure:4072: clang -c conftest.c >&5
# configure:4072: $? = 0
# configure:4081: result: yes
# configure:4090: checking whether clang accepts -g
# configure:4110: clang -c -g conftest.c >&5
# configure:4110: $? = 0
# configure:4151: result: yes
# configure:4168: checking for clang option to accept ISO C89
# configure:4231: clang -c conftest.c >&5
# configure:4231: $? = 0
# configure:4244: result: none needed
# configure:4269: checking whether clang understands -c and -o together
# configure:4291: clang -c conftest.c -o conftest2.o
# configure:4294: $? = 0
# configure:4291: clang -c conftest.c -o conftest2.o
# configure:4294: $? = 0
# configure:4306: result: yes
# configure:4325: checking dependency style of clang
# configure:4436: result: gcc3
# configure:4482: checking build system type
# configure:4496: result: x86_64-unknown-linux-gnu
# configure:4516: checking host system type
# configure:4529: result: x86_64-unknown-linux-gnu
# configure:4570: checking how to print strings
# configure:4597: result: printf
# configure:4618: checking for a sed that does not truncate output
# configure:4682: result: /usr/bin/sed
# configure:4700: checking for grep that handles long lines and -e
# configure:4758: result: /usr/bin/grep
# configure:4763: checking for egrep
# configure:4825: result: /usr/bin/grep -E
# configure:4830: checking for fgrep
# configure:4892: result: /usr/bin/grep -F
# configure:4927: checking for ld used by clang
# configure:4994: result: /usr/bin/ld
# configure:5001: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5016: result: yes
# configure:5028: checking for BSD- or MS-compatible name lister (nm)
# configure:5077: result: /usr/bin/nm -B
# configure:5207: checking the name lister (/usr/bin/nm -B) interface
# configure:5214: clang -c conftest.c >&5
# configure:5217: /usr/bin/nm -B "conftest.o"
# configure:5220: output
# 0000000000000000 B some_variable
# configure:5227: result: BSD nm
# configure:5230: checking whether ln -s works
# configure:5234: result: yes
# configure:5242: checking the maximum length of command line arguments
# configure:5373: result: 1572864
# configure:5390: checking whether the shell understands some XSI constructs
# configure:5400: result: yes
# configure:5404: checking whether the shell understands "+="
# configure:5410: result: yes
# configure:5445: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5485: result: func_convert_file_noop
# configure:5492: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5512: result: func_convert_file_noop
# configure:5519: checking for /usr/bin/ld option to reload object files
# configure:5526: result: -r
# configure:5560: checking for x86_64-unknown-linux-objdump
# configure:5590: result: no
# configure:5600: checking for objdump
# configure:5616: found /usr/bin/objdump
# configure:5627: result: objdump
# configure:5659: checking how to recognize dependent libraries
# configure:5857: result: pass_all
# configure:5902: checking for x86_64-unknown-linux-dlltool
# configure:5932: result: no
# configure:5942: checking for dlltool
# configure:5972: result: no
# configure:6002: checking how to associate runtime and link libraries
# configure:6029: result: printf %s\n
# configure:6046: checking for x86_64-unknown-linux-ar
# configure:6076: result: no
# configure:6090: checking for ar
# configure:6106: found /usr/bin/ar
# configure:6117: result: ar
# configure:6154: checking for archiver @FILE support
# configure:6171: clang -c conftest.c >&5
# configure:6171: $? = 0
# configure:6174: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6177: $? = 0
# configure:6182: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6185: $? = 1
# configure:6197: result: @
# configure:6215: checking for x86_64-unknown-linux-strip
# configure:6242: result: strip
# configure:6314: checking for x86_64-unknown-linux-ranlib
# configure:6344: result: no
# configure:6354: checking for ranlib
# configure:6370: found /usr/bin/ranlib
# configure:6381: result: ranlib
# configure:6483: checking command to parse /usr/bin/nm -B output from clang object
# configure:6603: clang -c conftest.c >&5
# configure:6606: $? = 0
# configure:6610: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6613: $? = 0
# configure:6679: clang -o conftest conftest.c conftstm.o >&5
# configure:6682: $? = 0
# configure:6720: result: ok
# configure:6757: checking for sysroot
# configure:6787: result: no
# configure:6864: clang -c conftest.c >&5
# configure:6867: $? = 0
# configure:7016: checking for x86_64-unknown-linux-mt
# configure:7046: result: no
# configure:7056: checking for mt
# configure:7086: result: no
# configure:7106: checking if : is a manifest tool
# configure:7112: : '-?'
# configure:7120: result: no
# configure:7762: checking how to run the C preprocessor
# configure:7793: clang -E conftest.c
# configure:7793: $? = 0
# configure:7807: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7807: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "qqwing"
# | #define PACKAGE_TARNAME "qqwing"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "qqwing 1.3.4"
# | #define PACKAGE_BUGREPORT "http://qqwing.com/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "qqwing"
# | #define VERSION "1.3.4"
# | /* end confdefs.h. */
# | #include
# configure:7832: result: clang -E
# configure:7852: clang -E conftest.c
# configure:7852: $? = 0
# configure:7866: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7866: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "qqwing"
# | #define PACKAGE_TARNAME "qqwing"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "qqwing 1.3.4"
# | #define PACKAGE_BUGREPORT "http://qqwing.com/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "qqwing"
# | #define VERSION "1.3.4"
# | /* end confdefs.h. */
# | #include
# configure:7895: checking for ANSI C header files
# configure:7915: clang -c conftest.c >&5
# configure:7915: $? = 0
# configure:7988: clang -o conftest conftest.c >&5
# configure:7988: $? = 0
# configure:7988: ./conftest
# configure:7988: $? = 0
# configure:7999: result: yes
# configure:8012: checking for sys/types.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8012: checking for sys/stat.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8012: checking for stdlib.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8012: checking for string.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8012: checking for memory.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8012: checking for strings.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8012: checking for inttypes.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8012: checking for stdint.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8012: checking for unistd.h
# configure:8012: clang -c conftest.c >&5
# configure:8012: $? = 0
# configure:8012: result: yes
# configure:8026: checking for dlfcn.h
# configure:8026: clang -c conftest.c >&5
# configure:8026: $? = 0
# configure:8026: result: yes
# configure:8242: checking for objdir
# configure:8257: result: .libs
# configure:8528: checking if clang supports -fno-rtti -fno-exceptions
# configure:8546: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8550: $? = 0
# configure:8563: result: yes
# configure:8890: checking for clang option to produce PIC
# configure:8897: result: -fPIC -DPIC
# configure:8905: checking if clang PIC flag -fPIC -DPIC works
# configure:8923: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8927: $? = 0
# configure:8940: result: yes
# configure:8969: checking if clang static flag -static works
# configure:8997: result: yes
# configure:9012: checking if clang supports -c -o file.o
# configure:9033: clang -c -o out/conftest2.o conftest.c >&5
# configure:9037: $? = 0
# configure:9059: result: yes
# configure:9067: checking if clang supports -c -o file.o
# configure:9114: result: yes
# configure:9147: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10304: result: yes
# configure:10341: checking whether -lc should be explicitly linked in
# configure:10349: clang -c conftest.c >&5
# configure:10352: $? = 0
# configure:10367: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10370: $? = 0
# configure:10384: result: no
# configure:10544: checking dynamic linker characteristics
# configure:11044: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11044: $? = 0
# configure:11278: result: GNU/Linux ld.so
# configure:11385: checking how to hardcode library paths into programs
# configure:11410: result: immediate
# configure:11950: checking whether stripping libraries is possible
# configure:11955: result: yes
# configure:11990: checking if libtool supports shared libraries
# configure:11992: result: yes
# configure:11995: checking whether to build shared libraries
# configure:12016: result: yes
# configure:12019: checking whether to build static libraries
# configure:12023: result: no
# configure:12046: checking how to run the C++ preprocessor
# configure:12073: clang++ -E conftest.cpp
# configure:12073: $? = 0
# configure:12087: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12087: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "qqwing"
# | #define PACKAGE_TARNAME "qqwing"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "qqwing 1.3.4"
# | #define PACKAGE_BUGREPORT "http://qqwing.com/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "qqwing"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12112: result: clang++ -E
# configure:12132: clang++ -E conftest.cpp
# configure:12132: $? = 0
# configure:12146: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12146: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "qqwing"
# | #define PACKAGE_TARNAME "qqwing"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "qqwing 1.3.4"
# | #define PACKAGE_BUGREPORT "http://qqwing.com/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "qqwing"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12315: checking for ld used by clang++
# configure:12382: result: /usr/bin/ld -m elf_x86_64
# configure:12389: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12404: result: yes
# configure:12459: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13461: result: yes
# configure:13497: clang++ -c conftest.cpp >&5
# configure:13500: $? = 0
# configure:14020: checking for clang++ option to produce PIC
# configure:14027: result: -fPIC -DPIC
# configure:14035: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14053: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14057: $? = 0
# configure:14070: result: yes
# configure:14093: checking if clang++ static flag -static works
# configure:14121: result: yes
# configure:14133: checking if clang++ supports -c -o file.o
# configure:14154: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14158: $? = 0
# configure:14180: result: yes
# configure:14185: checking if clang++ supports -c -o file.o
# configure:14232: result: yes
# configure:14262: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14301: result: yes
# configure:14442: checking dynamic linker characteristics
# configure:15110: result: GNU/Linux ld.so
# configure:15163: checking how to hardcode library paths into programs
# configure:15188: result: immediate
# configure:15253: checking for ANSI C header files
# configure:15357: result: yes
# configure:15368: checking for stdlib.h
# configure:15368: result: yes
# configure:15368: checking sys/time.h usability
# configure:15368: clang -c conftest.c >&5
# configure:15368: $? = 0
# configure:15368: result: yes
# configure:15368: checking sys/time.h presence
# configure:15368: clang -E conftest.c
# configure:15368: $? = 0
# configure:15368: result: yes
# configure:15368: checking for sys/time.h
# configure:15368: result: yes
# configure:15380: checking for stdbool.h that conforms to C99
# configure:15447: clang -c conftest.c >&5
# conftest.c:75:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:79:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:79:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:79:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:79:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:79:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:79:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:79:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:79:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:80:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:80:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:80:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:15447: $? = 0
# configure:15454: result: yes
# configure:15456: checking for _Bool
# configure:15456: clang -c conftest.c >&5
# configure:15456: $? = 0
# configure:15456: clang -c conftest.c >&5
# conftest.c:62:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:15456: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "qqwing"
# | #define PACKAGE_TARNAME "qqwing"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "qqwing 1.3.4"
# | #define PACKAGE_BUGREPORT "http://qqwing.com/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "qqwing"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15456: result: yes
# configure:15473: checking for an ANSI C-conforming const
# configure:15539: clang -c conftest.c >&5
# configure:15539: $? = 0
# configure:15546: result: yes
# configure:15554: checking for inline
# configure:15570: clang -c conftest.c >&5
# configure:15570: $? = 0
# configure:15578: result: inline
# configure:15596: checking whether time.h and sys/time.h may both be included
# configure:15616: clang -c conftest.c >&5
# configure:15616: $? = 0
# configure:15623: result: yes
# configure:15635: checking for gettimeofday
# configure:15635: clang -o conftest conftest.c >&5
# configure:15635: $? = 0
# configure:15635: result: yes
# configure:15756: checking that generated files are newer than configure
# configure:15762: result: done
# configure:15789: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by qqwing config.status 1.3.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 36dc7f995ae5
#
# config.status:1154: creating Makefile
# config.status:1154: creating qqwing.pc
# config.status:1154: creating config.h
# config.status:1383: executing depfiles commands
# config.status:1383: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_gettimeofday=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_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_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type__Bool=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/qqwing/src/qqwing-1.3.4/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/qqwing/src/qqwing-1.3.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/qqwing/src/qqwing-1.3.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/qqwing/src/qqwing-1.3.4/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/qqwing/src/qqwing-1.3.4/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='qqwing'
# PACKAGE_BUGREPORT='http://qqwing.com/'
# PACKAGE_NAME='qqwing'
# PACKAGE_STRING='qqwing 1.3.4'
# PACKAGE_TARNAME='qqwing'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.3.4'
# PATH_SEPARATOR=':'
# QQWING_AGE='1'
# QQWING_CURRENT='3'
# QQWING_REVISION='0'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.3.4'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/qqwing/src/qqwing-1.3.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "qqwing"
# #define PACKAGE_TARNAME "qqwing"
# #define PACKAGE_VERSION "1.3.4"
# #define PACKAGE_STRING "qqwing 1.3.4"
# #define PACKAGE_BUGREPORT "http://qqwing.com/"
# #define PACKAGE_URL ""
# #define PACKAGE "qqwing"
# #define VERSION "1.3.4"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define HAVE_STDLIB_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_GETTIMEOFDAY 1
#
# configure: exit 0