Build of libg15 with clang_glibc toolchain

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

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

SLOCLanguage
9,153 sh
700 ansic
632 makefile
10,485 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: libg15 1.2.7-1 (Thu Apr 13 15:16:48 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) libusb-compat-0.1.5-1
#
# Total Installed Size: 0.03 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libusb-compat...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognize dependent libraries... pass_all
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for g77... no
# checking for xlf... no
# checking for f77... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for xlf90... no
# checking for f90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 1572864
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking for correct ltmain.sh version... 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 static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# (cached) (cached) checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran static flag -static works... no
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# (cached) (cached) checking how to hardcode library paths into programs... immediate
# checking for main in -lusb... yes
# checking for ANSI C header files... (cached) yes
# checking for string.h... (cached) yes
# checking usb.h usability... yes
# checking usb.h presence... yes
# checking for usb.h... yes
# checking for an ANSI C-conforming const... yes
# checking for memset... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-am
# make[1]: Entering directory '/tmp/libg15/src/libg15-1.2.7'
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -MT libg15.lo -MD -MP -MF .deps/libg15.Tpo -c -o libg15.lo libg15.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -MT libg15.lo -MD -MP -MF .deps/libg15.Tpo -c libg15.c -fPIC -DPIC -o .libs/libg15.o
# libg15.c:269:28: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if(keyboard_device = findAndOpenDevice(g15_devices[i],i)){
# ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# libg15.c:269:28: note: place parentheses around the assignment to silence this warning
# if(keyboard_device = findAndOpenDevice(g15_devices[i],i)){
# ^
# ( )
# libg15.c:269:28: note: use '==' to turn this assignment into an equality comparison
# if(keyboard_device = findAndOpenDevice(g15_devices[i],i)){
# ^
# ==
# 1 warning generated.
# mv -f .deps/libg15.Tpo .deps/libg15.Plo
# /bin/sh ./libtool --tag=CC --mode=link clang -version-info 1:0:0 -o libg15.la -rpath /usr/lib libg15.lo -lusb
# clang -shared .libs/libg15.o -lusb -Wl,-soname -Wl,libg15.so.1 -o .libs/libg15.so.1.0.0
# (cd .libs && rm -f libg15.so.1 && ln -s libg15.so.1.0.0 libg15.so.1)
# (cd .libs && rm -f libg15.so && ln -s libg15.so.1.0.0 libg15.so)
# creating libg15.la
# (cd .libs && rm -f libg15.la && ln -s ../libg15.la libg15.la)
# make[1]: Leaving directory '/tmp/libg15/src/libg15-1.2.7'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/libg15/src/libg15-1.2.7'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libg15/pkg/libg15/usr/lib"
# /bin/sh ./libtool --mode=install /usr/bin/install -c 'libg15.la' '/tmp/libg15/pkg/libg15/usr/lib/libg15.la'
# /usr/bin/install -c .libs/libg15.so.1.0.0 /tmp/libg15/pkg/libg15/usr/lib/libg15.so.1.0.0
# (cd /tmp/libg15/pkg/libg15/usr/lib && { ln -s -f libg15.so.1.0.0 libg15.so.1 || { rm -f libg15.so.1 && ln -s libg15.so.1.0.0 libg15.so.1; }; })
# (cd /tmp/libg15/pkg/libg15/usr/lib && { ln -s -f libg15.so.1.0.0 libg15.so || { rm -f libg15.so && ln -s libg15.so.1.0.0 libg15.so; }; })
# /usr/bin/install -c .libs/libg15.lai /tmp/libg15/pkg/libg15/usr/lib/libg15.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/libg15/pkg/libg15/usr/include"
# /usr/bin/install -c -m 644 'libg15.h' '/tmp/libg15/pkg/libg15/usr/include/libg15.h'
# make[1]: Leaving directory '/tmp/libg15/src/libg15-1.2.7'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing libtool files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libg15"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libg15 1.2.7-1 (Thu Apr 13 15:17:21 UTC 2017)

CMD: pacman --query --file libg15-1.2.7-1-x86_64.pkg.tar.xz
# libg15 1.2.7-1

Creating hybrid package for 'libg15'

Trying to find vanilla package 'libg15'...

CMD: pacman --query --file /mirror/libg15render-1.2-3.pkg.tar.xz
# libg15render 1.2-3

CMD: pacman --query --file /mirror/libg15-1.2.7-1.pkg.tar.xz
# libg15 1.2.7-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libg15.so.1
# /usr/lib/libg15.so
# /usr/lib/libg15.so.1.0.0
# /usr/include/libg15.h
# /sysroot/usr/lib/libg15.so.1.0.0
# /sysroot/usr/lib/libg15.so.1
# /sysroot/usr/lib/libg15.so
# /sysroot/usr/include/libg15.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 libg15.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libg15.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1246

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libg15.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1246

Attempting to access local repository, attempt 3

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libg15.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libg15.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/libg15/src/libg15-1.2.7/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 libg15 configure 1.2.7, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 8b2eab0c7380
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1979: checking build system type
# configure:1997: result: x86_64-unknown-linux-gnu
# configure:2019: checking host system type
# configure:2034: result: x86_64-unknown-linux-gnu
# configure:2056: checking target system type
# configure:2071: result: x86_64-unknown-linux-gnu
# configure:2115: checking for a BSD-compatible install
# configure:2171: result: /usr/bin/install -c
# configure:2182: checking whether build environment is sane
# configure:2225: result: yes
# configure:2253: checking for a thread-safe mkdir -p
# configure:2292: result: /usr/bin/mkdir -p
# configure:2305: checking for gawk
# configure:2321: found /usr/bin/gawk
# configure:2332: result: gawk
# configure:2343: checking whether make sets $(MAKE)
# configure:2364: result: yes
# configure:2444: checking for x86_64-unknown-linux-strip
# configure:2474: result: no
# configure:2484: checking for strip
# configure:2500: found /usr/bin/strip
# configure:2511: result: strip
# configure:2565: checking for x86_64-unknown-linux-gcc
# configure:2592: result: clang
# configure:2870: checking for C compiler version
# configure:2877: 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:2880: $? = 0
# configure:2887: 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:2890: $? = 0
# configure:2897: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2900: $? = 1
# configure:2923: checking for C compiler default output file name
# configure:2950: clang conftest.c >&5
# configure:2953: $? = 0
# configure:2991: result: a.out
# configure:3008: checking whether the C compiler works
# configure:3018: ./a.out
# configure:3021: $? = 0
# configure:3038: result: yes
# configure:3045: checking whether we are cross compiling
# configure:3047: result: no
# configure:3050: checking for suffix of executables
# configure:3057: clang -o conftest conftest.c >&5
# configure:3060: $? = 0
# configure:3084: result:
# configure:3090: checking for suffix of object files
# configure:3116: clang -c conftest.c >&5
# configure:3119: $? = 0
# configure:3142: result: o
# configure:3146: checking whether we are using the GNU C compiler
# configure:3175: clang -c conftest.c >&5
# configure:3181: $? = 0
# configure:3198: result: yes
# configure:3203: checking whether clang accepts -g
# configure:3233: clang -c -g conftest.c >&5
# configure:3239: $? = 0
# configure:3338: result: yes
# configure:3355: checking for clang option to accept ISO C89
# configure:3429: clang -c conftest.c >&5
# configure:3435: $? = 0
# configure:3458: result: none needed
# configure:3487: checking for style of include used by make
# configure:3515: result: GNU
# configure:3540: checking dependency style of clang
# configure:3631: result: gcc3
# configure:3718: checking for a sed that does not truncate output
# configure:3774: result: /usr/bin/sed
# configure:3777: checking for grep that handles long lines and -e
# configure:3851: result: /usr/bin/grep
# configure:3856: checking for egrep
# configure:3934: result: /usr/bin/grep -E
# configure:3950: checking for ld used by clang
# configure:4017: result: /usr/bin/ld
# configure:4026: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4041: result: yes
# configure:4046: checking for /usr/bin/ld option to reload object files
# configure:4053: result: -r
# configure:4071: checking for BSD-compatible nm
# configure:4120: result: /usr/bin/nm -B
# configure:4124: checking whether ln -s works
# configure:4128: result: yes
# configure:4135: checking how to recognize dependent libraries
# configure:4321: result: pass_all
# configure:4410: clang -c conftest.c >&5
# configure:4413: $? = 0
# configure:4566: checking how to run the C preprocessor
# configure:4606: clang -E conftest.c
# configure:4612: $? = 0
# configure:4643: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4649: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libg15"
# | #define PACKAGE_TARNAME "libg15"
# | #define PACKAGE_VERSION "1.2.7"
# | #define PACKAGE_STRING "libg15 1.2.7"
# | #define PACKAGE_BUGREPORT "mlampard@users.sourceforge.net"
# | #define PACKAGE "libg15"
# | #define VERSION "1.2.7"
# | /* end confdefs.h. */
# | #include
# configure:4682: result: clang -E
# configure:4711: clang -E conftest.c
# configure:4717: $? = 0
# configure:4748: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4754: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libg15"
# | #define PACKAGE_TARNAME "libg15"
# | #define PACKAGE_VERSION "1.2.7"
# | #define PACKAGE_STRING "libg15 1.2.7"
# | #define PACKAGE_BUGREPORT "mlampard@users.sourceforge.net"
# | #define PACKAGE "libg15"
# | #define VERSION "1.2.7"
# | /* end confdefs.h. */
# | #include
# configure:4792: checking for ANSI C header files
# configure:4822: clang -c conftest.c >&5
# configure:4828: $? = 0
# configure:4927: clang -o conftest conftest.c >&5
# configure:4930: $? = 0
# configure:4936: ./conftest
# configure:4939: $? = 0
# configure:4956: result: yes
# configure:4980: checking for sys/types.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:4980: checking for sys/stat.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:4980: checking for stdlib.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:4980: checking for string.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:4980: checking for memory.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:4980: checking for strings.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:4980: checking for inttypes.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:4980: checking for stdint.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:4980: checking for unistd.h
# configure:5001: clang -c conftest.c >&5
# configure:5007: $? = 0
# configure:5023: result: yes
# configure:5050: checking dlfcn.h usability
# configure:5067: clang -c conftest.c >&5
# configure:5073: $? = 0
# configure:5087: result: yes
# configure:5091: checking dlfcn.h presence
# configure:5106: clang -E conftest.c
# configure:5112: $? = 0
# configure:5126: result: yes
# configure:5159: checking for dlfcn.h
# configure:5167: result: yes
# configure:5296: checking for C++ compiler version
# configure:5303: 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:5306: $? = 0
# configure:5313: 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:5316: $? = 0
# configure:5323: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5326: $? = 1
# configure:5329: checking whether we are using the GNU C++ compiler
# configure:5358: clang++ -c conftest.cpp >&5
# configure:5364: $? = 0
# configure:5381: result: yes
# configure:5386: checking whether clang++ accepts -g
# configure:5416: clang++ -c -g conftest.cpp >&5
# configure:5422: $? = 0
# configure:5521: result: yes
# configure:5546: checking dependency style of clang++
# configure:5637: result: gcc3
# configure:5662: checking how to run the C++ preprocessor
# configure:5698: clang++ -E conftest.cpp
# configure:5704: $? = 0
# configure:5735: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5741: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libg15"
# | #define PACKAGE_TARNAME "libg15"
# | #define PACKAGE_VERSION "1.2.7"
# | #define PACKAGE_STRING "libg15 1.2.7"
# | #define PACKAGE_BUGREPORT "mlampard@users.sourceforge.net"
# | #define PACKAGE "libg15"
# | #define VERSION "1.2.7"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5774: result: clang++ -E
# configure:5803: clang++ -E conftest.cpp
# configure:5809: $? = 0
# configure:5840: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libg15"
# | #define PACKAGE_TARNAME "libg15"
# | #define PACKAGE_VERSION "1.2.7"
# | #define PACKAGE_STRING "libg15 1.2.7"
# | #define PACKAGE_BUGREPORT "mlampard@users.sourceforge.net"
# | #define PACKAGE "libg15"
# | #define VERSION "1.2.7"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5895: checking for x86_64-unknown-linux-g77
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-xlf
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-f77
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-frt
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-pgf77
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-cf77
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-fort77
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-fl32
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-af77
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-xlf90
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-f90
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-pgf90
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-pghpf
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-epcf90
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-gfortran
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-g95
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-xlf95
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-f95
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-fort
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-ifort
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-ifc
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-efc
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-pgf95
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-lf95
# configure:5925: result: no
# configure:5895: checking for x86_64-unknown-linux-ftn
# configure:5925: result: no
# configure:5939: checking for g77
# configure:5969: result: no
# configure:5939: checking for xlf
# configure:5969: result: no
# configure:5939: checking for f77
# configure:5969: result: no
# configure:5939: checking for frt
# configure:5969: result: no
# configure:5939: checking for pgf77
# configure:5969: result: no
# configure:5939: checking for cf77
# configure:5969: result: no
# configure:5939: checking for fort77
# configure:5969: result: no
# configure:5939: checking for fl32
# configure:5969: result: no
# configure:5939: checking for af77
# configure:5969: result: no
# configure:5939: checking for xlf90
# configure:5969: result: no
# configure:5939: checking for f90
# configure:5969: result: no
# configure:5939: checking for pgf90
# configure:5969: result: no
# configure:5939: checking for pghpf
# configure:5969: result: no
# configure:5939: checking for epcf90
# configure:5969: result: no
# configure:5939: checking for gfortran
# configure:5955: found /usr/bin/gfortran
# configure:5966: result: gfortran
# configure:5996: checking for Fortran 77 compiler version
# configure:6003: gfortran --version >&5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:6006: $? = 0
# configure:6013: gfortran -v >&5
# Using built-in specs.
# COLLECT_GCC=gfortran
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:6016: $? = 0
# configure:6023: gfortran -V >&5
# gfortran: error: unrecognized command line option '-V'
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6026: $? = 1
# configure:6034: checking whether we are using the GNU Fortran 77 compiler
# configure:6053: gfortran -c conftest.F >&5
# configure:6059: $? = 0
# configure:6076: result: yes
# configure:6082: checking whether gfortran accepts -g
# configure:6099: gfortran -c -g conftest.f >&5
# configure:6105: $? = 0
# configure:6121: result: yes
# configure:6150: checking the maximum length of command line arguments
# configure:6262: result: 1572864
# configure:6274: checking command to parse /usr/bin/nm -B output from clang object
# configure:6379: clang -c conftest.c >&5
# configure:6382: $? = 0
# configure:6386: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6389: $? = 0
# configure:6441: clang -o conftest conftest.c conftstm.o >&5
# configure:6444: $? = 0
# configure:6482: result: ok
# configure:6486: checking for objdir
# configure:6501: result: .libs
# configure:6553: checking for x86_64-unknown-linux-ar
# configure:6583: result: no
# configure:6593: checking for ar
# configure:6609: found /usr/bin/ar
# configure:6620: result: ar
# configure:6649: checking for x86_64-unknown-linux-ranlib
# configure:6679: result: no
# configure:6689: checking for ranlib
# configure:6705: found /usr/bin/ranlib
# configure:6716: result: ranlib
# configure:6745: checking for x86_64-unknown-linux-strip
# configure:6772: result: strip
# configure:7361: checking for correct ltmain.sh version
# configure:7411: result: yes
# configure:7471: checking if clang supports -fno-rtti -fno-exceptions
# configure:7489: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7493: $? = 0
# configure:7506: result: yes
# configure:7521: checking for clang option to produce PIC
# configure:7753: result: -fPIC
# configure:7761: checking if clang PIC flag -fPIC works
# configure:7779: clang -c -fPIC -DPIC conftest.c >&5
# configure:7783: $? = 0
# configure:7796: result: yes
# configure:7824: checking if clang static flag -static works
# configure:7852: result: yes
# configure:7862: checking if clang supports -c -o file.o
# configure:7883: clang -c -o out/conftest2.o conftest.c >&5
# configure:7887: $? = 0
# configure:7909: result: yes
# configure:7935: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8915: result: yes
# configure:8936: checking whether -lc should be explicitly linked in
# configure:8941: clang -c conftest.c >&5
# configure:8944: $? = 0
# configure:8959: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8962: $? = 0
# configure:8974: result: no
# configure:8982: checking dynamic linker characteristics
# configure:9597: result: GNU/Linux ld.so
# configure:9621: checking how to hardcode library paths into programs
# configure:9646: result: immediate
# configure:9660: checking whether stripping libraries is possible
# configure:9665: result: yes
# configure:10467: checking if libtool supports shared libraries
# configure:10469: result: yes
# configure:10472: checking whether to build shared libraries
# configure:10493: result: yes
# configure:10496: checking whether to build static libraries
# configure:10500: result: no
# configure:10594: creating libtool
# configure:11187: checking for ld used by clang++
# configure:11254: result: /usr/bin/ld -m elf_x86_64
# configure:11263: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:11278: result: yes
# configure:11329: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12275: result: yes
# configure:12292: clang++ -c conftest.cpp >&5
# configure:12295: $? = 0
# configure:12451: checking for clang++ option to produce PIC
# configure:12735: result: -fPIC
# configure:12743: checking if clang++ PIC flag -fPIC works
# configure:12761: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:12765: $? = 0
# configure:12778: result: yes
# configure:12806: checking if clang++ static flag -static works
# configure:12834: result: yes
# configure:12844: checking if clang++ supports -c -o file.o
# configure:12865: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12869: $? = 0
# configure:12891: result: yes
# configure:12917: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12943: result: yes
# configure:13010: checking dynamic linker characteristics
# configure:13573: result: GNU/Linux ld.so
# configure:13597: checking how to hardcode library paths into programs
# configure:13622: result: immediate
# configure:14161: checking if libtool supports shared libraries
# configure:14163: result: yes
# configure:14166: checking whether to build shared libraries
# configure:14186: result: yes
# configure:14189: checking whether to build static libraries
# configure:14193: result: no
# configure:14203: checking for gfortran option to produce PIC
# configure:14435: result: -fPIC
# configure:14443: checking if gfortran PIC flag -fPIC works
# configure:14461: gfortran -c -g -O2 -fPIC conftest.f >&5
# configure:14465: $? = 0
# configure:14478: result: yes
# configure:14506: checking if gfortran static flag -static works
# configure:14534: result: no
# configure:14544: checking if gfortran supports -c -o file.o
# configure:14565: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14569: $? = 0
# configure:14591: result: yes
# configure:14617: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15577: result: yes
# configure:15644: checking dynamic linker characteristics
# configure:16207: result: GNU/Linux ld.so
# configure:16231: checking how to hardcode library paths into programs
# configure:16256: result: immediate
# configure:19985: checking for main in -lusb
# configure:20014: clang -o conftest conftest.c -lusb >&5
# configure:20020: $? = 0
# configure:20038: result: yes
# configure:20063: checking for ANSI C header files
# configure:20227: result: yes
# configure:20242: checking for string.h
# configure:20248: result: yes
# configure:20397: checking usb.h usability
# configure:20414: clang -c conftest.c >&5
# configure:20420: $? = 0
# configure:20434: result: yes
# configure:20438: checking usb.h presence
# configure:20453: clang -E conftest.c
# configure:20459: $? = 0
# configure:20473: result: yes
# configure:20506: checking for usb.h
# configure:20514: result: yes
# configure:20529: checking for an ANSI C-conforming const
# configure:20604: clang -c conftest.c >&5
# configure:20610: $? = 0
# configure:20625: result: yes
# configure:20641: checking for memset
# configure:20697: clang -o conftest conftest.c -lusb >&5
# conftest.c:49:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:49:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:20703: $? = 0
# configure:20721: result: yes
# configure:20855: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libg15 config.status 1.2.7, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 8b2eab0c7380
#
# config.status:668: creating Makefile
# config.status:668: creating config.h
# config.status:948: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_memset=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_usb_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_usb_main=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=gfortran
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_pic_works_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_compiler_static_works_F77=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot '
# lt_cv_sys_lib_search_path_spec='/usr/lib/clang/3.8.0 /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1 /usr/lib64 /lib64 /usr/lib /lib'
# lt_cv_sys_max_cmd_len=1572864
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libg15/src/libg15-1.2.7/config/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libg15/src/libg15-1.2.7/config/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libg15/src/libg15-1.2.7/config/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libg15/src/libg15-1.2.7/config/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libg15/src/libg15-1.2.7/config/missing --run automake-1.10'
# 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'
# DSYMUTIL=''
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# F77='gfortran'
# FFLAGS='-g -O2'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lusb '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libg15/src/libg15-1.2.7/config/missing --run makeinfo'
# NMEDIT=''
# OBJEXT='o'
# PACKAGE='libg15'
# PACKAGE_BUGREPORT='mlampard@users.sourceforge.net'
# PACKAGE_NAME='libg15'
# PACKAGE_STRING='libg15 1.2.7'
# PACKAGE_TARNAME='libg15'
# PACKAGE_VERSION='1.2.7'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.2.7'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='gfortran'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_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/libg15/src/libg15-1.2.7/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "libg15"
# #define PACKAGE_TARNAME "libg15"
# #define PACKAGE_VERSION "1.2.7"
# #define PACKAGE_STRING "libg15 1.2.7"
# #define PACKAGE_BUGREPORT "mlampard@users.sourceforge.net"
# #define PACKAGE "libg15"
# #define VERSION "1.2.7"
# #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 OSTYPE_LINUX 1
# #define HAVE_LIBUSB 1
# #define STDC_HEADERS 1
# #define HAVE_STRING_H 1
# #define HAVE_USB_H 1
# #define HAVE_MEMSET 1
#
# configure: exit 0