Build of airspy with clang_glibc toolchain

The build took 00h 03m 22s and was SUCCESSFUL.

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

SLOCLanguage
6,473 ansic
792 cpp
7,265 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: airspy 1.0.7-1 (Thu Apr 13 12:43:20 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.0
# -- The CXX compiler identification is Clang 3.8.0
# -- Check for working C compiler: /usr/bin/clang
# -- Check for working C compiler: /usr/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Check for working CXX compiler: /usr/bin/clang++
# -- Check for working CXX compiler: /usr/bin/clang++ -- works
# -- Detecting CXX compiler ABI info
# -- Detecting CXX compiler ABI info - done
# -- Detecting CXX compile features
# -- Detecting CXX compile features - done
# -- Check if the system is big endian
# -- Searching 16 bit integer
# -- Looking for sys/types.h
# -- Looking for sys/types.h - found
# -- Looking for stdint.h
# -- Looking for stdint.h - found
# -- Looking for stddef.h
# -- Looking for stddef.h - found
# -- Check size of unsigned short
# -- Check size of unsigned short - done
# -- Using unsigned short
# -- Check if the system is big endian - little endian
# -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
# -- Checking for module 'libusb-1.0'
# -- Found libusb-1.0, version 1.0.20
# -- Found LIBUSB: /usr/lib64/libusb-1.0.so
# -- Looking for include file pthread.h
# -- Looking for include file pthread.h - found
# -- Looking for pthread_create in pthreads
# -- Looking for pthread_create in pthreads - not found
# -- Looking for pthread_create in pthread
# -- Looking for pthread_create in pthread - found
# -- Found Threads: TRUE
# -- Udev rules not being installed, install them with -DINSTALL_UDEV_RULES=ON
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/airspy/src/host-1.0.7/build
# Scanning dependencies of target airspy
# [ 4%] Building C object libairspy/src/CMakeFiles/airspy.dir/airspy.c.o
# /tmp/airspy/src/host-1.0.7/libairspy/src/airspy.c:100:19: warning: unused variable 'str_product_airspy' [-Wunused-const-variable]
# static const char str_product_airspy[STR_PRODUCT_AIRSPY_SIZE] =
# ^
# 1 warning generated.
# [ 8%] Building C object libairspy/src/CMakeFiles/airspy.dir/iqconverter_float.c.o
# [ 12%] Building C object libairspy/src/CMakeFiles/airspy.dir/iqconverter_int16.c.o
# [ 16%] Linking C shared library libairspy.so
# [ 16%] Built target airspy
# Scanning dependencies of target airspy-static
# [ 20%] Building C object libairspy/src/CMakeFiles/airspy-static.dir/airspy.c.o
# /tmp/airspy/src/host-1.0.7/libairspy/src/airspy.c:100:19: warning: unused variable 'str_product_airspy' [-Wunused-const-variable]
# static const char str_product_airspy[STR_PRODUCT_AIRSPY_SIZE] =
# ^
# 1 warning generated.
# [ 25%] Building C object libairspy/src/CMakeFiles/airspy-static.dir/iqconverter_float.c.o
# [ 29%] Building C object libairspy/src/CMakeFiles/airspy-static.dir/iqconverter_int16.c.o
# [ 33%] Linking C static library libairspy.a
# [ 33%] Built target airspy-static
# Scanning dependencies of target airspy_lib_version
# [ 37%] Building C object airspy-tools/src/CMakeFiles/airspy_lib_version.dir/airspy_lib_version.c.o
# [ 41%] Linking C executable airspy_lib_version
# [ 41%] Built target airspy_lib_version
# Scanning dependencies of target airspy_gpiodir
# [ 45%] Building C object airspy-tools/src/CMakeFiles/airspy_gpiodir.dir/airspy_gpiodir.c.o
# /tmp/airspy/src/host-1.0.7/airspy-tools/src/airspy_gpiodir.c:132:41: warning: comparison of constant 32 with expression of type 'airspy_gpio_pin_t' is always true [-Wtautological-constant-out-of-range-compare]
# for(pin_number = GPIO_PIN0; pin_number < (GPIO_PIN31+1); pin_number++)
# ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 1 warning generated.
# [ 50%] Linking C executable airspy_gpiodir
# [ 50%] Built target airspy_gpiodir
# Scanning dependencies of target airspy_r820t
# [ 54%] Building C object airspy-tools/src/CMakeFiles/airspy_r820t.dir/airspy_r820t.c.o
# [ 58%] Linking C executable airspy_r820t
# [ 58%] Built target airspy_r820t
# Scanning dependencies of target airspy_spiflash
# [ 62%] Building C object airspy-tools/src/CMakeFiles/airspy_spiflash.dir/airspy_spiflash.c.o
# [ 66%] Linking C executable airspy_spiflash
# [ 66%] Built target airspy_spiflash
# Scanning dependencies of target airspy_si5351c
# [ 70%] Building C object airspy-tools/src/CMakeFiles/airspy_si5351c.dir/airspy_si5351c.c.o
# [ 75%] Linking C executable airspy_si5351c
# [ 75%] Built target airspy_si5351c
# Scanning dependencies of target airspy_rx
# [ 79%] Building C object airspy-tools/src/CMakeFiles/airspy_rx.dir/airspy_rx.c.o
# /tmp/airspy/src/host-1.0.7/airspy-tools/src/airspy_rx.c:845:22: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (sample_rate_val < 0 || sample_rate_val >= count)
# ~~~~~~~~~~~~~~~ ^ ~
# 1 warning generated.
# [ 83%] Linking C executable airspy_rx
# [ 83%] Built target airspy_rx
# Scanning dependencies of target airspy_gpio
# [ 87%] Building C object airspy-tools/src/CMakeFiles/airspy_gpio.dir/airspy_gpio.c.o
# /tmp/airspy/src/host-1.0.7/airspy-tools/src/airspy_gpio.c:142:41: warning: comparison of constant 32 with expression of type 'airspy_gpio_pin_t' is always true [-Wtautological-constant-out-of-range-compare]
# for(pin_number = GPIO_PIN0; pin_number < (GPIO_PIN31+1); pin_number++)
# ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 1 warning generated.
# [ 91%] Linking C executable airspy_gpio
# [ 91%] Built target airspy_gpio
# Scanning dependencies of target airspy_info
# [ 95%] Building C object airspy-tools/src/CMakeFiles/airspy_info.dir/airspy_info.c.o
# /tmp/airspy/src/host-1.0.7/airspy-tools/src/airspy_info.c:89:10: warning: unused variable 'packing' [-Wunused-variable]
# uint8_t packing;
# ^
# 1 warning generated.
# [100%] Linking C executable airspy_info
# [100%] Built target airspy_info
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 16%] Built target airspy
# [ 33%] Built target airspy-static
# [ 41%] Built target airspy_lib_version
# [ 50%] Built target airspy_gpiodir
# [ 58%] Built target airspy_r820t
# [ 66%] Built target airspy_spiflash
# [ 75%] Built target airspy_si5351c
# [ 83%] Built target airspy_rx
# [ 91%] Built target airspy_gpio
# [100%] Built target airspy_info
# Install the project...
# -- Install configuration: ""
# -- Installing: /tmp/airspy/pkg/airspy/usr/lib/pkgconfig/libairspy.pc
# -- Installing: /tmp/airspy/pkg/airspy/usr/lib/libairspy.so.1.0.7
# -- Installing: /tmp/airspy/pkg/airspy/usr/lib/libairspy.so.0
# -- Installing: /tmp/airspy/pkg/airspy/usr/lib/libairspy.so
# -- Installing: /tmp/airspy/pkg/airspy/usr/lib/libairspy.a
# -- Installing: /tmp/airspy/pkg/airspy/usr/include/libairspy/airspy.h
# -- Installing: /tmp/airspy/pkg/airspy/usr/include/libairspy/airspy_commands.h
# -- Installing: /tmp/airspy/pkg/airspy/usr/include/libairspy/iqconverter_float.h
# -- Installing: /tmp/airspy/pkg/airspy/usr/include/libairspy/iqconverter_int16.h
# -- Installing: /tmp/airspy/pkg/airspy/usr/include/libairspy/filters.h
# -- Installing: /tmp/airspy/pkg/airspy/usr/bin/airspy_gpio
# -- Set runtime path of "/tmp/airspy/pkg/airspy/usr/bin/airspy_gpio" to ""
# -- Installing: /tmp/airspy/pkg/airspy/usr/bin/airspy_gpiodir
# -- Set runtime path of "/tmp/airspy/pkg/airspy/usr/bin/airspy_gpiodir" to ""
# -- Installing: /tmp/airspy/pkg/airspy/usr/bin/airspy_lib_version
# -- Set runtime path of "/tmp/airspy/pkg/airspy/usr/bin/airspy_lib_version" to ""
# -- Installing: /tmp/airspy/pkg/airspy/usr/bin/airspy_si5351c
# -- Set runtime path of "/tmp/airspy/pkg/airspy/usr/bin/airspy_si5351c" to ""
# -- Installing: /tmp/airspy/pkg/airspy/usr/bin/airspy_r820t
# -- Set runtime path of "/tmp/airspy/pkg/airspy/usr/bin/airspy_r820t" to ""
# -- Installing: /tmp/airspy/pkg/airspy/usr/bin/airspy_spiflash
# -- Set runtime path of "/tmp/airspy/pkg/airspy/usr/bin/airspy_spiflash" to ""
# -- Installing: /tmp/airspy/pkg/airspy/usr/bin/airspy_info
# -- Set runtime path of "/tmp/airspy/pkg/airspy/usr/bin/airspy_info" to ""
# -- Installing: /tmp/airspy/pkg/airspy/usr/bin/airspy_rx
# -- Set runtime path of "/tmp/airspy/pkg/airspy/usr/bin/airspy_rx" to ""
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "airspy"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: airspy 1.0.7-1 (Thu Apr 13 12:43:35 UTC 2017)

CMD: pacman --query --file airspy-1.0.7-1-x86_64.pkg.tar.xz
# airspy 1.0.7-1

Creating hybrid package for 'airspy'

Trying to find vanilla package 'airspy'...

CMD: pacman --query --file /mirror/airspy-1.0.7-1.pkg.tar.xz
# airspy 1.0.7-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /etc/modprobe.d/airspy.conf
# /usr/lib/libairspy.so.0
# /usr/lib/libairspy.so
# /usr/lib/libairspy.so.1.0.7
# /usr/lib/pkgconfig/libairspy.pc
# /usr/lib/udev/rules.d/52-airspy.rules
# /usr/include/libairspy/airspy.h
# /usr/include/libairspy/airspy_commands.h
# /usr/include/libairspy/iqconverter_float.h
# /usr/include/libairspy/iqconverter_int16.h
# /usr/include/libairspy/filters.h
# /usr/bin/airspy_gpio
# /usr/bin/airspy_gpiodir
# /usr/bin/airspy_lib_version
# /usr/bin/airspy_si5351c
# /usr/bin/airspy_r820t
# /usr/bin/airspy_spiflash
# /usr/bin/airspy_info
# /usr/bin/airspy_rx
# /sysroot/usr/lib/libairspy.so.1.0.7
# /sysroot/usr/lib/libairspy.so.0
# /sysroot/usr/lib/libairspy.so
# /sysroot/usr/lib/libairspy.a
# /sysroot/usr/lib/pkgconfig/libairspy.pc
# /sysroot/usr/lib/udev/rules.d/52-airspy.rules
# /sysroot/usr/include/libairspy/airspy.h
# /sysroot/usr/include/libairspy/airspy_commands.h
# /sysroot/usr/include/libairspy/iqconverter_float.h
# /sysroot/usr/include/libairspy/iqconverter_int16.h
# /sysroot/usr/include/libairspy/filters.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/airspy.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/airspy.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 Cmake errors

CMD: Cmake errors '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeError.log'
# Determining if the system is big endian passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_f216b/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f216b.dir/build.make CMakeFiles/cmTC_f216b.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f216b.dir/TestEndianess.c.o
# /usr/bin/clang -std=gnu90 -o CMakeFiles/cmTC_f216b.dir/TestEndianess.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/TestEndianess.c
# Linking C executable cmTC_f216b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f216b.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu90 CMakeFiles/cmTC_f216b.dir/TestEndianess.c.o -o cmTC_f216b -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
# TestEndianess.c:
# /* A 16 bit integer is required. */
# typedef unsigned short cmakeint16;
#
# /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
# On a big endian machine the characters will be exchanged pairwise. */
# const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
#
# /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
# On a little endian machine the characters will be exchanged pairwise. */
# const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
#
# #ifdef __CLASSIC_C__
# int main(argc, argv) int argc; char *argv[];
# #else
# int main(int argc, char *argv[])
# #endif
# {
# int require = 0;
# require += info_little[argc];
# require += info_big[argc];
# (void)argv;
# return require;
# }
#
#
# Determining if the function pthread_create exists in the pthreads failed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_b8015/fast"
# /usr/bin/make -f CMakeFiles/cmTC_b8015.dir/build.make CMakeFiles/cmTC_b8015.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_b8015.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu90 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_b8015.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_b8015
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8015.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu90 -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_b8015.dir/CheckFunctionExists.c.o -o cmTC_b8015 -rdynamic -lpthreads
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [CMakeFiles/cmTC_b8015.dir/build.make:98: cmTC_b8015] Error 1
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_b8015/fast] Error 2
#
#

