Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.58 KB | None | 0 0
  1. CMake log:
  2. The C compiler identification is GNU 6.3.1
  3. The CXX compiler identification is GNU 6.3.1
  4. Check for working C compiler: /home/user/Documents/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc
  5. Check for working C compiler: /home/user/Documents/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc -- works
  6. Detecting C compiler ABI info
  7. Detecting C compiler ABI info - done
  8. Detecting C compile features
  9. Detecting C compile features - done
  10. Check for working CXX compiler: /home/user/Documents/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++
  11. Check for working CXX compiler: /home/user/Documents/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++ -- works
  12. Detecting CXX compiler ABI info
  13. Detecting CXX compiler ABI info - done
  14. Detecting CXX compile features
  15. Detecting CXX compile features - done
  16. CMake Error at CMakeLists.txt:30 (include):
  17. include could not find load file:
  18.  
  19. IMPORTFILE-NOTFOUND
  20.  
  21.  
  22. Could NOT find BZip2 (missing: BZIP2_LIBRARIES) (found version "1.0.6")
  23. Could NOT find JPEG (missing: JPEG_LIBRARY)
  24. Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.11")
  25. Could NOT find GME (missing: GME_LIBRARIES)
  26. Using internal zlib
  27. Looking for sys/types.h
  28. Looking for sys/types.h - found
  29. Looking for stdint.h
  30. Looking for stdint.h - found
  31. Looking for stddef.h
  32. Looking for stddef.h - found
  33. Check size of off64_t
  34. Check size of off64_t - done
  35. Looking for fseeko
  36. Looking for fseeko - found
  37. Looking for unistd.h
  38. Looking for unistd.h - found
  39. Using internal jpeg library
  40. Using internal bzip2 library
  41. Using internal gme library
  42. Performing Test HAVE_NO_ARRAY_BOUNDS
  43. Performing Test HAVE_NO_ARRAY_BOUNDS - Success
  44. Performing Test __LIBGME_TEST_VISIBILITY
  45. Performing Test __LIBGME_TEST_VISIBILITY - Success
  46. CMake Warning (dev) at tools/lemon/CMakeLists.txt:11 (add_custom_command):
  47. Policy CMP0040 is not set: The target in the TARGET signature of
  48. add_custom_command() must exist. Run "cmake --help-policy CMP0040" for
  49. policy details. Use the cmake_policy command to set the policy and
  50. suppress this warning.
  51.  
  52. No TARGET 'lemon' has been created in this directory.
  53. This warning is for project developers. Use -Wno-dev to suppress it.
  54.  
  55. Looking for itoa
  56. Looking for itoa - not found
  57. Performing Test DUMB_CAN_USE_SSE
  58. Performing Test DUMB_CAN_USE_SSE - Failed
  59. Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  60. Checking for module 'gtk+-3.0'
  61. Found gtk+-3.0, version 3.22.11
  62. Looking for pthread.h
  63. Looking for pthread.h - found
  64. Looking for pthread_create
  65. Looking for pthread_create - not found
  66. Looking for pthread_create in pthreads
  67. Looking for pthread_create in pthreads - not found
  68. Looking for pthread_create in pthread
  69. Looking for pthread_create in pthread - found
  70. Found Threads: TRUE
  71. Found SDL2: /usr/local/lib/libSDL2main.a;/usr/local/lib/libSDL2.so;-lpthread
  72. Could NOT find FluidSynth (missing: FLUIDSYNTH_LIBRARIES)
  73. Performing Test HAVE_MMX
  74. Performing Test HAVE_MMX - Failed
  75. Performing Test HAVE_PARALLEL_FOR
  76. Performing Test HAVE_PARALLEL_FOR - Failed
  77. Performing Test HAVE_DISPATCH_APPLY
  78. Performing Test HAVE_DISPATCH_APPLY - Failed
  79. Performing Test CAN_DO_CPP14
  80. Performing Test CAN_DO_CPP14 - Success
  81. Looking for filelength
  82. Looking for filelength - not found
  83. Looking for strupr
  84. Looking for strupr - not found
  85. Looking for stricmp
  86. Looking for stricmp - not found
  87. Looking for strnicmp
  88. Looking for strnicmp - not found
  89. Looking for clock_gettime in rt
  90. Looking for clock_gettime in rt - found
  91. Fluid synth libs: FLUIDSYNTH_LIBRARIES-NOTFOUND
  92. Try OpenMP C flag = [-fopenmp]
  93. Performing Test OpenMP_FLAG_DETECTED
  94. Performing Test OpenMP_FLAG_DETECTED - Success
  95. Try OpenMP CXX flag = [-fopenmp]
  96. Performing Test OpenMP_FLAG_DETECTED
  97. Performing Test OpenMP_FLAG_DETECTED - Success
  98. Found OpenMP: -fopenmp
  99. Configuring incomplete, errors occurred!
  100. See also "/home/danil/Desktop/gzdoom/CMakeFiles/CMakeOutput.log".
  101. See also "/home/danil/Desktop/gzdoom/CMakeFiles/CMakeError.log".
  102.  
  103.  
  104. CMakeOutput.log:
  105.  
  106.  
  107. The system is: Linux - 4.10.0-26-generic - x86_64
  108. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  109. Compiler: /usr/bin/cc
  110. Build flags:
  111. Id flags:
  112.  
  113. The output was:
  114. 0
  115.  
  116.  
  117. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
  118.  
  119. The C compiler identification is GNU, found in "/home/danil/gzdoom/CMakeFiles/3.7.2/CompilerIdC/a.out"
  120.  
  121. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  122. Compiler: /usr/bin/c++
  123. Build flags:
  124. Id flags:
  125.  
  126. The output was:
  127. 0
  128.  
  129.  
  130. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
  131.  
  132. The CXX compiler identification is GNU, found in "/home/danil/gzdoom/CMakeFiles/3.7.2/CompilerIdCXX/a.out"
  133.  
  134. Determining if the C compiler works passed with the following output:
  135. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  136.  
  137. Run Build Command:"/usr/bin/make" "cmTC_10bec/fast"
  138. /usr/bin/make -f CMakeFiles/cmTC_10bec.dir/build.make CMakeFiles/cmTC_10bec.dir/build
  139. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  140. Building C object CMakeFiles/cmTC_10bec.dir/testCCompiler.c.o
  141. /usr/bin/cc -o CMakeFiles/cmTC_10bec.dir/testCCompiler.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/testCCompiler.c
  142. Linking C executable cmTC_10bec
  143. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10bec.dir/link.txt --verbose=1
  144. /usr/bin/cc CMakeFiles/cmTC_10bec.dir/testCCompiler.c.o -o cmTC_10bec -rdynamic
  145. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  146.  
  147.  
  148. Detecting C compiler ABI info compiled with the following output:
  149. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  150.  
  151. Run Build Command:"/usr/bin/make" "cmTC_61f71/fast"
  152. /usr/bin/make -f CMakeFiles/cmTC_61f71.dir/build.make CMakeFiles/cmTC_61f71.dir/build
  153. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  154. Building C object CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o
  155. /usr/bin/cc -o CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.7/Modules/CMakeCCompilerABI.c
  156. Linking C executable cmTC_61f71
  157. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61f71.dir/link.txt --verbose=1
  158. /usr/bin/cc -v CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -o cmTC_61f71 -rdynamic
  159. Using built-in specs.
  160. COLLECT_GCC=/usr/bin/cc
  161. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  162. Target: x86_64-linux-gnu
  163. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --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 --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --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
  164. Thread model: posix
  165. gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)
  166. COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/
  167. LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../:/lib/:/usr/lib/
  168. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_61f71' '-rdynamic' '-mtune=generic' '-march=x86-64'
  169. /usr/lib/gcc/x86_64-linux-gnu/6/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjhaY0d.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 -pie -z now -z relro -o cmTC_61f71 /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../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/6/../../.. CMakeFiles/cmTC_61f71.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/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o
  170. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_61f71' '-rdynamic' '-mtune=generic' '-march=x86-64'
  171. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  172.  
  173.  
  174. Parsed C implicit link information from above output:
  175. link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  176. ignore line: [Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp]
  177. ignore line: []
  178. ignore line: [Run Build Command:"/usr/bin/make" "cmTC_61f71/fast"]
  179. ignore line: [/usr/bin/make -f CMakeFiles/cmTC_61f71.dir/build.make CMakeFiles/cmTC_61f71.dir/build]
  180. ignore line: [make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp']
  181. ignore line: [Building C object CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o]
  182. ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.7/Modules/CMakeCCompilerABI.c]
  183. ignore line: [Linking C executable cmTC_61f71]
  184. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61f71.dir/link.txt --verbose=1]
  185. ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -o cmTC_61f71 -rdynamic ]
  186. ignore line: [Using built-in specs.]
  187. ignore line: [COLLECT_GCC=/usr/bin/cc]
  188. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper]
  189. ignore line: [Target: x86_64-linux-gnu]
  190. ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --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 --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --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]
  191. ignore line: [Thread model: posix]
  192. ignore line: [gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) ]
  193. ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/]
  194. ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../:/lib/:/usr/lib/]
  195. ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_61f71' '-rdynamic' '-mtune=generic' '-march=x86-64']
  196. link line: [ /usr/lib/gcc/x86_64-linux-gnu/6/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjhaY0d.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 -pie -z now -z relro -o cmTC_61f71 /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../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/6/../../.. CMakeFiles/cmTC_61f71.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/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o]
  197. arg [/usr/lib/gcc/x86_64-linux-gnu/6/collect2] ==> ignore
  198. arg [-plugin] ==> ignore
  199. arg [/usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so] ==> ignore
  200. arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper] ==> ignore
  201. arg [-plugin-opt=-fresolution=/tmp/ccjhaY0d.res] ==> ignore
  202. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  203. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  204. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  205. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  206. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  207. arg [--sysroot=/] ==> ignore
  208. arg [--build-id] ==> ignore
  209. arg [--eh-frame-hdr] ==> ignore
  210. arg [-m] ==> ignore
  211. arg [elf_x86_64] ==> ignore
  212. arg [--hash-style=gnu] ==> ignore
  213. arg [--as-needed] ==> ignore
  214. arg [-export-dynamic] ==> ignore
  215. arg [-dynamic-linker] ==> ignore
  216. arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
  217. arg [-pie] ==> ignore
  218. arg [-znow] ==> ignore
  219. arg [-zrelro] ==> ignore
  220. arg [-o] ==> ignore
  221. arg [cmTC_61f71] ==> ignore
  222. arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
  223. arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o] ==> ignore
  224. arg [/usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o] ==> ignore
  225. arg [-L/usr/lib/gcc/x86_64-linux-gnu/6] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6]
  226. arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu]
  227. arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib]
  228. arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
  229. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  230. arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
  231. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  232. arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../..]
  233. arg [CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o] ==> ignore
  234. arg [-lgcc] ==> lib [gcc]
  235. arg [--as-needed] ==> ignore
  236. arg [-lgcc_s] ==> lib [gcc_s]
  237. arg [--no-as-needed] ==> ignore
  238. arg [-lc] ==> lib [c]
  239. arg [-lgcc] ==> lib [gcc]
  240. arg [--as-needed] ==> ignore
  241. arg [-lgcc_s] ==> lib [gcc_s]
  242. arg [--no-as-needed] ==> ignore
  243. arg [/usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o] ==> ignore
  244. arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o] ==> ignore
  245. remove lib [gcc]
  246. remove lib [gcc_s]
  247. remove lib [gcc]
  248. remove lib [gcc_s]
  249. collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6] ==> [/usr/lib/gcc/x86_64-linux-gnu/6]
  250. collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  251. collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib] ==> [/usr/lib]
  252. collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  253. collapse library dir [/lib/../lib] ==> [/lib]
  254. collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  255. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  256. collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../..] ==> [/usr/lib]
  257. implicit libs: [c]
  258. implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/6;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
  259. implicit fwks: []
  260.  
  261.  
  262.  
  263.  
  264. Detecting C [-std=c11] compiler features compiled with the following output:
  265. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  266.  
  267. Run Build Command:"/usr/bin/make" "cmTC_267a5/fast"
  268. /usr/bin/make -f CMakeFiles/cmTC_267a5.dir/build.make CMakeFiles/cmTC_267a5.dir/build
  269. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  270. Building C object CMakeFiles/cmTC_267a5.dir/feature_tests.c.o
  271. /usr/bin/cc -std=c11 -o CMakeFiles/cmTC_267a5.dir/feature_tests.c.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.c
  272. Linking C executable cmTC_267a5
  273. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_267a5.dir/link.txt --verbose=1
  274. /usr/bin/cc CMakeFiles/cmTC_267a5.dir/feature_tests.c.o -o cmTC_267a5 -rdynamic
  275. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  276.  
  277.  
  278. Feature record: C_FEATURE:1c_function_prototypes
  279. Feature record: C_FEATURE:1c_restrict
  280. Feature record: C_FEATURE:1c_static_assert
  281. Feature record: C_FEATURE:1c_variadic_macros
  282.  
  283.  
  284. Detecting C [-std=c99] compiler features compiled with the following output:
  285. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  286.  
  287. Run Build Command:"/usr/bin/make" "cmTC_502b1/fast"
  288. /usr/bin/make -f CMakeFiles/cmTC_502b1.dir/build.make CMakeFiles/cmTC_502b1.dir/build
  289. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  290. Building C object CMakeFiles/cmTC_502b1.dir/feature_tests.c.o
  291. /usr/bin/cc -std=c99 -o CMakeFiles/cmTC_502b1.dir/feature_tests.c.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.c
  292. Linking C executable cmTC_502b1
  293. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_502b1.dir/link.txt --verbose=1
  294. /usr/bin/cc CMakeFiles/cmTC_502b1.dir/feature_tests.c.o -o cmTC_502b1 -rdynamic
  295. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  296.  
  297.  
  298. Feature record: C_FEATURE:1c_function_prototypes
  299. Feature record: C_FEATURE:1c_restrict
  300. Feature record: C_FEATURE:0c_static_assert
  301. Feature record: C_FEATURE:1c_variadic_macros
  302.  
  303.  
  304. Detecting C [-std=c90] compiler features compiled with the following output:
  305. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  306.  
  307. Run Build Command:"/usr/bin/make" "cmTC_ce049/fast"
  308. /usr/bin/make -f CMakeFiles/cmTC_ce049.dir/build.make CMakeFiles/cmTC_ce049.dir/build
  309. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  310. Building C object CMakeFiles/cmTC_ce049.dir/feature_tests.c.o
  311. /usr/bin/cc -std=c90 -o CMakeFiles/cmTC_ce049.dir/feature_tests.c.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.c
  312. Linking C executable cmTC_ce049
  313. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ce049.dir/link.txt --verbose=1
  314. /usr/bin/cc CMakeFiles/cmTC_ce049.dir/feature_tests.c.o -o cmTC_ce049 -rdynamic
  315. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  316.  
  317.  
  318. Feature record: C_FEATURE:1c_function_prototypes
  319. Feature record: C_FEATURE:0c_restrict
  320. Feature record: C_FEATURE:0c_static_assert
  321. Feature record: C_FEATURE:0c_variadic_macros
  322. Determining if the CXX compiler works passed with the following output:
  323. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  324.  
  325. Run Build Command:"/usr/bin/make" "cmTC_c4836/fast"
  326. /usr/bin/make -f CMakeFiles/cmTC_c4836.dir/build.make CMakeFiles/cmTC_c4836.dir/build
  327. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  328. Building CXX object CMakeFiles/cmTC_c4836.dir/testCXXCompiler.cxx.o
  329. /usr/bin/c++ -o CMakeFiles/cmTC_c4836.dir/testCXXCompiler.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
  330. Linking CXX executable cmTC_c4836
  331. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c4836.dir/link.txt --verbose=1
  332. /usr/bin/c++ CMakeFiles/cmTC_c4836.dir/testCXXCompiler.cxx.o -o cmTC_c4836 -rdynamic
  333. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  334.  
  335.  
  336. Detecting CXX compiler ABI info compiled with the following output:
  337. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  338.  
  339. Run Build Command:"/usr/bin/make" "cmTC_96f4f/fast"
  340. /usr/bin/make -f CMakeFiles/cmTC_96f4f.dir/build.make CMakeFiles/cmTC_96f4f.dir/build
  341. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  342. Building CXX object CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o
  343. /usr/bin/c++ -o CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp
  344. Linking CXX executable cmTC_96f4f
  345. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96f4f.dir/link.txt --verbose=1
  346. /usr/bin/c++ -v CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_96f4f -rdynamic
  347. Using built-in specs.
  348. COLLECT_GCC=/usr/bin/c++
  349. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  350. Target: x86_64-linux-gnu
  351. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --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 --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --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
  352. Thread model: posix
  353. gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)
  354. COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/
  355. LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../:/lib/:/usr/lib/
  356. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_96f4f' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  357. /usr/lib/gcc/x86_64-linux-gnu/6/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvKXJqO.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 -pie -z now -z relro -o cmTC_96f4f /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../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/6/../../.. CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o
  358. COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_96f4f' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  359. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  360.  
  361.  
  362. Parsed CXX implicit link information from above output:
  363. link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  364. ignore line: [Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp]
  365. ignore line: []
  366. ignore line: [Run Build Command:"/usr/bin/make" "cmTC_96f4f/fast"]
  367. ignore line: [/usr/bin/make -f CMakeFiles/cmTC_96f4f.dir/build.make CMakeFiles/cmTC_96f4f.dir/build]
  368. ignore line: [make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp']
  369. ignore line: [Building CXX object CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o]
  370. ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp]
  371. ignore line: [Linking CXX executable cmTC_96f4f]
  372. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96f4f.dir/link.txt --verbose=1]
  373. ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_96f4f -rdynamic ]
  374. ignore line: [Using built-in specs.]
  375. ignore line: [COLLECT_GCC=/usr/bin/c++]
  376. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper]
  377. ignore line: [Target: x86_64-linux-gnu]
  378. ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --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 --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --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]
  379. ignore line: [Thread model: posix]
  380. ignore line: [gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) ]
  381. ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/]
  382. ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../:/lib/:/usr/lib/]
  383. ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_96f4f' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  384. link line: [ /usr/lib/gcc/x86_64-linux-gnu/6/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvKXJqO.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 -pie -z now -z relro -o cmTC_96f4f /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../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/6/../../.. CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o]
  385. arg [/usr/lib/gcc/x86_64-linux-gnu/6/collect2] ==> ignore
  386. arg [-plugin] ==> ignore
  387. arg [/usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so] ==> ignore
  388. arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper] ==> ignore
  389. arg [-plugin-opt=-fresolution=/tmp/ccvKXJqO.res] ==> ignore
  390. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  391. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  392. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  393. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  394. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  395. arg [--sysroot=/] ==> ignore
  396. arg [--build-id] ==> ignore
  397. arg [--eh-frame-hdr] ==> ignore
  398. arg [-m] ==> ignore
  399. arg [elf_x86_64] ==> ignore
  400. arg [--hash-style=gnu] ==> ignore
  401. arg [--as-needed] ==> ignore
  402. arg [-export-dynamic] ==> ignore
  403. arg [-dynamic-linker] ==> ignore
  404. arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
  405. arg [-pie] ==> ignore
  406. arg [-znow] ==> ignore
  407. arg [-zrelro] ==> ignore
  408. arg [-o] ==> ignore
  409. arg [cmTC_96f4f] ==> ignore
  410. arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
  411. arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o] ==> ignore
  412. arg [/usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o] ==> ignore
  413. arg [-L/usr/lib/gcc/x86_64-linux-gnu/6] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6]
  414. arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu]
  415. arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib]
  416. arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
  417. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  418. arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
  419. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  420. arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../..]
  421. arg [CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
  422. arg [-lstdc++] ==> lib [stdc++]
  423. arg [-lm] ==> lib [m]
  424. arg [-lgcc_s] ==> lib [gcc_s]
  425. arg [-lgcc] ==> lib [gcc]
  426. arg [-lc] ==> lib [c]
  427. arg [-lgcc_s] ==> lib [gcc_s]
  428. arg [-lgcc] ==> lib [gcc]
  429. arg [/usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o] ==> ignore
  430. arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o] ==> ignore
  431. remove lib [gcc_s]
  432. remove lib [gcc]
  433. remove lib [gcc_s]
  434. remove lib [gcc]
  435. collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6] ==> [/usr/lib/gcc/x86_64-linux-gnu/6]
  436. collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  437. collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib] ==> [/usr/lib]
  438. collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  439. collapse library dir [/lib/../lib] ==> [/lib]
  440. collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  441. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  442. collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../..] ==> [/usr/lib]
  443. implicit libs: [stdc++;m;c]
  444. implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/6;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
  445. implicit fwks: []
  446.  
  447.  
  448.  
  449.  
  450. Detecting CXX [-std=c++14] compiler features compiled with the following output:
  451. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  452.  
  453. Run Build Command:"/usr/bin/make" "cmTC_df9cb/fast"
  454. /usr/bin/make -f CMakeFiles/cmTC_df9cb.dir/build.make CMakeFiles/cmTC_df9cb.dir/build
  455. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  456. Building CXX object CMakeFiles/cmTC_df9cb.dir/feature_tests.cxx.o
  457. /usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_df9cb.dir/feature_tests.cxx.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.cxx
  458. Linking CXX executable cmTC_df9cb
  459. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df9cb.dir/link.txt --verbose=1
  460. /usr/bin/c++ CMakeFiles/cmTC_df9cb.dir/feature_tests.cxx.o -o cmTC_df9cb -rdynamic
  461. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  462.  
  463.  
  464. Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  465. Feature record: CXX_FEATURE:1cxx_alias_templates
  466. Feature record: CXX_FEATURE:1cxx_alignas
  467. Feature record: CXX_FEATURE:1cxx_alignof
  468. Feature record: CXX_FEATURE:1cxx_attributes
  469. Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  470. Feature record: CXX_FEATURE:1cxx_auto_type
  471. Feature record: CXX_FEATURE:1cxx_binary_literals
  472. Feature record: CXX_FEATURE:1cxx_constexpr
  473. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  474. Feature record: CXX_FEATURE:1cxx_decltype
  475. Feature record: CXX_FEATURE:1cxx_decltype_auto
  476. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  477. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  478. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  479. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  480. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  481. Feature record: CXX_FEATURE:1cxx_deleted_functions
  482. Feature record: CXX_FEATURE:1cxx_digit_separators
  483. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  484. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  485. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  486. Feature record: CXX_FEATURE:1cxx_extern_templates
  487. Feature record: CXX_FEATURE:1cxx_final
  488. Feature record: CXX_FEATURE:1cxx_func_identifier
  489. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  490. Feature record: CXX_FEATURE:1cxx_generic_lambdas
  491. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  492. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  493. Feature record: CXX_FEATURE:1cxx_lambdas
  494. Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  495. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  496. Feature record: CXX_FEATURE:1cxx_long_long_type
  497. Feature record: CXX_FEATURE:1cxx_noexcept
  498. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  499. Feature record: CXX_FEATURE:1cxx_nullptr
  500. Feature record: CXX_FEATURE:1cxx_override
  501. Feature record: CXX_FEATURE:1cxx_range_for
  502. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  503. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  504. Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
  505. Feature record: CXX_FEATURE:1cxx_return_type_deduction
  506. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  507. Feature record: CXX_FEATURE:1cxx_rvalue_references
  508. Feature record: CXX_FEATURE:1cxx_sizeof_member
  509. Feature record: CXX_FEATURE:1cxx_static_assert
  510. Feature record: CXX_FEATURE:1cxx_strong_enums
  511. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  512. Feature record: CXX_FEATURE:1cxx_thread_local
  513. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  514. Feature record: CXX_FEATURE:1cxx_unicode_literals
  515. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  516. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  517. Feature record: CXX_FEATURE:1cxx_user_literals
  518. Feature record: CXX_FEATURE:1cxx_variable_templates
  519. Feature record: CXX_FEATURE:1cxx_variadic_macros
  520. Feature record: CXX_FEATURE:1cxx_variadic_templates
  521.  
  522.  
  523. Detecting CXX [-std=c++11] compiler features compiled with the following output:
  524. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  525.  
  526. Run Build Command:"/usr/bin/make" "cmTC_1b41e/fast"
  527. /usr/bin/make -f CMakeFiles/cmTC_1b41e.dir/build.make CMakeFiles/cmTC_1b41e.dir/build
  528. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  529. Building CXX object CMakeFiles/cmTC_1b41e.dir/feature_tests.cxx.o
  530. /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_1b41e.dir/feature_tests.cxx.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.cxx
  531. Linking CXX executable cmTC_1b41e
  532. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b41e.dir/link.txt --verbose=1
  533. /usr/bin/c++ CMakeFiles/cmTC_1b41e.dir/feature_tests.cxx.o -o cmTC_1b41e -rdynamic
  534. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  535.  
  536.  
  537. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  538. Feature record: CXX_FEATURE:1cxx_alias_templates
  539. Feature record: CXX_FEATURE:1cxx_alignas
  540. Feature record: CXX_FEATURE:1cxx_alignof
  541. Feature record: CXX_FEATURE:1cxx_attributes
  542. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  543. Feature record: CXX_FEATURE:1cxx_auto_type
  544. Feature record: CXX_FEATURE:0cxx_binary_literals
  545. Feature record: CXX_FEATURE:1cxx_constexpr
  546. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  547. Feature record: CXX_FEATURE:1cxx_decltype
  548. Feature record: CXX_FEATURE:0cxx_decltype_auto
  549. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  550. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  551. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  552. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  553. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  554. Feature record: CXX_FEATURE:1cxx_deleted_functions
  555. Feature record: CXX_FEATURE:0cxx_digit_separators
  556. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  557. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  558. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  559. Feature record: CXX_FEATURE:1cxx_extern_templates
  560. Feature record: CXX_FEATURE:1cxx_final
  561. Feature record: CXX_FEATURE:1cxx_func_identifier
  562. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  563. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  564. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  565. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  566. Feature record: CXX_FEATURE:1cxx_lambdas
  567. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  568. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  569. Feature record: CXX_FEATURE:1cxx_long_long_type
  570. Feature record: CXX_FEATURE:1cxx_noexcept
  571. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  572. Feature record: CXX_FEATURE:1cxx_nullptr
  573. Feature record: CXX_FEATURE:1cxx_override
  574. Feature record: CXX_FEATURE:1cxx_range_for
  575. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  576. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  577. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  578. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  579. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  580. Feature record: CXX_FEATURE:1cxx_rvalue_references
  581. Feature record: CXX_FEATURE:1cxx_sizeof_member
  582. Feature record: CXX_FEATURE:1cxx_static_assert
  583. Feature record: CXX_FEATURE:1cxx_strong_enums
  584. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  585. Feature record: CXX_FEATURE:1cxx_thread_local
  586. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  587. Feature record: CXX_FEATURE:1cxx_unicode_literals
  588. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  589. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  590. Feature record: CXX_FEATURE:1cxx_user_literals
  591. Feature record: CXX_FEATURE:0cxx_variable_templates
  592. Feature record: CXX_FEATURE:1cxx_variadic_macros
  593. Feature record: CXX_FEATURE:1cxx_variadic_templates
  594.  
  595.  
  596. Detecting CXX [-std=c++98] compiler features compiled with the following output:
  597. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  598.  
  599. Run Build Command:"/usr/bin/make" "cmTC_39c5a/fast"
  600. /usr/bin/make -f CMakeFiles/cmTC_39c5a.dir/build.make CMakeFiles/cmTC_39c5a.dir/build
  601. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  602. Building CXX object CMakeFiles/cmTC_39c5a.dir/feature_tests.cxx.o
  603. /usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_39c5a.dir/feature_tests.cxx.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.cxx
  604. Linking CXX executable cmTC_39c5a
  605. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_39c5a.dir/link.txt --verbose=1
  606. /usr/bin/c++ CMakeFiles/cmTC_39c5a.dir/feature_tests.cxx.o -o cmTC_39c5a -rdynamic
  607. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  608.  
  609.  
  610. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  611. Feature record: CXX_FEATURE:0cxx_alias_templates
  612. Feature record: CXX_FEATURE:0cxx_alignas
  613. Feature record: CXX_FEATURE:0cxx_alignof
  614. Feature record: CXX_FEATURE:0cxx_attributes
  615. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  616. Feature record: CXX_FEATURE:0cxx_auto_type
  617. Feature record: CXX_FEATURE:0cxx_binary_literals
  618. Feature record: CXX_FEATURE:0cxx_constexpr
  619. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  620. Feature record: CXX_FEATURE:0cxx_decltype
  621. Feature record: CXX_FEATURE:0cxx_decltype_auto
  622. Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
  623. Feature record: CXX_FEATURE:0cxx_default_function_template_args
  624. Feature record: CXX_FEATURE:0cxx_defaulted_functions
  625. Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
  626. Feature record: CXX_FEATURE:0cxx_delegating_constructors
  627. Feature record: CXX_FEATURE:0cxx_deleted_functions
  628. Feature record: CXX_FEATURE:0cxx_digit_separators
  629. Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
  630. Feature record: CXX_FEATURE:0cxx_explicit_conversions
  631. Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
  632. Feature record: CXX_FEATURE:0cxx_extern_templates
  633. Feature record: CXX_FEATURE:0cxx_final
  634. Feature record: CXX_FEATURE:0cxx_func_identifier
  635. Feature record: CXX_FEATURE:0cxx_generalized_initializers
  636. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  637. Feature record: CXX_FEATURE:0cxx_inheriting_constructors
  638. Feature record: CXX_FEATURE:0cxx_inline_namespaces
  639. Feature record: CXX_FEATURE:0cxx_lambdas
  640. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  641. Feature record: CXX_FEATURE:0cxx_local_type_template_args
  642. Feature record: CXX_FEATURE:0cxx_long_long_type
  643. Feature record: CXX_FEATURE:0cxx_noexcept
  644. Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
  645. Feature record: CXX_FEATURE:0cxx_nullptr
  646. Feature record: CXX_FEATURE:0cxx_override
  647. Feature record: CXX_FEATURE:0cxx_range_for
  648. Feature record: CXX_FEATURE:0cxx_raw_string_literals
  649. Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
  650. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  651. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  652. Feature record: CXX_FEATURE:0cxx_right_angle_brackets
  653. Feature record: CXX_FEATURE:0cxx_rvalue_references
  654. Feature record: CXX_FEATURE:0cxx_sizeof_member
  655. Feature record: CXX_FEATURE:0cxx_static_assert
  656. Feature record: CXX_FEATURE:0cxx_strong_enums
  657. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  658. Feature record: CXX_FEATURE:0cxx_thread_local
  659. Feature record: CXX_FEATURE:0cxx_trailing_return_types
  660. Feature record: CXX_FEATURE:0cxx_unicode_literals
  661. Feature record: CXX_FEATURE:0cxx_uniform_initialization
  662. Feature record: CXX_FEATURE:0cxx_unrestricted_unions
  663. Feature record: CXX_FEATURE:0cxx_user_literals
  664. Feature record: CXX_FEATURE:0cxx_variable_templates
  665. Feature record: CXX_FEATURE:0cxx_variadic_macros
  666. Feature record: CXX_FEATURE:0cxx_variadic_templates
  667. Determining if the BZ2_bzCompressInit exist passed with the following output:
  668. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  669.  
  670. Run Build Command:"/usr/bin/make" "cmTC_1be08/fast"
  671. /usr/bin/make -f CMakeFiles/cmTC_1be08.dir/build.make CMakeFiles/cmTC_1be08.dir/build
  672. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  673. Building C object CMakeFiles/cmTC_1be08.dir/CheckSymbolExists.c.o
  674. /usr/bin/cc -o CMakeFiles/cmTC_1be08.dir/CheckSymbolExists.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  675. Linking C executable cmTC_1be08
  676. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1be08.dir/link.txt --verbose=1
  677. /usr/bin/cc CMakeFiles/cmTC_1be08.dir/CheckSymbolExists.c.o -o cmTC_1be08 -rdynamic /usr/lib/x86_64-linux-gnu/libbz2.so
  678. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  679.  
  680. File /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  681. /* */
  682. #include <bzlib.h>
  683.  
  684. int main(int argc, char** argv)
  685. {
  686. (void)argv;
  687. #ifndef BZ2_bzCompressInit
  688. return ((int*)(&BZ2_bzCompressInit))[argc];
  689. #else
  690. (void)argc;
  691. return 0;
  692. #endif
  693. }
  694.  
  695. Determining if the function strdup exists passed with the following output:
  696. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  697.  
  698. Run Build Command:"/usr/bin/make" "cmTC_37b91/fast"
  699. /usr/bin/make -f CMakeFiles/cmTC_37b91.dir/build.make CMakeFiles/cmTC_37b91.dir/build
  700. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  701. Building C object CMakeFiles/cmTC_37b91.dir/CheckFunctionExists.c.o
  702. /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTC_37b91.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  703. <command-line>:0:23: warning: conflicting types for built-in function ‘strdup’
  704. /usr/share/cmake-3.7/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
  705. CHECK_FUNCTION_EXISTS();
  706. ^~~~~~~~~~~~~~~~~~~~~
  707. Linking C executable cmTC_37b91
  708. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37b91.dir/link.txt --verbose=1
  709. /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strdup CMakeFiles/cmTC_37b91.dir/CheckFunctionExists.c.o -o cmTC_37b91 -rdynamic
  710. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  711.  
  712.  
  713. Determining if the function strndup exists passed with the following output:
  714. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  715.  
  716. Run Build Command:"/usr/bin/make" "cmTC_3de98/fast"
  717. /usr/bin/make -f CMakeFiles/cmTC_3de98.dir/build.make CMakeFiles/cmTC_3de98.dir/build
  718. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  719. Building C object CMakeFiles/cmTC_3de98.dir/CheckFunctionExists.c.o
  720. /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strndup -o CMakeFiles/cmTC_3de98.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  721. <command-line>:0:23: warning: conflicting types for built-in function ‘strndup’
  722. /usr/share/cmake-3.7/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
  723. CHECK_FUNCTION_EXISTS();
  724. ^~~~~~~~~~~~~~~~~~~~~
  725. Linking C executable cmTC_3de98
  726. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3de98.dir/link.txt --verbose=1
  727. /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strndup CMakeFiles/cmTC_3de98.dir/CheckFunctionExists.c.o -o cmTC_3de98 -rdynamic
  728. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  729.  
  730.  
  731. Determining if the include file sys/types.h exists passed with the following output:
  732. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  733.  
  734. Run Build Command:"/usr/bin/make" "cmTC_a2b24/fast"
  735. /usr/bin/make -f CMakeFiles/cmTC_a2b24.dir/build.make CMakeFiles/cmTC_a2b24.dir/build
  736. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  737. Building C object CMakeFiles/cmTC_a2b24.dir/CheckIncludeFile.c.o
  738. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_a2b24.dir/CheckIncludeFile.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  739. Linking C executable cmTC_a2b24
  740. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2b24.dir/link.txt --verbose=1
  741. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_a2b24.dir/CheckIncludeFile.c.o -o cmTC_a2b24 -rdynamic
  742. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  743.  
  744.  
  745. Determining if the include file stdint.h exists passed with the following output:
  746. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  747.  
  748. Run Build Command:"/usr/bin/make" "cmTC_8e8f5/fast"
  749. /usr/bin/make -f CMakeFiles/cmTC_8e8f5.dir/build.make CMakeFiles/cmTC_8e8f5.dir/build
  750. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  751. Building C object CMakeFiles/cmTC_8e8f5.dir/CheckIncludeFile.c.o
  752. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_8e8f5.dir/CheckIncludeFile.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  753. Linking C executable cmTC_8e8f5
  754. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e8f5.dir/link.txt --verbose=1
  755. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_8e8f5.dir/CheckIncludeFile.c.o -o cmTC_8e8f5 -rdynamic
  756. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  757.  
  758.  
  759. Determining if the include file stddef.h exists passed with the following output:
  760. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  761.  
  762. Run Build Command:"/usr/bin/make" "cmTC_22839/fast"
  763. /usr/bin/make -f CMakeFiles/cmTC_22839.dir/build.make CMakeFiles/cmTC_22839.dir/build
  764. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  765. Building C object CMakeFiles/cmTC_22839.dir/CheckIncludeFile.c.o
  766. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_22839.dir/CheckIncludeFile.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  767. Linking C executable cmTC_22839
  768. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22839.dir/link.txt --verbose=1
  769. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_22839.dir/CheckIncludeFile.c.o -o cmTC_22839 -rdynamic
  770. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  771.  
  772.  
  773. Determining size of 0l passed with the following output:
  774. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  775.  
  776. Run Build Command:"/usr/bin/make" "cmTC_360dd/fast"
  777. /usr/bin/make -f CMakeFiles/cmTC_360dd.dir/build.make CMakeFiles/cmTC_360dd.dir/build
  778. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  779. Building C object CMakeFiles/cmTC_360dd.dir/SIZEOF_0L.c.o
  780. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_360dd.dir/SIZEOF_0L.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0L.c
  781. Linking C executable cmTC_360dd
  782. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_360dd.dir/link.txt --verbose=1
  783. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_360dd.dir/SIZEOF_0L.c.o -o cmTC_360dd -rdynamic
  784. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  785.  
  786.  
  787. Determining size of 0ll passed with the following output:
  788. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  789.  
  790. Run Build Command:"/usr/bin/make" "cmTC_756a9/fast"
  791. /usr/bin/make -f CMakeFiles/cmTC_756a9.dir/build.make CMakeFiles/cmTC_756a9.dir/build
  792. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  793. Building C object CMakeFiles/cmTC_756a9.dir/SIZEOF_0LL.c.o
  794. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_756a9.dir/SIZEOF_0LL.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0LL.c
  795. Linking C executable cmTC_756a9
  796. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_756a9.dir/link.txt --verbose=1
  797. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_756a9.dir/SIZEOF_0LL.c.o -o cmTC_756a9 -rdynamic
  798. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  799.  
  800.  
  801. Determining size of char passed with the following output:
  802. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  803.  
  804. Run Build Command:"/usr/bin/make" "cmTC_f1549/fast"
  805. /usr/bin/make -f CMakeFiles/cmTC_f1549.dir/build.make CMakeFiles/cmTC_f1549.dir/build
  806. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  807. Building C object CMakeFiles/cmTC_f1549.dir/SIZEOF_CHAR.c.o
  808. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_f1549.dir/SIZEOF_CHAR.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_CHAR.c
  809. Linking C executable cmTC_f1549
  810. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1549.dir/link.txt --verbose=1
  811. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_f1549.dir/SIZEOF_CHAR.c.o -o cmTC_f1549 -rdynamic
  812. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  813.  
  814.  
  815. Determining size of short passed with the following output:
  816. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  817.  
  818. Run Build Command:"/usr/bin/make" "cmTC_4cbf5/fast"
  819. /usr/bin/make -f CMakeFiles/cmTC_4cbf5.dir/build.make CMakeFiles/cmTC_4cbf5.dir/build
  820. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  821. Building C object CMakeFiles/cmTC_4cbf5.dir/SIZEOF_SHORT.c.o
  822. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_4cbf5.dir/SIZEOF_SHORT.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_SHORT.c
  823. Linking C executable cmTC_4cbf5
  824. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4cbf5.dir/link.txt --verbose=1
  825. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_4cbf5.dir/SIZEOF_SHORT.c.o -o cmTC_4cbf5 -rdynamic
  826. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  827.  
  828.  
  829. Determining size of int passed with the following output:
  830. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  831.  
  832. Run Build Command:"/usr/bin/make" "cmTC_e9493/fast"
  833. /usr/bin/make -f CMakeFiles/cmTC_e9493.dir/build.make CMakeFiles/cmTC_e9493.dir/build
  834. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  835. Building C object CMakeFiles/cmTC_e9493.dir/SIZEOF_INT.c.o
  836. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_e9493.dir/SIZEOF_INT.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_INT.c
  837. Linking C executable cmTC_e9493
  838. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9493.dir/link.txt --verbose=1
  839. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_e9493.dir/SIZEOF_INT.c.o -o cmTC_e9493 -rdynamic
  840. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  841.  
  842.  
  843. Determining size of long passed with the following output:
  844. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  845.  
  846. Run Build Command:"/usr/bin/make" "cmTC_95cc3/fast"
  847. /usr/bin/make -f CMakeFiles/cmTC_95cc3.dir/build.make CMakeFiles/cmTC_95cc3.dir/build
  848. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  849. Building C object CMakeFiles/cmTC_95cc3.dir/SIZEOF_LONG.c.o
  850. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_95cc3.dir/SIZEOF_LONG.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c
  851. Linking C executable cmTC_95cc3
  852. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95cc3.dir/link.txt --verbose=1
  853. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_95cc3.dir/SIZEOF_LONG.c.o -o cmTC_95cc3 -rdynamic
  854. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  855.  
  856.  
  857. Determining size of long long passed with the following output:
  858. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  859.  
  860. Run Build Command:"/usr/bin/make" "cmTC_bca5e/fast"
  861. /usr/bin/make -f CMakeFiles/cmTC_bca5e.dir/build.make CMakeFiles/cmTC_bca5e.dir/build
  862. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  863. Building C object CMakeFiles/cmTC_bca5e.dir/SIZEOF_LONG_LONG.c.o
  864. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_bca5e.dir/SIZEOF_LONG_LONG.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c
  865. Linking C executable cmTC_bca5e
  866. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bca5e.dir/link.txt --verbose=1
  867. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_bca5e.dir/SIZEOF_LONG_LONG.c.o -o cmTC_bca5e -rdynamic
  868. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  869.  
  870.  
  871. Determining size of void * passed with the following output:
  872. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  873.  
  874. Run Build Command:"/usr/bin/make" "cmTC_b6f48/fast"
  875. /usr/bin/make -f CMakeFiles/cmTC_b6f48.dir/build.make CMakeFiles/cmTC_b6f48.dir/build
  876. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  877. Building C object CMakeFiles/cmTC_b6f48.dir/SIZEOF_VOID_P.c.o
  878. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_b6f48.dir/SIZEOF_VOID_P.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_VOID_P.c
  879. Linking C executable cmTC_b6f48
  880. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6f48.dir/link.txt --verbose=1
  881. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_b6f48.dir/SIZEOF_VOID_P.c.o -o cmTC_b6f48 -rdynamic
  882. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  883.  
  884.  
  885. Performing C++ SOURCE FILE Test DUMB_CAN_USE_SSE succeeded with the following output:
  886. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  887.  
  888. Run Build Command:"/usr/bin/make" "cmTC_373a2/fast"
  889. /usr/bin/make -f CMakeFiles/cmTC_373a2.dir/build.make CMakeFiles/cmTC_373a2.dir/build
  890. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  891. Building CXX object CMakeFiles/cmTC_373a2.dir/src.cxx.o
  892. /usr/bin/c++ -ffp-contract=off -DDUMB_CAN_USE_SSE -msse -o CMakeFiles/cmTC_373a2.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
  893. Linking CXX executable cmTC_373a2
  894. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_373a2.dir/link.txt --verbose=1
  895. /usr/bin/c++ -ffp-contract=off -DDUMB_CAN_USE_SSE CMakeFiles/cmTC_373a2.dir/src.cxx.o -o cmTC_373a2 -rdynamic
  896. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  897.  
  898. Source file was:
  899. int main() { return 0; }
  900. Determining if the include file pthread.h exists passed with the following output:
  901. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  902.  
  903. Run Build Command:"/usr/bin/make" "cmTC_ef4a5/fast"
  904. /usr/bin/make -f CMakeFiles/cmTC_ef4a5.dir/build.make CMakeFiles/cmTC_ef4a5.dir/build
  905. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  906. Building C object CMakeFiles/cmTC_ef4a5.dir/CheckIncludeFile.c.o
  907. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_ef4a5.dir/CheckIncludeFile.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  908. Linking C executable cmTC_ef4a5
  909. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef4a5.dir/link.txt --verbose=1
  910. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_ef4a5.dir/CheckIncludeFile.c.o -o cmTC_ef4a5 -rdynamic
  911. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  912.  
  913.  
  914. Determining if the function pthread_create exists in the pthread passed with the following output:
  915. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  916.  
  917. Run Build Command:"/usr/bin/make" "cmTC_54ed9/fast"
  918. /usr/bin/make -f CMakeFiles/cmTC_54ed9.dir/build.make CMakeFiles/cmTC_54ed9.dir/build
  919. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  920. Building C object CMakeFiles/cmTC_54ed9.dir/CheckFunctionExists.c.o
  921. /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_54ed9.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  922. Linking C executable cmTC_54ed9
  923. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54ed9.dir/link.txt --verbose=1
  924. /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_54ed9.dir/CheckFunctionExists.c.o -o cmTC_54ed9 -rdynamic -lpthread
  925. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  926.  
  927.  
  928. Performing C++ SOURCE FILE Test CAN_DO_CPP14 succeeded with the following output:
  929. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  930.  
  931. Run Build Command:"/usr/bin/make" "cmTC_cbcaa/fast"
  932. /usr/bin/make -f CMakeFiles/cmTC_cbcaa.dir/build.make CMakeFiles/cmTC_cbcaa.dir/build
  933. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  934. Building CXX object CMakeFiles/cmTC_cbcaa.dir/src.cxx.o
  935. /usr/bin/c++ -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCAN_DO_CPP14 -std=gnu++14 -o CMakeFiles/cmTC_cbcaa.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
  936. Linking CXX executable cmTC_cbcaa
  937. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbcaa.dir/link.txt --verbose=1
  938. /usr/bin/c++ -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCAN_DO_CPP14 CMakeFiles/cmTC_cbcaa.dir/src.cxx.o -o cmTC_cbcaa -rdynamic
  939. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  940.  
  941. Source file was:
  942. int main() { return 0; }
  943. Determining if the function clock_gettime exists in the rt passed with the following output:
  944. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  945.  
  946. Run Build Command:"/usr/bin/make" "cmTC_adb3f/fast"
  947. /usr/bin/make -f CMakeFiles/cmTC_adb3f.dir/build.make CMakeFiles/cmTC_adb3f.dir/build
  948. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  949. Building C object CMakeFiles/cmTC_adb3f.dir/CheckFunctionExists.c.o
  950. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_adb3f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  951. Linking C executable cmTC_adb3f
  952. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adb3f.dir/link.txt --verbose=1
  953. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTC_adb3f.dir/CheckFunctionExists.c.o -o cmTC_adb3f -rdynamic -lrt
  954. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  955.  
  956.  
  957. Performing C SOURCE FILE Test OpenMP_FLAG_DETECTED succeeded with the following output:
  958. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  959.  
  960. Run Build Command:"/usr/bin/make" "cmTC_bf70b/fast"
  961. /usr/bin/make -f CMakeFiles/cmTC_bf70b.dir/build.make CMakeFiles/cmTC_bf70b.dir/build
  962. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  963. Building C object CMakeFiles/cmTC_bf70b.dir/src.c.o
  964. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DOpenMP_FLAG_DETECTED -fopenmp -o CMakeFiles/cmTC_bf70b.dir/src.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.c
  965. Linking C executable cmTC_bf70b
  966. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf70b.dir/link.txt --verbose=1
  967. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DOpenMP_FLAG_DETECTED -fopenmp CMakeFiles/cmTC_bf70b.dir/src.c.o -o cmTC_bf70b -rdynamic
  968. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  969.  
  970. Source file was:
  971.  
  972. #include <omp.h>
  973. int main() {
  974. #ifdef _OPENMP
  975. return 0;
  976. #else
  977. breaks_on_purpose
  978. #endif
  979. }
  980.  
  981. Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED succeeded with the following output:
  982. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  983.  
  984. Run Build Command:"/usr/bin/make" "cmTC_5f3aa/fast"
  985. /usr/bin/make -f CMakeFiles/cmTC_5f3aa.dir/build.make CMakeFiles/cmTC_5f3aa.dir/build
  986. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  987. Building CXX object CMakeFiles/cmTC_5f3aa.dir/src.cxx.o
  988. /usr/bin/c++ -std=gnu++14 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DOpenMP_FLAG_DETECTED -fopenmp -o CMakeFiles/cmTC_5f3aa.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
  989. Linking CXX executable cmTC_5f3aa
  990. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f3aa.dir/link.txt --verbose=1
  991. /usr/bin/c++ -std=gnu++14 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DOpenMP_FLAG_DETECTED -fopenmp CMakeFiles/cmTC_5f3aa.dir/src.cxx.o -o cmTC_5f3aa -rdynamic
  992. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  993.  
  994. Source file was:
  995.  
  996. #include <omp.h>
  997. int main() {
  998. #ifdef _OPENMP
  999. return 0;
  1000. #else
  1001. breaks_on_purpose
  1002. #endif
  1003. }
  1004.  
  1005.  
  1006. CMakeError.log:
  1007.  
  1008.  
  1009. Determining size of 0i8 failed with the following output:
  1010. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1011.  
  1012. Run Build Command:"/usr/bin/make" "cmTC_46ce0/fast"
  1013. /usr/bin/make -f CMakeFiles/cmTC_46ce0.dir/build.make CMakeFiles/cmTC_46ce0.dir/build
  1014. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1015. Building C object CMakeFiles/cmTC_46ce0.dir/SIZEOF_0I8.c.o
  1016. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_46ce0.dir/SIZEOF_0I8.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c
  1017. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
  1018. #define SIZE (sizeof(0i8))
  1019. ^
  1020. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:19:12: note: in expansion of macro ‘SIZE’
  1021. ('0' + ((SIZE / 10000)%10)),
  1022. ^~~~
  1023. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
  1024. #define SIZE (sizeof(0i8))
  1025. ^
  1026. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:20:12: note: in expansion of macro ‘SIZE’
  1027. ('0' + ((SIZE / 1000)%10)),
  1028. ^~~~
  1029. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
  1030. #define SIZE (sizeof(0i8))
  1031. ^
  1032. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:21:12: note: in expansion of macro ‘SIZE’
  1033. ('0' + ((SIZE / 100)%10)),
  1034. ^~~~
  1035. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
  1036. #define SIZE (sizeof(0i8))
  1037. ^
  1038. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:22:12: note: in expansion of macro ‘SIZE’
  1039. ('0' + ((SIZE / 10)%10)),
  1040. ^~~~
  1041. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
  1042. #define SIZE (sizeof(0i8))
  1043. ^
  1044. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:23:12: note: in expansion of macro ‘SIZE’
  1045. ('0' + (SIZE % 10)),
  1046. ^~~~
  1047. CMakeFiles/cmTC_46ce0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_46ce0.dir/SIZEOF_0I8.c.o' failed
  1048. make[1]: *** [CMakeFiles/cmTC_46ce0.dir/SIZEOF_0I8.c.o] Error 1
  1049. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1050. Makefile:126: recipe for target 'cmTC_46ce0/fast' failed
  1051. make: *** [cmTC_46ce0/fast] Error 2
  1052.  
  1053. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:
  1054. #include <sys/types.h>
  1055. #include <stdint.h>
  1056. #include <stddef.h>
  1057.  
  1058.  
  1059. #undef KEY
  1060. #if defined(__i386)
  1061. # define KEY '_','_','i','3','8','6'
  1062. #elif defined(__x86_64)
  1063. # define KEY '_','_','x','8','6','_','6','4'
  1064. #elif defined(__ppc__)
  1065. # define KEY '_','_','p','p','c','_','_'
  1066. #elif defined(__ppc64__)
  1067. # define KEY '_','_','p','p','c','6','4','_','_'
  1068. #endif
  1069.  
  1070. #define SIZE (sizeof(0i8))
  1071. char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  1072. ('0' + ((SIZE / 10000)%10)),
  1073. ('0' + ((SIZE / 1000)%10)),
  1074. ('0' + ((SIZE / 100)%10)),
  1075. ('0' + ((SIZE / 10)%10)),
  1076. ('0' + (SIZE % 10)),
  1077. ']',
  1078. #ifdef KEY
  1079. ' ','k','e','y','[', KEY, ']',
  1080. #endif
  1081. '\0'};
  1082.  
  1083. #ifdef __CLASSIC_C__
  1084. int main(argc, argv) int argc; char *argv[];
  1085. #else
  1086. int main(int argc, char *argv[])
  1087. #endif
  1088. {
  1089. int require = 0;
  1090. require += info_size[argc];
  1091. (void)argv;
  1092. return require;
  1093. }
  1094.  
  1095.  
  1096. Determining size of __int64 failed with the following output:
  1097. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1098.  
  1099. Run Build Command:"/usr/bin/make" "cmTC_e1f52/fast"
  1100. /usr/bin/make -f CMakeFiles/cmTC_e1f52.dir/build.make CMakeFiles/cmTC_e1f52.dir/build
  1101. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1102. Building C object CMakeFiles/cmTC_e1f52.dir/SIZEOF___INT_64.c.o
  1103. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_e1f52.dir/SIZEOF___INT_64.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF___INT_64.c
  1104. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF___INT_64.c:17:22: error: ‘__int64’ undeclared here (not in a function)
  1105. #define SIZE (sizeof(__int64))
  1106. ^
  1107. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF___INT_64.c:19:12: note: in expansion of macro ‘SIZE’
  1108. ('0' + ((SIZE / 10000)%10)),
  1109. ^~~~
  1110. CMakeFiles/cmTC_e1f52.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e1f52.dir/SIZEOF___INT_64.c.o' failed
  1111. make[1]: *** [CMakeFiles/cmTC_e1f52.dir/SIZEOF___INT_64.c.o] Error 1
  1112. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1113. Makefile:126: recipe for target 'cmTC_e1f52/fast' failed
  1114. make: *** [cmTC_e1f52/fast] Error 2
  1115.  
  1116. /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF___INT_64.c:
  1117. #include <sys/types.h>
  1118. #include <stdint.h>
  1119. #include <stddef.h>
  1120.  
  1121.  
  1122. #undef KEY
  1123. #if defined(__i386)
  1124. # define KEY '_','_','i','3','8','6'
  1125. #elif defined(__x86_64)
  1126. # define KEY '_','_','x','8','6','_','6','4'
  1127. #elif defined(__ppc__)
  1128. # define KEY '_','_','p','p','c','_','_'
  1129. #elif defined(__ppc64__)
  1130. # define KEY '_','_','p','p','c','6','4','_','_'
  1131. #endif
  1132.  
  1133. #define SIZE (sizeof(__int64))
  1134. char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  1135. ('0' + ((SIZE / 10000)%10)),
  1136. ('0' + ((SIZE / 1000)%10)),
  1137. ('0' + ((SIZE / 100)%10)),
  1138. ('0' + ((SIZE / 10)%10)),
  1139. ('0' + (SIZE % 10)),
  1140. ']',
  1141. #ifdef KEY
  1142. ' ','k','e','y','[', KEY, ']',
  1143. #endif
  1144. '\0'};
  1145.  
  1146. #ifdef __CLASSIC_C__
  1147. int main(argc, argv) int argc; char *argv[];
  1148. #else
  1149. int main(int argc, char *argv[])
  1150. #endif
  1151. {
  1152. int require = 0;
  1153. require += info_size[argc];
  1154. (void)argv;
  1155. return require;
  1156. }
  1157.  
  1158.  
  1159. Determining if the function itoa exists failed with the following output:
  1160. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1161.  
  1162. Run Build Command:"/usr/bin/make" "cmTC_efd61/fast"
  1163. /usr/bin/make -f CMakeFiles/cmTC_efd61.dir/build.make CMakeFiles/cmTC_efd61.dir/build
  1164. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1165. Building C object CMakeFiles/cmTC_efd61.dir/CheckFunctionExists.c.o
  1166. /usr/bin/cc -ffp-contract=off -Wall -Wno-pointer-sign -Wno-uninitialized -Wno-unused-but-set-variable -ffast-math -ffp-contract=fast -DCHECK_FUNCTION_EXISTS=itoa -o CMakeFiles/cmTC_efd61.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  1167. Linking C executable cmTC_efd61
  1168. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_efd61.dir/link.txt --verbose=1
  1169. /usr/bin/cc -ffp-contract=off -Wall -Wno-pointer-sign -Wno-uninitialized -Wno-unused-but-set-variable -ffast-math -ffp-contract=fast -DCHECK_FUNCTION_EXISTS=itoa CMakeFiles/cmTC_efd61.dir/CheckFunctionExists.c.o -o cmTC_efd61 -rdynamic
  1170. CMakeFiles/cmTC_efd61.dir/CheckFunctionExists.c.o: In function `main':
  1171. CheckFunctionExists.c:(.text+0x15): undefined reference to `itoa'
  1172. collect2: error: ld returned 1 exit status
  1173. CMakeFiles/cmTC_efd61.dir/build.make:97: recipe for target 'cmTC_efd61' failed
  1174. make[1]: *** [cmTC_efd61] Error 1
  1175. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1176. Makefile:126: recipe for target 'cmTC_efd61/fast' failed
  1177. make: *** [cmTC_efd61/fast] Error 2
  1178.  
  1179.  
  1180. Determining if the pthread_create exist failed with the following output:
  1181. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1182.  
  1183. Run Build Command:"/usr/bin/make" "cmTC_ba79b/fast"
  1184. /usr/bin/make -f CMakeFiles/cmTC_ba79b.dir/build.make CMakeFiles/cmTC_ba79b.dir/build
  1185. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1186. Building C object CMakeFiles/cmTC_ba79b.dir/CheckSymbolExists.c.o
  1187. /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_ba79b.dir/CheckSymbolExists.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  1188. Linking C executable cmTC_ba79b
  1189. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba79b.dir/link.txt --verbose=1
  1190. /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_ba79b.dir/CheckSymbolExists.c.o -o cmTC_ba79b -rdynamic
  1191. CMakeFiles/cmTC_ba79b.dir/CheckSymbolExists.c.o: In function `main':
  1192. CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
  1193. collect2: error: ld returned 1 exit status
  1194. CMakeFiles/cmTC_ba79b.dir/build.make:97: recipe for target 'cmTC_ba79b' failed
  1195. make[1]: *** [cmTC_ba79b] Error 1
  1196. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1197. Makefile:126: recipe for target 'cmTC_ba79b/fast' failed
  1198. make: *** [cmTC_ba79b/fast] Error 2
  1199.  
  1200. File /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  1201. /* */
  1202. #include <pthread.h>
  1203.  
  1204. int main(int argc, char** argv)
  1205. {
  1206. (void)argv;
  1207. #ifndef pthread_create
  1208. return ((int*)(&pthread_create))[argc];
  1209. #else
  1210. (void)argc;
  1211. return 0;
  1212. #endif
  1213. }
  1214.  
  1215. Determining if the function pthread_create exists in the pthreads failed with the following output:
  1216. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1217.  
  1218. Run Build Command:"/usr/bin/make" "cmTC_e36ec/fast"
  1219. /usr/bin/make -f CMakeFiles/cmTC_e36ec.dir/build.make CMakeFiles/cmTC_e36ec.dir/build
  1220. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1221. Building C object CMakeFiles/cmTC_e36ec.dir/CheckFunctionExists.c.o
  1222. /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_e36ec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  1223. Linking C executable cmTC_e36ec
  1224. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e36ec.dir/link.txt --verbose=1
  1225. /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_e36ec.dir/CheckFunctionExists.c.o -o cmTC_e36ec -rdynamic -lpthreads
  1226. /usr/bin/ld: cannot find -lpthreads
  1227. collect2: error: ld returned 1 exit status
  1228. CMakeFiles/cmTC_e36ec.dir/build.make:97: recipe for target 'cmTC_e36ec' failed
  1229. make[1]: *** [cmTC_e36ec] Error 1
  1230. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1231. Makefile:126: recipe for target 'cmTC_e36ec/fast' failed
  1232. make: *** [cmTC_e36ec/fast] Error 2
  1233.  
  1234.  
  1235. Performing C++ SOURCE FILE Test HAVE_PARALLEL_FOR failed with the following output:
  1236. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1237.  
  1238. Run Build Command:"/usr/bin/make" "cmTC_076ee/fast"
  1239. /usr/bin/make -f CMakeFiles/cmTC_076ee.dir/build.make CMakeFiles/cmTC_076ee.dir/build
  1240. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1241. Building CXX object CMakeFiles/cmTC_076ee.dir/src.cxx.o
  1242. /usr/bin/c++ -ffp-contract=off -DHAVE_PARALLEL_FOR -o CMakeFiles/cmTC_076ee.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
  1243. /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx:1:17: fatal error: ppl.h: No such file or directory
  1244. #include <ppl.h>
  1245. ^
  1246. compilation terminated.
  1247. CMakeFiles/cmTC_076ee.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_076ee.dir/src.cxx.o' failed
  1248. make[1]: *** [CMakeFiles/cmTC_076ee.dir/src.cxx.o] Error 1
  1249. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1250. Makefile:126: recipe for target 'cmTC_076ee/fast' failed
  1251. make: *** [cmTC_076ee/fast] Error 2
  1252.  
  1253. Source file was:
  1254. #include <ppl.h>
  1255. int main() { concurrency::parallel_for(0, 1, 1, [](int) { } ); }
  1256. Performing C++ SOURCE FILE Test HAVE_DISPATCH_APPLY failed with the following output:
  1257. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1258.  
  1259. Run Build Command:"/usr/bin/make" "cmTC_d8964/fast"
  1260. /usr/bin/make -f CMakeFiles/cmTC_d8964.dir/build.make CMakeFiles/cmTC_d8964.dir/build
  1261. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1262. Building CXX object CMakeFiles/cmTC_d8964.dir/src.cxx.o
  1263. /usr/bin/c++ -ffp-contract=off -DHAVE_DISPATCH_APPLY -o CMakeFiles/cmTC_d8964.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
  1264. /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx:1:31: fatal error: dispatch/dispatch.h: No such file or directory
  1265. #include <dispatch/dispatch.h>
  1266. ^
  1267. compilation terminated.
  1268. CMakeFiles/cmTC_d8964.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d8964.dir/src.cxx.o' failed
  1269. make[1]: *** [CMakeFiles/cmTC_d8964.dir/src.cxx.o] Error 1
  1270. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1271. Makefile:126: recipe for target 'cmTC_d8964/fast' failed
  1272. make: *** [cmTC_d8964/fast] Error 2
  1273.  
  1274. Source file was:
  1275. #include <dispatch/dispatch.h>
  1276. int main() { dispatch_apply(1, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^(size_t) { }); }
  1277. Determining if the function filelength exists failed with the following output:
  1278. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1279.  
  1280. Run Build Command:"/usr/bin/make" "cmTC_28eb2/fast"
  1281. /usr/bin/make -f CMakeFiles/cmTC_28eb2.dir/build.make CMakeFiles/cmTC_28eb2.dir/build
  1282. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1283. Building C object CMakeFiles/cmTC_28eb2.dir/CheckFunctionExists.c.o
  1284. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=filelength -o CMakeFiles/cmTC_28eb2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  1285. Linking C executable cmTC_28eb2
  1286. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28eb2.dir/link.txt --verbose=1
  1287. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=filelength CMakeFiles/cmTC_28eb2.dir/CheckFunctionExists.c.o -o cmTC_28eb2 -rdynamic
  1288. CMakeFiles/cmTC_28eb2.dir/CheckFunctionExists.c.o: In function `main':
  1289. CheckFunctionExists.c:(.text+0x15): undefined reference to `filelength'
  1290. collect2: error: ld returned 1 exit status
  1291. CMakeFiles/cmTC_28eb2.dir/build.make:97: recipe for target 'cmTC_28eb2' failed
  1292. make[1]: *** [cmTC_28eb2] Error 1
  1293. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1294. Makefile:126: recipe for target 'cmTC_28eb2/fast' failed
  1295. make: *** [cmTC_28eb2/fast] Error 2
  1296.  
  1297.  
  1298. Determining if the function strupr exists failed with the following output:
  1299. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1300.  
  1301. Run Build Command:"/usr/bin/make" "cmTC_7f3e7/fast"
  1302. /usr/bin/make -f CMakeFiles/cmTC_7f3e7.dir/build.make CMakeFiles/cmTC_7f3e7.dir/build
  1303. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1304. Building C object CMakeFiles/cmTC_7f3e7.dir/CheckFunctionExists.c.o
  1305. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strupr -o CMakeFiles/cmTC_7f3e7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  1306. Linking C executable cmTC_7f3e7
  1307. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f3e7.dir/link.txt --verbose=1
  1308. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strupr CMakeFiles/cmTC_7f3e7.dir/CheckFunctionExists.c.o -o cmTC_7f3e7 -rdynamic
  1309. CMakeFiles/cmTC_7f3e7.dir/CheckFunctionExists.c.o: In function `main':
  1310. CheckFunctionExists.c:(.text+0x15): undefined reference to `strupr'
  1311. collect2: error: ld returned 1 exit status
  1312. CMakeFiles/cmTC_7f3e7.dir/build.make:97: recipe for target 'cmTC_7f3e7' failed
  1313. make[1]: *** [cmTC_7f3e7] Error 1
  1314. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1315. Makefile:126: recipe for target 'cmTC_7f3e7/fast' failed
  1316. make: *** [cmTC_7f3e7/fast] Error 2
  1317.  
  1318.  
  1319. Determining if the function stricmp exists failed with the following output:
  1320. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1321.  
  1322. Run Build Command:"/usr/bin/make" "cmTC_57938/fast"
  1323. /usr/bin/make -f CMakeFiles/cmTC_57938.dir/build.make CMakeFiles/cmTC_57938.dir/build
  1324. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1325. Building C object CMakeFiles/cmTC_57938.dir/CheckFunctionExists.c.o
  1326. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=stricmp -o CMakeFiles/cmTC_57938.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  1327. Linking C executable cmTC_57938
  1328. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57938.dir/link.txt --verbose=1
  1329. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=stricmp CMakeFiles/cmTC_57938.dir/CheckFunctionExists.c.o -o cmTC_57938 -rdynamic
  1330. CMakeFiles/cmTC_57938.dir/CheckFunctionExists.c.o: In function `main':
  1331. CheckFunctionExists.c:(.text+0x15): undefined reference to `stricmp'
  1332. collect2: error: ld returned 1 exit status
  1333. CMakeFiles/cmTC_57938.dir/build.make:97: recipe for target 'cmTC_57938' failed
  1334. make[1]: *** [cmTC_57938] Error 1
  1335. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1336. Makefile:126: recipe for target 'cmTC_57938/fast' failed
  1337. make: *** [cmTC_57938/fast] Error 2
  1338.  
  1339.  
  1340. Determining if the function strnicmp exists failed with the following output:
  1341. Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
  1342.  
  1343. Run Build Command:"/usr/bin/make" "cmTC_e3b22/fast"
  1344. /usr/bin/make -f CMakeFiles/cmTC_e3b22.dir/build.make CMakeFiles/cmTC_e3b22.dir/build
  1345. make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1346. Building C object CMakeFiles/cmTC_e3b22.dir/CheckFunctionExists.c.o
  1347. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strnicmp -o CMakeFiles/cmTC_e3b22.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  1348. Linking C executable cmTC_e3b22
  1349. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3b22.dir/link.txt --verbose=1
  1350. /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strnicmp CMakeFiles/cmTC_e3b22.dir/CheckFunctionExists.c.o -o cmTC_e3b22 -rdynamic
  1351. CMakeFiles/cmTC_e3b22.dir/CheckFunctionExists.c.o: In function `main':
  1352. CheckFunctionExists.c:(.text+0x15): undefined reference to `strnicmp'
  1353. collect2: error: ld returned 1 exit status
  1354. CMakeFiles/cmTC_e3b22.dir/build.make:97: recipe for target 'cmTC_e3b22' failed
  1355. make[1]: *** [cmTC_e3b22] Error 1
  1356. make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
  1357. Makefile:126: recipe for target 'cmTC_e3b22/fast' failed
  1358. make: *** [cmTC_e3b22/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement