Wednesday, November 21, 2018

[Discuss-gnuradio] Unable to build on ubuntu-16.04

Determining if the include file intrin.h exists failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4154d/fast"
/usr/bin/make -f CMakeFiles/cmTC_4154d.dir/build.make CMakeFiles/cmTC_4154d.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4154d.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_4154d.dir/CheckIncludeFile.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: intrin.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_4154d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4154d.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_4154d.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_4154d/fast' failed
make: *** [cmTC_4154d/fast] Error 2


Performing C++ SOURCE FILE Test HAVE_WERROR_UNUSED_CMD_LINE_ARG failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_86d2c/fast"
/usr/bin/make -f CMakeFiles/cmTC_86d2c.dir/build.make CMakeFiles/cmTC_86d2c.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_86d2c.dir/src.cxx.o
/usr/bin/c++ -DHAVE_WERROR_UNUSED_CMD_LINE_ARG -Werror=unused-command-line-argument -o CMakeFiles/cmTC_86d2c.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
cc1plus: error: -Werror=unused-command-line-argument: no option -Wunused-command-line-argument
CMakeFiles/cmTC_86d2c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_86d2c.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_86d2c.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_86d2c/fast' failed
make: *** [cmTC_86d2c/fast] Error 2

Source file was:
int main() { return 0; }
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_175c7/fast"
/usr/bin/make -f CMakeFiles/cmTC_175c7.dir/build.make CMakeFiles/cmTC_175c7.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_175c7.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_175c7.dir/CheckSymbolExists.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_175c7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_175c7.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_175c7.dir/CheckSymbolExists.c.o -o cmTC_175c7 -rdynamic
CMakeFiles/cmTC_175c7.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_175c7.dir/build.make:97: recipe for target 'cmTC_175c7' failed
make[1]: *** [cmTC_175c7] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_175c7/fast' failed
make: *** [cmTC_175c7/fast] Error 2

File /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e4c3e/fast"
/usr/bin/make -f CMakeFiles/cmTC_e4c3e.dir/build.make CMakeFiles/cmTC_e4c3e.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e4c3e.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_e4c3e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_e4c3e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4c3e.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_e4c3e.dir/CheckFunctionExists.c.o -o cmTC_e4c3e -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_e4c3e.dir/build.make:97: recipe for target 'cmTC_e4c3e' failed
make[1]: *** [cmTC_e4c3e] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e4c3e/fast' failed
make: *** [cmTC_e4c3e/fast] Error 2


Determining if the include file io.h exists failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_07334/fast"
/usr/bin/make -f CMakeFiles/cmTC_07334.dir/build.make CMakeFiles/cmTC_07334.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_07334.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_07334.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:16: fatal error: io.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_07334.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_07334.dir/CheckIncludeFile.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_07334.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_07334/fast' failed
make: *** [cmTC_07334/fast] Error 2


Determining if the include file dev/ppbus/ppi.h exists failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8c09a/fast"
/usr/bin/make -f CMakeFiles/cmTC_8c09a.dir/build.make CMakeFiles/cmTC_8c09a.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8c09a.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_8c09a.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:27: fatal error: dev/ppbus/ppi.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_8c09a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8c09a.dir/CheckIncludeFile.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_8c09a.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_8c09a/fast' failed
make: *** [cmTC_8c09a/fast] Error 2


Performing C++ SOURCE FILE Test HAVE_SSLEEP failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e21d3/fast"
/usr/bin/make -f CMakeFiles/cmTC_e21d3.dir/build.make CMakeFiles/cmTC_e21d3.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e21d3.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SSLEEP -o CMakeFiles/cmTC_e21d3.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:2:25: fatal error: Winbase.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_e21d3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e21d3.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_e21d3.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e21d3/fast' failed
make: *** [cmTC_e21d3/fast] Error 2

Source file was:

#include <Winbase.h>
int main(){Sleep(0); return 0;}

Performing C++ SOURCE FILE Test HAVE_CREATEFILEMAPPING failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d5541/fast"
/usr/bin/make -f CMakeFiles/cmTC_d5541.dir/build.make CMakeFiles/cmTC_d5541.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d5541.dir/src.cxx.o
/usr/bin/c++ -DHAVE_CREATEFILEMAPPING -o CMakeFiles/cmTC_d5541.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:2:25: fatal error: windows.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_d5541.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d5541.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_d5541.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_d5541/fast' failed
make: *** [cmTC_d5541/fast] Error 2

Source file was:

#include <windows.h>
int main(){
HANDLE handle;
int size;
LPCTSTR lpName;
handle = CreateFileMapping(
INVALID_HANDLE_VALUE, // use paging file
NULL, // default security
PAGE_READWRITE, // read/write access
0, // max. object size
size, // buffer size
lpName); // name of mapping object
return 0;
}
Determining if the include file windows.h exists failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_bf51c/fast"
/usr/bin/make -f CMakeFiles/cmTC_bf51c.dir/build.make CMakeFiles/cmTC_bf51c.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bf51c.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_bf51c.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:21: fatal error: windows.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_bf51c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bf51c.dir/CheckIncludeFile.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_bf51c.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_bf51c/fast' failed
make: *** [cmTC_bf51c/fast] Error 2


Determining if the include file AudioUnit/AudioUnit.h exists failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7ba46/fast"
/usr/bin/make -f CMakeFiles/cmTC_7ba46.dir/build.make CMakeFiles/cmTC_7ba46.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7ba46.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_7ba46.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_7ba46.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7ba46.dir/CheckIncludeFile.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_7ba46.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_7ba46/fast' failed
make: *** [cmTC_7ba46/fast] Error 2


Determining if the include file AudioToolbox/AudioToolbox.h exists failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5f021/fast"
/usr/bin/make -f CMakeFiles/cmTC_5f021.dir/build.make CMakeFiles/cmTC_5f021.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5f021.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_5f021.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:39: fatal error: AudioToolbox/AudioToolbox.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_5f021.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5f021.dir/CheckIncludeFile.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_5f021.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_5f021/fast' failed
make: *** [cmTC_5f021/fast] Error 2


Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4c59f/fast"
/usr/bin/make -f CMakeFiles/cmTC_4c59f.dir/build.make CMakeFiles/cmTC_4c59f.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4c59f.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTC_4c59f.dir/CheckSymbolExists.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)':
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_WIN' was not declared in this scope
return ((int*)(&Q_WS_WIN))[argc];
^
CMakeFiles/cmTC_4c59f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4c59f.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_4c59f.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_4c59f/fast' failed
make: *** [cmTC_4c59f/fast] Error 2

File /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_WIN
return ((int*)(&Q_WS_WIN))[argc];
#else
(void)argc;
return 0;
#endif
}

Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_85e2b/fast"
/usr/bin/make -f CMakeFiles/cmTC_85e2b.dir/build.make CMakeFiles/cmTC_85e2b.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_85e2b.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTC_85e2b.dir/CheckSymbolExists.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)':
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_QWS' was not declared in this scope
return ((int*)(&Q_WS_QWS))[argc];
^
CMakeFiles/cmTC_85e2b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_85e2b.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_85e2b.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_85e2b/fast' failed
make: *** [cmTC_85e2b/fast] Error 2

File /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_QWS
return ((int*)(&Q_WS_QWS))[argc];
#else
(void)argc;
return 0;
#endif
}

Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_adcdf/fast"
/usr/bin/make -f CMakeFiles/cmTC_adcdf.dir/build.make CMakeFiles/cmTC_adcdf.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_adcdf.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTC_adcdf.dir/CheckSymbolExists.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)':
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_MAC' was not declared in this scope
return ((int*)(&Q_WS_MAC))[argc];
^
CMakeFiles/cmTC_adcdf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_adcdf.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_adcdf.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_adcdf/fast' failed
make: *** [cmTC_adcdf/fast] Error 2

File /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_MAC
return ((int*)(&Q_WS_MAC))[argc];
#else
(void)argc;
return 0;
#endif
}

The system is: Linux - 4.4.0-21-generic - x86_64
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
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 GNU, found in "/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/3.5.1/CompilerIdCXX/a.out"

Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
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 GNU, found in "/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/3.5.1/CompilerIdC/a.out"

