Advertisement
Guest User

config.log

a guest
Dec 29th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.57 KB | None | 0 0
  1.  
  2. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  3. int main(void){ return (int) foo; }
  4. ^
  5. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  6. check_mathfunc exp2f 1
  7. check_ld cc
  8. check_cc
  9. BEGIN /tmp/ffconf.uVRZaPGI.c
  10. 1 #include <math.h>
  11. 2 float foo(float f, float g) { return exp2f(f); }
  12. 3 int main(void){ return (int) foo; }
  13. END /tmp/ffconf.uVRZaPGI.c
  14. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  15. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  16. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  17. int main(void){ return (int) foo; }
  18. ^
  19. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  20. check_mathfunc expf 1
  21. check_ld cc
  22. check_cc
  23. BEGIN /tmp/ffconf.uVRZaPGI.c
  24. 1 #include <math.h>
  25. 2 float foo(float f, float g) { return expf(f); }
  26. 3 int main(void){ return (int) foo; }
  27. END /tmp/ffconf.uVRZaPGI.c
  28. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  29. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  30. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  31. int main(void){ return (int) foo; }
  32. ^
  33. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  34. check_mathfunc fminf 2
  35. check_ld cc
  36. check_cc
  37. BEGIN /tmp/ffconf.uVRZaPGI.c
  38. 1 #include <math.h>
  39. 2 float foo(float f, float g) { return fminf(f, g); }
  40. 3 int main(void){ return (int) foo; }
  41. END /tmp/ffconf.uVRZaPGI.c
  42. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  43. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  44. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  45. int main(void){ return (int) foo; }
  46. ^
  47. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  48. check_mathfunc isinf 1
  49. check_ld cc
  50. check_cc
  51. BEGIN /tmp/ffconf.uVRZaPGI.c
  52. 1 #include <math.h>
  53. 2 float foo(float f, float g) { return isinf(f); }
  54. 3 int main(void){ return (int) foo; }
  55. END /tmp/ffconf.uVRZaPGI.c
  56. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  57. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  58. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  59. int main(void){ return (int) foo; }
  60. ^
  61. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  62. check_mathfunc isnan 1
  63. check_ld cc
  64. check_cc
  65. BEGIN /tmp/ffconf.uVRZaPGI.c
  66. 1 #include <math.h>
  67. 2 float foo(float f, float g) { return isnan(f); }
  68. 3 int main(void){ return (int) foo; }
  69. END /tmp/ffconf.uVRZaPGI.c
  70. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  71. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  72. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  73. int main(void){ return (int) foo; }
  74. ^
  75. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  76. check_mathfunc ldexpf 2
  77. check_ld cc
  78. check_cc
  79. BEGIN /tmp/ffconf.uVRZaPGI.c
  80. 1 #include <math.h>
  81. 2 float foo(float f, float g) { return ldexpf(f, g); }
  82. 3 int main(void){ return (int) foo; }
  83. END /tmp/ffconf.uVRZaPGI.c
  84. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  85. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  86. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  87. int main(void){ return (int) foo; }
  88. ^
  89. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  90. check_mathfunc llrint 1
  91. check_ld cc
  92. check_cc
  93. BEGIN /tmp/ffconf.uVRZaPGI.c
  94. 1 #include <math.h>
  95. 2 float foo(float f, float g) { return llrint(f); }
  96. 3 int main(void){ return (int) foo; }
  97. END /tmp/ffconf.uVRZaPGI.c
  98. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  99. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  100. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  101. int main(void){ return (int) foo; }
  102. ^
  103. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  104. check_mathfunc llrintf 1
  105. check_ld cc
  106. check_cc
  107. BEGIN /tmp/ffconf.uVRZaPGI.c
  108. 1 #include <math.h>
  109. 2 float foo(float f, float g) { return llrintf(f); }
  110. 3 int main(void){ return (int) foo; }
  111. END /tmp/ffconf.uVRZaPGI.c
  112. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  113. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  114. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  115. int main(void){ return (int) foo; }
  116. ^
  117. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  118. check_mathfunc log2 1
  119. check_ld cc
  120. check_cc
  121. BEGIN /tmp/ffconf.uVRZaPGI.c
  122. 1 #include <math.h>
  123. 2 float foo(float f, float g) { return log2(f); }
  124. 3 int main(void){ return (int) foo; }
  125. END /tmp/ffconf.uVRZaPGI.c
  126. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  127. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  128. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  129. int main(void){ return (int) foo; }
  130. ^
  131. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  132. check_mathfunc log2f 1
  133. check_ld cc
  134. check_cc
  135. BEGIN /tmp/ffconf.uVRZaPGI.c
  136. 1 #include <math.h>
  137. 2 float foo(float f, float g) { return log2f(f); }
  138. 3 int main(void){ return (int) foo; }
  139. END /tmp/ffconf.uVRZaPGI.c
  140. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  141. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  142. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  143. int main(void){ return (int) foo; }
  144. ^
  145. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  146. check_mathfunc log10f 1
  147. check_ld cc
  148. check_cc
  149. BEGIN /tmp/ffconf.uVRZaPGI.c
  150. 1 #include <math.h>
  151. 2 float foo(float f, float g) { return log10f(f); }
  152. 3 int main(void){ return (int) foo; }
  153. END /tmp/ffconf.uVRZaPGI.c
  154. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  155. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  156. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  157. int main(void){ return (int) foo; }
  158. ^
  159. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  160. check_mathfunc lrint 1
  161. check_ld cc
  162. check_cc
  163. BEGIN /tmp/ffconf.uVRZaPGI.c
  164. 1 #include <math.h>
  165. 2 float foo(float f, float g) { return lrint(f); }
  166. 3 int main(void){ return (int) foo; }
  167. END /tmp/ffconf.uVRZaPGI.c
  168. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  169. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  170. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  171. int main(void){ return (int) foo; }
  172. ^
  173. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  174. check_mathfunc lrintf 1
  175. check_ld cc
  176. check_cc
  177. BEGIN /tmp/ffconf.uVRZaPGI.c
  178. 1 #include <math.h>
  179. 2 float foo(float f, float g) { return lrintf(f); }
  180. 3 int main(void){ return (int) foo; }
  181. END /tmp/ffconf.uVRZaPGI.c
  182. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  183. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  184. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  185. int main(void){ return (int) foo; }
  186. ^
  187. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  188. check_mathfunc powf 2
  189. check_ld cc
  190. check_cc
  191. BEGIN /tmp/ffconf.uVRZaPGI.c
  192. 1 #include <math.h>
  193. 2 float foo(float f, float g) { return powf(f, g); }
  194. 3 int main(void){ return (int) foo; }
  195. END /tmp/ffconf.uVRZaPGI.c
  196. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  197. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  198. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  199. int main(void){ return (int) foo; }
  200. ^
  201. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  202. check_mathfunc rint 1
  203. check_ld cc
  204. check_cc
  205. BEGIN /tmp/ffconf.uVRZaPGI.c
  206. 1 #include <math.h>
  207. 2 float foo(float f, float g) { return rint(f); }
  208. 3 int main(void){ return (int) foo; }
  209. END /tmp/ffconf.uVRZaPGI.c
  210. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  211. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  212. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  213. int main(void){ return (int) foo; }
  214. ^
  215. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  216. check_mathfunc round 1
  217. check_ld cc
  218. check_cc
  219. BEGIN /tmp/ffconf.uVRZaPGI.c
  220. 1 #include <math.h>
  221. 2 float foo(float f, float g) { return round(f); }
  222. 3 int main(void){ return (int) foo; }
  223. END /tmp/ffconf.uVRZaPGI.c
  224. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  225. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  226. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  227. int main(void){ return (int) foo; }
  228. ^
  229. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  230. check_mathfunc roundf 1
  231. check_ld cc
  232. check_cc
  233. BEGIN /tmp/ffconf.uVRZaPGI.c
  234. 1 #include <math.h>
  235. 2 float foo(float f, float g) { return roundf(f); }
  236. 3 int main(void){ return (int) foo; }
  237. END /tmp/ffconf.uVRZaPGI.c
  238. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  239. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  240. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  241. int main(void){ return (int) foo; }
  242. ^
  243. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  244. check_mathfunc sinf 1
  245. check_ld cc
  246. check_cc
  247. BEGIN /tmp/ffconf.uVRZaPGI.c
  248. 1 #include <math.h>
  249. 2 float foo(float f, float g) { return sinf(f); }
  250. 3 int main(void){ return (int) foo; }
  251. END /tmp/ffconf.uVRZaPGI.c
  252. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  253. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  254. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  255. int main(void){ return (int) foo; }
  256. ^
  257. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  258. check_mathfunc trunc 1
  259. check_ld cc
  260. check_cc
  261. BEGIN /tmp/ffconf.uVRZaPGI.c
  262. 1 #include <math.h>
  263. 2 float foo(float f, float g) { return trunc(f); }
  264. 3 int main(void){ return (int) foo; }
  265. END /tmp/ffconf.uVRZaPGI.c
  266. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  267. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  268. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  269. int main(void){ return (int) foo; }
  270. ^
  271. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  272. check_mathfunc truncf 1
  273. check_ld cc
  274. check_cc
  275. BEGIN /tmp/ffconf.uVRZaPGI.c
  276. 1 #include <math.h>
  277. 2 float foo(float f, float g) { return truncf(f); }
  278. 3 int main(void){ return (int) foo; }
  279. END /tmp/ffconf.uVRZaPGI.c
  280. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  281. /tmp/ffconf.uVRZaPGI.c: In function 'main':
  282. /tmp/ffconf.uVRZaPGI.c:3:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  283. int main(void){ return (int) foo; }
  284. ^
  285. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lm -lz -pthread
  286. check_header_oc AVFoundation/AVFoundation.h
  287. check_oc
  288. BEGIN /tmp/ffconf.vi9PhZFe.m
  289. 1 #include <AVFoundation/AVFoundation.h>
  290. 2 int main(void) { return 0; }
  291. END /tmp/ffconf.vi9PhZFe.m
  292. gcc -Werror=missing-prototypes -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.vi9PhZFe.m
  293. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  294. check_pkg_config libass ass/ass.h ass_library_init
  295. pkg-config --exists --print-errors libass
  296. check_func_headers ass/ass.h ass_library_init -I/usr/include/freetype2 -I/usr/include/fribidi -lass
  297. check_ld cc -I/usr/include/freetype2 -I/usr/include/fribidi -lass
  298. check_cc -I/usr/include/freetype2 -I/usr/include/fribidi
  299. BEGIN /tmp/ffconf.uVRZaPGI.c
  300. 1 #include <ass/ass.h>
  301. 2 long check_ass_library_init(void) { return (long) ass_library_init; }
  302. 3 int main(void) { return 0; }
  303. END /tmp/ffconf.uVRZaPGI.c
  304. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -I/usr/include/fribidi -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  305. gcc -Wl,--as-needed -Wl,-z,noexecstack -I/usr/include/freetype2 -I/usr/include/fribidi -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lass -lm -lz -pthread
  306. check_lib lame/lame.h lame_set_VBR_quality -lmp3lame
  307. check_header lame/lame.h
  308. check_cpp
  309. BEGIN /tmp/ffconf.uVRZaPGI.c
  310. 1 #include <lame/lame.h>
  311. 2 int x;
  312. END /tmp/ffconf.uVRZaPGI.c
  313. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -I/usr/include/fribidi -E -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  314. check_func lame_set_VBR_quality -lmp3lame
  315. check_ld cc -lmp3lame
  316. check_cc
  317. BEGIN /tmp/ffconf.uVRZaPGI.c
  318. 1 extern int lame_set_VBR_quality();
  319. 2 int main(void){ lame_set_VBR_quality(); }
  320. END /tmp/ffconf.uVRZaPGI.c
  321. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -I/usr/include/fribidi -c -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  322. gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.rtjlO4Cc /tmp/ffconf.LfXVB87l.o -lmp3lame -lass -lm -lz -pthread
  323. check_header nvEncodeAPI.h
  324. check_cpp
  325. BEGIN /tmp/ffconf.uVRZaPGI.c
  326. 1 #include <nvEncodeAPI.h>
  327. 2 int x;
  328. END /tmp/ffconf.uVRZaPGI.c
  329. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -I/usr/include/fribidi -E -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  330. check_header cuda.h
  331. check_cpp
  332. BEGIN /tmp/ffconf.uVRZaPGI.c
  333. 1 #include <cuda.h>
  334. 2 int x;
  335. END /tmp/ffconf.uVRZaPGI.c
  336. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -I/usr/include/fribidi -E -o /tmp/ffconf.LfXVB87l.o /tmp/ffconf.uVRZaPGI.c
  337. In file included from /tmp/ffconf.uVRZaPGI.c:1:0:
  338. /usr/local/include/cuda.h:10:29: fatal error: uapi/linux/cuda.h: No such file or directory
  339. #include <uapi/linux/cuda.h>
  340. ^
  341. compilation terminated.
  342. ERROR: cuda.h header not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement