config.log 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. # ../libvpx/configure --target=x86_64-linux-gcc --disable-examples --disable-docs --disable-unit-tests --disable-spatial-resampling --enable-runtime-cpu-detect --disable-vp8 --disable-vp9-encoder
  2. enabling vp9_decoder
  3. Configuring for target 'x86_64-linux-gcc'
  4. enabling x86_64
  5. check_cpp
  6. BEGIN /tmp/vpx-conf-30839-15830.c
  7. 1 #if !defined(__ILP32__) || !defined(__x86_64__)
  8. 2 #error "not x32"
  9. 3 #endif
  10. END /tmp/vpx-conf-30839-15830.c
  11. gcc -E -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  12. /tmp/vpx-conf-30839-15830.c:2:2: error: #error "not x32"
  13. #error "not x32"
  14. ^
  15. check_cflags -mmmx
  16. check_cc -Werror -mmmx
  17. BEGIN /tmp/vpx-conf-30839-15830.c
  18. 1 int x;
  19. END /tmp/vpx-conf-30839-15830.c
  20. gcc -m64 -Werror -mmmx -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  21. enabling mmx
  22. check_cflags -msse
  23. check_cc -Werror -msse
  24. BEGIN /tmp/vpx-conf-30839-15830.c
  25. 1 int x;
  26. END /tmp/vpx-conf-30839-15830.c
  27. gcc -m64 -Werror -msse -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  28. enabling sse
  29. check_cflags -msse2
  30. check_cc -Werror -msse2
  31. BEGIN /tmp/vpx-conf-30839-15830.c
  32. 1 int x;
  33. END /tmp/vpx-conf-30839-15830.c
  34. gcc -m64 -Werror -msse2 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  35. enabling sse2
  36. check_cflags -msse3
  37. check_cc -Werror -msse3
  38. BEGIN /tmp/vpx-conf-30839-15830.c
  39. 1 int x;
  40. END /tmp/vpx-conf-30839-15830.c
  41. gcc -m64 -Werror -msse3 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  42. enabling sse3
  43. check_cflags -mssse3
  44. check_cc -Werror -mssse3
  45. BEGIN /tmp/vpx-conf-30839-15830.c
  46. 1 int x;
  47. END /tmp/vpx-conf-30839-15830.c
  48. gcc -m64 -Werror -mssse3 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  49. enabling ssse3
  50. check_cflags -msse4
  51. check_cc -Werror -msse4
  52. BEGIN /tmp/vpx-conf-30839-15830.c
  53. 1 int x;
  54. END /tmp/vpx-conf-30839-15830.c
  55. gcc -m64 -Werror -msse4 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  56. enabling sse4_1
  57. check_cflags -mavx
  58. check_cc -Werror -mavx
  59. BEGIN /tmp/vpx-conf-30839-15830.c
  60. 1 int x;
  61. END /tmp/vpx-conf-30839-15830.c
  62. gcc -m64 -Werror -mavx -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  63. enabling avx
  64. check_cflags -mavx2
  65. check_cc -Werror -mavx2
  66. BEGIN /tmp/vpx-conf-30839-15830.c
  67. 1 int x;
  68. END /tmp/vpx-conf-30839-15830.c
  69. gcc -m64 -Werror -mavx2 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  70. enabling avx2
  71. using yasm
  72. check_cxxflags -DNDEBUG
  73. check_cxx -Werror -DNDEBUG
  74. BEGIN /tmp/vpx-conf-30839-15830.cc
  75. 1 int x;
  76. END /tmp/vpx-conf-30839-15830.cc
  77. g++ -m64 -Werror -DNDEBUG -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  78. check_cflags -DNDEBUG
  79. check_cc -Werror -DNDEBUG
  80. BEGIN /tmp/vpx-conf-30839-15830.c
  81. 1 int x;
  82. END /tmp/vpx-conf-30839-15830.c
  83. gcc -m64 -Werror -DNDEBUG -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  84. check_cxxflags -O3
  85. check_cxx -Werror -O3
  86. BEGIN /tmp/vpx-conf-30839-15830.cc
  87. 1 int x;
  88. END /tmp/vpx-conf-30839-15830.cc
  89. g++ -m64 -DNDEBUG -Werror -O3 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  90. check_cflags -O3
  91. check_cc -Werror -O3
  92. BEGIN /tmp/vpx-conf-30839-15830.c
  93. 1 int x;
  94. END /tmp/vpx-conf-30839-15830.c
  95. gcc -m64 -DNDEBUG -Werror -O3 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  96. check_cxxflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
  97. check_cxx -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
  98. BEGIN /tmp/vpx-conf-30839-15830.cc
  99. 1 int x;
  100. END /tmp/vpx-conf-30839-15830.cc
  101. g++ -m64 -DNDEBUG -O3 -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  102. check_cflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
  103. check_cc -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
  104. BEGIN /tmp/vpx-conf-30839-15830.c
  105. 1 int x;
  106. END /tmp/vpx-conf-30839-15830.c
  107. gcc -m64 -DNDEBUG -O3 -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  108. check_cc
  109. BEGIN /tmp/vpx-conf-30839-15830.c
  110. 1 unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
  111. END /tmp/vpx-conf-30839-15830.c
  112. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  113. check_cc
  114. BEGIN /tmp/vpx-conf-30839-15830.c
  115. 1 static inline function() {}
  116. END /tmp/vpx-conf-30839-15830.c
  117. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  118. /tmp/vpx-conf-30839-15830.c:1:15: warning: return type defaults to ‘int’ [-Wimplicit-int]
  119. static inline function() {}
  120. ^
  121. check_header pthread.h
  122. check_cpp
  123. BEGIN /tmp/vpx-conf-30839-15830.c
  124. 1 #include "pthread.h"
  125. 2 int x;
  126. END /tmp/vpx-conf-30839-15830.c
  127. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -E -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  128. check_cxxflags -Wall
  129. check_cxx -Werror -Wall
  130. BEGIN /tmp/vpx-conf-30839-15830.cc
  131. 1 int x;
  132. END /tmp/vpx-conf-30839-15830.cc
  133. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror -Wall -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  134. check_cflags -Wall
  135. check_cc -Werror -Wall
  136. BEGIN /tmp/vpx-conf-30839-15830.c
  137. 1 int x;
  138. END /tmp/vpx-conf-30839-15830.c
  139. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror -Wall -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  140. check_cxxflags -Wdeclaration-after-statement
  141. check_cxx -Werror -Wdeclaration-after-statement
  142. BEGIN /tmp/vpx-conf-30839-15830.cc
  143. 1 int x;
  144. END /tmp/vpx-conf-30839-15830.cc
  145. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror -Wdeclaration-after-statement -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  146. cc1plus: error: command line option ‘-Wdeclaration-after-statement’ is valid for C/ObjC but not for C++ [-Werror]
  147. cc1plus: all warnings being treated as errors
  148. check_cflags -Wdeclaration-after-statement
  149. check_cc -Werror -Wdeclaration-after-statement
  150. BEGIN /tmp/vpx-conf-30839-15830.c
  151. 1 int x;
  152. END /tmp/vpx-conf-30839-15830.c
  153. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror -Wdeclaration-after-statement -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  154. check_cxxflags -Wdisabled-optimization
  155. check_cxx -Werror -Wdisabled-optimization
  156. BEGIN /tmp/vpx-conf-30839-15830.cc
  157. 1 int x;
  158. END /tmp/vpx-conf-30839-15830.cc
  159. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror -Wdisabled-optimization -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  160. check_cflags -Wdisabled-optimization
  161. check_cc -Werror -Wdisabled-optimization
  162. BEGIN /tmp/vpx-conf-30839-15830.c
  163. 1 int x;
  164. END /tmp/vpx-conf-30839-15830.c
  165. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Werror -Wdisabled-optimization -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  166. check_cxxflags -Wfloat-conversion
  167. check_cxx -Werror -Wfloat-conversion
  168. BEGIN /tmp/vpx-conf-30839-15830.cc
  169. 1 int x;
  170. END /tmp/vpx-conf-30839-15830.cc
  171. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Werror -Wfloat-conversion -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  172. check_cflags -Wfloat-conversion
  173. check_cc -Werror -Wfloat-conversion
  174. BEGIN /tmp/vpx-conf-30839-15830.c
  175. 1 int x;
  176. END /tmp/vpx-conf-30839-15830.c
  177. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Werror -Wfloat-conversion -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  178. check_cxxflags -Wparentheses-equality
  179. check_cxx -Werror -Wparentheses-equality
  180. BEGIN /tmp/vpx-conf-30839-15830.cc
  181. 1 int x;
  182. END /tmp/vpx-conf-30839-15830.cc
  183. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Werror -Wparentheses-equality -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  184. g++: error: unrecognized command line option ‘-Wparentheses-equality’
  185. check_cflags -Wparentheses-equality
  186. check_cc -Werror -Wparentheses-equality
  187. BEGIN /tmp/vpx-conf-30839-15830.c
  188. 1 int x;
  189. END /tmp/vpx-conf-30839-15830.c
  190. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Werror -Wparentheses-equality -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  191. gcc: error: unrecognized command line option ‘-Wparentheses-equality’
  192. check_cxxflags -Wpointer-arith
  193. check_cxx -Werror -Wpointer-arith
  194. BEGIN /tmp/vpx-conf-30839-15830.cc
  195. 1 int x;
  196. END /tmp/vpx-conf-30839-15830.cc
  197. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Werror -Wpointer-arith -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  198. check_cflags -Wpointer-arith
  199. check_cc -Werror -Wpointer-arith
  200. BEGIN /tmp/vpx-conf-30839-15830.c
  201. 1 int x;
  202. END /tmp/vpx-conf-30839-15830.c
  203. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Werror -Wpointer-arith -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  204. check_cxxflags -Wtype-limits
  205. check_cxx -Werror -Wtype-limits
  206. BEGIN /tmp/vpx-conf-30839-15830.cc
  207. 1 int x;
  208. END /tmp/vpx-conf-30839-15830.cc
  209. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Werror -Wtype-limits -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  210. check_cflags -Wtype-limits
  211. check_cc -Werror -Wtype-limits
  212. BEGIN /tmp/vpx-conf-30839-15830.c
  213. 1 int x;
  214. END /tmp/vpx-conf-30839-15830.c
  215. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Werror -Wtype-limits -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  216. check_cxxflags -Wcast-qual
  217. check_cxx -Werror -Wcast-qual
  218. BEGIN /tmp/vpx-conf-30839-15830.cc
  219. 1 int x;
  220. END /tmp/vpx-conf-30839-15830.cc
  221. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Werror -Wcast-qual -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  222. check_cflags -Wcast-qual
  223. check_cc -Werror -Wcast-qual
  224. BEGIN /tmp/vpx-conf-30839-15830.c
  225. 1 int x;
  226. END /tmp/vpx-conf-30839-15830.c
  227. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Werror -Wcast-qual -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  228. check_cxxflags -Wvla
  229. check_cxx -Werror -Wvla
  230. BEGIN /tmp/vpx-conf-30839-15830.cc
  231. 1 int x;
  232. END /tmp/vpx-conf-30839-15830.cc
  233. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Werror -Wvla -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  234. check_cflags -Wvla
  235. check_cc -Werror -Wvla
  236. BEGIN /tmp/vpx-conf-30839-15830.c
  237. 1 int x;
  238. END /tmp/vpx-conf-30839-15830.c
  239. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Werror -Wvla -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  240. check_cxxflags -Wimplicit-function-declaration
  241. check_cxx -Werror -Wimplicit-function-declaration
  242. BEGIN /tmp/vpx-conf-30839-15830.cc
  243. 1 int x;
  244. END /tmp/vpx-conf-30839-15830.cc
  245. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Werror -Wimplicit-function-declaration -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  246. cc1plus: error: command line option ‘-Wimplicit-function-declaration’ is valid for C/ObjC but not for C++ [-Werror]
  247. cc1plus: all warnings being treated as errors
  248. check_cflags -Wimplicit-function-declaration
  249. check_cc -Werror -Wimplicit-function-declaration
  250. BEGIN /tmp/vpx-conf-30839-15830.c
  251. 1 int x;
  252. END /tmp/vpx-conf-30839-15830.c
  253. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Werror -Wimplicit-function-declaration -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  254. check_cxxflags -Wuninitialized
  255. check_cxx -Werror -Wuninitialized
  256. BEGIN /tmp/vpx-conf-30839-15830.cc
  257. 1 int x;
  258. END /tmp/vpx-conf-30839-15830.cc
  259. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Werror -Wuninitialized -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  260. check_cflags -Wuninitialized
  261. check_cc -Werror -Wuninitialized
  262. BEGIN /tmp/vpx-conf-30839-15830.c
  263. 1 int x;
  264. END /tmp/vpx-conf-30839-15830.c
  265. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Werror -Wuninitialized -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  266. check_cxxflags -Wunused
  267. check_cxx -Werror -Wunused
  268. BEGIN /tmp/vpx-conf-30839-15830.cc
  269. 1 int x;
  270. END /tmp/vpx-conf-30839-15830.cc
  271. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized -Werror -Wunused -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  272. check_cflags -Wunused
  273. check_cc -Werror -Wunused
  274. BEGIN /tmp/vpx-conf-30839-15830.c
  275. 1 int x;
  276. END /tmp/vpx-conf-30839-15830.c
  277. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Werror -Wunused -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  278. check_cxxflags -Wextra
  279. check_cxx -Werror -Wextra
  280. BEGIN /tmp/vpx-conf-30839-15830.cc
  281. 1 int x;
  282. END /tmp/vpx-conf-30839-15830.cc
  283. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized -Wunused -Werror -Wextra -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  284. check_cflags -Wextra
  285. check_cc -Werror -Wextra
  286. BEGIN /tmp/vpx-conf-30839-15830.c
  287. 1 int x;
  288. END /tmp/vpx-conf-30839-15830.c
  289. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused -Werror -Wextra -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  290. check_cflags -Wundef
  291. check_cc -Werror -Wundef
  292. BEGIN /tmp/vpx-conf-30839-15830.c
  293. 1 int x;
  294. END /tmp/vpx-conf-30839-15830.c
  295. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused -Wextra -Werror -Wundef -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  296. check_cflags -Wshorten-64-to-32
  297. check_cc -Werror -Wshorten-64-to-32
  298. BEGIN /tmp/vpx-conf-30839-15830.c
  299. 1 int x;
  300. END /tmp/vpx-conf-30839-15830.c
  301. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused -Wextra -Wundef -Werror -Wshorten-64-to-32 -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  302. gcc: error: unrecognized command line option ‘-Wshorten-64-to-32’
  303. enabling postproc
  304. check_cxx
  305. BEGIN /tmp/vpx-conf-30839-15830.cc
  306. 1 int z;
  307. END /tmp/vpx-conf-30839-15830.cc
  308. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized -Wunused -Wextra -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  309. check_cxx
  310. BEGIN /tmp/vpx-conf-30839-15830.cc
  311. 1 int z;
  312. END /tmp/vpx-conf-30839-15830.cc
  313. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized -Wunused -Wextra -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  314. enabling webm_io
  315. check_cxx
  316. BEGIN /tmp/vpx-conf-30839-15830.cc
  317. 1 int z;
  318. END /tmp/vpx-conf-30839-15830.cc
  319. g++ -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized -Wunused -Wextra -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.cc
  320. enabling libyuv
  321. check_header stdio.h
  322. check_cpp
  323. BEGIN /tmp/vpx-conf-30839-15830.c
  324. 1 #include "stdio.h"
  325. 2 int x;
  326. END /tmp/vpx-conf-30839-15830.c
  327. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused -Wextra -Wundef -E -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  328. check_ld
  329. check_cc
  330. BEGIN /tmp/vpx-conf-30839-15830.c
  331. 1 int main(void) {return 0;}
  332. END /tmp/vpx-conf-30839-15830.c
  333. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused -Wextra -Wundef -c -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  334. g++ -m64 -o /tmp/vpx-conf-30839-15830.x /tmp/vpx-conf-30839-15830.o -lpthread
  335. check_header pthread.h
  336. check_cpp
  337. BEGIN /tmp/vpx-conf-30839-15830.c
  338. 1 #include "pthread.h"
  339. 2 int x;
  340. END /tmp/vpx-conf-30839-15830.c
  341. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused -Wextra -Wundef -E -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  342. check_header unistd.h
  343. check_cpp
  344. BEGIN /tmp/vpx-conf-30839-15830.c
  345. 1 #include "unistd.h"
  346. 2 int x;
  347. END /tmp/vpx-conf-30839-15830.c
  348. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused -Wextra -Wundef -E -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c
  349. check_header vpx/vpx_integer.h -I../libvpx
  350. check_cpp -I../libvpx
  351. BEGIN /tmp/vpx-conf-30839-15830.c
  352. 1 #include "vpx/vpx_integer.h"
  353. 2 int x;
  354. END /tmp/vpx-conf-30839-15830.c
  355. gcc -m64 -DNDEBUG -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-conversion -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused -Wextra -Wundef -I../libvpx -E -o /tmp/vpx-conf-30839-15830.o /tmp/vpx-conf-30839-15830.c