Printing Cmake output

CMD: Cmake output '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeOutput.log'
# The system is: Linux - 4.10.6-1-ARCH - x86_64
# Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
# Compiler: /usr/bin/clang
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
#
# The C compiler identification is Clang, found in "/tmp/airspy/src/host-1.0.7/build/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
# Compiler: /usr/bin/clang++
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
#
# The CXX compiler identification is Clang, found in "/tmp/airspy/src/host-1.0.7/build/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_ad95d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_ad95d.dir/build.make CMakeFiles/cmTC_ad95d.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ad95d.dir/testCCompiler.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_ad95d.dir/testCCompiler.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_ad95d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad95d.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_ad95d.dir/testCCompiler.c.o -o cmTC_ad95d -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_455ee/fast"
# /usr/bin/make -f CMakeFiles/cmTC_455ee.dir/build.make CMakeFiles/cmTC_455ee.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_455ee
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_455ee.dir/link.txt --verbose=1
# /usr/bin/clang -v CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o -o cmTC_455ee -rdynamic
# 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
# "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_455ee /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /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/crtbegin.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 CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_455ee/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_455ee.dir/build.make CMakeFiles/cmTC_455ee.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -o CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_455ee]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_455ee.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -v CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o -o cmTC_455ee -rdynamic ]
# ignore line: [clang version 3.8.0 (tags/RELEASE_380/final)]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /usr/bin]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Candidate multilib: .]
# ignore line: [@m64]
# ignore line: [Selected multilib: .]
# ignore line: [@m64]
# link line: [ "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_455ee /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /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/crtbegin.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 CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o]
# arg [/usr/bin/ld] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_455ee] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64]
# arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64]
# arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
# arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib]
# arg [-L/lib] ==> dir [/lib]
# arg [-L/usr/lib] ==> dir [/usr/lib]
# arg [CMakeFiles/cmTC_455ee.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [-lc] ==> lib [c]
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o] ==> ignore
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64]
# collapse library dir [/lib/../lib64] ==> [/lib64]
# collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib] ==> [/usr/lib]
# collapse library dir [/lib] ==> [/lib]
# collapse library dir [/usr/lib] ==> [/usr/lib]
# implicit libs: [c]
# implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1;/usr/lib64;/lib64;/usr/lib;/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_53b70/fast"
# /usr/bin/make -f CMakeFiles/cmTC_53b70.dir/build.make CMakeFiles/cmTC_53b70.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_53b70.dir/feature_tests.c.o
# /usr/bin/clang -std=c11 -o CMakeFiles/cmTC_53b70.dir/feature_tests.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_53b70
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53b70.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_53b70.dir/feature_tests.c.o -o cmTC_53b70 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:1c_restrict
# Feature record: C_FEATURE:1c_static_assert
# Feature record: C_FEATURE:1c_variadic_macros
#
#
# Detecting C [-std=c99] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_dbfd2/fast"
# /usr/bin/make -f CMakeFiles/cmTC_dbfd2.dir/build.make CMakeFiles/cmTC_dbfd2.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_dbfd2.dir/feature_tests.c.o
# /usr/bin/clang -std=c99 -o CMakeFiles/cmTC_dbfd2.dir/feature_tests.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_dbfd2
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbfd2.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_dbfd2.dir/feature_tests.c.o -o cmTC_dbfd2 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:1c_restrict
# Feature record: C_FEATURE:0c_static_assert
# Feature record: C_FEATURE:1c_variadic_macros
#
#
# Detecting C [-std=c90] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a11bf/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a11bf.dir/build.make CMakeFiles/cmTC_a11bf.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a11bf.dir/feature_tests.c.o
# /usr/bin/clang -std=c90 -o CMakeFiles/cmTC_a11bf.dir/feature_tests.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_a11bf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a11bf.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_a11bf.dir/feature_tests.c.o -o cmTC_a11bf -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:0c_restrict
# Feature record: C_FEATURE:0c_static_assert
# Feature record: C_FEATURE:0c_variadic_macros
# Determining if the CXX compiler works passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_f8cc1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f8cc1.dir/build.make CMakeFiles/cmTC_f8cc1.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_f8cc1.dir/testCXXCompiler.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_f8cc1.dir/testCXXCompiler.cxx.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_f8cc1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8cc1.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_f8cc1.dir/testCXXCompiler.cxx.o -o cmTC_f8cc1 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Detecting CXX compiler ABI info compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_35530/fast"
# /usr/bin/make -f CMakeFiles/cmTC_35530.dir/build.make CMakeFiles/cmTC_35530.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_35530
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35530.dir/link.txt --verbose=1
# /usr/bin/clang++ -v CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_35530 -rdynamic
# 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
# "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_35530 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /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/crtbegin.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 CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Parsed CXX implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_35530/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_35530.dir/build.make CMakeFiles/cmTC_35530.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/usr/bin/clang++ -o CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_35530]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35530.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang++ -v CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_35530 -rdynamic ]
# ignore line: [clang version 3.8.0 (tags/RELEASE_380/final)]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /usr/bin]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Candidate multilib: .]
# ignore line: [@m64]
# ignore line: [Selected multilib: .]
# ignore line: [@m64]
# link line: [ "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_35530 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /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/crtbegin.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 CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o]
# arg [/usr/bin/ld] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_35530] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64]
# arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64]
# arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
# arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib]
# arg [-L/lib] ==> dir [/lib]
# arg [-L/usr/lib] ==> dir [/usr/lib]
# arg [CMakeFiles/cmTC_35530.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
# arg [-lstdc++] ==> lib [stdc++]
# arg [-lm] ==> lib [m]
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [-lgcc] ==> lib [gcc]
# arg [-lc] ==> lib [c]
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [-lgcc] ==> lib [gcc]
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o] ==> ignore
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64]
# collapse library dir [/lib/../lib64] ==> [/lib64]
# collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib] ==> [/usr/lib]
# collapse library dir [/lib] ==> [/lib]
# collapse library dir [/usr/lib] ==> [/usr/lib]
# implicit libs: [stdc++;m;c]
# implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1;/usr/lib64;/lib64;/usr/lib;/lib]
# implicit fwks: []
#
#
#
#
# Detecting CXX [-std=c++14] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_0e779/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0e779.dir/build.make CMakeFiles/cmTC_0e779.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_0e779.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_0e779.dir/feature_tests.cxx.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_0e779
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e779.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_0e779.dir/feature_tests.cxx.o -o cmTC_0e779 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:1cxx_alias_templates
# Feature record: CXX_FEATURE:1cxx_alignas
# Feature record: CXX_FEATURE:1cxx_alignof
# Feature record: CXX_FEATURE:1cxx_attributes
# Feature record: CXX_FEATURE:1cxx_attribute_deprecated
# Feature record: CXX_FEATURE:1cxx_auto_type
# Feature record: CXX_FEATURE:1cxx_binary_literals
# Feature record: CXX_FEATURE:1cxx_constexpr
# Feature record: CXX_FEATURE:1cxx_contextual_conversions
# Feature record: CXX_FEATURE:1cxx_decltype
# Feature record: CXX_FEATURE:1cxx_decltype_auto
# Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:1cxx_default_function_template_args
# Feature record: CXX_FEATURE:1cxx_defaulted_functions
# Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:1cxx_delegating_constructors
# Feature record: CXX_FEATURE:1cxx_deleted_functions
# Feature record: CXX_FEATURE:1cxx_digit_separators
# Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:1cxx_explicit_conversions
# Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:1cxx_extern_templates
# Feature record: CXX_FEATURE:1cxx_final
# Feature record: CXX_FEATURE:1cxx_func_identifier
# Feature record: CXX_FEATURE:1cxx_generalized_initializers
# Feature record: CXX_FEATURE:1cxx_generic_lambdas
# Feature record: CXX_FEATURE:1cxx_inheriting_constructors
# Feature record: CXX_FEATURE:1cxx_inline_namespaces
# Feature record: CXX_FEATURE:1cxx_lambdas
# Feature record: CXX_FEATURE:1cxx_lambda_init_captures
# Feature record: CXX_FEATURE:1cxx_local_type_template_args
# Feature record: CXX_FEATURE:1cxx_long_long_type
# Feature record: CXX_FEATURE:1cxx_noexcept
# Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:1cxx_nullptr
# Feature record: CXX_FEATURE:1cxx_override
# Feature record: CXX_FEATURE:1cxx_range_for
# Feature record: CXX_FEATURE:1cxx_raw_string_literals
# Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:1cxx_return_type_deduction
# Feature record: CXX_FEATURE:1cxx_right_angle_brackets
# Feature record: CXX_FEATURE:1cxx_rvalue_references
# Feature record: CXX_FEATURE:1cxx_sizeof_member
# Feature record: CXX_FEATURE:1cxx_static_assert
# Feature record: CXX_FEATURE:1cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:1cxx_thread_local
# Feature record: CXX_FEATURE:1cxx_trailing_return_types
# Feature record: CXX_FEATURE:1cxx_unicode_literals
# Feature record: CXX_FEATURE:1cxx_uniform_initialization
# Feature record: CXX_FEATURE:1cxx_unrestricted_unions
# Feature record: CXX_FEATURE:1cxx_user_literals
# Feature record: CXX_FEATURE:1cxx_variable_templates
# Feature record: CXX_FEATURE:1cxx_variadic_macros
# Feature record: CXX_FEATURE:1cxx_variadic_templates
#
#
# Detecting CXX [-std=c++11] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_9947d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_9947d.dir/build.make CMakeFiles/cmTC_9947d.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_9947d.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_9947d.dir/feature_tests.cxx.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_9947d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9947d.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_9947d.dir/feature_tests.cxx.o -o cmTC_9947d -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:1cxx_alias_templates
# Feature record: CXX_FEATURE:1cxx_alignas
# Feature record: CXX_FEATURE:1cxx_alignof
# Feature record: CXX_FEATURE:1cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:1cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:1cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:1cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:1cxx_default_function_template_args
# Feature record: CXX_FEATURE:1cxx_defaulted_functions
# Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:1cxx_delegating_constructors
# Feature record: CXX_FEATURE:1cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:1cxx_explicit_conversions
# Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:1cxx_extern_templates
# Feature record: CXX_FEATURE:1cxx_final
# Feature record: CXX_FEATURE:1cxx_func_identifier
# Feature record: CXX_FEATURE:1cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:1cxx_inheriting_constructors
# Feature record: CXX_FEATURE:1cxx_inline_namespaces
# Feature record: CXX_FEATURE:1cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:1cxx_local_type_template_args
# Feature record: CXX_FEATURE:1cxx_long_long_type
# Feature record: CXX_FEATURE:1cxx_noexcept
# Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:1cxx_nullptr
# Feature record: CXX_FEATURE:1cxx_override
# Feature record: CXX_FEATURE:1cxx_range_for
# Feature record: CXX_FEATURE:1cxx_raw_string_literals
# Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:1cxx_right_angle_brackets
# Feature record: CXX_FEATURE:1cxx_rvalue_references
# Feature record: CXX_FEATURE:1cxx_sizeof_member
# Feature record: CXX_FEATURE:1cxx_static_assert
# Feature record: CXX_FEATURE:1cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:1cxx_thread_local
# Feature record: CXX_FEATURE:1cxx_trailing_return_types
# Feature record: CXX_FEATURE:1cxx_unicode_literals
# Feature record: CXX_FEATURE:1cxx_uniform_initialization
# Feature record: CXX_FEATURE:1cxx_unrestricted_unions
# Feature record: CXX_FEATURE:1cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:1cxx_variadic_macros
# Feature record: CXX_FEATURE:1cxx_variadic_templates
#
#
# Detecting CXX [-std=c++98] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_885b4/fast"
# /usr/bin/make -f CMakeFiles/cmTC_885b4.dir/build.make CMakeFiles/cmTC_885b4.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_885b4.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_885b4.dir/feature_tests.cxx.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_885b4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_885b4.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_885b4.dir/feature_tests.cxx.o -o cmTC_885b4 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:0cxx_alias_templates
# Feature record: CXX_FEATURE:0cxx_alignas
# Feature record: CXX_FEATURE:0cxx_alignof
# Feature record: CXX_FEATURE:0cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:0cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:0cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:0cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:0cxx_default_function_template_args
# Feature record: CXX_FEATURE:0cxx_defaulted_functions
# Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:0cxx_delegating_constructors
# Feature record: CXX_FEATURE:0cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:0cxx_explicit_conversions
# Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:0cxx_extern_templates
# Feature record: CXX_FEATURE:0cxx_final
# Feature record: CXX_FEATURE:0cxx_func_identifier
# Feature record: CXX_FEATURE:0cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:0cxx_inheriting_constructors
# Feature record: CXX_FEATURE:0cxx_inline_namespaces
# Feature record: CXX_FEATURE:0cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:0cxx_local_type_template_args
# Feature record: CXX_FEATURE:0cxx_long_long_type
# Feature record: CXX_FEATURE:0cxx_noexcept
# Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:0cxx_nullptr
# Feature record: CXX_FEATURE:0cxx_override
# Feature record: CXX_FEATURE:0cxx_range_for
# Feature record: CXX_FEATURE:0cxx_raw_string_literals
# Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:0cxx_right_angle_brackets
# Feature record: CXX_FEATURE:0cxx_rvalue_references
# Feature record: CXX_FEATURE:0cxx_sizeof_member
# Feature record: CXX_FEATURE:0cxx_static_assert
# Feature record: CXX_FEATURE:0cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:0cxx_thread_local
# Feature record: CXX_FEATURE:0cxx_trailing_return_types
# Feature record: CXX_FEATURE:0cxx_unicode_literals
# Feature record: CXX_FEATURE:0cxx_uniform_initialization
# Feature record: CXX_FEATURE:0cxx_unrestricted_unions
# Feature record: CXX_FEATURE:0cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:0cxx_variadic_macros
# Feature record: CXX_FEATURE:0cxx_variadic_templates
# Determining if the include file sys/types.h exists passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_2849c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_2849c.dir/build.make CMakeFiles/cmTC_2849c.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2849c.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu90 -o CMakeFiles/cmTC_2849c.dir/CheckIncludeFile.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_2849c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2849c.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu90 CMakeFiles/cmTC_2849c.dir/CheckIncludeFile.c.o -o cmTC_2849c -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdint.h exists passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a8f59/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a8f59.dir/build.make CMakeFiles/cmTC_a8f59.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a8f59.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu90 -o CMakeFiles/cmTC_a8f59.dir/CheckIncludeFile.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_a8f59
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a8f59.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu90 CMakeFiles/cmTC_a8f59.dir/CheckIncludeFile.c.o -o cmTC_a8f59 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stddef.h exists passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_af55a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_af55a.dir/build.make CMakeFiles/cmTC_af55a.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_af55a.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu90 -o CMakeFiles/cmTC_af55a.dir/CheckIncludeFile.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_af55a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af55a.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu90 CMakeFiles/cmTC_af55a.dir/CheckIncludeFile.c.o -o cmTC_af55a -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining size of unsigned short passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_c73d4/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c73d4.dir/build.make CMakeFiles/cmTC_c73d4.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c73d4.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o
# /usr/bin/clang -std=gnu90 -o CMakeFiles/cmTC_c73d4.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
# Linking C executable cmTC_c73d4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c73d4.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu90 CMakeFiles/cmTC_c73d4.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_c73d4 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining if files pthread.h exist passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_201db/fast"
# /usr/bin/make -f CMakeFiles/cmTC_201db.dir/build.make CMakeFiles/cmTC_201db.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_201db.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -std=gnu90 -o CMakeFiles/cmTC_201db.dir/CheckIncludeFiles.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_201db
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_201db.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu90 CMakeFiles/cmTC_201db.dir/CheckIncludeFiles.c.o -o cmTC_201db -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function pthread_create exists in the pthread passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_15874/fast"
# /usr/bin/make -f CMakeFiles/cmTC_15874.dir/build.make CMakeFiles/cmTC_15874.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_15874.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu90 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_15874.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_15874
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_15874.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu90 -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_15874.dir/CheckFunctionExists.c.o -o cmTC_15874 -rdynamic -lpthread
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#