Determining if the CXX compiler works passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_eb086/fast"
/usr/bin/make -f CMakeFiles/cmTC_eb086.dir/build.make CMakeFiles/cmTC_eb086.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_eb086.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_eb086.dir/testCXXCompiler.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_eb086
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb086.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_eb086.dir/testCXXCompiler.cxx.o -o cmTC_eb086 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_30555/fast"
/usr/bin/make -f CMakeFiles/cmTC_30555.dir/build.make CMakeFiles/cmTC_30555.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_30555.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_30555.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_30555
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30555.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_30555.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_30555 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.10' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_30555' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0zj1ds.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_30555 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_30555.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_30555/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_30555.dir/build.make CMakeFiles/cmTC_30555.dir/build]
ignore line: [make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_30555.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_30555.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_30555]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30555.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_30555.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_30555 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.10' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_30555' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0zj1ds.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_30555 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_30555.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cc0zj1ds.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_30555] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [CMakeFiles/cmTC_30555.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/lib/gcc/x86_64-linux-gnu/5/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] ==> ignore
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;c]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []


Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_0a54e/fast"
/usr/bin/make -f CMakeFiles/cmTC_0a54e.dir/build.make CMakeFiles/cmTC_0a54e.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0a54e.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_0a54e.dir/feature_tests.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_0a54e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a54e.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_0a54e.dir/feature_tests.cxx.o -o cmTC_0a54e -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/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: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e204e/fast"
/usr/bin/make -f CMakeFiles/cmTC_e204e.dir/build.make CMakeFiles/cmTC_e204e.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e204e.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_e204e.dir/feature_tests.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_e204e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e204e.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_e204e.dir/feature_tests.cxx.o -o cmTC_e204e -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/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: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6a141/fast"
/usr/bin/make -f CMakeFiles/cmTC_6a141.dir/build.make CMakeFiles/cmTC_6a141.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6a141.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_6a141.dir/feature_tests.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_6a141
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a141.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_6a141.dir/feature_tests.cxx.o -o cmTC_6a141 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/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 C compiler works passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7c928/fast"
/usr/bin/make -f CMakeFiles/cmTC_7c928.dir/build.make CMakeFiles/cmTC_7c928.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7c928.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_7c928.dir/testCCompiler.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_7c928
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c928.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_7c928.dir/testCCompiler.c.o -o cmTC_7c928 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5791d/fast"
/usr/bin/make -f CMakeFiles/cmTC_5791d.dir/build.make CMakeFiles/cmTC_5791d.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5791d.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_5791d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_5791d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5791d.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_5791d.dir/CMakeCCompilerABI.c.o -o cmTC_5791d -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.10' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5791d' '-rdynamic' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccduTIeX.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_5791d /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_5791d.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_5791d/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_5791d.dir/build.make CMakeFiles/cmTC_5791d.dir/build]
ignore line: [make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_5791d.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_5791d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_5791d]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5791d.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_5791d.dir/CMakeCCompilerABI.c.o -o cmTC_5791d -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.10' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5791d' '-rdynamic' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccduTIeX.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_5791d /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_5791d.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccduTIeX.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_5791d] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [CMakeFiles/cmTC_5791d.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/lib/gcc/x86_64-linux-gnu/5/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] ==> ignore
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [c]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []


Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e8a36/fast"
/usr/bin/make -f CMakeFiles/cmTC_e8a36.dir/build.make CMakeFiles/cmTC_e8a36.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e8a36.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_e8a36.dir/feature_tests.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_e8a36
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8a36.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_e8a36.dir/feature_tests.c.o -o cmTC_e8a36 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/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: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_0c8b1/fast"
/usr/bin/make -f CMakeFiles/cmTC_0c8b1.dir/build.make CMakeFiles/cmTC_0c8b1.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0c8b1.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_0c8b1.dir/feature_tests.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_0c8b1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0c8b1.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_0c8b1.dir/feature_tests.c.o -o cmTC_0c8b1 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/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: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3efdb/fast"
/usr/bin/make -f CMakeFiles/cmTC_3efdb.dir/build.make CMakeFiles/cmTC_3efdb.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3efdb.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_3efdb.dir/feature_tests.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_3efdb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3efdb.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_3efdb.dir/feature_tests.c.o -o cmTC_3efdb -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/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
Performing C++ SOURCE FILE Test HAVE_VISIBILITY_HIDDEN succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c84eb/fast"
/usr/bin/make -f CMakeFiles/cmTC_c84eb.dir/build.make CMakeFiles/cmTC_c84eb.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c84eb.dir/src.cxx.o
/usr/bin/c++ -DHAVE_VISIBILITY_HIDDEN -fvisibility=hidden -o CMakeFiles/cmTC_c84eb.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_c84eb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c84eb.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_VISIBILITY_HIDDEN CMakeFiles/cmTC_c84eb.dir/src.cxx.o -o cmTC_c84eb -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_WARN_SIGN_COMPARE succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4c94e/fast"
/usr/bin/make -f CMakeFiles/cmTC_4c94e.dir/build.make CMakeFiles/cmTC_4c94e.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4c94e.dir/src.cxx.o
/usr/bin/c++ -DHAVE_WARN_SIGN_COMPARE -Wsign-compare -o CMakeFiles/cmTC_4c94e.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_4c94e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4c94e.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_WARN_SIGN_COMPARE CMakeFiles/cmTC_4c94e.dir/src.cxx.o -o cmTC_4c94e -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_WARN_ALL succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6a4bb/fast"
/usr/bin/make -f CMakeFiles/cmTC_6a4bb.dir/build.make CMakeFiles/cmTC_6a4bb.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6a4bb.dir/src.cxx.o
/usr/bin/c++ -DHAVE_WARN_ALL -Wall -o CMakeFiles/cmTC_6a4bb.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_6a4bb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a4bb.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_WARN_ALL CMakeFiles/cmTC_6a4bb.dir/src.cxx.o -o cmTC_6a4bb -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_WARN_NO_UNINITIALIZED succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c6074/fast"
/usr/bin/make -f CMakeFiles/cmTC_c6074.dir/build.make CMakeFiles/cmTC_c6074.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c6074.dir/src.cxx.o
/usr/bin/c++ -DHAVE_WARN_NO_UNINITIALIZED -Wno-uninitialized -o CMakeFiles/cmTC_c6074.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_c6074
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6074.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_WARN_NO_UNINITIALIZED CMakeFiles/cmTC_c6074.dir/src.cxx.o -o cmTC_c6074 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Determining if the include file cpuid.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_41d58/fast"
/usr/bin/make -f CMakeFiles/cmTC_41d58.dir/build.make CMakeFiles/cmTC_41d58.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_41d58.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_41d58.dir/CheckIncludeFile.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_41d58
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41d58.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_41d58.dir/CheckIncludeFile.c.o -o cmTC_41d58 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file fenv.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_43383/fast"
/usr/bin/make -f CMakeFiles/cmTC_43383.dir/build.make CMakeFiles/cmTC_43383.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_43383.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_43383.dir/CheckIncludeFile.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_43383
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43383.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_43383.dir/CheckIncludeFile.c.o -o cmTC_43383 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file dlfcn.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_aa3b6/fast"
/usr/bin/make -f CMakeFiles/cmTC_aa3b6.dir/build.make CMakeFiles/cmTC_aa3b6.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_aa3b6.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_aa3b6.dir/CheckIncludeFile.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_aa3b6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa3b6.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_aa3b6.dir/CheckIncludeFile.c.o -o cmTC_aa3b6 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining size of void*[8] passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1aaa4/fast"
/usr/bin/make -f CMakeFiles/cmTC_1aaa4.dir/build.make CMakeFiles/cmTC_1aaa4.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1aaa4.dir/SIZEOF_CPU.c.o
/usr/bin/cc -o CMakeFiles/cmTC_1aaa4.dir/SIZEOF_CPU.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CheckTypeSize/SIZEOF_CPU.c
Linking C executable cmTC_1aaa4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1aaa4.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_1aaa4.dir/SIZEOF_CPU.c.o -o cmTC_1aaa4 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_506f6/fast"
/usr/bin/make -f CMakeFiles/cmTC_506f6.dir/build.make CMakeFiles/cmTC_506f6.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_506f6.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_506f6.dir/CheckIncludeFile.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_506f6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_506f6.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_506f6.dir/CheckIncludeFile.c.o -o cmTC_506f6 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_04114/fast"
/usr/bin/make -f CMakeFiles/cmTC_04114.dir/build.make CMakeFiles/cmTC_04114.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_04114.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_04114.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_04114
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_04114.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_04114.dir/CheckFunctionExists.c.o -o cmTC_04114 -rdynamic -lpthread
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file netdb.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a81ce/fast"
/usr/bin/make -f CMakeFiles/cmTC_a81ce.dir/build.make CMakeFiles/cmTC_a81ce.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a81ce.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_a81ce.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_a81ce
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a81ce.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_a81ce.dir/CheckIncludeFile.cxx.o -o cmTC_a81ce -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file sys/time.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_84918/fast"
/usr/bin/make -f CMakeFiles/cmTC_84918.dir/build.make CMakeFiles/cmTC_84918.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_84918.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_84918.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_84918
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84918.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_84918.dir/CheckIncludeFile.cxx.o -o cmTC_84918 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f035e/fast"
/usr/bin/make -f CMakeFiles/cmTC_f035e.dir/build.make CMakeFiles/cmTC_f035e.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f035e.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_f035e.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_f035e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f035e.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_f035e.dir/CheckIncludeFile.cxx.o -o cmTC_f035e -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file sys/select.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c3f5f/fast"
/usr/bin/make -f CMakeFiles/cmTC_c3f5f.dir/build.make CMakeFiles/cmTC_c3f5f.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c3f5f.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_c3f5f.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_c3f5f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3f5f.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_c3f5f.dir/CheckIncludeFile.cxx.o -o cmTC_c3f5f -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file sys/socket.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_070b2/fast"
/usr/bin/make -f CMakeFiles/cmTC_070b2.dir/build.make CMakeFiles/cmTC_070b2.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_070b2.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_070b2.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_070b2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_070b2.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_070b2.dir/CheckIncludeFile.cxx.o -o cmTC_070b2 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file sys/mman.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ce6c1/fast"
/usr/bin/make -f CMakeFiles/cmTC_ce6c1.dir/build.make CMakeFiles/cmTC_ce6c1.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ce6c1.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_ce6c1.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_ce6c1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ce6c1.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_ce6c1.dir/CheckIncludeFile.cxx.o -o cmTC_ce6c1 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file sys/ipc.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2a5bf/fast"
/usr/bin/make -f CMakeFiles/cmTC_2a5bf.dir/build.make CMakeFiles/cmTC_2a5bf.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2a5bf.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_2a5bf.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_2a5bf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2a5bf.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_2a5bf.dir/CheckIncludeFile.cxx.o -o cmTC_2a5bf -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file sys/shm.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dd465/fast"
/usr/bin/make -f CMakeFiles/cmTC_dd465.dir/build.make CMakeFiles/cmTC_dd465.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_dd465.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_dd465.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_dd465
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd465.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_dd465.dir/CheckIncludeFile.cxx.o -o cmTC_dd465 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file signal.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_9251e/fast"
/usr/bin/make -f CMakeFiles/cmTC_9251e.dir/build.make CMakeFiles/cmTC_9251e.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9251e.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_9251e.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_9251e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9251e.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_9251e.dir/CheckIncludeFile.cxx.o -o cmTC_9251e -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file netinet/in.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_587a5/fast"
/usr/bin/make -f CMakeFiles/cmTC_587a5.dir/build.make CMakeFiles/cmTC_587a5.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_587a5.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_587a5.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_587a5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_587a5.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_587a5.dir/CheckIncludeFile.cxx.o -o cmTC_587a5 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file arpa/inet.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_28abf/fast"
/usr/bin/make -f CMakeFiles/cmTC_28abf.dir/build.make CMakeFiles/cmTC_28abf.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_28abf.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_28abf.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_28abf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28abf.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_28abf.dir/CheckIncludeFile.cxx.o -o cmTC_28abf -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file byteswap.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f50d9/fast"
/usr/bin/make -f CMakeFiles/cmTC_f50d9.dir/build.make CMakeFiles/cmTC_f50d9.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f50d9.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_f50d9.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_f50d9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f50d9.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_f50d9.dir/CheckIncludeFile.cxx.o -o cmTC_f50d9 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file linux/ppdev.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_872f3/fast"
/usr/bin/make -f CMakeFiles/cmTC_872f3.dir/build.make CMakeFiles/cmTC_872f3.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_872f3.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_872f3.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_872f3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_872f3.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_872f3.dir/CheckIncludeFile.cxx.o -o cmTC_872f3 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file unistd.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1ad68/fast"
/usr/bin/make -f CMakeFiles/cmTC_1ad68.dir/build.make CMakeFiles/cmTC_1ad68.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_1ad68.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_1ad68.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_1ad68
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ad68.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_1ad68.dir/CheckIncludeFile.cxx.o -o cmTC_1ad68 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file malloc.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_68515/fast"
/usr/bin/make -f CMakeFiles/cmTC_68515.dir/build.make CMakeFiles/cmTC_68515.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_68515.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_68515.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_68515
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_68515.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_68515.dir/CheckIncludeFile.cxx.o -o cmTC_68515 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Performing C++ SOURCE FILE Test HAVE_SNPRINTF succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2f9ef/fast"
/usr/bin/make -f CMakeFiles/cmTC_2f9ef.dir/build.make CMakeFiles/cmTC_2f9ef.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2f9ef.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SNPRINTF -o CMakeFiles/cmTC_2f9ef.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx: In function ���int main()���:
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:3:32: warning: null argument where non-null required (argument 3) [-Wnonnull]
int main(){snprintf(0, 0, 0); return 0;}
^
Linking CXX executable cmTC_2f9ef
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f9ef.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SNPRINTF CMakeFiles/cmTC_2f9ef.dir/src.cxx.o -o cmTC_2f9ef -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <stdio.h>
int main(){snprintf(0, 0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_SIGACTION succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a4856/fast"
/usr/bin/make -f CMakeFiles/cmTC_a4856.dir/build.make CMakeFiles/cmTC_a4856.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a4856.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SIGACTION -o CMakeFiles/cmTC_a4856.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_a4856
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4856.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SIGACTION CMakeFiles/cmTC_a4856.dir/src.cxx.o -o cmTC_a4856 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <signal.h>
int main(){sigaction(0, 0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_SELECT succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d793c/fast"
/usr/bin/make -f CMakeFiles/cmTC_d793c.dir/build.make CMakeFiles/cmTC_d793c.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d793c.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SELECT -o CMakeFiles/cmTC_d793c.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_d793c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d793c.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SELECT CMakeFiles/cmTC_d793c.dir/src.cxx.o -o cmTC_d793c -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <sys/select.h>
int main(){select(0, 0, 0, 0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_SYSCONF succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_57a3a/fast"
/usr/bin/make -f CMakeFiles/cmTC_57a3a.dir/build.make CMakeFiles/cmTC_57a3a.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_57a3a.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SYSCONF -o CMakeFiles/cmTC_57a3a.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_57a3a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57a3a.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SYSCONF CMakeFiles/cmTC_57a3a.dir/src.cxx.o -o cmTC_57a3a -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <unistd.h>
int main(){sysconf(0); return 0;}

Performing C++ SOURCE FILE Test HAVE_GETPAGESIZE succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_167b9/fast"
/usr/bin/make -f CMakeFiles/cmTC_167b9.dir/build.make CMakeFiles/cmTC_167b9.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_167b9.dir/src.cxx.o
/usr/bin/c++ -DHAVE_GETPAGESIZE -o CMakeFiles/cmTC_167b9.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_167b9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_167b9.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_GETPAGESIZE CMakeFiles/cmTC_167b9.dir/src.cxx.o -o cmTC_167b9 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <unistd.h>
int main(){getpagesize(); return 0;}

Performing C++ SOURCE FILE Test HAVE_NANOSLEEP succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4845e/fast"
/usr/bin/make -f CMakeFiles/cmTC_4845e.dir/build.make CMakeFiles/cmTC_4845e.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4845e.dir/src.cxx.o
/usr/bin/c++ -DHAVE_NANOSLEEP -o CMakeFiles/cmTC_4845e.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_4845e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4845e.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_NANOSLEEP CMakeFiles/cmTC_4845e.dir/src.cxx.o -o cmTC_4845e -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <time.h>
int main(){nanosleep(0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_GETTIMEOFDAY succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_36dd0/fast"
/usr/bin/make -f CMakeFiles/cmTC_36dd0.dir/build.make CMakeFiles/cmTC_36dd0.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_36dd0.dir/src.cxx.o
/usr/bin/c++ -DHAVE_GETTIMEOFDAY -o CMakeFiles/cmTC_36dd0.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx: In function ���int main()���:
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:3:33: warning: null argument where non-null required (argument 1) [-Wnonnull]
int main(){gettimeofday(0, 0); return 0;}
^
Linking CXX executable cmTC_36dd0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36dd0.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_GETTIMEOFDAY CMakeFiles/cmTC_36dd0.dir/src.cxx.o -o cmTC_36dd0 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <sys/time.h>
int main(){gettimeofday(0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_POSIX_MEMALIGN succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dec36/fast"
/usr/bin/make -f CMakeFiles/cmTC_dec36.dir/build.make CMakeFiles/cmTC_dec36.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_dec36.dir/src.cxx.o
/usr/bin/c++ -DHAVE_POSIX_MEMALIGN -o CMakeFiles/cmTC_dec36.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx: In function ���int main()���:
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:3:38: warning: null argument where non-null required (argument 1) [-Wnonnull]
int main(){posix_memalign(0, 0, 0); return 0;}
^
Linking CXX executable cmTC_dec36
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dec36.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_POSIX_MEMALIGN CMakeFiles/cmTC_dec36.dir/src.cxx.o -o cmTC_dec36 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <stdlib.h>
int main(){posix_memalign(0, 0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_VALLOC succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_da32b/fast"
/usr/bin/make -f CMakeFiles/cmTC_da32b.dir/build.make CMakeFiles/cmTC_da32b.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_da32b.dir/src.cxx.o
/usr/bin/c++ -DHAVE_VALLOC -o CMakeFiles/cmTC_da32b.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_da32b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da32b.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_VALLOC CMakeFiles/cmTC_da32b.dir/src.cxx.o -o cmTC_da32b -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <malloc.h>
int main(){valloc(0); return 0;}

Performing C++ SOURCE FILE Test HAVE_PTHREAD_SIGMASK succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ac02c/fast"
/usr/bin/make -f CMakeFiles/cmTC_ac02c.dir/build.make CMakeFiles/cmTC_ac02c.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ac02c.dir/src.cxx.o
/usr/bin/c++ -DHAVE_PTHREAD_SIGMASK -o CMakeFiles/cmTC_ac02c.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_ac02c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac02c.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_PTHREAD_SIGMASK CMakeFiles/cmTC_ac02c.dir/src.cxx.o -o cmTC_ac02c -rdynamic -lpthread
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <signal.h>
int main(){pthread_sigmask(0, 0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_SHM_OPEN succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1c5e6/fast"
/usr/bin/make -f CMakeFiles/cmTC_1c5e6.dir/build.make CMakeFiles/cmTC_1c5e6.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_1c5e6.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SHM_OPEN -o CMakeFiles/cmTC_1c5e6.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_1c5e6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c5e6.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SHM_OPEN CMakeFiles/cmTC_1c5e6.dir/src.cxx.o -o cmTC_1c5e6 -rdynamic -lrt
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <sys/types.h>
#include <sys/mman.h>
int main(){shm_open(0, 0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_SINCOS succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3538f/fast"
/usr/bin/make -f CMakeFiles/cmTC_3538f.dir/build.make CMakeFiles/cmTC_3538f.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_3538f.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SINCOS -o CMakeFiles/cmTC_3538f.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:2:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE
^
<command-line>:0:0: note: this is the location of the previous definition
Linking CXX executable cmTC_3538f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3538f.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SINCOS CMakeFiles/cmTC_3538f.dir/src.cxx.o -o cmTC_3538f -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#define _GNU_SOURCE
#include <math.h>
int main(){double x, sin, cos; sincos(x, &sin, &cos); return 0;}

Performing C++ SOURCE FILE Test HAVE_SINCOSF succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6bfea/fast"
/usr/bin/make -f CMakeFiles/cmTC_6bfea.dir/build.make CMakeFiles/cmTC_6bfea.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6bfea.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SINCOSF -o CMakeFiles/cmTC_6bfea.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:2:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE
^
<command-line>:0:0: note: this is the location of the previous definition
Linking CXX executable cmTC_6bfea
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6bfea.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SINCOSF CMakeFiles/cmTC_6bfea.dir/src.cxx.o -o cmTC_6bfea -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#define _GNU_SOURCE
#include <math.h>
int main(){float x, sin, cos; sincosf(x, &sin, &cos); return 0;}

Performing C++ SOURCE FILE Test HAVE_SINF succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_31855/fast"
/usr/bin/make -f CMakeFiles/cmTC_31855.dir/build.make CMakeFiles/cmTC_31855.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_31855.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SINF -o CMakeFiles/cmTC_31855.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_31855
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31855.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SINF CMakeFiles/cmTC_31855.dir/src.cxx.o -o cmTC_31855 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <math.h>
int main(){sinf(0); return 0;}

Performing C++ SOURCE FILE Test HAVE_COSF succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d7abb/fast"
/usr/bin/make -f CMakeFiles/cmTC_d7abb.dir/build.make CMakeFiles/cmTC_d7abb.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d7abb.dir/src.cxx.o
/usr/bin/c++ -DHAVE_COSF -o CMakeFiles/cmTC_d7abb.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_d7abb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d7abb.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_COSF CMakeFiles/cmTC_d7abb.dir/src.cxx.o -o cmTC_d7abb -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <math.h>
int main(){cosf(0); return 0;}

Performing C++ SOURCE FILE Test HAVE_MMAP succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b3ce9/fast"
/usr/bin/make -f CMakeFiles/cmTC_b3ce9.dir/build.make CMakeFiles/cmTC_b3ce9.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b3ce9.dir/src.cxx.o
/usr/bin/c++ -DHAVE_MMAP -o CMakeFiles/cmTC_b3ce9.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_b3ce9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3ce9.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_MMAP CMakeFiles/cmTC_b3ce9.dir/src.cxx.o -o cmTC_b3ce9 -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <sys/mman.h>
int main(){mmap(0, 0, 0, 0, 0, 0); return 0;}

Performing C++ SOURCE FILE Test HAVE_PTHREAD_SETSCHEDPARAM succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_64e1d/fast"
/usr/bin/make -f CMakeFiles/cmTC_64e1d.dir/build.make CMakeFiles/cmTC_64e1d.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_64e1d.dir/src.cxx.o
/usr/bin/c++ -DHAVE_PTHREAD_SETSCHEDPARAM -o CMakeFiles/cmTC_64e1d.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx: In function ���int main()���:
/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:5:49: warning: null argument where non-null required (argument 3) [-Wnonnull]
pthread_setschedparam(pthread, 0, 0);
^
Linking CXX executable cmTC_64e1d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64e1d.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_PTHREAD_SETSCHEDPARAM CMakeFiles/cmTC_64e1d.dir/src.cxx.o -o cmTC_64e1d -rdynamic -lpthread
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <pthread.h>
int main(){
pthread_t pthread;
pthread_setschedparam(pthread, 0, 0);
return 0;
}
Performing C++ SOURCE FILE Test HAVE_SCHED_SETSCHEDULER succeeded with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4bf83/fast"
/usr/bin/make -f CMakeFiles/cmTC_4bf83.dir/build.make CMakeFiles/cmTC_4bf83.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4bf83.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SCHED_SETSCHEDULER -o CMakeFiles/cmTC_4bf83.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_4bf83
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4bf83.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_SCHED_SETSCHEDULER CMakeFiles/cmTC_4bf83.dir/src.cxx.o -o cmTC_4bf83 -rdynamic -lpthread
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

Source file was:

#include <sched.h>
int main(){
pid_t pid;
sched_setscheduler(pid, 0, 0);
return 0;
}
Determining if the include file sys/resource.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_09caa/fast"
/usr/bin/make -f CMakeFiles/cmTC_09caa.dir/build.make CMakeFiles/cmTC_09caa.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_09caa.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_09caa.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_09caa
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09caa.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_09caa.dir/CheckIncludeFile.cxx.o -o cmTC_09caa -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file stdint.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8a68c/fast"
/usr/bin/make -f CMakeFiles/cmTC_8a68c.dir/build.make CMakeFiles/cmTC_8a68c.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8a68c.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_8a68c.dir/CheckIncludeFile.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_8a68c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a68c.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_8a68c.dir/CheckIncludeFile.c.o -o cmTC_8a68c -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the include file stddef.h exists passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8111a/fast"
/usr/bin/make -f CMakeFiles/cmTC_8111a.dir/build.make CMakeFiles/cmTC_8111a.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8111a.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_8111a.dir/CheckIncludeFile.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_8111a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8111a.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_8111a.dir/CheckIncludeFile.c.o -o cmTC_8111a -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining size of size_t passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e2938/fast"
/usr/bin/make -f CMakeFiles/cmTC_e2938.dir/build.make CMakeFiles/cmTC_e2938.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e2938.dir/SIZEOF_SIZE_T.c.o
/usr/bin/cc -o CMakeFiles/cmTC_e2938.dir/SIZEOF_SIZE_T.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.c
Linking C executable cmTC_e2938
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2938.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_e2938.dir/SIZEOF_SIZE_T.c.o -o cmTC_e2938 -rdynamic -lpthread
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining size of unsigned int passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_13c3f/fast"
/usr/bin/make -f CMakeFiles/cmTC_13c3f.dir/build.make CMakeFiles/cmTC_13c3f.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_13c3f.dir/SIZEOF_UINT.c.o
/usr/bin/cc -o CMakeFiles/cmTC_13c3f.dir/SIZEOF_UINT.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT.c
Linking C executable cmTC_13c3f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13c3f.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_13c3f.dir/SIZEOF_UINT.c.o -o cmTC_13c3f -rdynamic -lpthread
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'


Determining if the Q_WS_X11 exist passed with the following output:
Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_24d7d/fast"
/usr/bin/make -f CMakeFiles/cmTC_24d7d.dir/build.make CMakeFiles/cmTC_24d7d.dir/build
make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_24d7d.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTC_24d7d.dir/CheckSymbolExists.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
Linking CXX executable cmTC_24d7d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24d7d.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_24d7d.dir/CheckSymbolExists.cxx.o -o cmTC_24d7d -rdynamic
make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp'

File /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_X11
return ((int*)(&Q_WS_X11))[argc];
#else
(void)argc;
return 0;
#endif
}

Hi all,
Just trying to build gnuradio version 3.7.3 on my machine. However i am unable to do so and also not able to find the cause of errors. I am attaching the terminal log,  CMakeError.log and CMakeOutput.log. Kindly tell what i am missing here. 

No comments:

Post a Comment