Skip to content

Instantly share code, notes, and snippets.

@domluna
Created June 11, 2016 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domluna/1d7c3248cb20d64035d62cc2e09789be to your computer and use it in GitHub Desktop.
Save domluna/1d7c3248cb20d64035d62cc2e09789be to your computer and use it in GitHub Desktop.
vizdoom install errors
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0b041/fast"
/usr/bin/make -f CMakeFiles/cmTC_0b041.dir/build.make CMakeFiles/cmTC_0b041.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0b041.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_0b041.dir/CheckSymbolExists.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_0b041
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b041.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_0b041.dir/CheckSymbolExists.c.o -o cmTC_0b041 -rdynamic
CMakeFiles/cmTC_0b041.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_0b041.dir/build.make:97: recipe for target 'cmTC_0b041' failed
make[1]: *** [cmTC_0b041] Error 1
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0b041/fast' failed
make: *** [cmTC_0b041/fast] Error 2
File /home/dom/src/ViZDoom/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/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5ad2b/fast"
/usr/bin/make -f CMakeFiles/cmTC_5ad2b.dir/build.make CMakeFiles/cmTC_5ad2b.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5ad2b.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_5ad2b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_5ad2b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ad2b.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_5ad2b.dir/CheckFunctionExists.c.o -o cmTC_5ad2b -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_5ad2b.dir/build.make:97: recipe for target 'cmTC_5ad2b' failed
make[1]: *** [cmTC_5ad2b] Error 1
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_5ad2b/fast' failed
make: *** [cmTC_5ad2b/fast] Error 2
Determining if the function itoa exists failed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_16b51/fast"
/usr/bin/make -f CMakeFiles/cmTC_16b51.dir/build.make CMakeFiles/cmTC_16b51.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_16b51.dir/CheckFunctionExists.c.o
/usr/bin/cc -Wall -Wno-pointer-sign -Wno-uninitialized -Wno-unused-but-set-variable -DCHECK_FUNCTION_EXISTS=itoa -o CMakeFiles/cmTC_16b51.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_16b51
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_16b51.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Wno-pointer-sign -Wno-uninitialized -Wno-unused-but-set-variable -DCHECK_FUNCTION_EXISTS=itoa CMakeFiles/cmTC_16b51.dir/CheckFunctionExists.c.o -o cmTC_16b51 -rdynamic
CMakeFiles/cmTC_16b51.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x15): undefined reference to `itoa'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_16b51.dir/build.make:97: recipe for target 'cmTC_16b51' failed
make[1]: *** [cmTC_16b51] Error 1
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_16b51/fast' failed
make: *** [cmTC_16b51/fast] Error 2
Determining if the function filelength exists failed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f9174/fast"
/usr/bin/make -f CMakeFiles/cmTC_f9174.dir/build.make CMakeFiles/cmTC_f9174.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f9174.dir/CheckFunctionExists.c.o
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=filelength -o CMakeFiles/cmTC_f9174.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_f9174
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f9174.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=filelength CMakeFiles/cmTC_f9174.dir/CheckFunctionExists.c.o -o cmTC_f9174 -rdynamic
CMakeFiles/cmTC_f9174.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x15): undefined reference to `filelength'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_f9174.dir/build.make:97: recipe for target 'cmTC_f9174' failed
make[1]: *** [cmTC_f9174] Error 1
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_f9174/fast' failed
make: *** [cmTC_f9174/fast] Error 2
Determining if the function strupr exists failed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_69feb/fast"
/usr/bin/make -f CMakeFiles/cmTC_69feb.dir/build.make CMakeFiles/cmTC_69feb.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_69feb.dir/CheckFunctionExists.c.o
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=strupr -o CMakeFiles/cmTC_69feb.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_69feb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_69feb.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=strupr CMakeFiles/cmTC_69feb.dir/CheckFunctionExists.c.o -o cmTC_69feb -rdynamic
CMakeFiles/cmTC_69feb.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x15): undefined reference to `strupr'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_69feb.dir/build.make:97: recipe for target 'cmTC_69feb' failed
make[1]: *** [cmTC_69feb] Error 1
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_69feb/fast' failed
make: *** [cmTC_69feb/fast] Error 2
Determining if the function stricmp exists failed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f1950/fast"
/usr/bin/make -f CMakeFiles/cmTC_f1950.dir/build.make CMakeFiles/cmTC_f1950.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f1950.dir/CheckFunctionExists.c.o
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=stricmp -o CMakeFiles/cmTC_f1950.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_f1950
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1950.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=stricmp CMakeFiles/cmTC_f1950.dir/CheckFunctionExists.c.o -o cmTC_f1950 -rdynamic
CMakeFiles/cmTC_f1950.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x15): undefined reference to `stricmp'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_f1950.dir/build.make:97: recipe for target 'cmTC_f1950' failed
make[1]: *** [cmTC_f1950] Error 1
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_f1950/fast' failed
make: *** [cmTC_f1950/fast] Error 2
Determining if the function strnicmp exists failed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a58ca/fast"
/usr/bin/make -f CMakeFiles/cmTC_a58ca.dir/build.make CMakeFiles/cmTC_a58ca.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a58ca.dir/CheckFunctionExists.c.o
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=strnicmp -o CMakeFiles/cmTC_a58ca.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_a58ca
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a58ca.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=strnicmp CMakeFiles/cmTC_a58ca.dir/CheckFunctionExists.c.o -o cmTC_a58ca -rdynamic
CMakeFiles/cmTC_a58ca.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x15): undefined reference to `strnicmp'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_a58ca.dir/build.make:97: recipe for target 'cmTC_a58ca' failed
make[1]: *** [cmTC_a58ca] Error 1
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_a58ca/fast' failed
make: *** [cmTC_a58ca/fast] Error 2
The system is: Linux - 4.4.0-22-generic - x86_64
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/dom/src/ViZDoom/CMakeFiles/3.5.1/CompilerIdC/a.out"
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/dom/src/ViZDoom/CMakeFiles/3.5.1/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5839f/fast"
/usr/bin/make -f CMakeFiles/cmTC_5839f.dir/build.make CMakeFiles/cmTC_5839f.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5839f.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_5839f.dir/testCCompiler.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_5839f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5839f.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_5839f.dir/testCCompiler.c.o -o cmTC_5839f -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_56b66/fast"
/usr/bin/make -f CMakeFiles/cmTC_56b66.dir/build.make CMakeFiles/cmTC_56b66.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_56b66.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_56b66.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_56b66
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56b66.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_56b66.dir/CMakeCCompilerABI.c.o -o cmTC_56b66 -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.3.1-14ubuntu2.1' --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.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1)
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_56b66' '-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/ccLn50XG.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_56b66 /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_56b66.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/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_56b66/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_56b66.dir/build.make CMakeFiles/cmTC_56b66.dir/build]
ignore line: [make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_56b66.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_56b66.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_56b66]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56b66.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_56b66.dir/CMakeCCompilerABI.c.o -o cmTC_56b66 -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.3.1-14ubuntu2.1' --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.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ]
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_56b66' '-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/ccLn50XG.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_56b66 /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_56b66.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/ccLn50XG.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_56b66] ==> 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_56b66.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/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bec15/fast"
/usr/bin/make -f CMakeFiles/cmTC_bec15.dir/build.make CMakeFiles/cmTC_bec15.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bec15.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_bec15.dir/feature_tests.c.o -c /home/dom/src/ViZDoom/CMakeFiles/feature_tests.c
Linking C executable cmTC_bec15
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bec15.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_bec15.dir/feature_tests.c.o -o cmTC_bec15 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/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/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_39337/fast"
/usr/bin/make -f CMakeFiles/cmTC_39337.dir/build.make CMakeFiles/cmTC_39337.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_39337.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_39337.dir/feature_tests.c.o -c /home/dom/src/ViZDoom/CMakeFiles/feature_tests.c
Linking C executable cmTC_39337
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_39337.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_39337.dir/feature_tests.c.o -o cmTC_39337 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/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/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_81bac/fast"
/usr/bin/make -f CMakeFiles/cmTC_81bac.dir/build.make CMakeFiles/cmTC_81bac.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_81bac.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_81bac.dir/feature_tests.c.o -c /home/dom/src/ViZDoom/CMakeFiles/feature_tests.c
Linking C executable cmTC_81bac
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81bac.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_81bac.dir/feature_tests.c.o -o cmTC_81bac -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_85f51/fast"
/usr/bin/make -f CMakeFiles/cmTC_85f51.dir/build.make CMakeFiles/cmTC_85f51.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_85f51.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_85f51.dir/testCXXCompiler.cxx.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_85f51
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85f51.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_85f51.dir/testCXXCompiler.cxx.o -o cmTC_85f51 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_71bf9/fast"
/usr/bin/make -f CMakeFiles/cmTC_71bf9.dir/build.make CMakeFiles/cmTC_71bf9.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_71bf9.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_71bf9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_71bf9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71bf9.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_71bf9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_71bf9 -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.3.1-14ubuntu2.1' --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.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1)
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_71bf9' '-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/ccTHejmC.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_71bf9 /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_71bf9.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/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_71bf9/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_71bf9.dir/build.make CMakeFiles/cmTC_71bf9.dir/build]
ignore line: [make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_71bf9.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_71bf9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_71bf9]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71bf9.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_71bf9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_71bf9 -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.3.1-14ubuntu2.1' --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.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ]
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_71bf9' '-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/ccTHejmC.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_71bf9 /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_71bf9.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/ccTHejmC.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_71bf9] ==> 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_71bf9.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/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_14c4e/fast"
/usr/bin/make -f CMakeFiles/cmTC_14c4e.dir/build.make CMakeFiles/cmTC_14c4e.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_14c4e.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_14c4e.dir/feature_tests.cxx.o -c /home/dom/src/ViZDoom/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_14c4e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_14c4e.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_14c4e.dir/feature_tests.cxx.o -o cmTC_14c4e -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/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/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d79de/fast"
/usr/bin/make -f CMakeFiles/cmTC_d79de.dir/build.make CMakeFiles/cmTC_d79de.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d79de.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_d79de.dir/feature_tests.cxx.o -c /home/dom/src/ViZDoom/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_d79de
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d79de.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_d79de.dir/feature_tests.cxx.o -o cmTC_d79de -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/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/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e7eba/fast"
/usr/bin/make -f CMakeFiles/cmTC_e7eba.dir/build.make CMakeFiles/cmTC_e7eba.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e7eba.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_e7eba.dir/feature_tests.cxx.o -c /home/dom/src/ViZDoom/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_e7eba
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e7eba.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_e7eba.dir/feature_tests.cxx.o -o cmTC_e7eba -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_09082/fast"
/usr/bin/make -f CMakeFiles/cmTC_09082.dir/build.make CMakeFiles/cmTC_09082.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_09082.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_09082.dir/CheckIncludeFile.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_09082
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09082.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_09082.dir/CheckIncludeFile.c.o -o cmTC_09082 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4b64f/fast"
/usr/bin/make -f CMakeFiles/cmTC_4b64f.dir/build.make CMakeFiles/cmTC_4b64f.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4b64f.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_4b64f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_4b64f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b64f.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_4b64f.dir/CheckFunctionExists.c.o -o cmTC_4b64f -rdynamic -lpthread
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining if the BZ2_bzCompressInit exist passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4404f/fast"
/usr/bin/make -f CMakeFiles/cmTC_4404f.dir/build.make CMakeFiles/cmTC_4404f.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4404f.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_4404f.dir/CheckSymbolExists.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_4404f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4404f.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_4404f.dir/CheckSymbolExists.c.o -o cmTC_4404f -rdynamic /usr/lib/x86_64-linux-gnu/libbz2.so
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
File /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <bzlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef BZ2_bzCompressInit
return ((int*)(&BZ2_bzCompressInit))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_NO_ARRAY_BOUNDS succeeded with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_846f2/fast"
/usr/bin/make -f CMakeFiles/cmTC_846f2.dir/build.make CMakeFiles/cmTC_846f2.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_846f2.dir/src.cxx.o
/usr/bin/c++ -Wall -Wextra -fomit-frame-pointer -DHAVE_NO_ARRAY_BOUNDS -Wno-array-bounds -o CMakeFiles/cmTC_846f2.dir/src.cxx.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_846f2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_846f2.dir/link.txt --verbose=1
/usr/bin/c++ -Wall -Wextra -fomit-frame-pointer -DHAVE_NO_ARRAY_BOUNDS CMakeFiles/cmTC_846f2.dir/src.cxx.o -o cmTC_846f2 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test __LIBGME_TEST_VISIBILITY succeeded with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_09745/fast"
/usr/bin/make -f CMakeFiles/cmTC_09745.dir/build.make CMakeFiles/cmTC_09745.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_09745.dir/src.cxx.o
/usr/bin/c++ -Wall -Wextra -fomit-frame-pointer -Wno-array-bounds -D__LIBGME_TEST_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTC_09745.dir/src.cxx.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_09745
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09745.dir/link.txt --verbose=1
/usr/bin/c++ -Wall -Wextra -fomit-frame-pointer -Wno-array-bounds -D__LIBGME_TEST_VISIBILITY CMakeFiles/cmTC_09745.dir/src.cxx.o -o cmTC_09745 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Determining if the function strdup exists passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f68b5/fast"
/usr/bin/make -f CMakeFiles/cmTC_f68b5.dir/build.make CMakeFiles/cmTC_f68b5.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f68b5.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTC_f68b5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function ‘strdup’
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
char CHECK_FUNCTION_EXISTS();
^
Linking C executable cmTC_f68b5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f68b5.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=strdup CMakeFiles/cmTC_f68b5.dir/CheckFunctionExists.c.o -o cmTC_f68b5 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining if the function strndup exists passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_96c37/fast"
/usr/bin/make -f CMakeFiles/cmTC_96c37.dir/build.make CMakeFiles/cmTC_96c37.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_96c37.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=strndup -o CMakeFiles/cmTC_96c37.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function ‘strndup’
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
char CHECK_FUNCTION_EXISTS();
^
Linking C executable cmTC_96c37
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96c37.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=strndup CMakeFiles/cmTC_96c37.dir/CheckFunctionExists.c.o -o cmTC_96c37 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8111c/fast"
/usr/bin/make -f CMakeFiles/cmTC_8111c.dir/build.make CMakeFiles/cmTC_8111c.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8111c.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_8111c.dir/CheckIncludeFile.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_8111c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8111c.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_8111c.dir/CheckIncludeFile.c.o -o cmTC_8111c -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining if the include file stdint.h exists passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_537a6/fast"
/usr/bin/make -f CMakeFiles/cmTC_537a6.dir/build.make CMakeFiles/cmTC_537a6.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_537a6.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_537a6.dir/CheckIncludeFile.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_537a6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_537a6.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_537a6.dir/CheckIncludeFile.c.o -o cmTC_537a6 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ccd24/fast"
/usr/bin/make -f CMakeFiles/cmTC_ccd24.dir/build.make CMakeFiles/cmTC_ccd24.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ccd24.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_ccd24.dir/CheckIncludeFile.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_ccd24
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ccd24.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_ccd24.dir/CheckIncludeFile.c.o -o cmTC_ccd24 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining size of char passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9758c/fast"
/usr/bin/make -f CMakeFiles/cmTC_9758c.dir/build.make CMakeFiles/cmTC_9758c.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9758c.dir/SIZEOF_CHAR.c.o
/usr/bin/cc -o CMakeFiles/cmTC_9758c.dir/SIZEOF_CHAR.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CheckTypeSize/SIZEOF_CHAR.c
Linking C executable cmTC_9758c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9758c.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_9758c.dir/SIZEOF_CHAR.c.o -o cmTC_9758c -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining size of short passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b31e8/fast"
/usr/bin/make -f CMakeFiles/cmTC_b31e8.dir/build.make CMakeFiles/cmTC_b31e8.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b31e8.dir/SIZEOF_SHORT.c.o
/usr/bin/cc -o CMakeFiles/cmTC_b31e8.dir/SIZEOF_SHORT.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CheckTypeSize/SIZEOF_SHORT.c
Linking C executable cmTC_b31e8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b31e8.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_b31e8.dir/SIZEOF_SHORT.c.o -o cmTC_b31e8 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining size of int passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1e1e9/fast"
/usr/bin/make -f CMakeFiles/cmTC_1e1e9.dir/build.make CMakeFiles/cmTC_1e1e9.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1e1e9.dir/SIZEOF_INT.c.o
/usr/bin/cc -o CMakeFiles/cmTC_1e1e9.dir/SIZEOF_INT.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CheckTypeSize/SIZEOF_INT.c
Linking C executable cmTC_1e1e9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e1e9.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_1e1e9.dir/SIZEOF_INT.c.o -o cmTC_1e1e9 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Determining size of long passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a1347/fast"
/usr/bin/make -f CMakeFiles/cmTC_a1347.dir/build.make CMakeFiles/cmTC_a1347.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a1347.dir/SIZEOF_LONG.c.o
/usr/bin/cc -o CMakeFiles/cmTC_a1347.dir/SIZEOF_LONG.c.o -c /home/dom/src/ViZDoom/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c
Linking C executable cmTC_a1347
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1347.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_a1347.dir/SIZEOF_LONG.c.o -o cmTC_a1347 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test DUMB_CAN_USE_SSE succeeded with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_72fdb/fast"
/usr/bin/make -f CMakeFiles/cmTC_72fdb.dir/build.make CMakeFiles/cmTC_72fdb.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_72fdb.dir/src.cxx.o
/usr/bin/c++ -DDUMB_CAN_USE_SSE -msse -o CMakeFiles/cmTC_72fdb.dir/src.cxx.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_72fdb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72fdb.dir/link.txt --verbose=1
/usr/bin/c++ -DDUMB_CAN_USE_SSE CMakeFiles/cmTC_72fdb.dir/src.cxx.o -o cmTC_72fdb -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Determining if the function clock_gettime exists in the rt passed with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9313e/fast"
/usr/bin/make -f CMakeFiles/cmTC_9313e.dir/build.make CMakeFiles/cmTC_9313e.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9313e.dir/CheckFunctionExists.c.o
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_9313e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_9313e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9313e.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTC_9313e.dir/CheckFunctionExists.c.o -o cmTC_9313e -rdynamic -lrt
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test HAS_VA_COPY succeeded with the following output:
Change Dir: /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_db740/fast"
/usr/bin/make -f CMakeFiles/cmTC_db740.dir/build.make CMakeFiles/cmTC_db740.dir/build
make[1]: Entering directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_db740.dir/src.cxx.o
/usr/bin/c++ -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DHAS_VA_COPY -o CMakeFiles/cmTC_db740.dir/src.cxx.o -c /home/dom/src/ViZDoom/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_db740
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db740.dir/link.txt --verbose=1
/usr/bin/c++ -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -DHAS_VA_COPY CMakeFiles/cmTC_db740.dir/src.cxx.o -o cmTC_db740 -rdynamic
make[1]: Leaving directory '/home/dom/src/ViZDoom/CMakeFiles/CMakeTmp'
Source file was:
#include <stdarg.h>
int main() { va_list list1, list2; va_copy(list1, list2); return 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment