Guest User

Untitled

a guest
Jan 11th, 2015
186
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure --prefix=/home/darby/Scrivania/ffmpeg-static-master/target --enable-static --disable-shared
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = darby
  14. uname -m = x86_64
  15. uname -r = 3.13.0-43-generic
  16. uname -s = Linux
  17. uname -v = #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/darby/Scrivania/ffmpeg-static-master/target/bin
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38. PATH: /usr/local/games
  39. PATH: /opt/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin
  40. PATH: /opt/sdk/tools
  41. PATH: /opt/sdk/platform-tools
  42. PATH: /usr/lib/jvm/java-7-openjdk-amd64/bin
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:2136: checking build system type
  50. configure:2154: result: x86_64-unknown-linux-gnu
  51. configure:2176: checking host system type
  52. configure:2191: result: x86_64-unknown-linux-gnu
  53. configure:2261: checking for gcc
  54. configure:2277: found /usr/bin/gcc
  55. configure:2288: result: gcc
  56. configure:2526: checking for C compiler version
  57. configure:2533: gcc --version >&5
  58. gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  59. Copyright (C) 2013 Free Software Foundation, Inc.
  60. This is free software; see the source for copying conditions. There is NO
  61. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  62.  
  63. configure:2536: $? = 0
  64. configure:2543: gcc -v >&5
  65. Using built-in specs.
  66. COLLECT_GCC=gcc
  67. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  68. Target: x86_64-linux-gnu
  69. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  70. Thread model: posix
  71. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  72. configure:2546: $? = 0
  73. configure:2553: gcc -V >&5
  74. gcc: error: unrecognized command line option '-V'
  75. gcc: fatal error: no input files
  76. compilation terminated.
  77. configure:2556: $? = 4
  78. configure:2579: checking for C compiler default output file name
  79. configure:2606: gcc -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  80. configure:2609: $? = 0
  81. configure:2647: result: a.out
  82. configure:2664: checking whether the C compiler works
  83. configure:2674: ./a.out
  84. configure:2677: $? = 0
  85. configure:2694: result: yes
  86. configure:2701: checking whether we are cross compiling
  87. configure:2703: result: no
  88. configure:2706: checking for suffix of executables
  89. configure:2713: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  90. configure:2716: $? = 0
  91. configure:2740: result:
  92. configure:2746: checking for suffix of object files
  93. configure:2772: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  94. configure:2775: $? = 0
  95. configure:2798: result: o
  96. configure:2802: checking whether we are using the GNU C compiler
  97. configure:2831: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  98. configure:2837: $? = 0
  99. configure:2854: result: yes
  100. configure:2859: checking whether gcc accepts -g
  101. configure:2889: gcc -c -g conftest.c >&5
  102. configure:2895: $? = 0
  103. configure:2994: result: yes
  104. configure:3011: checking for gcc option to accept ISO C89
  105. configure:3085: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  106. configure:3091: $? = 0
  107. configure:3114: result: none needed
  108. configure:3132: checking for a sed that does not truncate output
  109. configure:3211: result: /bin/sed
  110. configure:3229: checking for grep that handles long lines and -e
  111. configure:3303: result: /bin/grep
  112. configure:3308: checking for egrep
  113. configure:3386: result: /bin/grep -E
  114. configure:3391: checking for fgrep
  115. configure:3469: result: /bin/grep -F
  116. configure:3504: checking for ld used by gcc
  117. configure:3571: result: /usr/bin/ld
  118. configure:3580: checking if the linker (/usr/bin/ld) is GNU ld
  119. configure:3595: result: yes
  120. configure:3607: checking for BSD- or MS-compatible name lister (nm)
  121. configure:3656: result: /usr/bin/nm -B
  122. configure:3778: checking the name lister (/usr/bin/nm -B) interface
  123. configure:3785: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  124. configure:3788: /usr/bin/nm -B "conftest.o"
  125. configure:3791: output
  126. 0000000000000000 B some_variable
  127. configure:3798: result: BSD nm
  128. configure:3801: checking whether ln -s works
  129. configure:3805: result: yes
  130. configure:3813: checking the maximum length of command line arguments
  131. configure:3939: result: 1572864
  132. configure:3956: checking whether the shell understands some XSI constructs
  133. configure:3966: result: yes
  134. configure:3970: checking whether the shell understands "+="
  135. configure:3976: result: yes
  136. configure:4011: checking for /usr/bin/ld option to reload object files
  137. configure:4018: result: -r
  138. configure:4087: checking for objdump
  139. configure:4103: found /usr/bin/objdump
  140. configure:4114: result: objdump
  141. configure:4147: checking how to recognize dependent libraries
  142. configure:4345: result: pass_all
  143. configure:4405: checking for ar
  144. configure:4421: found /usr/bin/ar
  145. configure:4432: result: ar
  146. configure:4514: checking for strip
  147. configure:4530: found /usr/bin/strip
  148. configure:4541: result: strip
  149. configure:4617: checking for ranlib
  150. configure:4633: found /usr/bin/ranlib
  151. configure:4644: result: ranlib
  152. configure:4738: checking command to parse /usr/bin/nm -B output from gcc object
  153. configure:4856: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  154. configure:4859: $? = 0
  155. configure:4863: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  156. configure:4866: $? = 0
  157. configure:4920: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c conftstm.o >&5
  158. configure:4923: $? = 0
  159. configure:4961: result: ok
  160. configure:5057: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  161. configure:5060: $? = 0
  162. configure:5840: checking how to run the C preprocessor
  163. configure:5880: gcc -E conftest.c
  164. configure:5886: $? = 0
  165. configure:5917: gcc -E conftest.c
  166. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  167. #include <ac_nonexistent.h>
  168. ^
  169. compilation terminated.
  170. configure:5923: $? = 1
  171. configure: failed program was:
  172. | /* confdefs.h. */
  173. | #define PACKAGE_NAME ""
  174. | #define PACKAGE_TARNAME ""
  175. | #define PACKAGE_VERSION ""
  176. | #define PACKAGE_STRING ""
  177. | #define PACKAGE_BUGREPORT ""
  178. | #define _GNU_SOURCE 1
  179. | /* end confdefs.h. */
  180. | #include <ac_nonexistent.h>
  181. configure:5956: result: gcc -E
  182. configure:5985: gcc -E conftest.c
  183. configure:5991: $? = 0
  184. configure:6022: gcc -E conftest.c
  185. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  186. #include <ac_nonexistent.h>
  187. ^
  188. compilation terminated.
  189. configure:6028: $? = 1
  190. configure: failed program was:
  191. | /* confdefs.h. */
  192. | #define PACKAGE_NAME ""
  193. | #define PACKAGE_TARNAME ""
  194. | #define PACKAGE_VERSION ""
  195. | #define PACKAGE_STRING ""
  196. | #define PACKAGE_BUGREPORT ""
  197. | #define _GNU_SOURCE 1
  198. | /* end confdefs.h. */
  199. | #include <ac_nonexistent.h>
  200. configure:6066: checking for ANSI C header files
  201. configure:6096: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  202. configure:6102: $? = 0
  203. configure:6201: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  204. configure:6204: $? = 0
  205. configure:6210: ./conftest
  206. configure:6213: $? = 0
  207. configure:6230: result: yes
  208. configure:6254: checking for sys/types.h
  209. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  210. configure:6281: $? = 0
  211. configure:6297: result: yes
  212. configure:6254: checking for sys/stat.h
  213. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  214. configure:6281: $? = 0
  215. configure:6297: result: yes
  216. configure:6254: checking for stdlib.h
  217. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  218. configure:6281: $? = 0
  219. configure:6297: result: yes
  220. configure:6254: checking for string.h
  221. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  222. configure:6281: $? = 0
  223. configure:6297: result: yes
  224. configure:6254: checking for memory.h
  225. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  226. configure:6281: $? = 0
  227. configure:6297: result: yes
  228. configure:6254: checking for strings.h
  229. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  230. configure:6281: $? = 0
  231. configure:6297: result: yes
  232. configure:6254: checking for inttypes.h
  233. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  234. configure:6281: $? = 0
  235. configure:6297: result: yes
  236. configure:6254: checking for stdint.h
  237. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  238. configure:6281: $? = 0
  239. configure:6297: result: yes
  240. configure:6254: checking for unistd.h
  241. configure:6275: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  242. configure:6281: $? = 0
  243. configure:6297: result: yes
  244. configure:6313: checking for dlfcn.h
  245. configure:6334: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  246. configure:6340: $? = 0
  247. configure:6356: result: yes
  248. configure:6850: checking for objdir
  249. configure:6865: result: .libs
  250. configure:7161: checking if gcc supports -fno-rtti -fno-exceptions
  251. configure:7179: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -fno-rtti -fno-exceptions conftest.c >&5
  252. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  253. configure:7183: $? = 0
  254. configure:7196: result: no
  255. configure:7216: checking for gcc option to produce PIC
  256. configure:7488: result: -fPIC -DPIC
  257. configure:7500: checking if gcc PIC flag -fPIC -DPIC works
  258. configure:7518: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -fPIC -DPIC -DPIC conftest.c >&5
  259. configure:7522: $? = 0
  260. configure:7535: result: yes
  261. configure:7559: checking if gcc static flag -static works
  262. configure:7587: result: yes
  263. configure:7602: checking if gcc supports -c -o file.o
  264. configure:7623: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -o out/conftest2.o conftest.c >&5
  265. configure:7627: $? = 0
  266. configure:7649: result: yes
  267. configure:7657: checking if gcc supports -c -o file.o
  268. configure:7704: result: yes
  269. configure:7737: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  270. configure:8799: result: yes
  271. configure:9038: checking dynamic linker characteristics
  272. configure:9483: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -Wl,-rpath -Wl,/foo conftest.c >&5
  273. configure:9489: $? = 0
  274. configure:9719: result: GNU/Linux ld.so
  275. configure:9821: checking how to hardcode library paths into programs
  276. configure:9846: result: immediate
  277. configure:10651: checking whether stripping libraries is possible
  278. configure:10656: result: yes
  279. configure:10691: checking if libtool supports shared libraries
  280. configure:10693: result: yes
  281. configure:10696: checking whether to build shared libraries
  282. configure:10717: result: no
  283. configure:10720: checking whether to build static libraries
  284. configure:10724: result: yes
  285. configure:10802: checking whether byte ordering is bigendian
  286. configure:10835: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  287. configure:10841: $? = 0
  288. configure:10873: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  289. conftest.c: In function 'main':
  290. conftest.c:28:2: error: unknown type name 'not'
  291. not big endian
  292. ^
  293. conftest.c:28:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  294. not big endian
  295. ^
  296. configure:10879: $? = 1
  297. configure: failed program was:
  298. | /* confdefs.h. */
  299. | #define PACKAGE_NAME ""
  300. | #define PACKAGE_TARNAME ""
  301. | #define PACKAGE_VERSION ""
  302. | #define PACKAGE_STRING ""
  303. | #define PACKAGE_BUGREPORT ""
  304. | #define _GNU_SOURCE 1
  305. | #define STDC_HEADERS 1
  306. | #define HAVE_SYS_TYPES_H 1
  307. | #define HAVE_SYS_STAT_H 1
  308. | #define HAVE_STDLIB_H 1
  309. | #define HAVE_STRING_H 1
  310. | #define HAVE_MEMORY_H 1
  311. | #define HAVE_STRINGS_H 1
  312. | #define HAVE_INTTYPES_H 1
  313. | #define HAVE_STDINT_H 1
  314. | #define HAVE_UNISTD_H 1
  315. | #define HAVE_DLFCN_H 1
  316. | #define LT_OBJDIR ".libs/"
  317. | /* end confdefs.h. */
  318. | #include <sys/types.h>
  319. | #include <sys/param.h>
  320. |
  321. | int
  322. | main ()
  323. | {
  324. | #if BYTE_ORDER != BIG_ENDIAN
  325. | not big endian
  326. | #endif
  327. |
  328. | ;
  329. | return 0;
  330. | }
  331. configure:11019: result: no
  332. configure:11099: checking for gcc
  333. configure:11126: result: gcc
  334. configure:11364: checking for C compiler version
  335. configure:11371: gcc --version >&5
  336. gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  337. Copyright (C) 2013 Free Software Foundation, Inc.
  338. This is free software; see the source for copying conditions. There is NO
  339. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  340.  
  341. configure:11374: $? = 0
  342. configure:11381: gcc -v >&5
  343. Using built-in specs.
  344. COLLECT_GCC=gcc
  345. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  346. Target: x86_64-linux-gnu
  347. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  348. Thread model: posix
  349. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  350. configure:11384: $? = 0
  351. configure:11391: gcc -V >&5
  352. gcc: error: unrecognized command line option '-V'
  353. gcc: fatal error: no input files
  354. compilation terminated.
  355. configure:11394: $? = 4
  356. configure:11397: checking whether we are using the GNU C compiler
  357. configure:11449: result: yes
  358. configure:11454: checking whether gcc accepts -g
  359. configure:11589: result: yes
  360. configure:11606: checking for gcc option to accept ISO C89
  361. configure:11709: result: none needed
  362. configure:11785: checking for g++
  363. configure:11801: found /usr/bin/g++
  364. configure:11812: result: g++
  365. configure:11843: checking for C++ compiler version
  366. configure:11850: g++ --version >&5
  367. g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  368. Copyright (C) 2013 Free Software Foundation, Inc.
  369. This is free software; see the source for copying conditions. There is NO
  370. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  371.  
  372. configure:11853: $? = 0
  373. configure:11860: g++ -v >&5
  374. Using built-in specs.
  375. COLLECT_GCC=g++
  376. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  377. Target: x86_64-linux-gnu
  378. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  379. Thread model: posix
  380. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  381. configure:11863: $? = 0
  382. configure:11870: g++ -V >&5
  383. g++: error: unrecognized command line option '-V'
  384. g++: fatal error: no input files
  385. compilation terminated.
  386. configure:11873: $? = 4
  387. configure:11876: checking whether we are using the GNU C++ compiler
  388. configure:11905: g++ -c conftest.cpp >&5
  389. configure:11911: $? = 0
  390. configure:11928: result: yes
  391. configure:11933: checking whether g++ accepts -g
  392. configure:11963: g++ -c -g conftest.cpp >&5
  393. configure:11969: $? = 0
  394. configure:12068: result: yes
  395. configure:12208: checking for C++ compiler version
  396. configure:12215: g++ --version >&5
  397. g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  398. Copyright (C) 2013 Free Software Foundation, Inc.
  399. This is free software; see the source for copying conditions. There is NO
  400. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  401.  
  402. configure:12218: $? = 0
  403. configure:12225: g++ -v >&5
  404. Using built-in specs.
  405. COLLECT_GCC=g++
  406. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  407. Target: x86_64-linux-gnu
  408. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  409. Thread model: posix
  410. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  411. configure:12228: $? = 0
  412. configure:12235: g++ -V >&5
  413. g++: error: unrecognized command line option '-V'
  414. g++: fatal error: no input files
  415. compilation terminated.
  416. configure:12238: $? = 4
  417. configure:12241: checking whether we are using the GNU C++ compiler
  418. configure:12293: result: yes
  419. configure:12298: checking whether g++ accepts -g
  420. configure:12433: result: yes
  421. configure:12464: checking how to run the C++ preprocessor
  422. configure:12500: g++ -E conftest.cpp
  423. configure:12506: $? = 0
  424. configure:12537: g++ -E conftest.cpp
  425. conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
  426. #include <ac_nonexistent.h>
  427. ^
  428. compilation terminated.
  429. configure:12543: $? = 1
  430. configure: failed program was:
  431. | /* confdefs.h. */
  432. | #define PACKAGE_NAME ""
  433. | #define PACKAGE_TARNAME ""
  434. | #define PACKAGE_VERSION ""
  435. | #define PACKAGE_STRING ""
  436. | #define PACKAGE_BUGREPORT ""
  437. | #define _GNU_SOURCE 1
  438. | #define STDC_HEADERS 1
  439. | #define HAVE_SYS_TYPES_H 1
  440. | #define HAVE_SYS_STAT_H 1
  441. | #define HAVE_STDLIB_H 1
  442. | #define HAVE_STRING_H 1
  443. | #define HAVE_MEMORY_H 1
  444. | #define HAVE_STRINGS_H 1
  445. | #define HAVE_INTTYPES_H 1
  446. | #define HAVE_STDINT_H 1
  447. | #define HAVE_UNISTD_H 1
  448. | #define HAVE_DLFCN_H 1
  449. | #define LT_OBJDIR ".libs/"
  450. | #define SDL_BYTEORDER 1234
  451. | /* end confdefs.h. */
  452. | #include <ac_nonexistent.h>
  453. configure:12576: result: g++ -E
  454. configure:12605: g++ -E conftest.cpp
  455. configure:12611: $? = 0
  456. configure:12642: g++ -E conftest.cpp
  457. conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
  458. #include <ac_nonexistent.h>
  459. ^
  460. compilation terminated.
  461. configure:12648: $? = 1
  462. configure: failed program was:
  463. | /* confdefs.h. */
  464. | #define PACKAGE_NAME ""
  465. | #define PACKAGE_TARNAME ""
  466. | #define PACKAGE_VERSION ""
  467. | #define PACKAGE_STRING ""
  468. | #define PACKAGE_BUGREPORT ""
  469. | #define _GNU_SOURCE 1
  470. | #define STDC_HEADERS 1
  471. | #define HAVE_SYS_TYPES_H 1
  472. | #define HAVE_SYS_STAT_H 1
  473. | #define HAVE_STDLIB_H 1
  474. | #define HAVE_STRING_H 1
  475. | #define HAVE_MEMORY_H 1
  476. | #define HAVE_STRINGS_H 1
  477. | #define HAVE_INTTYPES_H 1
  478. | #define HAVE_STDINT_H 1
  479. | #define HAVE_UNISTD_H 1
  480. | #define HAVE_DLFCN_H 1
  481. | #define LT_OBJDIR ".libs/"
  482. | #define SDL_BYTEORDER 1234
  483. | /* end confdefs.h. */
  484. | #include <ac_nonexistent.h>
  485. configure:12822: checking for ld used by g++
  486. configure:12889: result: /usr/bin/ld -m elf_x86_64
  487. configure:12898: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  488. configure:12913: result: yes
  489. configure:12968: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  490. configure:13935: result: yes
  491. configure:13963: g++ -c -g -O2 conftest.cpp >&5
  492. configure:13966: $? = 0
  493. configure:14148: checking for g++ option to produce PIC
  494. configure:14465: result: -fPIC -DPIC
  495. configure:14474: checking if g++ PIC flag -fPIC -DPIC works
  496. configure:14492: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  497. configure:14496: $? = 0
  498. configure:14509: result: yes
  499. configure:14530: checking if g++ static flag -static works
  500. configure:14558: result: yes
  501. configure:14570: checking if g++ supports -c -o file.o
  502. configure:14591: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  503. configure:14595: $? = 0
  504. configure:14617: result: yes
  505. configure:14622: checking if g++ supports -c -o file.o
  506. configure:14669: result: yes
  507. configure:14699: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  508. configure:14725: result: yes
  509. configure:14862: checking dynamic linker characteristics
  510. configure:15255: g++ -o conftest -g -O2 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -Wl,-rpath -Wl,/foo conftest.cpp >&5
  511. configure:15261: $? = 0
  512. configure:15491: result: GNU/Linux ld.so
  513. configure:15542: checking how to hardcode library paths into programs
  514. configure:15567: result: immediate
  515. configure:15619: checking for a BSD-compatible install
  516. configure:15675: result: /usr/bin/install -c
  517. configure:15686: checking whether make sets $(MAKE)
  518. configure:15707: result: yes
  519. configure:15759: checking for windres
  520. configure:15789: result: no
  521. configure:15873: checking for an ANSI C-conforming const
  522. configure:15948: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  523. configure:15954: $? = 0
  524. configure:15969: result: yes
  525. configure:15979: checking for inline
  526. configure:16005: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  527. configure:16011: $? = 0
  528. configure:16029: result: inline
  529. configure:16048: checking for working volatile
  530. configure:16077: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  531. configure:16083: $? = 0
  532. configure:16098: result: yes
  533. configure:16122: checking for ANSI C header files
  534. configure:16286: result: yes
  535. configure:16315: checking for sys/types.h
  536. configure:16321: result: yes
  537. configure:16325: checking stdio.h usability
  538. configure:16342: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  539. configure:16348: $? = 0
  540. configure:16362: result: yes
  541. configure:16366: checking stdio.h presence
  542. configure:16381: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  543. configure:16387: $? = 0
  544. configure:16401: result: yes
  545. configure:16429: checking for stdio.h
  546. configure:16437: result: yes
  547. configure:16315: checking for stdlib.h
  548. configure:16321: result: yes
  549. configure:16325: checking stddef.h usability
  550. configure:16342: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  551. configure:16348: $? = 0
  552. configure:16362: result: yes
  553. configure:16366: checking stddef.h presence
  554. configure:16381: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  555. configure:16387: $? = 0
  556. configure:16401: result: yes
  557. configure:16429: checking for stddef.h
  558. configure:16437: result: yes
  559. configure:16325: checking stdarg.h usability
  560. configure:16342: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  561. configure:16348: $? = 0
  562. configure:16362: result: yes
  563. configure:16366: checking stdarg.h presence
  564. configure:16381: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  565. configure:16387: $? = 0
  566. configure:16401: result: yes
  567. configure:16429: checking for stdarg.h
  568. configure:16437: result: yes
  569. configure:16325: checking malloc.h usability
  570. configure:16342: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  571. configure:16348: $? = 0
  572. configure:16362: result: yes
  573. configure:16366: checking malloc.h presence
  574. configure:16381: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  575. configure:16387: $? = 0
  576. configure:16401: result: yes
  577. configure:16429: checking for malloc.h
  578. configure:16437: result: yes
  579. configure:16315: checking for memory.h
  580. configure:16321: result: yes
  581. configure:16315: checking for string.h
  582. configure:16321: result: yes
  583. configure:16315: checking for strings.h
  584. configure:16321: result: yes
  585. configure:16315: checking for inttypes.h
  586. configure:16321: result: yes
  587. configure:16315: checking for stdint.h
  588. configure:16321: result: yes
  589. configure:16325: checking ctype.h usability
  590. configure:16342: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  591. configure:16348: $? = 0
  592. configure:16362: result: yes
  593. configure:16366: checking ctype.h presence
  594. configure:16381: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  595. configure:16387: $? = 0
  596. configure:16401: result: yes
  597. configure:16429: checking for ctype.h
  598. configure:16437: result: yes
  599. configure:16325: checking math.h usability
  600. configure:16342: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  601. configure:16348: $? = 0
  602. configure:16362: result: yes
  603. configure:16366: checking math.h presence
  604. configure:16381: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  605. configure:16387: $? = 0
  606. configure:16401: result: yes
  607. configure:16429: checking for math.h
  608. configure:16437: result: yes
  609. configure:16325: checking iconv.h usability
  610. configure:16342: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  611. configure:16348: $? = 0
  612. configure:16362: result: yes
  613. configure:16366: checking iconv.h presence
  614. configure:16381: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  615. configure:16387: $? = 0
  616. configure:16401: result: yes
  617. configure:16429: checking for iconv.h
  618. configure:16437: result: yes
  619. configure:16325: checking signal.h usability
  620. configure:16342: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  621. configure:16348: $? = 0
  622. configure:16362: result: yes
  623. configure:16366: checking signal.h presence
  624. configure:16381: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  625. configure:16387: $? = 0
  626. configure:16401: result: yes
  627. configure:16429: checking for signal.h
  628. configure:16437: result: yes
  629. configure:16451: checking for size_t
  630. configure:16481: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  631. configure:16487: $? = 0
  632. configure:16502: result: yes
  633. configure:16515: checking for int64_t
  634. configure:16545: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  635. configure:16551: $? = 0
  636. configure:16566: result: yes
  637. configure:16584: checking for working alloca.h
  638. configure:16611: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  639. configure:16617: $? = 0
  640. configure:16634: result: yes
  641. configure:16644: checking for alloca
  642. configure:16691: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  643. configure:16697: $? = 0
  644. configure:16714: result: yes
  645. configure:16944: checking for working memcmp
  646. configure:16997: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  647. configure:17000: $? = 0
  648. configure:17006: ./conftest
  649. configure:17009: $? = 0
  650. configure:17025: result: yes
  651. configure:17040: checking for working strtod
  652. configure:17091: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  653. configure:17094: $? = 0
  654. configure:17100: ./conftest
  655. configure:17103: $? = 0
  656. configure:17119: result: yes
  657. configure:17289: checking for mprotect
  658. configure:17345: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  659. configure:17351: $? = 0
  660. configure:17368: result: yes
  661. configure:17396: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  662. configure:17402: $? = 0
  663. configure:17474: checking for malloc
  664. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  665. conftest.c:68:6: warning: conflicting types for built-in function 'malloc' [enabled by default]
  666. char malloc ();
  667. ^
  668. configure:17536: $? = 0
  669. configure:17554: result: yes
  670. configure:17474: checking for calloc
  671. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  672. conftest.c:69:6: warning: conflicting types for built-in function 'calloc' [enabled by default]
  673. char calloc ();
  674. ^
  675. configure:17536: $? = 0
  676. configure:17554: result: yes
  677. configure:17474: checking for realloc
  678. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  679. conftest.c:70:6: warning: conflicting types for built-in function 'realloc' [enabled by default]
  680. char realloc ();
  681. ^
  682. configure:17536: $? = 0
  683. configure:17554: result: yes
  684. configure:17474: checking for free
  685. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  686. conftest.c:71:6: warning: conflicting types for built-in function 'free' [enabled by default]
  687. char free ();
  688. ^
  689. configure:17536: $? = 0
  690. configure:17554: result: yes
  691. configure:17474: checking for getenv
  692. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  693. configure:17536: $? = 0
  694. configure:17554: result: yes
  695. configure:17474: checking for putenv
  696. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  697. configure:17536: $? = 0
  698. configure:17554: result: yes
  699. configure:17474: checking for unsetenv
  700. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  701. configure:17536: $? = 0
  702. configure:17554: result: yes
  703. configure:17474: checking for qsort
  704. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  705. configure:17536: $? = 0
  706. configure:17554: result: yes
  707. configure:17474: checking for abs
  708. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  709. conftest.c:76:6: warning: conflicting types for built-in function 'abs' [enabled by default]
  710. char abs ();
  711. ^
  712. configure:17536: $? = 0
  713. configure:17554: result: yes
  714. configure:17474: checking for bcopy
  715. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  716. conftest.c:77:6: warning: conflicting types for built-in function 'bcopy' [enabled by default]
  717. char bcopy ();
  718. ^
  719. configure:17536: $? = 0
  720. configure:17554: result: yes
  721. configure:17474: checking for memset
  722. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  723. conftest.c:78:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  724. char memset ();
  725. ^
  726. configure:17536: $? = 0
  727. configure:17554: result: yes
  728. configure:17474: checking for memcpy
  729. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  730. conftest.c:79:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
  731. char memcpy ();
  732. ^
  733. configure:17536: $? = 0
  734. configure:17554: result: yes
  735. configure:17474: checking for memmove
  736. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  737. conftest.c:80:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  738. char memmove ();
  739. ^
  740. configure:17536: $? = 0
  741. configure:17554: result: yes
  742. configure:17474: checking for strlen
  743. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  744. conftest.c:81:6: warning: conflicting types for built-in function 'strlen' [enabled by default]
  745. char strlen ();
  746. ^
  747. configure:17536: $? = 0
  748. configure:17554: result: yes
  749. configure:17474: checking for strlcpy
  750. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  751. /tmp/ccjDZSpm.o: In function `main':
  752. conftest.c:(.text+0xa): undefined reference to `strlcpy'
  753. collect2: error: ld returned 1 exit status
  754. configure:17536: $? = 1
  755. configure: failed program was:
  756. | /* confdefs.h. */
  757. | #define PACKAGE_NAME ""
  758. | #define PACKAGE_TARNAME ""
  759. | #define PACKAGE_VERSION ""
  760. | #define PACKAGE_STRING ""
  761. | #define PACKAGE_BUGREPORT ""
  762. | #define _GNU_SOURCE 1
  763. | #define STDC_HEADERS 1
  764. | #define HAVE_SYS_TYPES_H 1
  765. | #define HAVE_SYS_STAT_H 1
  766. | #define HAVE_STDLIB_H 1
  767. | #define HAVE_STRING_H 1
  768. | #define HAVE_MEMORY_H 1
  769. | #define HAVE_STRINGS_H 1
  770. | #define HAVE_INTTYPES_H 1
  771. | #define HAVE_STDINT_H 1
  772. | #define HAVE_UNISTD_H 1
  773. | #define HAVE_DLFCN_H 1
  774. | #define LT_OBJDIR ".libs/"
  775. | #define SDL_BYTEORDER 1234
  776. | #define HAVE_LIBC 1
  777. | #define STDC_HEADERS 1
  778. | #define HAVE_SYS_TYPES_H 1
  779. | #define HAVE_STDIO_H 1
  780. | #define HAVE_STDLIB_H 1
  781. | #define HAVE_STDDEF_H 1
  782. | #define HAVE_STDARG_H 1
  783. | #define HAVE_MALLOC_H 1
  784. | #define HAVE_MEMORY_H 1
  785. | #define HAVE_STRING_H 1
  786. | #define HAVE_STRINGS_H 1
  787. | #define HAVE_INTTYPES_H 1
  788. | #define HAVE_STDINT_H 1
  789. | #define HAVE_CTYPE_H 1
  790. | #define HAVE_MATH_H 1
  791. | #define HAVE_ICONV_H 1
  792. | #define HAVE_SIGNAL_H 1
  793. | #define SDL_HAS_64BIT_TYPE 1
  794. | #define HAVE_ALLOCA_H 1
  795. | #define HAVE_ALLOCA 1
  796. | #define HAVE_MEMCMP 1
  797. | #define HAVE_STRTOD 1
  798. | #define HAVE_MPROTECT 1
  799. | #define HAVE_MALLOC 1
  800. | #define HAVE_CALLOC 1
  801. | #define HAVE_REALLOC 1
  802. | #define HAVE_FREE 1
  803. | #define HAVE_GETENV 1
  804. | #define HAVE_PUTENV 1
  805. | #define HAVE_UNSETENV 1
  806. | #define HAVE_QSORT 1
  807. | #define HAVE_ABS 1
  808. | #define HAVE_BCOPY 1
  809. | #define HAVE_MEMSET 1
  810. | #define HAVE_MEMCPY 1
  811. | #define HAVE_MEMMOVE 1
  812. | #define HAVE_STRLEN 1
  813. | /* end confdefs.h. */
  814. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  815. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  816. | #define strlcpy innocuous_strlcpy
  817. |
  818. | /* System header to define __stub macros and hopefully few prototypes,
  819. | which can conflict with char strlcpy (); below.
  820. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  821. | <limits.h> exists even on freestanding compilers. */
  822. |
  823. | #ifdef __STDC__
  824. | # include <limits.h>
  825. | #else
  826. | # include <assert.h>
  827. | #endif
  828. |
  829. | #undef strlcpy
  830. |
  831. | /* Override any GCC internal prototype to avoid an error.
  832. | Use char because int might match the return type of a GCC
  833. | builtin and then its argument prototype would still apply. */
  834. | #ifdef __cplusplus
  835. | extern "C"
  836. | #endif
  837. | char strlcpy ();
  838. | /* The GNU C library defines this for functions which it implements
  839. | to always fail with ENOSYS. Some functions are actually named
  840. | something starting with __ and the normal name is an alias. */
  841. | #if defined __stub_strlcpy || defined __stub___strlcpy
  842. | choke me
  843. | #endif
  844. |
  845. | int
  846. | main ()
  847. | {
  848. | return strlcpy ();
  849. | ;
  850. | return 0;
  851. | }
  852. configure:17554: result: no
  853. configure:17474: checking for strlcat
  854. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  855. /tmp/ccderNlt.o: In function `main':
  856. conftest.c:(.text+0xa): undefined reference to `strlcat'
  857. collect2: error: ld returned 1 exit status
  858. configure:17536: $? = 1
  859. configure: failed program was:
  860. | /* confdefs.h. */
  861. | #define PACKAGE_NAME ""
  862. | #define PACKAGE_TARNAME ""
  863. | #define PACKAGE_VERSION ""
  864. | #define PACKAGE_STRING ""
  865. | #define PACKAGE_BUGREPORT ""
  866. | #define _GNU_SOURCE 1
  867. | #define STDC_HEADERS 1
  868. | #define HAVE_SYS_TYPES_H 1
  869. | #define HAVE_SYS_STAT_H 1
  870. | #define HAVE_STDLIB_H 1
  871. | #define HAVE_STRING_H 1
  872. | #define HAVE_MEMORY_H 1
  873. | #define HAVE_STRINGS_H 1
  874. | #define HAVE_INTTYPES_H 1
  875. | #define HAVE_STDINT_H 1
  876. | #define HAVE_UNISTD_H 1
  877. | #define HAVE_DLFCN_H 1
  878. | #define LT_OBJDIR ".libs/"
  879. | #define SDL_BYTEORDER 1234
  880. | #define HAVE_LIBC 1
  881. | #define STDC_HEADERS 1
  882. | #define HAVE_SYS_TYPES_H 1
  883. | #define HAVE_STDIO_H 1
  884. | #define HAVE_STDLIB_H 1
  885. | #define HAVE_STDDEF_H 1
  886. | #define HAVE_STDARG_H 1
  887. | #define HAVE_MALLOC_H 1
  888. | #define HAVE_MEMORY_H 1
  889. | #define HAVE_STRING_H 1
  890. | #define HAVE_STRINGS_H 1
  891. | #define HAVE_INTTYPES_H 1
  892. | #define HAVE_STDINT_H 1
  893. | #define HAVE_CTYPE_H 1
  894. | #define HAVE_MATH_H 1
  895. | #define HAVE_ICONV_H 1
  896. | #define HAVE_SIGNAL_H 1
  897. | #define SDL_HAS_64BIT_TYPE 1
  898. | #define HAVE_ALLOCA_H 1
  899. | #define HAVE_ALLOCA 1
  900. | #define HAVE_MEMCMP 1
  901. | #define HAVE_STRTOD 1
  902. | #define HAVE_MPROTECT 1
  903. | #define HAVE_MALLOC 1
  904. | #define HAVE_CALLOC 1
  905. | #define HAVE_REALLOC 1
  906. | #define HAVE_FREE 1
  907. | #define HAVE_GETENV 1
  908. | #define HAVE_PUTENV 1
  909. | #define HAVE_UNSETENV 1
  910. | #define HAVE_QSORT 1
  911. | #define HAVE_ABS 1
  912. | #define HAVE_BCOPY 1
  913. | #define HAVE_MEMSET 1
  914. | #define HAVE_MEMCPY 1
  915. | #define HAVE_MEMMOVE 1
  916. | #define HAVE_STRLEN 1
  917. | /* end confdefs.h. */
  918. | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
  919. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  920. | #define strlcat innocuous_strlcat
  921. |
  922. | /* System header to define __stub macros and hopefully few prototypes,
  923. | which can conflict with char strlcat (); below.
  924. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  925. | <limits.h> exists even on freestanding compilers. */
  926. |
  927. | #ifdef __STDC__
  928. | # include <limits.h>
  929. | #else
  930. | # include <assert.h>
  931. | #endif
  932. |
  933. | #undef strlcat
  934. |
  935. | /* Override any GCC internal prototype to avoid an error.
  936. | Use char because int might match the return type of a GCC
  937. | builtin and then its argument prototype would still apply. */
  938. | #ifdef __cplusplus
  939. | extern "C"
  940. | #endif
  941. | char strlcat ();
  942. | /* The GNU C library defines this for functions which it implements
  943. | to always fail with ENOSYS. Some functions are actually named
  944. | something starting with __ and the normal name is an alias. */
  945. | #if defined __stub_strlcat || defined __stub___strlcat
  946. | choke me
  947. | #endif
  948. |
  949. | int
  950. | main ()
  951. | {
  952. | return strlcat ();
  953. | ;
  954. | return 0;
  955. | }
  956. configure:17554: result: no
  957. configure:17474: checking for strdup
  958. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  959. conftest.c:82:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  960. char strdup ();
  961. ^
  962. configure:17536: $? = 0
  963. configure:17554: result: yes
  964. configure:17474: checking for _strrev
  965. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  966. /tmp/ccBjSAxD.o: In function `main':
  967. conftest.c:(.text+0xa): undefined reference to `_strrev'
  968. collect2: error: ld returned 1 exit status
  969. configure:17536: $? = 1
  970. configure: failed program was:
  971. | /* confdefs.h. */
  972. | #define PACKAGE_NAME ""
  973. | #define PACKAGE_TARNAME ""
  974. | #define PACKAGE_VERSION ""
  975. | #define PACKAGE_STRING ""
  976. | #define PACKAGE_BUGREPORT ""
  977. | #define _GNU_SOURCE 1
  978. | #define STDC_HEADERS 1
  979. | #define HAVE_SYS_TYPES_H 1
  980. | #define HAVE_SYS_STAT_H 1
  981. | #define HAVE_STDLIB_H 1
  982. | #define HAVE_STRING_H 1
  983. | #define HAVE_MEMORY_H 1
  984. | #define HAVE_STRINGS_H 1
  985. | #define HAVE_INTTYPES_H 1
  986. | #define HAVE_STDINT_H 1
  987. | #define HAVE_UNISTD_H 1
  988. | #define HAVE_DLFCN_H 1
  989. | #define LT_OBJDIR ".libs/"
  990. | #define SDL_BYTEORDER 1234
  991. | #define HAVE_LIBC 1
  992. | #define STDC_HEADERS 1
  993. | #define HAVE_SYS_TYPES_H 1
  994. | #define HAVE_STDIO_H 1
  995. | #define HAVE_STDLIB_H 1
  996. | #define HAVE_STDDEF_H 1
  997. | #define HAVE_STDARG_H 1
  998. | #define HAVE_MALLOC_H 1
  999. | #define HAVE_MEMORY_H 1
  1000. | #define HAVE_STRING_H 1
  1001. | #define HAVE_STRINGS_H 1
  1002. | #define HAVE_INTTYPES_H 1
  1003. | #define HAVE_STDINT_H 1
  1004. | #define HAVE_CTYPE_H 1
  1005. | #define HAVE_MATH_H 1
  1006. | #define HAVE_ICONV_H 1
  1007. | #define HAVE_SIGNAL_H 1
  1008. | #define SDL_HAS_64BIT_TYPE 1
  1009. | #define HAVE_ALLOCA_H 1
  1010. | #define HAVE_ALLOCA 1
  1011. | #define HAVE_MEMCMP 1
  1012. | #define HAVE_STRTOD 1
  1013. | #define HAVE_MPROTECT 1
  1014. | #define HAVE_MALLOC 1
  1015. | #define HAVE_CALLOC 1
  1016. | #define HAVE_REALLOC 1
  1017. | #define HAVE_FREE 1
  1018. | #define HAVE_GETENV 1
  1019. | #define HAVE_PUTENV 1
  1020. | #define HAVE_UNSETENV 1
  1021. | #define HAVE_QSORT 1
  1022. | #define HAVE_ABS 1
  1023. | #define HAVE_BCOPY 1
  1024. | #define HAVE_MEMSET 1
  1025. | #define HAVE_MEMCPY 1
  1026. | #define HAVE_MEMMOVE 1
  1027. | #define HAVE_STRLEN 1
  1028. | #define HAVE_STRDUP 1
  1029. | /* end confdefs.h. */
  1030. | /* Define _strrev to an innocuous variant, in case <limits.h> declares _strrev.
  1031. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1032. | #define _strrev innocuous__strrev
  1033. |
  1034. | /* System header to define __stub macros and hopefully few prototypes,
  1035. | which can conflict with char _strrev (); below.
  1036. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1037. | <limits.h> exists even on freestanding compilers. */
  1038. |
  1039. | #ifdef __STDC__
  1040. | # include <limits.h>
  1041. | #else
  1042. | # include <assert.h>
  1043. | #endif
  1044. |
  1045. | #undef _strrev
  1046. |
  1047. | /* Override any GCC internal prototype to avoid an error.
  1048. | Use char because int might match the return type of a GCC
  1049. | builtin and then its argument prototype would still apply. */
  1050. | #ifdef __cplusplus
  1051. | extern "C"
  1052. | #endif
  1053. | char _strrev ();
  1054. | /* The GNU C library defines this for functions which it implements
  1055. | to always fail with ENOSYS. Some functions are actually named
  1056. | something starting with __ and the normal name is an alias. */
  1057. | #if defined __stub__strrev || defined __stub____strrev
  1058. | choke me
  1059. | #endif
  1060. |
  1061. | int
  1062. | main ()
  1063. | {
  1064. | return _strrev ();
  1065. | ;
  1066. | return 0;
  1067. | }
  1068. configure:17554: result: no
  1069. configure:17474: checking for _strupr
  1070. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1071. /tmp/ccHDvyTH.o: In function `main':
  1072. conftest.c:(.text+0xa): undefined reference to `_strupr'
  1073. collect2: error: ld returned 1 exit status
  1074. configure:17536: $? = 1
  1075. configure: failed program was:
  1076. | /* confdefs.h. */
  1077. | #define PACKAGE_NAME ""
  1078. | #define PACKAGE_TARNAME ""
  1079. | #define PACKAGE_VERSION ""
  1080. | #define PACKAGE_STRING ""
  1081. | #define PACKAGE_BUGREPORT ""
  1082. | #define _GNU_SOURCE 1
  1083. | #define STDC_HEADERS 1
  1084. | #define HAVE_SYS_TYPES_H 1
  1085. | #define HAVE_SYS_STAT_H 1
  1086. | #define HAVE_STDLIB_H 1
  1087. | #define HAVE_STRING_H 1
  1088. | #define HAVE_MEMORY_H 1
  1089. | #define HAVE_STRINGS_H 1
  1090. | #define HAVE_INTTYPES_H 1
  1091. | #define HAVE_STDINT_H 1
  1092. | #define HAVE_UNISTD_H 1
  1093. | #define HAVE_DLFCN_H 1
  1094. | #define LT_OBJDIR ".libs/"
  1095. | #define SDL_BYTEORDER 1234
  1096. | #define HAVE_LIBC 1
  1097. | #define STDC_HEADERS 1
  1098. | #define HAVE_SYS_TYPES_H 1
  1099. | #define HAVE_STDIO_H 1
  1100. | #define HAVE_STDLIB_H 1
  1101. | #define HAVE_STDDEF_H 1
  1102. | #define HAVE_STDARG_H 1
  1103. | #define HAVE_MALLOC_H 1
  1104. | #define HAVE_MEMORY_H 1
  1105. | #define HAVE_STRING_H 1
  1106. | #define HAVE_STRINGS_H 1
  1107. | #define HAVE_INTTYPES_H 1
  1108. | #define HAVE_STDINT_H 1
  1109. | #define HAVE_CTYPE_H 1
  1110. | #define HAVE_MATH_H 1
  1111. | #define HAVE_ICONV_H 1
  1112. | #define HAVE_SIGNAL_H 1
  1113. | #define SDL_HAS_64BIT_TYPE 1
  1114. | #define HAVE_ALLOCA_H 1
  1115. | #define HAVE_ALLOCA 1
  1116. | #define HAVE_MEMCMP 1
  1117. | #define HAVE_STRTOD 1
  1118. | #define HAVE_MPROTECT 1
  1119. | #define HAVE_MALLOC 1
  1120. | #define HAVE_CALLOC 1
  1121. | #define HAVE_REALLOC 1
  1122. | #define HAVE_FREE 1
  1123. | #define HAVE_GETENV 1
  1124. | #define HAVE_PUTENV 1
  1125. | #define HAVE_UNSETENV 1
  1126. | #define HAVE_QSORT 1
  1127. | #define HAVE_ABS 1
  1128. | #define HAVE_BCOPY 1
  1129. | #define HAVE_MEMSET 1
  1130. | #define HAVE_MEMCPY 1
  1131. | #define HAVE_MEMMOVE 1
  1132. | #define HAVE_STRLEN 1
  1133. | #define HAVE_STRDUP 1
  1134. | /* end confdefs.h. */
  1135. | /* Define _strupr to an innocuous variant, in case <limits.h> declares _strupr.
  1136. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1137. | #define _strupr innocuous__strupr
  1138. |
  1139. | /* System header to define __stub macros and hopefully few prototypes,
  1140. | which can conflict with char _strupr (); below.
  1141. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1142. | <limits.h> exists even on freestanding compilers. */
  1143. |
  1144. | #ifdef __STDC__
  1145. | # include <limits.h>
  1146. | #else
  1147. | # include <assert.h>
  1148. | #endif
  1149. |
  1150. | #undef _strupr
  1151. |
  1152. | /* Override any GCC internal prototype to avoid an error.
  1153. | Use char because int might match the return type of a GCC
  1154. | builtin and then its argument prototype would still apply. */
  1155. | #ifdef __cplusplus
  1156. | extern "C"
  1157. | #endif
  1158. | char _strupr ();
  1159. | /* The GNU C library defines this for functions which it implements
  1160. | to always fail with ENOSYS. Some functions are actually named
  1161. | something starting with __ and the normal name is an alias. */
  1162. | #if defined __stub__strupr || defined __stub____strupr
  1163. | choke me
  1164. | #endif
  1165. |
  1166. | int
  1167. | main ()
  1168. | {
  1169. | return _strupr ();
  1170. | ;
  1171. | return 0;
  1172. | }
  1173. configure:17554: result: no
  1174. configure:17474: checking for _strlwr
  1175. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1176. /tmp/cccExB6J.o: In function `main':
  1177. conftest.c:(.text+0xa): undefined reference to `_strlwr'
  1178. collect2: error: ld returned 1 exit status
  1179. configure:17536: $? = 1
  1180. configure: failed program was:
  1181. | /* confdefs.h. */
  1182. | #define PACKAGE_NAME ""
  1183. | #define PACKAGE_TARNAME ""
  1184. | #define PACKAGE_VERSION ""
  1185. | #define PACKAGE_STRING ""
  1186. | #define PACKAGE_BUGREPORT ""
  1187. | #define _GNU_SOURCE 1
  1188. | #define STDC_HEADERS 1
  1189. | #define HAVE_SYS_TYPES_H 1
  1190. | #define HAVE_SYS_STAT_H 1
  1191. | #define HAVE_STDLIB_H 1
  1192. | #define HAVE_STRING_H 1
  1193. | #define HAVE_MEMORY_H 1
  1194. | #define HAVE_STRINGS_H 1
  1195. | #define HAVE_INTTYPES_H 1
  1196. | #define HAVE_STDINT_H 1
  1197. | #define HAVE_UNISTD_H 1
  1198. | #define HAVE_DLFCN_H 1
  1199. | #define LT_OBJDIR ".libs/"
  1200. | #define SDL_BYTEORDER 1234
  1201. | #define HAVE_LIBC 1
  1202. | #define STDC_HEADERS 1
  1203. | #define HAVE_SYS_TYPES_H 1
  1204. | #define HAVE_STDIO_H 1
  1205. | #define HAVE_STDLIB_H 1
  1206. | #define HAVE_STDDEF_H 1
  1207. | #define HAVE_STDARG_H 1
  1208. | #define HAVE_MALLOC_H 1
  1209. | #define HAVE_MEMORY_H 1
  1210. | #define HAVE_STRING_H 1
  1211. | #define HAVE_STRINGS_H 1
  1212. | #define HAVE_INTTYPES_H 1
  1213. | #define HAVE_STDINT_H 1
  1214. | #define HAVE_CTYPE_H 1
  1215. | #define HAVE_MATH_H 1
  1216. | #define HAVE_ICONV_H 1
  1217. | #define HAVE_SIGNAL_H 1
  1218. | #define SDL_HAS_64BIT_TYPE 1
  1219. | #define HAVE_ALLOCA_H 1
  1220. | #define HAVE_ALLOCA 1
  1221. | #define HAVE_MEMCMP 1
  1222. | #define HAVE_STRTOD 1
  1223. | #define HAVE_MPROTECT 1
  1224. | #define HAVE_MALLOC 1
  1225. | #define HAVE_CALLOC 1
  1226. | #define HAVE_REALLOC 1
  1227. | #define HAVE_FREE 1
  1228. | #define HAVE_GETENV 1
  1229. | #define HAVE_PUTENV 1
  1230. | #define HAVE_UNSETENV 1
  1231. | #define HAVE_QSORT 1
  1232. | #define HAVE_ABS 1
  1233. | #define HAVE_BCOPY 1
  1234. | #define HAVE_MEMSET 1
  1235. | #define HAVE_MEMCPY 1
  1236. | #define HAVE_MEMMOVE 1
  1237. | #define HAVE_STRLEN 1
  1238. | #define HAVE_STRDUP 1
  1239. | /* end confdefs.h. */
  1240. | /* Define _strlwr to an innocuous variant, in case <limits.h> declares _strlwr.
  1241. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1242. | #define _strlwr innocuous__strlwr
  1243. |
  1244. | /* System header to define __stub macros and hopefully few prototypes,
  1245. | which can conflict with char _strlwr (); below.
  1246. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1247. | <limits.h> exists even on freestanding compilers. */
  1248. |
  1249. | #ifdef __STDC__
  1250. | # include <limits.h>
  1251. | #else
  1252. | # include <assert.h>
  1253. | #endif
  1254. |
  1255. | #undef _strlwr
  1256. |
  1257. | /* Override any GCC internal prototype to avoid an error.
  1258. | Use char because int might match the return type of a GCC
  1259. | builtin and then its argument prototype would still apply. */
  1260. | #ifdef __cplusplus
  1261. | extern "C"
  1262. | #endif
  1263. | char _strlwr ();
  1264. | /* The GNU C library defines this for functions which it implements
  1265. | to always fail with ENOSYS. Some functions are actually named
  1266. | something starting with __ and the normal name is an alias. */
  1267. | #if defined __stub__strlwr || defined __stub____strlwr
  1268. | choke me
  1269. | #endif
  1270. |
  1271. | int
  1272. | main ()
  1273. | {
  1274. | return _strlwr ();
  1275. | ;
  1276. | return 0;
  1277. | }
  1278. configure:17554: result: no
  1279. configure:17474: checking for strchr
  1280. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1281. conftest.c:83:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  1282. char strchr ();
  1283. ^
  1284. configure:17536: $? = 0
  1285. configure:17554: result: yes
  1286. configure:17474: checking for strrchr
  1287. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1288. conftest.c:84:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  1289. char strrchr ();
  1290. ^
  1291. configure:17536: $? = 0
  1292. configure:17554: result: yes
  1293. configure:17474: checking for strstr
  1294. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1295. conftest.c:85:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  1296. char strstr ();
  1297. ^
  1298. configure:17536: $? = 0
  1299. configure:17554: result: yes
  1300. configure:17474: checking for itoa
  1301. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1302. /tmp/ccCNdgYW.o: In function `main':
  1303. conftest.c:(.text+0xa): undefined reference to `itoa'
  1304. collect2: error: ld returned 1 exit status
  1305. configure:17536: $? = 1
  1306. configure: failed program was:
  1307. | /* confdefs.h. */
  1308. | #define PACKAGE_NAME ""
  1309. | #define PACKAGE_TARNAME ""
  1310. | #define PACKAGE_VERSION ""
  1311. | #define PACKAGE_STRING ""
  1312. | #define PACKAGE_BUGREPORT ""
  1313. | #define _GNU_SOURCE 1
  1314. | #define STDC_HEADERS 1
  1315. | #define HAVE_SYS_TYPES_H 1
  1316. | #define HAVE_SYS_STAT_H 1
  1317. | #define HAVE_STDLIB_H 1
  1318. | #define HAVE_STRING_H 1
  1319. | #define HAVE_MEMORY_H 1
  1320. | #define HAVE_STRINGS_H 1
  1321. | #define HAVE_INTTYPES_H 1
  1322. | #define HAVE_STDINT_H 1
  1323. | #define HAVE_UNISTD_H 1
  1324. | #define HAVE_DLFCN_H 1
  1325. | #define LT_OBJDIR ".libs/"
  1326. | #define SDL_BYTEORDER 1234
  1327. | #define HAVE_LIBC 1
  1328. | #define STDC_HEADERS 1
  1329. | #define HAVE_SYS_TYPES_H 1
  1330. | #define HAVE_STDIO_H 1
  1331. | #define HAVE_STDLIB_H 1
  1332. | #define HAVE_STDDEF_H 1
  1333. | #define HAVE_STDARG_H 1
  1334. | #define HAVE_MALLOC_H 1
  1335. | #define HAVE_MEMORY_H 1
  1336. | #define HAVE_STRING_H 1
  1337. | #define HAVE_STRINGS_H 1
  1338. | #define HAVE_INTTYPES_H 1
  1339. | #define HAVE_STDINT_H 1
  1340. | #define HAVE_CTYPE_H 1
  1341. | #define HAVE_MATH_H 1
  1342. | #define HAVE_ICONV_H 1
  1343. | #define HAVE_SIGNAL_H 1
  1344. | #define SDL_HAS_64BIT_TYPE 1
  1345. | #define HAVE_ALLOCA_H 1
  1346. | #define HAVE_ALLOCA 1
  1347. | #define HAVE_MEMCMP 1
  1348. | #define HAVE_STRTOD 1
  1349. | #define HAVE_MPROTECT 1
  1350. | #define HAVE_MALLOC 1
  1351. | #define HAVE_CALLOC 1
  1352. | #define HAVE_REALLOC 1
  1353. | #define HAVE_FREE 1
  1354. | #define HAVE_GETENV 1
  1355. | #define HAVE_PUTENV 1
  1356. | #define HAVE_UNSETENV 1
  1357. | #define HAVE_QSORT 1
  1358. | #define HAVE_ABS 1
  1359. | #define HAVE_BCOPY 1
  1360. | #define HAVE_MEMSET 1
  1361. | #define HAVE_MEMCPY 1
  1362. | #define HAVE_MEMMOVE 1
  1363. | #define HAVE_STRLEN 1
  1364. | #define HAVE_STRDUP 1
  1365. | #define HAVE_STRCHR 1
  1366. | #define HAVE_STRRCHR 1
  1367. | #define HAVE_STRSTR 1
  1368. | /* end confdefs.h. */
  1369. | /* Define itoa to an innocuous variant, in case <limits.h> declares itoa.
  1370. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1371. | #define itoa innocuous_itoa
  1372. |
  1373. | /* System header to define __stub macros and hopefully few prototypes,
  1374. | which can conflict with char itoa (); below.
  1375. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1376. | <limits.h> exists even on freestanding compilers. */
  1377. |
  1378. | #ifdef __STDC__
  1379. | # include <limits.h>
  1380. | #else
  1381. | # include <assert.h>
  1382. | #endif
  1383. |
  1384. | #undef itoa
  1385. |
  1386. | /* Override any GCC internal prototype to avoid an error.
  1387. | Use char because int might match the return type of a GCC
  1388. | builtin and then its argument prototype would still apply. */
  1389. | #ifdef __cplusplus
  1390. | extern "C"
  1391. | #endif
  1392. | char itoa ();
  1393. | /* The GNU C library defines this for functions which it implements
  1394. | to always fail with ENOSYS. Some functions are actually named
  1395. | something starting with __ and the normal name is an alias. */
  1396. | #if defined __stub_itoa || defined __stub___itoa
  1397. | choke me
  1398. | #endif
  1399. |
  1400. | int
  1401. | main ()
  1402. | {
  1403. | return itoa ();
  1404. | ;
  1405. | return 0;
  1406. | }
  1407. configure:17554: result: no
  1408. configure:17474: checking for _ltoa
  1409. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1410. /tmp/ccTCiEm1.o: In function `main':
  1411. conftest.c:(.text+0xa): undefined reference to `_ltoa'
  1412. collect2: error: ld returned 1 exit status
  1413. configure:17536: $? = 1
  1414. configure: failed program was:
  1415. | /* confdefs.h. */
  1416. | #define PACKAGE_NAME ""
  1417. | #define PACKAGE_TARNAME ""
  1418. | #define PACKAGE_VERSION ""
  1419. | #define PACKAGE_STRING ""
  1420. | #define PACKAGE_BUGREPORT ""
  1421. | #define _GNU_SOURCE 1
  1422. | #define STDC_HEADERS 1
  1423. | #define HAVE_SYS_TYPES_H 1
  1424. | #define HAVE_SYS_STAT_H 1
  1425. | #define HAVE_STDLIB_H 1
  1426. | #define HAVE_STRING_H 1
  1427. | #define HAVE_MEMORY_H 1
  1428. | #define HAVE_STRINGS_H 1
  1429. | #define HAVE_INTTYPES_H 1
  1430. | #define HAVE_STDINT_H 1
  1431. | #define HAVE_UNISTD_H 1
  1432. | #define HAVE_DLFCN_H 1
  1433. | #define LT_OBJDIR ".libs/"
  1434. | #define SDL_BYTEORDER 1234
  1435. | #define HAVE_LIBC 1
  1436. | #define STDC_HEADERS 1
  1437. | #define HAVE_SYS_TYPES_H 1
  1438. | #define HAVE_STDIO_H 1
  1439. | #define HAVE_STDLIB_H 1
  1440. | #define HAVE_STDDEF_H 1
  1441. | #define HAVE_STDARG_H 1
  1442. | #define HAVE_MALLOC_H 1
  1443. | #define HAVE_MEMORY_H 1
  1444. | #define HAVE_STRING_H 1
  1445. | #define HAVE_STRINGS_H 1
  1446. | #define HAVE_INTTYPES_H 1
  1447. | #define HAVE_STDINT_H 1
  1448. | #define HAVE_CTYPE_H 1
  1449. | #define HAVE_MATH_H 1
  1450. | #define HAVE_ICONV_H 1
  1451. | #define HAVE_SIGNAL_H 1
  1452. | #define SDL_HAS_64BIT_TYPE 1
  1453. | #define HAVE_ALLOCA_H 1
  1454. | #define HAVE_ALLOCA 1
  1455. | #define HAVE_MEMCMP 1
  1456. | #define HAVE_STRTOD 1
  1457. | #define HAVE_MPROTECT 1
  1458. | #define HAVE_MALLOC 1
  1459. | #define HAVE_CALLOC 1
  1460. | #define HAVE_REALLOC 1
  1461. | #define HAVE_FREE 1
  1462. | #define HAVE_GETENV 1
  1463. | #define HAVE_PUTENV 1
  1464. | #define HAVE_UNSETENV 1
  1465. | #define HAVE_QSORT 1
  1466. | #define HAVE_ABS 1
  1467. | #define HAVE_BCOPY 1
  1468. | #define HAVE_MEMSET 1
  1469. | #define HAVE_MEMCPY 1
  1470. | #define HAVE_MEMMOVE 1
  1471. | #define HAVE_STRLEN 1
  1472. | #define HAVE_STRDUP 1
  1473. | #define HAVE_STRCHR 1
  1474. | #define HAVE_STRRCHR 1
  1475. | #define HAVE_STRSTR 1
  1476. | /* end confdefs.h. */
  1477. | /* Define _ltoa to an innocuous variant, in case <limits.h> declares _ltoa.
  1478. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1479. | #define _ltoa innocuous__ltoa
  1480. |
  1481. | /* System header to define __stub macros and hopefully few prototypes,
  1482. | which can conflict with char _ltoa (); below.
  1483. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1484. | <limits.h> exists even on freestanding compilers. */
  1485. |
  1486. | #ifdef __STDC__
  1487. | # include <limits.h>
  1488. | #else
  1489. | # include <assert.h>
  1490. | #endif
  1491. |
  1492. | #undef _ltoa
  1493. |
  1494. | /* Override any GCC internal prototype to avoid an error.
  1495. | Use char because int might match the return type of a GCC
  1496. | builtin and then its argument prototype would still apply. */
  1497. | #ifdef __cplusplus
  1498. | extern "C"
  1499. | #endif
  1500. | char _ltoa ();
  1501. | /* The GNU C library defines this for functions which it implements
  1502. | to always fail with ENOSYS. Some functions are actually named
  1503. | something starting with __ and the normal name is an alias. */
  1504. | #if defined __stub__ltoa || defined __stub____ltoa
  1505. | choke me
  1506. | #endif
  1507. |
  1508. | int
  1509. | main ()
  1510. | {
  1511. | return _ltoa ();
  1512. | ;
  1513. | return 0;
  1514. | }
  1515. configure:17554: result: no
  1516. configure:17474: checking for _uitoa
  1517. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1518. /tmp/cclt6gq6.o: In function `main':
  1519. conftest.c:(.text+0xa): undefined reference to `_uitoa'
  1520. collect2: error: ld returned 1 exit status
  1521. configure:17536: $? = 1
  1522. configure: failed program was:
  1523. | /* confdefs.h. */
  1524. | #define PACKAGE_NAME ""
  1525. | #define PACKAGE_TARNAME ""
  1526. | #define PACKAGE_VERSION ""
  1527. | #define PACKAGE_STRING ""
  1528. | #define PACKAGE_BUGREPORT ""
  1529. | #define _GNU_SOURCE 1
  1530. | #define STDC_HEADERS 1
  1531. | #define HAVE_SYS_TYPES_H 1
  1532. | #define HAVE_SYS_STAT_H 1
  1533. | #define HAVE_STDLIB_H 1
  1534. | #define HAVE_STRING_H 1
  1535. | #define HAVE_MEMORY_H 1
  1536. | #define HAVE_STRINGS_H 1
  1537. | #define HAVE_INTTYPES_H 1
  1538. | #define HAVE_STDINT_H 1
  1539. | #define HAVE_UNISTD_H 1
  1540. | #define HAVE_DLFCN_H 1
  1541. | #define LT_OBJDIR ".libs/"
  1542. | #define SDL_BYTEORDER 1234
  1543. | #define HAVE_LIBC 1
  1544. | #define STDC_HEADERS 1
  1545. | #define HAVE_SYS_TYPES_H 1
  1546. | #define HAVE_STDIO_H 1
  1547. | #define HAVE_STDLIB_H 1
  1548. | #define HAVE_STDDEF_H 1
  1549. | #define HAVE_STDARG_H 1
  1550. | #define HAVE_MALLOC_H 1
  1551. | #define HAVE_MEMORY_H 1
  1552. | #define HAVE_STRING_H 1
  1553. | #define HAVE_STRINGS_H 1
  1554. | #define HAVE_INTTYPES_H 1
  1555. | #define HAVE_STDINT_H 1
  1556. | #define HAVE_CTYPE_H 1
  1557. | #define HAVE_MATH_H 1
  1558. | #define HAVE_ICONV_H 1
  1559. | #define HAVE_SIGNAL_H 1
  1560. | #define SDL_HAS_64BIT_TYPE 1
  1561. | #define HAVE_ALLOCA_H 1
  1562. | #define HAVE_ALLOCA 1
  1563. | #define HAVE_MEMCMP 1
  1564. | #define HAVE_STRTOD 1
  1565. | #define HAVE_MPROTECT 1
  1566. | #define HAVE_MALLOC 1
  1567. | #define HAVE_CALLOC 1
  1568. | #define HAVE_REALLOC 1
  1569. | #define HAVE_FREE 1
  1570. | #define HAVE_GETENV 1
  1571. | #define HAVE_PUTENV 1
  1572. | #define HAVE_UNSETENV 1
  1573. | #define HAVE_QSORT 1
  1574. | #define HAVE_ABS 1
  1575. | #define HAVE_BCOPY 1
  1576. | #define HAVE_MEMSET 1
  1577. | #define HAVE_MEMCPY 1
  1578. | #define HAVE_MEMMOVE 1
  1579. | #define HAVE_STRLEN 1
  1580. | #define HAVE_STRDUP 1
  1581. | #define HAVE_STRCHR 1
  1582. | #define HAVE_STRRCHR 1
  1583. | #define HAVE_STRSTR 1
  1584. | /* end confdefs.h. */
  1585. | /* Define _uitoa to an innocuous variant, in case <limits.h> declares _uitoa.
  1586. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1587. | #define _uitoa innocuous__uitoa
  1588. |
  1589. | /* System header to define __stub macros and hopefully few prototypes,
  1590. | which can conflict with char _uitoa (); below.
  1591. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1592. | <limits.h> exists even on freestanding compilers. */
  1593. |
  1594. | #ifdef __STDC__
  1595. | # include <limits.h>
  1596. | #else
  1597. | # include <assert.h>
  1598. | #endif
  1599. |
  1600. | #undef _uitoa
  1601. |
  1602. | /* Override any GCC internal prototype to avoid an error.
  1603. | Use char because int might match the return type of a GCC
  1604. | builtin and then its argument prototype would still apply. */
  1605. | #ifdef __cplusplus
  1606. | extern "C"
  1607. | #endif
  1608. | char _uitoa ();
  1609. | /* The GNU C library defines this for functions which it implements
  1610. | to always fail with ENOSYS. Some functions are actually named
  1611. | something starting with __ and the normal name is an alias. */
  1612. | #if defined __stub__uitoa || defined __stub____uitoa
  1613. | choke me
  1614. | #endif
  1615. |
  1616. | int
  1617. | main ()
  1618. | {
  1619. | return _uitoa ();
  1620. | ;
  1621. | return 0;
  1622. | }
  1623. configure:17554: result: no
  1624. configure:17474: checking for _ultoa
  1625. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1626. /tmp/cc9X0WXb.o: In function `main':
  1627. conftest.c:(.text+0xa): undefined reference to `_ultoa'
  1628. collect2: error: ld returned 1 exit status
  1629. configure:17536: $? = 1
  1630. configure: failed program was:
  1631. | /* confdefs.h. */
  1632. | #define PACKAGE_NAME ""
  1633. | #define PACKAGE_TARNAME ""
  1634. | #define PACKAGE_VERSION ""
  1635. | #define PACKAGE_STRING ""
  1636. | #define PACKAGE_BUGREPORT ""
  1637. | #define _GNU_SOURCE 1
  1638. | #define STDC_HEADERS 1
  1639. | #define HAVE_SYS_TYPES_H 1
  1640. | #define HAVE_SYS_STAT_H 1
  1641. | #define HAVE_STDLIB_H 1
  1642. | #define HAVE_STRING_H 1
  1643. | #define HAVE_MEMORY_H 1
  1644. | #define HAVE_STRINGS_H 1
  1645. | #define HAVE_INTTYPES_H 1
  1646. | #define HAVE_STDINT_H 1
  1647. | #define HAVE_UNISTD_H 1
  1648. | #define HAVE_DLFCN_H 1
  1649. | #define LT_OBJDIR ".libs/"
  1650. | #define SDL_BYTEORDER 1234
  1651. | #define HAVE_LIBC 1
  1652. | #define STDC_HEADERS 1
  1653. | #define HAVE_SYS_TYPES_H 1
  1654. | #define HAVE_STDIO_H 1
  1655. | #define HAVE_STDLIB_H 1
  1656. | #define HAVE_STDDEF_H 1
  1657. | #define HAVE_STDARG_H 1
  1658. | #define HAVE_MALLOC_H 1
  1659. | #define HAVE_MEMORY_H 1
  1660. | #define HAVE_STRING_H 1
  1661. | #define HAVE_STRINGS_H 1
  1662. | #define HAVE_INTTYPES_H 1
  1663. | #define HAVE_STDINT_H 1
  1664. | #define HAVE_CTYPE_H 1
  1665. | #define HAVE_MATH_H 1
  1666. | #define HAVE_ICONV_H 1
  1667. | #define HAVE_SIGNAL_H 1
  1668. | #define SDL_HAS_64BIT_TYPE 1
  1669. | #define HAVE_ALLOCA_H 1
  1670. | #define HAVE_ALLOCA 1
  1671. | #define HAVE_MEMCMP 1
  1672. | #define HAVE_STRTOD 1
  1673. | #define HAVE_MPROTECT 1
  1674. | #define HAVE_MALLOC 1
  1675. | #define HAVE_CALLOC 1
  1676. | #define HAVE_REALLOC 1
  1677. | #define HAVE_FREE 1
  1678. | #define HAVE_GETENV 1
  1679. | #define HAVE_PUTENV 1
  1680. | #define HAVE_UNSETENV 1
  1681. | #define HAVE_QSORT 1
  1682. | #define HAVE_ABS 1
  1683. | #define HAVE_BCOPY 1
  1684. | #define HAVE_MEMSET 1
  1685. | #define HAVE_MEMCPY 1
  1686. | #define HAVE_MEMMOVE 1
  1687. | #define HAVE_STRLEN 1
  1688. | #define HAVE_STRDUP 1
  1689. | #define HAVE_STRCHR 1
  1690. | #define HAVE_STRRCHR 1
  1691. | #define HAVE_STRSTR 1
  1692. | /* end confdefs.h. */
  1693. | /* Define _ultoa to an innocuous variant, in case <limits.h> declares _ultoa.
  1694. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1695. | #define _ultoa innocuous__ultoa
  1696. |
  1697. | /* System header to define __stub macros and hopefully few prototypes,
  1698. | which can conflict with char _ultoa (); below.
  1699. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1700. | <limits.h> exists even on freestanding compilers. */
  1701. |
  1702. | #ifdef __STDC__
  1703. | # include <limits.h>
  1704. | #else
  1705. | # include <assert.h>
  1706. | #endif
  1707. |
  1708. | #undef _ultoa
  1709. |
  1710. | /* Override any GCC internal prototype to avoid an error.
  1711. | Use char because int might match the return type of a GCC
  1712. | builtin and then its argument prototype would still apply. */
  1713. | #ifdef __cplusplus
  1714. | extern "C"
  1715. | #endif
  1716. | char _ultoa ();
  1717. | /* The GNU C library defines this for functions which it implements
  1718. | to always fail with ENOSYS. Some functions are actually named
  1719. | something starting with __ and the normal name is an alias. */
  1720. | #if defined __stub__ultoa || defined __stub____ultoa
  1721. | choke me
  1722. | #endif
  1723. |
  1724. | int
  1725. | main ()
  1726. | {
  1727. | return _ultoa ();
  1728. | ;
  1729. | return 0;
  1730. | }
  1731. configure:17554: result: no
  1732. configure:17474: checking for strtol
  1733. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1734. configure:17536: $? = 0
  1735. configure:17554: result: yes
  1736. configure:17474: checking for strtoul
  1737. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1738. configure:17536: $? = 0
  1739. configure:17554: result: yes
  1740. configure:17474: checking for _i64toa
  1741. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1742. /tmp/ccZxUEvr.o: In function `main':
  1743. conftest.c:(.text+0xa): undefined reference to `_i64toa'
  1744. collect2: error: ld returned 1 exit status
  1745. configure:17536: $? = 1
  1746. configure: failed program was:
  1747. | /* confdefs.h. */
  1748. | #define PACKAGE_NAME ""
  1749. | #define PACKAGE_TARNAME ""
  1750. | #define PACKAGE_VERSION ""
  1751. | #define PACKAGE_STRING ""
  1752. | #define PACKAGE_BUGREPORT ""
  1753. | #define _GNU_SOURCE 1
  1754. | #define STDC_HEADERS 1
  1755. | #define HAVE_SYS_TYPES_H 1
  1756. | #define HAVE_SYS_STAT_H 1
  1757. | #define HAVE_STDLIB_H 1
  1758. | #define HAVE_STRING_H 1
  1759. | #define HAVE_MEMORY_H 1
  1760. | #define HAVE_STRINGS_H 1
  1761. | #define HAVE_INTTYPES_H 1
  1762. | #define HAVE_STDINT_H 1
  1763. | #define HAVE_UNISTD_H 1
  1764. | #define HAVE_DLFCN_H 1
  1765. | #define LT_OBJDIR ".libs/"
  1766. | #define SDL_BYTEORDER 1234
  1767. | #define HAVE_LIBC 1
  1768. | #define STDC_HEADERS 1
  1769. | #define HAVE_SYS_TYPES_H 1
  1770. | #define HAVE_STDIO_H 1
  1771. | #define HAVE_STDLIB_H 1
  1772. | #define HAVE_STDDEF_H 1
  1773. | #define HAVE_STDARG_H 1
  1774. | #define HAVE_MALLOC_H 1
  1775. | #define HAVE_MEMORY_H 1
  1776. | #define HAVE_STRING_H 1
  1777. | #define HAVE_STRINGS_H 1
  1778. | #define HAVE_INTTYPES_H 1
  1779. | #define HAVE_STDINT_H 1
  1780. | #define HAVE_CTYPE_H 1
  1781. | #define HAVE_MATH_H 1
  1782. | #define HAVE_ICONV_H 1
  1783. | #define HAVE_SIGNAL_H 1
  1784. | #define SDL_HAS_64BIT_TYPE 1
  1785. | #define HAVE_ALLOCA_H 1
  1786. | #define HAVE_ALLOCA 1
  1787. | #define HAVE_MEMCMP 1
  1788. | #define HAVE_STRTOD 1
  1789. | #define HAVE_MPROTECT 1
  1790. | #define HAVE_MALLOC 1
  1791. | #define HAVE_CALLOC 1
  1792. | #define HAVE_REALLOC 1
  1793. | #define HAVE_FREE 1
  1794. | #define HAVE_GETENV 1
  1795. | #define HAVE_PUTENV 1
  1796. | #define HAVE_UNSETENV 1
  1797. | #define HAVE_QSORT 1
  1798. | #define HAVE_ABS 1
  1799. | #define HAVE_BCOPY 1
  1800. | #define HAVE_MEMSET 1
  1801. | #define HAVE_MEMCPY 1
  1802. | #define HAVE_MEMMOVE 1
  1803. | #define HAVE_STRLEN 1
  1804. | #define HAVE_STRDUP 1
  1805. | #define HAVE_STRCHR 1
  1806. | #define HAVE_STRRCHR 1
  1807. | #define HAVE_STRSTR 1
  1808. | #define HAVE_STRTOL 1
  1809. | #define HAVE_STRTOUL 1
  1810. | /* end confdefs.h. */
  1811. | /* Define _i64toa to an innocuous variant, in case <limits.h> declares _i64toa.
  1812. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1813. | #define _i64toa innocuous__i64toa
  1814. |
  1815. | /* System header to define __stub macros and hopefully few prototypes,
  1816. | which can conflict with char _i64toa (); below.
  1817. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1818. | <limits.h> exists even on freestanding compilers. */
  1819. |
  1820. | #ifdef __STDC__
  1821. | # include <limits.h>
  1822. | #else
  1823. | # include <assert.h>
  1824. | #endif
  1825. |
  1826. | #undef _i64toa
  1827. |
  1828. | /* Override any GCC internal prototype to avoid an error.
  1829. | Use char because int might match the return type of a GCC
  1830. | builtin and then its argument prototype would still apply. */
  1831. | #ifdef __cplusplus
  1832. | extern "C"
  1833. | #endif
  1834. | char _i64toa ();
  1835. | /* The GNU C library defines this for functions which it implements
  1836. | to always fail with ENOSYS. Some functions are actually named
  1837. | something starting with __ and the normal name is an alias. */
  1838. | #if defined __stub__i64toa || defined __stub____i64toa
  1839. | choke me
  1840. | #endif
  1841. |
  1842. | int
  1843. | main ()
  1844. | {
  1845. | return _i64toa ();
  1846. | ;
  1847. | return 0;
  1848. | }
  1849. configure:17554: result: no
  1850. configure:17474: checking for _ui64toa
  1851. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1852. /tmp/ccXcL1cw.o: In function `main':
  1853. conftest.c:(.text+0xa): undefined reference to `_ui64toa'
  1854. collect2: error: ld returned 1 exit status
  1855. configure:17536: $? = 1
  1856. configure: failed program was:
  1857. | /* confdefs.h. */
  1858. | #define PACKAGE_NAME ""
  1859. | #define PACKAGE_TARNAME ""
  1860. | #define PACKAGE_VERSION ""
  1861. | #define PACKAGE_STRING ""
  1862. | #define PACKAGE_BUGREPORT ""
  1863. | #define _GNU_SOURCE 1
  1864. | #define STDC_HEADERS 1
  1865. | #define HAVE_SYS_TYPES_H 1
  1866. | #define HAVE_SYS_STAT_H 1
  1867. | #define HAVE_STDLIB_H 1
  1868. | #define HAVE_STRING_H 1
  1869. | #define HAVE_MEMORY_H 1
  1870. | #define HAVE_STRINGS_H 1
  1871. | #define HAVE_INTTYPES_H 1
  1872. | #define HAVE_STDINT_H 1
  1873. | #define HAVE_UNISTD_H 1
  1874. | #define HAVE_DLFCN_H 1
  1875. | #define LT_OBJDIR ".libs/"
  1876. | #define SDL_BYTEORDER 1234
  1877. | #define HAVE_LIBC 1
  1878. | #define STDC_HEADERS 1
  1879. | #define HAVE_SYS_TYPES_H 1
  1880. | #define HAVE_STDIO_H 1
  1881. | #define HAVE_STDLIB_H 1
  1882. | #define HAVE_STDDEF_H 1
  1883. | #define HAVE_STDARG_H 1
  1884. | #define HAVE_MALLOC_H 1
  1885. | #define HAVE_MEMORY_H 1
  1886. | #define HAVE_STRING_H 1
  1887. | #define HAVE_STRINGS_H 1
  1888. | #define HAVE_INTTYPES_H 1
  1889. | #define HAVE_STDINT_H 1
  1890. | #define HAVE_CTYPE_H 1
  1891. | #define HAVE_MATH_H 1
  1892. | #define HAVE_ICONV_H 1
  1893. | #define HAVE_SIGNAL_H 1
  1894. | #define SDL_HAS_64BIT_TYPE 1
  1895. | #define HAVE_ALLOCA_H 1
  1896. | #define HAVE_ALLOCA 1
  1897. | #define HAVE_MEMCMP 1
  1898. | #define HAVE_STRTOD 1
  1899. | #define HAVE_MPROTECT 1
  1900. | #define HAVE_MALLOC 1
  1901. | #define HAVE_CALLOC 1
  1902. | #define HAVE_REALLOC 1
  1903. | #define HAVE_FREE 1
  1904. | #define HAVE_GETENV 1
  1905. | #define HAVE_PUTENV 1
  1906. | #define HAVE_UNSETENV 1
  1907. | #define HAVE_QSORT 1
  1908. | #define HAVE_ABS 1
  1909. | #define HAVE_BCOPY 1
  1910. | #define HAVE_MEMSET 1
  1911. | #define HAVE_MEMCPY 1
  1912. | #define HAVE_MEMMOVE 1
  1913. | #define HAVE_STRLEN 1
  1914. | #define HAVE_STRDUP 1
  1915. | #define HAVE_STRCHR 1
  1916. | #define HAVE_STRRCHR 1
  1917. | #define HAVE_STRSTR 1
  1918. | #define HAVE_STRTOL 1
  1919. | #define HAVE_STRTOUL 1
  1920. | /* end confdefs.h. */
  1921. | /* Define _ui64toa to an innocuous variant, in case <limits.h> declares _ui64toa.
  1922. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1923. | #define _ui64toa innocuous__ui64toa
  1924. |
  1925. | /* System header to define __stub macros and hopefully few prototypes,
  1926. | which can conflict with char _ui64toa (); below.
  1927. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1928. | <limits.h> exists even on freestanding compilers. */
  1929. |
  1930. | #ifdef __STDC__
  1931. | # include <limits.h>
  1932. | #else
  1933. | # include <assert.h>
  1934. | #endif
  1935. |
  1936. | #undef _ui64toa
  1937. |
  1938. | /* Override any GCC internal prototype to avoid an error.
  1939. | Use char because int might match the return type of a GCC
  1940. | builtin and then its argument prototype would still apply. */
  1941. | #ifdef __cplusplus
  1942. | extern "C"
  1943. | #endif
  1944. | char _ui64toa ();
  1945. | /* The GNU C library defines this for functions which it implements
  1946. | to always fail with ENOSYS. Some functions are actually named
  1947. | something starting with __ and the normal name is an alias. */
  1948. | #if defined __stub__ui64toa || defined __stub____ui64toa
  1949. | choke me
  1950. | #endif
  1951. |
  1952. | int
  1953. | main ()
  1954. | {
  1955. | return _ui64toa ();
  1956. | ;
  1957. | return 0;
  1958. | }
  1959. configure:17554: result: no
  1960. configure:17474: checking for strtoll
  1961. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1962. configure:17536: $? = 0
  1963. configure:17554: result: yes
  1964. configure:17474: checking for strtoull
  1965. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1966. configure:17536: $? = 0
  1967. configure:17554: result: yes
  1968. configure:17474: checking for atoi
  1969. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1970. configure:17536: $? = 0
  1971. configure:17554: result: yes
  1972. configure:17474: checking for atof
  1973. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1974. configure:17536: $? = 0
  1975. configure:17554: result: yes
  1976. configure:17474: checking for strcmp
  1977. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1978. conftest.c:92:6: warning: conflicting types for built-in function 'strcmp' [enabled by default]
  1979. char strcmp ();
  1980. ^
  1981. configure:17536: $? = 0
  1982. configure:17554: result: yes
  1983. configure:17474: checking for strncmp
  1984. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1985. conftest.c:93:6: warning: conflicting types for built-in function 'strncmp' [enabled by default]
  1986. char strncmp ();
  1987. ^
  1988. configure:17536: $? = 0
  1989. configure:17554: result: yes
  1990. configure:17474: checking for _stricmp
  1991. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  1992. /tmp/ccGxBRX2.o: In function `main':
  1993. conftest.c:(.text+0xa): undefined reference to `_stricmp'
  1994. collect2: error: ld returned 1 exit status
  1995. configure:17536: $? = 1
  1996. configure: failed program was:
  1997. | /* confdefs.h. */
  1998. | #define PACKAGE_NAME ""
  1999. | #define PACKAGE_TARNAME ""
  2000. | #define PACKAGE_VERSION ""
  2001. | #define PACKAGE_STRING ""
  2002. | #define PACKAGE_BUGREPORT ""
  2003. | #define _GNU_SOURCE 1
  2004. | #define STDC_HEADERS 1
  2005. | #define HAVE_SYS_TYPES_H 1
  2006. | #define HAVE_SYS_STAT_H 1
  2007. | #define HAVE_STDLIB_H 1
  2008. | #define HAVE_STRING_H 1
  2009. | #define HAVE_MEMORY_H 1
  2010. | #define HAVE_STRINGS_H 1
  2011. | #define HAVE_INTTYPES_H 1
  2012. | #define HAVE_STDINT_H 1
  2013. | #define HAVE_UNISTD_H 1
  2014. | #define HAVE_DLFCN_H 1
  2015. | #define LT_OBJDIR ".libs/"
  2016. | #define SDL_BYTEORDER 1234
  2017. | #define HAVE_LIBC 1
  2018. | #define STDC_HEADERS 1
  2019. | #define HAVE_SYS_TYPES_H 1
  2020. | #define HAVE_STDIO_H 1
  2021. | #define HAVE_STDLIB_H 1
  2022. | #define HAVE_STDDEF_H 1
  2023. | #define HAVE_STDARG_H 1
  2024. | #define HAVE_MALLOC_H 1
  2025. | #define HAVE_MEMORY_H 1
  2026. | #define HAVE_STRING_H 1
  2027. | #define HAVE_STRINGS_H 1
  2028. | #define HAVE_INTTYPES_H 1
  2029. | #define HAVE_STDINT_H 1
  2030. | #define HAVE_CTYPE_H 1
  2031. | #define HAVE_MATH_H 1
  2032. | #define HAVE_ICONV_H 1
  2033. | #define HAVE_SIGNAL_H 1
  2034. | #define SDL_HAS_64BIT_TYPE 1
  2035. | #define HAVE_ALLOCA_H 1
  2036. | #define HAVE_ALLOCA 1
  2037. | #define HAVE_MEMCMP 1
  2038. | #define HAVE_STRTOD 1
  2039. | #define HAVE_MPROTECT 1
  2040. | #define HAVE_MALLOC 1
  2041. | #define HAVE_CALLOC 1
  2042. | #define HAVE_REALLOC 1
  2043. | #define HAVE_FREE 1
  2044. | #define HAVE_GETENV 1
  2045. | #define HAVE_PUTENV 1
  2046. | #define HAVE_UNSETENV 1
  2047. | #define HAVE_QSORT 1
  2048. | #define HAVE_ABS 1
  2049. | #define HAVE_BCOPY 1
  2050. | #define HAVE_MEMSET 1
  2051. | #define HAVE_MEMCPY 1
  2052. | #define HAVE_MEMMOVE 1
  2053. | #define HAVE_STRLEN 1
  2054. | #define HAVE_STRDUP 1
  2055. | #define HAVE_STRCHR 1
  2056. | #define HAVE_STRRCHR 1
  2057. | #define HAVE_STRSTR 1
  2058. | #define HAVE_STRTOL 1
  2059. | #define HAVE_STRTOUL 1
  2060. | #define HAVE_STRTOLL 1
  2061. | #define HAVE_STRTOULL 1
  2062. | #define HAVE_ATOI 1
  2063. | #define HAVE_ATOF 1
  2064. | #define HAVE_STRCMP 1
  2065. | #define HAVE_STRNCMP 1
  2066. | /* end confdefs.h. */
  2067. | /* Define _stricmp to an innocuous variant, in case <limits.h> declares _stricmp.
  2068. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2069. | #define _stricmp innocuous__stricmp
  2070. |
  2071. | /* System header to define __stub macros and hopefully few prototypes,
  2072. | which can conflict with char _stricmp (); below.
  2073. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2074. | <limits.h> exists even on freestanding compilers. */
  2075. |
  2076. | #ifdef __STDC__
  2077. | # include <limits.h>
  2078. | #else
  2079. | # include <assert.h>
  2080. | #endif
  2081. |
  2082. | #undef _stricmp
  2083. |
  2084. | /* Override any GCC internal prototype to avoid an error.
  2085. | Use char because int might match the return type of a GCC
  2086. | builtin and then its argument prototype would still apply. */
  2087. | #ifdef __cplusplus
  2088. | extern "C"
  2089. | #endif
  2090. | char _stricmp ();
  2091. | /* The GNU C library defines this for functions which it implements
  2092. | to always fail with ENOSYS. Some functions are actually named
  2093. | something starting with __ and the normal name is an alias. */
  2094. | #if defined __stub__stricmp || defined __stub____stricmp
  2095. | choke me
  2096. | #endif
  2097. |
  2098. | int
  2099. | main ()
  2100. | {
  2101. | return _stricmp ();
  2102. | ;
  2103. | return 0;
  2104. | }
  2105. configure:17554: result: no
  2106. configure:17474: checking for strcasecmp
  2107. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2108. conftest.c:94:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  2109. char strcasecmp ();
  2110. ^
  2111. configure:17536: $? = 0
  2112. configure:17554: result: yes
  2113. configure:17474: checking for _strnicmp
  2114. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2115. /tmp/ccvm01u5.o: In function `main':
  2116. conftest.c:(.text+0xa): undefined reference to `_strnicmp'
  2117. collect2: error: ld returned 1 exit status
  2118. configure:17536: $? = 1
  2119. configure: failed program was:
  2120. | /* confdefs.h. */
  2121. | #define PACKAGE_NAME ""
  2122. | #define PACKAGE_TARNAME ""
  2123. | #define PACKAGE_VERSION ""
  2124. | #define PACKAGE_STRING ""
  2125. | #define PACKAGE_BUGREPORT ""
  2126. | #define _GNU_SOURCE 1
  2127. | #define STDC_HEADERS 1
  2128. | #define HAVE_SYS_TYPES_H 1
  2129. | #define HAVE_SYS_STAT_H 1
  2130. | #define HAVE_STDLIB_H 1
  2131. | #define HAVE_STRING_H 1
  2132. | #define HAVE_MEMORY_H 1
  2133. | #define HAVE_STRINGS_H 1
  2134. | #define HAVE_INTTYPES_H 1
  2135. | #define HAVE_STDINT_H 1
  2136. | #define HAVE_UNISTD_H 1
  2137. | #define HAVE_DLFCN_H 1
  2138. | #define LT_OBJDIR ".libs/"
  2139. | #define SDL_BYTEORDER 1234
  2140. | #define HAVE_LIBC 1
  2141. | #define STDC_HEADERS 1
  2142. | #define HAVE_SYS_TYPES_H 1
  2143. | #define HAVE_STDIO_H 1
  2144. | #define HAVE_STDLIB_H 1
  2145. | #define HAVE_STDDEF_H 1
  2146. | #define HAVE_STDARG_H 1
  2147. | #define HAVE_MALLOC_H 1
  2148. | #define HAVE_MEMORY_H 1
  2149. | #define HAVE_STRING_H 1
  2150. | #define HAVE_STRINGS_H 1
  2151. | #define HAVE_INTTYPES_H 1
  2152. | #define HAVE_STDINT_H 1
  2153. | #define HAVE_CTYPE_H 1
  2154. | #define HAVE_MATH_H 1
  2155. | #define HAVE_ICONV_H 1
  2156. | #define HAVE_SIGNAL_H 1
  2157. | #define SDL_HAS_64BIT_TYPE 1
  2158. | #define HAVE_ALLOCA_H 1
  2159. | #define HAVE_ALLOCA 1
  2160. | #define HAVE_MEMCMP 1
  2161. | #define HAVE_STRTOD 1
  2162. | #define HAVE_MPROTECT 1
  2163. | #define HAVE_MALLOC 1
  2164. | #define HAVE_CALLOC 1
  2165. | #define HAVE_REALLOC 1
  2166. | #define HAVE_FREE 1
  2167. | #define HAVE_GETENV 1
  2168. | #define HAVE_PUTENV 1
  2169. | #define HAVE_UNSETENV 1
  2170. | #define HAVE_QSORT 1
  2171. | #define HAVE_ABS 1
  2172. | #define HAVE_BCOPY 1
  2173. | #define HAVE_MEMSET 1
  2174. | #define HAVE_MEMCPY 1
  2175. | #define HAVE_MEMMOVE 1
  2176. | #define HAVE_STRLEN 1
  2177. | #define HAVE_STRDUP 1
  2178. | #define HAVE_STRCHR 1
  2179. | #define HAVE_STRRCHR 1
  2180. | #define HAVE_STRSTR 1
  2181. | #define HAVE_STRTOL 1
  2182. | #define HAVE_STRTOUL 1
  2183. | #define HAVE_STRTOLL 1
  2184. | #define HAVE_STRTOULL 1
  2185. | #define HAVE_ATOI 1
  2186. | #define HAVE_ATOF 1
  2187. | #define HAVE_STRCMP 1
  2188. | #define HAVE_STRNCMP 1
  2189. | #define HAVE_STRCASECMP 1
  2190. | /* end confdefs.h. */
  2191. | /* Define _strnicmp to an innocuous variant, in case <limits.h> declares _strnicmp.
  2192. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2193. | #define _strnicmp innocuous__strnicmp
  2194. |
  2195. | /* System header to define __stub macros and hopefully few prototypes,
  2196. | which can conflict with char _strnicmp (); below.
  2197. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2198. | <limits.h> exists even on freestanding compilers. */
  2199. |
  2200. | #ifdef __STDC__
  2201. | # include <limits.h>
  2202. | #else
  2203. | # include <assert.h>
  2204. | #endif
  2205. |
  2206. | #undef _strnicmp
  2207. |
  2208. | /* Override any GCC internal prototype to avoid an error.
  2209. | Use char because int might match the return type of a GCC
  2210. | builtin and then its argument prototype would still apply. */
  2211. | #ifdef __cplusplus
  2212. | extern "C"
  2213. | #endif
  2214. | char _strnicmp ();
  2215. | /* The GNU C library defines this for functions which it implements
  2216. | to always fail with ENOSYS. Some functions are actually named
  2217. | something starting with __ and the normal name is an alias. */
  2218. | #if defined __stub__strnicmp || defined __stub____strnicmp
  2219. | choke me
  2220. | #endif
  2221. |
  2222. | int
  2223. | main ()
  2224. | {
  2225. | return _strnicmp ();
  2226. | ;
  2227. | return 0;
  2228. | }
  2229. configure:17554: result: no
  2230. configure:17474: checking for strncasecmp
  2231. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2232. conftest.c:95:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  2233. char strncasecmp ();
  2234. ^
  2235. configure:17536: $? = 0
  2236. configure:17554: result: yes
  2237. configure:17474: checking for sscanf
  2238. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2239. conftest.c:96:6: warning: conflicting types for built-in function 'sscanf' [enabled by default]
  2240. char sscanf ();
  2241. ^
  2242. configure:17536: $? = 0
  2243. configure:17554: result: yes
  2244. configure:17474: checking for snprintf
  2245. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2246. conftest.c:97:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
  2247. char snprintf ();
  2248. ^
  2249. configure:17536: $? = 0
  2250. configure:17554: result: yes
  2251. configure:17474: checking for vsnprintf
  2252. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2253. conftest.c:98:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
  2254. char vsnprintf ();
  2255. ^
  2256. configure:17536: $? = 0
  2257. configure:17554: result: yes
  2258. configure:17474: checking for iconv
  2259. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2260. configure:17536: $? = 0
  2261. configure:17554: result: yes
  2262. configure:17474: checking for sigaction
  2263. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2264. configure:17536: $? = 0
  2265. configure:17554: result: yes
  2266. configure:17474: checking for setjmp
  2267. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2268. configure:17536: $? = 0
  2269. configure:17554: result: yes
  2270. configure:17474: checking for nanosleep
  2271. configure:17530: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  2272. configure:17536: $? = 0
  2273. configure:17554: result: yes
  2274. configure:17565: checking for libiconv_open in -liconv
  2275. configure:17600: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -liconv >&5
  2276. /usr/bin/ld: cannot find -liconv
  2277. collect2: error: ld returned 1 exit status
  2278. configure:17606: $? = 1
  2279. configure: failed program was:
  2280. | /* confdefs.h. */
  2281. | #define PACKAGE_NAME ""
  2282. | #define PACKAGE_TARNAME ""
  2283. | #define PACKAGE_VERSION ""
  2284. | #define PACKAGE_STRING ""
  2285. | #define PACKAGE_BUGREPORT ""
  2286. | #define _GNU_SOURCE 1
  2287. | #define STDC_HEADERS 1
  2288. | #define HAVE_SYS_TYPES_H 1
  2289. | #define HAVE_SYS_STAT_H 1
  2290. | #define HAVE_STDLIB_H 1
  2291. | #define HAVE_STRING_H 1
  2292. | #define HAVE_MEMORY_H 1
  2293. | #define HAVE_STRINGS_H 1
  2294. | #define HAVE_INTTYPES_H 1
  2295. | #define HAVE_STDINT_H 1
  2296. | #define HAVE_UNISTD_H 1
  2297. | #define HAVE_DLFCN_H 1
  2298. | #define LT_OBJDIR ".libs/"
  2299. | #define SDL_BYTEORDER 1234
  2300. | #define HAVE_LIBC 1
  2301. | #define STDC_HEADERS 1
  2302. | #define HAVE_SYS_TYPES_H 1
  2303. | #define HAVE_STDIO_H 1
  2304. | #define HAVE_STDLIB_H 1
  2305. | #define HAVE_STDDEF_H 1
  2306. | #define HAVE_STDARG_H 1
  2307. | #define HAVE_MALLOC_H 1
  2308. | #define HAVE_MEMORY_H 1
  2309. | #define HAVE_STRING_H 1
  2310. | #define HAVE_STRINGS_H 1
  2311. | #define HAVE_INTTYPES_H 1
  2312. | #define HAVE_STDINT_H 1
  2313. | #define HAVE_CTYPE_H 1
  2314. | #define HAVE_MATH_H 1
  2315. | #define HAVE_ICONV_H 1
  2316. | #define HAVE_SIGNAL_H 1
  2317. | #define SDL_HAS_64BIT_TYPE 1
  2318. | #define HAVE_ALLOCA_H 1
  2319. | #define HAVE_ALLOCA 1
  2320. | #define HAVE_MEMCMP 1
  2321. | #define HAVE_STRTOD 1
  2322. | #define HAVE_MPROTECT 1
  2323. | #define HAVE_MALLOC 1
  2324. | #define HAVE_CALLOC 1
  2325. | #define HAVE_REALLOC 1
  2326. | #define HAVE_FREE 1
  2327. | #define HAVE_GETENV 1
  2328. | #define HAVE_PUTENV 1
  2329. | #define HAVE_UNSETENV 1
  2330. | #define HAVE_QSORT 1
  2331. | #define HAVE_ABS 1
  2332. | #define HAVE_BCOPY 1
  2333. | #define HAVE_MEMSET 1
  2334. | #define HAVE_MEMCPY 1
  2335. | #define HAVE_MEMMOVE 1
  2336. | #define HAVE_STRLEN 1
  2337. | #define HAVE_STRDUP 1
  2338. | #define HAVE_STRCHR 1
  2339. | #define HAVE_STRRCHR 1
  2340. | #define HAVE_STRSTR 1
  2341. | #define HAVE_STRTOL 1
  2342. | #define HAVE_STRTOUL 1
  2343. | #define HAVE_STRTOLL 1
  2344. | #define HAVE_STRTOULL 1
  2345. | #define HAVE_ATOI 1
  2346. | #define HAVE_ATOF 1
  2347. | #define HAVE_STRCMP 1
  2348. | #define HAVE_STRNCMP 1
  2349. | #define HAVE_STRCASECMP 1
  2350. | #define HAVE_STRNCASECMP 1
  2351. | #define HAVE_SSCANF 1
  2352. | #define HAVE_SNPRINTF 1
  2353. | #define HAVE_VSNPRINTF 1
  2354. | #define HAVE_ICONV 1
  2355. | #define HAVE_SIGACTION 1
  2356. | #define HAVE_SETJMP 1
  2357. | #define HAVE_NANOSLEEP 1
  2358. | /* end confdefs.h. */
  2359. |
  2360. | /* Override any GCC internal prototype to avoid an error.
  2361. | Use char because int might match the return type of a GCC
  2362. | builtin and then its argument prototype would still apply. */
  2363. | #ifdef __cplusplus
  2364. | extern "C"
  2365. | #endif
  2366. | char libiconv_open ();
  2367. | int
  2368. | main ()
  2369. | {
  2370. | return libiconv_open ();
  2371. | ;
  2372. | return 0;
  2373. | }
  2374. configure:17624: result: no
  2375. configure:17630: checking for pow in -lm
  2376. configure:17665: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lm >&5
  2377. conftest.c:87:6: warning: conflicting types for built-in function 'pow' [enabled by default]
  2378. char pow ();
  2379. ^
  2380. configure:17671: $? = 0
  2381. configure:17689: result: yes
  2382. configure:17696: checking for struct sigaction.sa_sigaction
  2383. configure:17725: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2384. configure:17731: $? = 0
  2385. configure:17789: result: yes
  2386. configure:22497: checking for GCC -fvisibility=hidden option
  2387. configure:22530: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -Werror -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2388. configure:22536: $? = 0
  2389. configure:22552: result: yes
  2390. configure:27837: checking for dlopen
  2391. configure:27867: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2392. configure:27873: $? = 0
  2393. configure:27889: result: yes
  2394. configure:27893: checking for dlopen in -lc
  2395. configure:27928: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lc >&5
  2396. /tmp/ccaocgv8.o: In function `main':
  2397. conftest.c:(.text+0xa): undefined reference to `dlopen'
  2398. collect2: error: ld returned 1 exit status
  2399. configure:27934: $? = 1
  2400. configure: failed program was:
  2401. | /* confdefs.h. */
  2402. | #define PACKAGE_NAME ""
  2403. | #define PACKAGE_TARNAME ""
  2404. | #define PACKAGE_VERSION ""
  2405. | #define PACKAGE_STRING ""
  2406. | #define PACKAGE_BUGREPORT ""
  2407. | #define _GNU_SOURCE 1
  2408. | #define STDC_HEADERS 1
  2409. | #define HAVE_SYS_TYPES_H 1
  2410. | #define HAVE_SYS_STAT_H 1
  2411. | #define HAVE_STDLIB_H 1
  2412. | #define HAVE_STRING_H 1
  2413. | #define HAVE_MEMORY_H 1
  2414. | #define HAVE_STRINGS_H 1
  2415. | #define HAVE_INTTYPES_H 1
  2416. | #define HAVE_STDINT_H 1
  2417. | #define HAVE_UNISTD_H 1
  2418. | #define HAVE_DLFCN_H 1
  2419. | #define LT_OBJDIR ".libs/"
  2420. | #define SDL_BYTEORDER 1234
  2421. | #define HAVE_LIBC 1
  2422. | #define STDC_HEADERS 1
  2423. | #define HAVE_SYS_TYPES_H 1
  2424. | #define HAVE_STDIO_H 1
  2425. | #define HAVE_STDLIB_H 1
  2426. | #define HAVE_STDDEF_H 1
  2427. | #define HAVE_STDARG_H 1
  2428. | #define HAVE_MALLOC_H 1
  2429. | #define HAVE_MEMORY_H 1
  2430. | #define HAVE_STRING_H 1
  2431. | #define HAVE_STRINGS_H 1
  2432. | #define HAVE_INTTYPES_H 1
  2433. | #define HAVE_STDINT_H 1
  2434. | #define HAVE_CTYPE_H 1
  2435. | #define HAVE_MATH_H 1
  2436. | #define HAVE_ICONV_H 1
  2437. | #define HAVE_SIGNAL_H 1
  2438. | #define SDL_HAS_64BIT_TYPE 1
  2439. | #define HAVE_ALLOCA_H 1
  2440. | #define HAVE_ALLOCA 1
  2441. | #define HAVE_MEMCMP 1
  2442. | #define HAVE_STRTOD 1
  2443. | #define HAVE_MPROTECT 1
  2444. | #define HAVE_MALLOC 1
  2445. | #define HAVE_CALLOC 1
  2446. | #define HAVE_REALLOC 1
  2447. | #define HAVE_FREE 1
  2448. | #define HAVE_GETENV 1
  2449. | #define HAVE_PUTENV 1
  2450. | #define HAVE_UNSETENV 1
  2451. | #define HAVE_QSORT 1
  2452. | #define HAVE_ABS 1
  2453. | #define HAVE_BCOPY 1
  2454. | #define HAVE_MEMSET 1
  2455. | #define HAVE_MEMCPY 1
  2456. | #define HAVE_MEMMOVE 1
  2457. | #define HAVE_STRLEN 1
  2458. | #define HAVE_STRDUP 1
  2459. | #define HAVE_STRCHR 1
  2460. | #define HAVE_STRRCHR 1
  2461. | #define HAVE_STRSTR 1
  2462. | #define HAVE_STRTOL 1
  2463. | #define HAVE_STRTOUL 1
  2464. | #define HAVE_STRTOLL 1
  2465. | #define HAVE_STRTOULL 1
  2466. | #define HAVE_ATOI 1
  2467. | #define HAVE_ATOF 1
  2468. | #define HAVE_STRCMP 1
  2469. | #define HAVE_STRNCMP 1
  2470. | #define HAVE_STRCASECMP 1
  2471. | #define HAVE_STRNCASECMP 1
  2472. | #define HAVE_SSCANF 1
  2473. | #define HAVE_SNPRINTF 1
  2474. | #define HAVE_VSNPRINTF 1
  2475. | #define HAVE_ICONV 1
  2476. | #define HAVE_SIGACTION 1
  2477. | #define HAVE_SETJMP 1
  2478. | #define HAVE_NANOSLEEP 1
  2479. | #define HAVE_SA_SIGACTION 1
  2480. | #define SDL_ASSEMBLY_ROUTINES 1
  2481. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  2482. | #define SDL_VIDEO_DRIVER_DUMMY 1
  2483. | #define SDL_AUDIO_DRIVER_DISK 1
  2484. | #define SDL_AUDIO_DRIVER_DUMMY 1
  2485. | /* end confdefs.h. */
  2486. |
  2487. | /* Override any GCC internal prototype to avoid an error.
  2488. | Use char because int might match the return type of a GCC
  2489. | builtin and then its argument prototype would still apply. */
  2490. | #ifdef __cplusplus
  2491. | extern "C"
  2492. | #endif
  2493. | char dlopen ();
  2494. | int
  2495. | main ()
  2496. | {
  2497. | return dlopen ();
  2498. | ;
  2499. | return 0;
  2500. | }
  2501. configure:27952: result: no
  2502. configure:27957: checking for dlopen in -ldl
  2503. configure:27992: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -ldl >&5
  2504. configure:27998: $? = 0
  2505. configure:28016: result: yes
  2506. configure:22254: checking for Altivec with GCC altivec.h and -maltivec option
  2507. configure:22283: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -maltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2508. gcc: error: unrecognized command line option '-maltivec'
  2509. configure:22289: $? = 1
  2510. configure: failed program was:
  2511. | /* confdefs.h. */
  2512. | #define PACKAGE_NAME ""
  2513. | #define PACKAGE_TARNAME ""
  2514. | #define PACKAGE_VERSION ""
  2515. | #define PACKAGE_STRING ""
  2516. | #define PACKAGE_BUGREPORT ""
  2517. | #define _GNU_SOURCE 1
  2518. | #define STDC_HEADERS 1
  2519. | #define HAVE_SYS_TYPES_H 1
  2520. | #define HAVE_SYS_STAT_H 1
  2521. | #define HAVE_STDLIB_H 1
  2522. | #define HAVE_STRING_H 1
  2523. | #define HAVE_MEMORY_H 1
  2524. | #define HAVE_STRINGS_H 1
  2525. | #define HAVE_INTTYPES_H 1
  2526. | #define HAVE_STDINT_H 1
  2527. | #define HAVE_UNISTD_H 1
  2528. | #define HAVE_DLFCN_H 1
  2529. | #define LT_OBJDIR ".libs/"
  2530. | #define SDL_BYTEORDER 1234
  2531. | #define HAVE_LIBC 1
  2532. | #define STDC_HEADERS 1
  2533. | #define HAVE_SYS_TYPES_H 1
  2534. | #define HAVE_STDIO_H 1
  2535. | #define HAVE_STDLIB_H 1
  2536. | #define HAVE_STDDEF_H 1
  2537. | #define HAVE_STDARG_H 1
  2538. | #define HAVE_MALLOC_H 1
  2539. | #define HAVE_MEMORY_H 1
  2540. | #define HAVE_STRING_H 1
  2541. | #define HAVE_STRINGS_H 1
  2542. | #define HAVE_INTTYPES_H 1
  2543. | #define HAVE_STDINT_H 1
  2544. | #define HAVE_CTYPE_H 1
  2545. | #define HAVE_MATH_H 1
  2546. | #define HAVE_ICONV_H 1
  2547. | #define HAVE_SIGNAL_H 1
  2548. | #define SDL_HAS_64BIT_TYPE 1
  2549. | #define HAVE_ALLOCA_H 1
  2550. | #define HAVE_ALLOCA 1
  2551. | #define HAVE_MEMCMP 1
  2552. | #define HAVE_STRTOD 1
  2553. | #define HAVE_MPROTECT 1
  2554. | #define HAVE_MALLOC 1
  2555. | #define HAVE_CALLOC 1
  2556. | #define HAVE_REALLOC 1
  2557. | #define HAVE_FREE 1
  2558. | #define HAVE_GETENV 1
  2559. | #define HAVE_PUTENV 1
  2560. | #define HAVE_UNSETENV 1
  2561. | #define HAVE_QSORT 1
  2562. | #define HAVE_ABS 1
  2563. | #define HAVE_BCOPY 1
  2564. | #define HAVE_MEMSET 1
  2565. | #define HAVE_MEMCPY 1
  2566. | #define HAVE_MEMMOVE 1
  2567. | #define HAVE_STRLEN 1
  2568. | #define HAVE_STRDUP 1
  2569. | #define HAVE_STRCHR 1
  2570. | #define HAVE_STRRCHR 1
  2571. | #define HAVE_STRSTR 1
  2572. | #define HAVE_STRTOL 1
  2573. | #define HAVE_STRTOUL 1
  2574. | #define HAVE_STRTOLL 1
  2575. | #define HAVE_STRTOULL 1
  2576. | #define HAVE_ATOI 1
  2577. | #define HAVE_ATOF 1
  2578. | #define HAVE_STRCMP 1
  2579. | #define HAVE_STRNCMP 1
  2580. | #define HAVE_STRCASECMP 1
  2581. | #define HAVE_STRNCASECMP 1
  2582. | #define HAVE_SSCANF 1
  2583. | #define HAVE_SNPRINTF 1
  2584. | #define HAVE_VSNPRINTF 1
  2585. | #define HAVE_ICONV 1
  2586. | #define HAVE_SIGACTION 1
  2587. | #define HAVE_SETJMP 1
  2588. | #define HAVE_NANOSLEEP 1
  2589. | #define HAVE_SA_SIGACTION 1
  2590. | #define SDL_ASSEMBLY_ROUTINES 1
  2591. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  2592. | #define SDL_VIDEO_DRIVER_DUMMY 1
  2593. | #define SDL_AUDIO_DRIVER_DISK 1
  2594. | #define SDL_AUDIO_DRIVER_DUMMY 1
  2595. | #define SDL_LOADSO_DLOPEN 1
  2596. | /* end confdefs.h. */
  2597. |
  2598. | #include <altivec.h>
  2599. | vector unsigned int vzero() {
  2600. | return vec_splat_u32(0);
  2601. | }
  2602. |
  2603. | int
  2604. | main ()
  2605. | {
  2606. |
  2607. |
  2608. | ;
  2609. | return 0;
  2610. | }
  2611. configure:22306: result: no
  2612. configure:22310: checking for Altivec with GCC -maltivec option
  2613. configure:22338: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -maltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2614. gcc: error: unrecognized command line option '-maltivec'
  2615. configure:22344: $? = 1
  2616. configure: failed program was:
  2617. | /* confdefs.h. */
  2618. | #define PACKAGE_NAME ""
  2619. | #define PACKAGE_TARNAME ""
  2620. | #define PACKAGE_VERSION ""
  2621. | #define PACKAGE_STRING ""
  2622. | #define PACKAGE_BUGREPORT ""
  2623. | #define _GNU_SOURCE 1
  2624. | #define STDC_HEADERS 1
  2625. | #define HAVE_SYS_TYPES_H 1
  2626. | #define HAVE_SYS_STAT_H 1
  2627. | #define HAVE_STDLIB_H 1
  2628. | #define HAVE_STRING_H 1
  2629. | #define HAVE_MEMORY_H 1
  2630. | #define HAVE_STRINGS_H 1
  2631. | #define HAVE_INTTYPES_H 1
  2632. | #define HAVE_STDINT_H 1
  2633. | #define HAVE_UNISTD_H 1
  2634. | #define HAVE_DLFCN_H 1
  2635. | #define LT_OBJDIR ".libs/"
  2636. | #define SDL_BYTEORDER 1234
  2637. | #define HAVE_LIBC 1
  2638. | #define STDC_HEADERS 1
  2639. | #define HAVE_SYS_TYPES_H 1
  2640. | #define HAVE_STDIO_H 1
  2641. | #define HAVE_STDLIB_H 1
  2642. | #define HAVE_STDDEF_H 1
  2643. | #define HAVE_STDARG_H 1
  2644. | #define HAVE_MALLOC_H 1
  2645. | #define HAVE_MEMORY_H 1
  2646. | #define HAVE_STRING_H 1
  2647. | #define HAVE_STRINGS_H 1
  2648. | #define HAVE_INTTYPES_H 1
  2649. | #define HAVE_STDINT_H 1
  2650. | #define HAVE_CTYPE_H 1
  2651. | #define HAVE_MATH_H 1
  2652. | #define HAVE_ICONV_H 1
  2653. | #define HAVE_SIGNAL_H 1
  2654. | #define SDL_HAS_64BIT_TYPE 1
  2655. | #define HAVE_ALLOCA_H 1
  2656. | #define HAVE_ALLOCA 1
  2657. | #define HAVE_MEMCMP 1
  2658. | #define HAVE_STRTOD 1
  2659. | #define HAVE_MPROTECT 1
  2660. | #define HAVE_MALLOC 1
  2661. | #define HAVE_CALLOC 1
  2662. | #define HAVE_REALLOC 1
  2663. | #define HAVE_FREE 1
  2664. | #define HAVE_GETENV 1
  2665. | #define HAVE_PUTENV 1
  2666. | #define HAVE_UNSETENV 1
  2667. | #define HAVE_QSORT 1
  2668. | #define HAVE_ABS 1
  2669. | #define HAVE_BCOPY 1
  2670. | #define HAVE_MEMSET 1
  2671. | #define HAVE_MEMCPY 1
  2672. | #define HAVE_MEMMOVE 1
  2673. | #define HAVE_STRLEN 1
  2674. | #define HAVE_STRDUP 1
  2675. | #define HAVE_STRCHR 1
  2676. | #define HAVE_STRRCHR 1
  2677. | #define HAVE_STRSTR 1
  2678. | #define HAVE_STRTOL 1
  2679. | #define HAVE_STRTOUL 1
  2680. | #define HAVE_STRTOLL 1
  2681. | #define HAVE_STRTOULL 1
  2682. | #define HAVE_ATOI 1
  2683. | #define HAVE_ATOF 1
  2684. | #define HAVE_STRCMP 1
  2685. | #define HAVE_STRNCMP 1
  2686. | #define HAVE_STRCASECMP 1
  2687. | #define HAVE_STRNCASECMP 1
  2688. | #define HAVE_SSCANF 1
  2689. | #define HAVE_SNPRINTF 1
  2690. | #define HAVE_VSNPRINTF 1
  2691. | #define HAVE_ICONV 1
  2692. | #define HAVE_SIGACTION 1
  2693. | #define HAVE_SETJMP 1
  2694. | #define HAVE_NANOSLEEP 1
  2695. | #define HAVE_SA_SIGACTION 1
  2696. | #define SDL_ASSEMBLY_ROUTINES 1
  2697. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  2698. | #define SDL_VIDEO_DRIVER_DUMMY 1
  2699. | #define SDL_AUDIO_DRIVER_DISK 1
  2700. | #define SDL_AUDIO_DRIVER_DUMMY 1
  2701. | #define SDL_LOADSO_DLOPEN 1
  2702. | /* end confdefs.h. */
  2703. |
  2704. | vector unsigned int vzero() {
  2705. | return vec_splat_u32(0);
  2706. | }
  2707. |
  2708. | int
  2709. | main ()
  2710. | {
  2711. |
  2712. |
  2713. | ;
  2714. | return 0;
  2715. | }
  2716. configure:22360: result: no
  2717. configure:22365: checking for Altivec with GCC altivec.h and -faltivec option
  2718. configure:22396: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -faltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2719. gcc: error: unrecognized command line option '-faltivec'
  2720. configure:22402: $? = 1
  2721. configure: failed program was:
  2722. | /* confdefs.h. */
  2723. | #define PACKAGE_NAME ""
  2724. | #define PACKAGE_TARNAME ""
  2725. | #define PACKAGE_VERSION ""
  2726. | #define PACKAGE_STRING ""
  2727. | #define PACKAGE_BUGREPORT ""
  2728. | #define _GNU_SOURCE 1
  2729. | #define STDC_HEADERS 1
  2730. | #define HAVE_SYS_TYPES_H 1
  2731. | #define HAVE_SYS_STAT_H 1
  2732. | #define HAVE_STDLIB_H 1
  2733. | #define HAVE_STRING_H 1
  2734. | #define HAVE_MEMORY_H 1
  2735. | #define HAVE_STRINGS_H 1
  2736. | #define HAVE_INTTYPES_H 1
  2737. | #define HAVE_STDINT_H 1
  2738. | #define HAVE_UNISTD_H 1
  2739. | #define HAVE_DLFCN_H 1
  2740. | #define LT_OBJDIR ".libs/"
  2741. | #define SDL_BYTEORDER 1234
  2742. | #define HAVE_LIBC 1
  2743. | #define STDC_HEADERS 1
  2744. | #define HAVE_SYS_TYPES_H 1
  2745. | #define HAVE_STDIO_H 1
  2746. | #define HAVE_STDLIB_H 1
  2747. | #define HAVE_STDDEF_H 1
  2748. | #define HAVE_STDARG_H 1
  2749. | #define HAVE_MALLOC_H 1
  2750. | #define HAVE_MEMORY_H 1
  2751. | #define HAVE_STRING_H 1
  2752. | #define HAVE_STRINGS_H 1
  2753. | #define HAVE_INTTYPES_H 1
  2754. | #define HAVE_STDINT_H 1
  2755. | #define HAVE_CTYPE_H 1
  2756. | #define HAVE_MATH_H 1
  2757. | #define HAVE_ICONV_H 1
  2758. | #define HAVE_SIGNAL_H 1
  2759. | #define SDL_HAS_64BIT_TYPE 1
  2760. | #define HAVE_ALLOCA_H 1
  2761. | #define HAVE_ALLOCA 1
  2762. | #define HAVE_MEMCMP 1
  2763. | #define HAVE_STRTOD 1
  2764. | #define HAVE_MPROTECT 1
  2765. | #define HAVE_MALLOC 1
  2766. | #define HAVE_CALLOC 1
  2767. | #define HAVE_REALLOC 1
  2768. | #define HAVE_FREE 1
  2769. | #define HAVE_GETENV 1
  2770. | #define HAVE_PUTENV 1
  2771. | #define HAVE_UNSETENV 1
  2772. | #define HAVE_QSORT 1
  2773. | #define HAVE_ABS 1
  2774. | #define HAVE_BCOPY 1
  2775. | #define HAVE_MEMSET 1
  2776. | #define HAVE_MEMCPY 1
  2777. | #define HAVE_MEMMOVE 1
  2778. | #define HAVE_STRLEN 1
  2779. | #define HAVE_STRDUP 1
  2780. | #define HAVE_STRCHR 1
  2781. | #define HAVE_STRRCHR 1
  2782. | #define HAVE_STRSTR 1
  2783. | #define HAVE_STRTOL 1
  2784. | #define HAVE_STRTOUL 1
  2785. | #define HAVE_STRTOLL 1
  2786. | #define HAVE_STRTOULL 1
  2787. | #define HAVE_ATOI 1
  2788. | #define HAVE_ATOF 1
  2789. | #define HAVE_STRCMP 1
  2790. | #define HAVE_STRNCMP 1
  2791. | #define HAVE_STRCASECMP 1
  2792. | #define HAVE_STRNCASECMP 1
  2793. | #define HAVE_SSCANF 1
  2794. | #define HAVE_SNPRINTF 1
  2795. | #define HAVE_VSNPRINTF 1
  2796. | #define HAVE_ICONV 1
  2797. | #define HAVE_SIGACTION 1
  2798. | #define HAVE_SETJMP 1
  2799. | #define HAVE_NANOSLEEP 1
  2800. | #define HAVE_SA_SIGACTION 1
  2801. | #define SDL_ASSEMBLY_ROUTINES 1
  2802. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  2803. | #define SDL_VIDEO_DRIVER_DUMMY 1
  2804. | #define SDL_AUDIO_DRIVER_DISK 1
  2805. | #define SDL_AUDIO_DRIVER_DUMMY 1
  2806. | #define SDL_LOADSO_DLOPEN 1
  2807. | /* end confdefs.h. */
  2808. |
  2809. | #include <altivec.h>
  2810. | vector unsigned int vzero() {
  2811. | return vec_splat_u32(0);
  2812. | }
  2813. |
  2814. | int
  2815. | main ()
  2816. | {
  2817. |
  2818. |
  2819. | ;
  2820. | return 0;
  2821. | }
  2822. configure:22419: result: no
  2823. configure:22424: checking for Altivec with GCC -faltivec option
  2824. configure:22452: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -faltivec -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2825. gcc: error: unrecognized command line option '-faltivec'
  2826. configure:22458: $? = 1
  2827. configure: failed program was:
  2828. | /* confdefs.h. */
  2829. | #define PACKAGE_NAME ""
  2830. | #define PACKAGE_TARNAME ""
  2831. | #define PACKAGE_VERSION ""
  2832. | #define PACKAGE_STRING ""
  2833. | #define PACKAGE_BUGREPORT ""
  2834. | #define _GNU_SOURCE 1
  2835. | #define STDC_HEADERS 1
  2836. | #define HAVE_SYS_TYPES_H 1
  2837. | #define HAVE_SYS_STAT_H 1
  2838. | #define HAVE_STDLIB_H 1
  2839. | #define HAVE_STRING_H 1
  2840. | #define HAVE_MEMORY_H 1
  2841. | #define HAVE_STRINGS_H 1
  2842. | #define HAVE_INTTYPES_H 1
  2843. | #define HAVE_STDINT_H 1
  2844. | #define HAVE_UNISTD_H 1
  2845. | #define HAVE_DLFCN_H 1
  2846. | #define LT_OBJDIR ".libs/"
  2847. | #define SDL_BYTEORDER 1234
  2848. | #define HAVE_LIBC 1
  2849. | #define STDC_HEADERS 1
  2850. | #define HAVE_SYS_TYPES_H 1
  2851. | #define HAVE_STDIO_H 1
  2852. | #define HAVE_STDLIB_H 1
  2853. | #define HAVE_STDDEF_H 1
  2854. | #define HAVE_STDARG_H 1
  2855. | #define HAVE_MALLOC_H 1
  2856. | #define HAVE_MEMORY_H 1
  2857. | #define HAVE_STRING_H 1
  2858. | #define HAVE_STRINGS_H 1
  2859. | #define HAVE_INTTYPES_H 1
  2860. | #define HAVE_STDINT_H 1
  2861. | #define HAVE_CTYPE_H 1
  2862. | #define HAVE_MATH_H 1
  2863. | #define HAVE_ICONV_H 1
  2864. | #define HAVE_SIGNAL_H 1
  2865. | #define SDL_HAS_64BIT_TYPE 1
  2866. | #define HAVE_ALLOCA_H 1
  2867. | #define HAVE_ALLOCA 1
  2868. | #define HAVE_MEMCMP 1
  2869. | #define HAVE_STRTOD 1
  2870. | #define HAVE_MPROTECT 1
  2871. | #define HAVE_MALLOC 1
  2872. | #define HAVE_CALLOC 1
  2873. | #define HAVE_REALLOC 1
  2874. | #define HAVE_FREE 1
  2875. | #define HAVE_GETENV 1
  2876. | #define HAVE_PUTENV 1
  2877. | #define HAVE_UNSETENV 1
  2878. | #define HAVE_QSORT 1
  2879. | #define HAVE_ABS 1
  2880. | #define HAVE_BCOPY 1
  2881. | #define HAVE_MEMSET 1
  2882. | #define HAVE_MEMCPY 1
  2883. | #define HAVE_MEMMOVE 1
  2884. | #define HAVE_STRLEN 1
  2885. | #define HAVE_STRDUP 1
  2886. | #define HAVE_STRCHR 1
  2887. | #define HAVE_STRRCHR 1
  2888. | #define HAVE_STRSTR 1
  2889. | #define HAVE_STRTOL 1
  2890. | #define HAVE_STRTOUL 1
  2891. | #define HAVE_STRTOLL 1
  2892. | #define HAVE_STRTOULL 1
  2893. | #define HAVE_ATOI 1
  2894. | #define HAVE_ATOF 1
  2895. | #define HAVE_STRCMP 1
  2896. | #define HAVE_STRNCMP 1
  2897. | #define HAVE_STRCASECMP 1
  2898. | #define HAVE_STRNCASECMP 1
  2899. | #define HAVE_SSCANF 1
  2900. | #define HAVE_SNPRINTF 1
  2901. | #define HAVE_VSNPRINTF 1
  2902. | #define HAVE_ICONV 1
  2903. | #define HAVE_SIGACTION 1
  2904. | #define HAVE_SETJMP 1
  2905. | #define HAVE_NANOSLEEP 1
  2906. | #define HAVE_SA_SIGACTION 1
  2907. | #define SDL_ASSEMBLY_ROUTINES 1
  2908. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  2909. | #define SDL_VIDEO_DRIVER_DUMMY 1
  2910. | #define SDL_AUDIO_DRIVER_DISK 1
  2911. | #define SDL_AUDIO_DRIVER_DUMMY 1
  2912. | #define SDL_LOADSO_DLOPEN 1
  2913. | /* end confdefs.h. */
  2914. |
  2915. | vector unsigned int vzero() {
  2916. | return vec_splat_u32(0);
  2917. | }
  2918. |
  2919. | int
  2920. | main ()
  2921. | {
  2922. |
  2923. |
  2924. | ;
  2925. | return 0;
  2926. | }
  2927. configure:22474: result: no
  2928. configure:20086: checking for OSS audio support
  2929. configure:20115: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2930. configure:20121: $? = 0
  2931. configure:20191: result: yes
  2932. configure:20521: checking for dmedia audio support
  2933. configure:20549: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  2934. conftest.c:89:36: fatal error: dmedia/audio.h: No such file or directory
  2935. #include <dmedia/audio.h>
  2936. ^
  2937. compilation terminated.
  2938. configure:20555: $? = 1
  2939. configure: failed program was:
  2940. | /* confdefs.h. */
  2941. | #define PACKAGE_NAME ""
  2942. | #define PACKAGE_TARNAME ""
  2943. | #define PACKAGE_VERSION ""
  2944. | #define PACKAGE_STRING ""
  2945. | #define PACKAGE_BUGREPORT ""
  2946. | #define _GNU_SOURCE 1
  2947. | #define STDC_HEADERS 1
  2948. | #define HAVE_SYS_TYPES_H 1
  2949. | #define HAVE_SYS_STAT_H 1
  2950. | #define HAVE_STDLIB_H 1
  2951. | #define HAVE_STRING_H 1
  2952. | #define HAVE_MEMORY_H 1
  2953. | #define HAVE_STRINGS_H 1
  2954. | #define HAVE_INTTYPES_H 1
  2955. | #define HAVE_STDINT_H 1
  2956. | #define HAVE_UNISTD_H 1
  2957. | #define HAVE_DLFCN_H 1
  2958. | #define LT_OBJDIR ".libs/"
  2959. | #define SDL_BYTEORDER 1234
  2960. | #define HAVE_LIBC 1
  2961. | #define STDC_HEADERS 1
  2962. | #define HAVE_SYS_TYPES_H 1
  2963. | #define HAVE_STDIO_H 1
  2964. | #define HAVE_STDLIB_H 1
  2965. | #define HAVE_STDDEF_H 1
  2966. | #define HAVE_STDARG_H 1
  2967. | #define HAVE_MALLOC_H 1
  2968. | #define HAVE_MEMORY_H 1
  2969. | #define HAVE_STRING_H 1
  2970. | #define HAVE_STRINGS_H 1
  2971. | #define HAVE_INTTYPES_H 1
  2972. | #define HAVE_STDINT_H 1
  2973. | #define HAVE_CTYPE_H 1
  2974. | #define HAVE_MATH_H 1
  2975. | #define HAVE_ICONV_H 1
  2976. | #define HAVE_SIGNAL_H 1
  2977. | #define SDL_HAS_64BIT_TYPE 1
  2978. | #define HAVE_ALLOCA_H 1
  2979. | #define HAVE_ALLOCA 1
  2980. | #define HAVE_MEMCMP 1
  2981. | #define HAVE_STRTOD 1
  2982. | #define HAVE_MPROTECT 1
  2983. | #define HAVE_MALLOC 1
  2984. | #define HAVE_CALLOC 1
  2985. | #define HAVE_REALLOC 1
  2986. | #define HAVE_FREE 1
  2987. | #define HAVE_GETENV 1
  2988. | #define HAVE_PUTENV 1
  2989. | #define HAVE_UNSETENV 1
  2990. | #define HAVE_QSORT 1
  2991. | #define HAVE_ABS 1
  2992. | #define HAVE_BCOPY 1
  2993. | #define HAVE_MEMSET 1
  2994. | #define HAVE_MEMCPY 1
  2995. | #define HAVE_MEMMOVE 1
  2996. | #define HAVE_STRLEN 1
  2997. | #define HAVE_STRDUP 1
  2998. | #define HAVE_STRCHR 1
  2999. | #define HAVE_STRRCHR 1
  3000. | #define HAVE_STRSTR 1
  3001. | #define HAVE_STRTOL 1
  3002. | #define HAVE_STRTOUL 1
  3003. | #define HAVE_STRTOLL 1
  3004. | #define HAVE_STRTOULL 1
  3005. | #define HAVE_ATOI 1
  3006. | #define HAVE_ATOF 1
  3007. | #define HAVE_STRCMP 1
  3008. | #define HAVE_STRNCMP 1
  3009. | #define HAVE_STRCASECMP 1
  3010. | #define HAVE_STRNCASECMP 1
  3011. | #define HAVE_SSCANF 1
  3012. | #define HAVE_SNPRINTF 1
  3013. | #define HAVE_VSNPRINTF 1
  3014. | #define HAVE_ICONV 1
  3015. | #define HAVE_SIGACTION 1
  3016. | #define HAVE_SETJMP 1
  3017. | #define HAVE_NANOSLEEP 1
  3018. | #define HAVE_SA_SIGACTION 1
  3019. | #define SDL_ASSEMBLY_ROUTINES 1
  3020. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  3021. | #define SDL_VIDEO_DRIVER_DUMMY 1
  3022. | #define SDL_AUDIO_DRIVER_DISK 1
  3023. | #define SDL_AUDIO_DRIVER_DUMMY 1
  3024. | #define SDL_LOADSO_DLOPEN 1
  3025. | #define SDL_AUDIO_DRIVER_OSS 1
  3026. | /* end confdefs.h. */
  3027. |
  3028. | #include <dmedia/audio.h>
  3029. |
  3030. | int
  3031. | main ()
  3032. | {
  3033. |
  3034. | ALport audio_port;
  3035. |
  3036. | ;
  3037. | return 0;
  3038. | }
  3039. configure:20571: result: no
  3040. configure:20252: checking for ALSA CFLAGS
  3041. configure:20258: result:
  3042. configure:20261: checking for ALSA LDFLAGS
  3043. configure:20274: result: -lasound -lm -ldl -lpthread
  3044. configure:20278: checking for libasound headers version >= 0.9.0
  3045. configure:20350: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  3046. configure:20356: $? = 0
  3047. configure:20361: result: found.
  3048. configure:20384: checking for snd_ctl_open in -lasound
  3049. configure:20419: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lasound -lasound -lm -ldl -lpthread >&5
  3050. configure:20425: $? = 0
  3051. configure:20443: result: yes
  3052. configure:21118: checking for artsc-config
  3053. configure:21151: result: no
  3054. configure:20716: checking for esd-config
  3055. configure:20747: result: no
  3056. configure:20756: checking for ESD - version >= 0.2.8
  3057. configure:20884: result: no
  3058. configure:21019: checking for pkg-config
  3059. configure:21037: found /usr/bin/pkg-config
  3060. configure:21050: result: /usr/bin/pkg-config
  3061. configure:21058: checking for PulseAudio 0.9 support
  3062. configure:21067: result: yes
  3063. configure:21273: checking audio/audiolib.h usability
  3064. configure:21290: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 conftest.c >&5
  3065. conftest.c:126:28: fatal error: audio/audiolib.h: No such file or directory
  3066. #include <audio/audiolib.h>
  3067. ^
  3068. compilation terminated.
  3069. configure:21296: $? = 1
  3070. configure: failed program was:
  3071. | /* confdefs.h. */
  3072. | #define PACKAGE_NAME ""
  3073. | #define PACKAGE_TARNAME ""
  3074. | #define PACKAGE_VERSION ""
  3075. | #define PACKAGE_STRING ""
  3076. | #define PACKAGE_BUGREPORT ""
  3077. | #define _GNU_SOURCE 1
  3078. | #define STDC_HEADERS 1
  3079. | #define HAVE_SYS_TYPES_H 1
  3080. | #define HAVE_SYS_STAT_H 1
  3081. | #define HAVE_STDLIB_H 1
  3082. | #define HAVE_STRING_H 1
  3083. | #define HAVE_MEMORY_H 1
  3084. | #define HAVE_STRINGS_H 1
  3085. | #define HAVE_INTTYPES_H 1
  3086. | #define HAVE_STDINT_H 1
  3087. | #define HAVE_UNISTD_H 1
  3088. | #define HAVE_DLFCN_H 1
  3089. | #define LT_OBJDIR ".libs/"
  3090. | #define SDL_BYTEORDER 1234
  3091. | #define HAVE_LIBC 1
  3092. | #define STDC_HEADERS 1
  3093. | #define HAVE_SYS_TYPES_H 1
  3094. | #define HAVE_STDIO_H 1
  3095. | #define HAVE_STDLIB_H 1
  3096. | #define HAVE_STDDEF_H 1
  3097. | #define HAVE_STDARG_H 1
  3098. | #define HAVE_MALLOC_H 1
  3099. | #define HAVE_MEMORY_H 1
  3100. | #define HAVE_STRING_H 1
  3101. | #define HAVE_STRINGS_H 1
  3102. | #define HAVE_INTTYPES_H 1
  3103. | #define HAVE_STDINT_H 1
  3104. | #define HAVE_CTYPE_H 1
  3105. | #define HAVE_MATH_H 1
  3106. | #define HAVE_ICONV_H 1
  3107. | #define HAVE_SIGNAL_H 1
  3108. | #define SDL_HAS_64BIT_TYPE 1
  3109. | #define HAVE_ALLOCA_H 1
  3110. | #define HAVE_ALLOCA 1
  3111. | #define HAVE_MEMCMP 1
  3112. | #define HAVE_STRTOD 1
  3113. | #define HAVE_MPROTECT 1
  3114. | #define HAVE_MALLOC 1
  3115. | #define HAVE_CALLOC 1
  3116. | #define HAVE_REALLOC 1
  3117. | #define HAVE_FREE 1
  3118. | #define HAVE_GETENV 1
  3119. | #define HAVE_PUTENV 1
  3120. | #define HAVE_UNSETENV 1
  3121. | #define HAVE_QSORT 1
  3122. | #define HAVE_ABS 1
  3123. | #define HAVE_BCOPY 1
  3124. | #define HAVE_MEMSET 1
  3125. | #define HAVE_MEMCPY 1
  3126. | #define HAVE_MEMMOVE 1
  3127. | #define HAVE_STRLEN 1
  3128. | #define HAVE_STRDUP 1
  3129. | #define HAVE_STRCHR 1
  3130. | #define HAVE_STRRCHR 1
  3131. | #define HAVE_STRSTR 1
  3132. | #define HAVE_STRTOL 1
  3133. | #define HAVE_STRTOUL 1
  3134. | #define HAVE_STRTOLL 1
  3135. | #define HAVE_STRTOULL 1
  3136. | #define HAVE_ATOI 1
  3137. | #define HAVE_ATOF 1
  3138. | #define HAVE_STRCMP 1
  3139. | #define HAVE_STRNCMP 1
  3140. | #define HAVE_STRCASECMP 1
  3141. | #define HAVE_STRNCASECMP 1
  3142. | #define HAVE_SSCANF 1
  3143. | #define HAVE_SNPRINTF 1
  3144. | #define HAVE_VSNPRINTF 1
  3145. | #define HAVE_ICONV 1
  3146. | #define HAVE_SIGACTION 1
  3147. | #define HAVE_SETJMP 1
  3148. | #define HAVE_NANOSLEEP 1
  3149. | #define HAVE_SA_SIGACTION 1
  3150. | #define SDL_ASSEMBLY_ROUTINES 1
  3151. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  3152. | #define SDL_VIDEO_DRIVER_DUMMY 1
  3153. | #define SDL_AUDIO_DRIVER_DISK 1
  3154. | #define SDL_AUDIO_DRIVER_DUMMY 1
  3155. | #define SDL_LOADSO_DLOPEN 1
  3156. | #define SDL_AUDIO_DRIVER_OSS 1
  3157. | #define HAVE_LIBASOUND 1
  3158. | #define SDL_AUDIO_DRIVER_ALSA 1
  3159. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  3160. | #define SDL_AUDIO_DRIVER_PULSE 1
  3161. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  3162. | /* end confdefs.h. */
  3163. | #include <stdio.h>
  3164. | #ifdef HAVE_SYS_TYPES_H
  3165. | # include <sys/types.h>
  3166. | #endif
  3167. | #ifdef HAVE_SYS_STAT_H
  3168. | # include <sys/stat.h>
  3169. | #endif
  3170. | #ifdef STDC_HEADERS
  3171. | # include <stdlib.h>
  3172. | # include <stddef.h>
  3173. | #else
  3174. | # ifdef HAVE_STDLIB_H
  3175. | # include <stdlib.h>
  3176. | # endif
  3177. | #endif
  3178. | #ifdef HAVE_STRING_H
  3179. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3180. | # include <memory.h>
  3181. | # endif
  3182. | # include <string.h>
  3183. | #endif
  3184. | #ifdef HAVE_STRINGS_H
  3185. | # include <strings.h>
  3186. | #endif
  3187. | #ifdef HAVE_INTTYPES_H
  3188. | # include <inttypes.h>
  3189. | #endif
  3190. | #ifdef HAVE_STDINT_H
  3191. | # include <stdint.h>
  3192. | #endif
  3193. | #ifdef HAVE_UNISTD_H
  3194. | # include <unistd.h>
  3195. | #endif
  3196. | #include <audio/audiolib.h>
  3197. configure:21310: result: no
  3198. configure:21314: checking audio/audiolib.h presence
  3199. configure:21329: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  3200. conftest.c:93:28: fatal error: audio/audiolib.h: No such file or directory
  3201. #include <audio/audiolib.h>
  3202. ^
  3203. compilation terminated.
  3204. configure:21335: $? = 1
  3205. configure: failed program was:
  3206. | /* confdefs.h. */
  3207. | #define PACKAGE_NAME ""
  3208. | #define PACKAGE_TARNAME ""
  3209. | #define PACKAGE_VERSION ""
  3210. | #define PACKAGE_STRING ""
  3211. | #define PACKAGE_BUGREPORT ""
  3212. | #define _GNU_SOURCE 1
  3213. | #define STDC_HEADERS 1
  3214. | #define HAVE_SYS_TYPES_H 1
  3215. | #define HAVE_SYS_STAT_H 1
  3216. | #define HAVE_STDLIB_H 1
  3217. | #define HAVE_STRING_H 1
  3218. | #define HAVE_MEMORY_H 1
  3219. | #define HAVE_STRINGS_H 1
  3220. | #define HAVE_INTTYPES_H 1
  3221. | #define HAVE_STDINT_H 1
  3222. | #define HAVE_UNISTD_H 1
  3223. | #define HAVE_DLFCN_H 1
  3224. | #define LT_OBJDIR ".libs/"
  3225. | #define SDL_BYTEORDER 1234
  3226. | #define HAVE_LIBC 1
  3227. | #define STDC_HEADERS 1
  3228. | #define HAVE_SYS_TYPES_H 1
  3229. | #define HAVE_STDIO_H 1
  3230. | #define HAVE_STDLIB_H 1
  3231. | #define HAVE_STDDEF_H 1
  3232. | #define HAVE_STDARG_H 1
  3233. | #define HAVE_MALLOC_H 1
  3234. | #define HAVE_MEMORY_H 1
  3235. | #define HAVE_STRING_H 1
  3236. | #define HAVE_STRINGS_H 1
  3237. | #define HAVE_INTTYPES_H 1
  3238. | #define HAVE_STDINT_H 1
  3239. | #define HAVE_CTYPE_H 1
  3240. | #define HAVE_MATH_H 1
  3241. | #define HAVE_ICONV_H 1
  3242. | #define HAVE_SIGNAL_H 1
  3243. | #define SDL_HAS_64BIT_TYPE 1
  3244. | #define HAVE_ALLOCA_H 1
  3245. | #define HAVE_ALLOCA 1
  3246. | #define HAVE_MEMCMP 1
  3247. | #define HAVE_STRTOD 1
  3248. | #define HAVE_MPROTECT 1
  3249. | #define HAVE_MALLOC 1
  3250. | #define HAVE_CALLOC 1
  3251. | #define HAVE_REALLOC 1
  3252. | #define HAVE_FREE 1
  3253. | #define HAVE_GETENV 1
  3254. | #define HAVE_PUTENV 1
  3255. | #define HAVE_UNSETENV 1
  3256. | #define HAVE_QSORT 1
  3257. | #define HAVE_ABS 1
  3258. | #define HAVE_BCOPY 1
  3259. | #define HAVE_MEMSET 1
  3260. | #define HAVE_MEMCPY 1
  3261. | #define HAVE_MEMMOVE 1
  3262. | #define HAVE_STRLEN 1
  3263. | #define HAVE_STRDUP 1
  3264. | #define HAVE_STRCHR 1
  3265. | #define HAVE_STRRCHR 1
  3266. | #define HAVE_STRSTR 1
  3267. | #define HAVE_STRTOL 1
  3268. | #define HAVE_STRTOUL 1
  3269. | #define HAVE_STRTOLL 1
  3270. | #define HAVE_STRTOULL 1
  3271. | #define HAVE_ATOI 1
  3272. | #define HAVE_ATOF 1
  3273. | #define HAVE_STRCMP 1
  3274. | #define HAVE_STRNCMP 1
  3275. | #define HAVE_STRCASECMP 1
  3276. | #define HAVE_STRNCASECMP 1
  3277. | #define HAVE_SSCANF 1
  3278. | #define HAVE_SNPRINTF 1
  3279. | #define HAVE_VSNPRINTF 1
  3280. | #define HAVE_ICONV 1
  3281. | #define HAVE_SIGACTION 1
  3282. | #define HAVE_SETJMP 1
  3283. | #define HAVE_NANOSLEEP 1
  3284. | #define HAVE_SA_SIGACTION 1
  3285. | #define SDL_ASSEMBLY_ROUTINES 1
  3286. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  3287. | #define SDL_VIDEO_DRIVER_DUMMY 1
  3288. | #define SDL_AUDIO_DRIVER_DISK 1
  3289. | #define SDL_AUDIO_DRIVER_DUMMY 1
  3290. | #define SDL_LOADSO_DLOPEN 1
  3291. | #define SDL_AUDIO_DRIVER_OSS 1
  3292. | #define HAVE_LIBASOUND 1
  3293. | #define SDL_AUDIO_DRIVER_ALSA 1
  3294. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  3295. | #define SDL_AUDIO_DRIVER_PULSE 1
  3296. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  3297. | /* end confdefs.h. */
  3298. | #include <audio/audiolib.h>
  3299. configure:21349: result: no
  3300. configure:21377: checking for audio/audiolib.h
  3301. configure:21384: result: no
  3302. configure:21393: checking for AuOpenServer in -laudio
  3303. configure:21428: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -laudio >&5
  3304. /usr/bin/ld: cannot find -laudio
  3305. collect2: error: ld returned 1 exit status
  3306. configure:21434: $? = 1
  3307. configure: failed program was:
  3308. | /* confdefs.h. */
  3309. | #define PACKAGE_NAME ""
  3310. | #define PACKAGE_TARNAME ""
  3311. | #define PACKAGE_VERSION ""
  3312. | #define PACKAGE_STRING ""
  3313. | #define PACKAGE_BUGREPORT ""
  3314. | #define _GNU_SOURCE 1
  3315. | #define STDC_HEADERS 1
  3316. | #define HAVE_SYS_TYPES_H 1
  3317. | #define HAVE_SYS_STAT_H 1
  3318. | #define HAVE_STDLIB_H 1
  3319. | #define HAVE_STRING_H 1
  3320. | #define HAVE_MEMORY_H 1
  3321. | #define HAVE_STRINGS_H 1
  3322. | #define HAVE_INTTYPES_H 1
  3323. | #define HAVE_STDINT_H 1
  3324. | #define HAVE_UNISTD_H 1
  3325. | #define HAVE_DLFCN_H 1
  3326. | #define LT_OBJDIR ".libs/"
  3327. | #define SDL_BYTEORDER 1234
  3328. | #define HAVE_LIBC 1
  3329. | #define STDC_HEADERS 1
  3330. | #define HAVE_SYS_TYPES_H 1
  3331. | #define HAVE_STDIO_H 1
  3332. | #define HAVE_STDLIB_H 1
  3333. | #define HAVE_STDDEF_H 1
  3334. | #define HAVE_STDARG_H 1
  3335. | #define HAVE_MALLOC_H 1
  3336. | #define HAVE_MEMORY_H 1
  3337. | #define HAVE_STRING_H 1
  3338. | #define HAVE_STRINGS_H 1
  3339. | #define HAVE_INTTYPES_H 1
  3340. | #define HAVE_STDINT_H 1
  3341. | #define HAVE_CTYPE_H 1
  3342. | #define HAVE_MATH_H 1
  3343. | #define HAVE_ICONV_H 1
  3344. | #define HAVE_SIGNAL_H 1
  3345. | #define SDL_HAS_64BIT_TYPE 1
  3346. | #define HAVE_ALLOCA_H 1
  3347. | #define HAVE_ALLOCA 1
  3348. | #define HAVE_MEMCMP 1
  3349. | #define HAVE_STRTOD 1
  3350. | #define HAVE_MPROTECT 1
  3351. | #define HAVE_MALLOC 1
  3352. | #define HAVE_CALLOC 1
  3353. | #define HAVE_REALLOC 1
  3354. | #define HAVE_FREE 1
  3355. | #define HAVE_GETENV 1
  3356. | #define HAVE_PUTENV 1
  3357. | #define HAVE_UNSETENV 1
  3358. | #define HAVE_QSORT 1
  3359. | #define HAVE_ABS 1
  3360. | #define HAVE_BCOPY 1
  3361. | #define HAVE_MEMSET 1
  3362. | #define HAVE_MEMCPY 1
  3363. | #define HAVE_MEMMOVE 1
  3364. | #define HAVE_STRLEN 1
  3365. | #define HAVE_STRDUP 1
  3366. | #define HAVE_STRCHR 1
  3367. | #define HAVE_STRRCHR 1
  3368. | #define HAVE_STRSTR 1
  3369. | #define HAVE_STRTOL 1
  3370. | #define HAVE_STRTOUL 1
  3371. | #define HAVE_STRTOLL 1
  3372. | #define HAVE_STRTOULL 1
  3373. | #define HAVE_ATOI 1
  3374. | #define HAVE_ATOF 1
  3375. | #define HAVE_STRCMP 1
  3376. | #define HAVE_STRNCMP 1
  3377. | #define HAVE_STRCASECMP 1
  3378. | #define HAVE_STRNCASECMP 1
  3379. | #define HAVE_SSCANF 1
  3380. | #define HAVE_SNPRINTF 1
  3381. | #define HAVE_VSNPRINTF 1
  3382. | #define HAVE_ICONV 1
  3383. | #define HAVE_SIGACTION 1
  3384. | #define HAVE_SETJMP 1
  3385. | #define HAVE_NANOSLEEP 1
  3386. | #define HAVE_SA_SIGACTION 1
  3387. | #define SDL_ASSEMBLY_ROUTINES 1
  3388. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  3389. | #define SDL_VIDEO_DRIVER_DUMMY 1
  3390. | #define SDL_AUDIO_DRIVER_DISK 1
  3391. | #define SDL_AUDIO_DRIVER_DUMMY 1
  3392. | #define SDL_LOADSO_DLOPEN 1
  3393. | #define SDL_AUDIO_DRIVER_OSS 1
  3394. | #define HAVE_LIBASOUND 1
  3395. | #define SDL_AUDIO_DRIVER_ALSA 1
  3396. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  3397. | #define SDL_AUDIO_DRIVER_PULSE 1
  3398. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  3399. | /* end confdefs.h. */
  3400. |
  3401. | /* Override any GCC internal prototype to avoid an error.
  3402. | Use char because int might match the return type of a GCC
  3403. | builtin and then its argument prototype would still apply. */
  3404. | #ifdef __cplusplus
  3405. | extern "C"
  3406. | #endif
  3407. | char AuOpenServer ();
  3408. | int
  3409. | main ()
  3410. | {
  3411. | return AuOpenServer ();
  3412. | ;
  3413. | return 0;
  3414. | }
  3415. configure:21452: result: no
  3416. configure:21459: checking for NAS audio support
  3417. configure:21478: result: no
  3418. configure:22732: checking for X
  3419. configure:22847: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  3420. configure:22853: $? = 0
  3421. configure:22902: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lX11 >&5
  3422. configure:22908: $? = 0
  3423. configure:22967: result: libraries , headers
  3424. configure:23128: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lX11 >&5
  3425. configure:23134: $? = 0
  3426. configure:23291: checking for gethostbyname
  3427. configure:23347: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  3428. configure:23353: $? = 0
  3429. configure:23370: result: yes
  3430. configure:23515: checking for connect
  3431. configure:23571: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  3432. configure:23577: $? = 0
  3433. configure:23594: result: yes
  3434. configure:23666: checking for remove
  3435. configure:23722: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  3436. configure:23728: $? = 0
  3437. configure:23745: result: yes
  3438. configure:23817: checking for shmat
  3439. configure:23873: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  3440. configure:23879: $? = 0
  3441. configure:23896: result: yes
  3442. configure:23977: checking for IceConnectionNumber in -lICE
  3443. configure:24012: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lICE >&5
  3444. configure:24018: $? = 0
  3445. configure:24036: result: yes
  3446. configure:24234: checking for X11/extensions/Xrandr.h
  3447. configure:24256: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  3448. conftest.c:105:35: fatal error: X11/extensions/Xrandr.h: No such file or directory
  3449. #include <X11/extensions/Xrandr.h>
  3450. ^
  3451. compilation terminated.
  3452. configure:24262: $? = 1
  3453. configure: failed program was:
  3454. | /* confdefs.h. */
  3455. | #define PACKAGE_NAME ""
  3456. | #define PACKAGE_TARNAME ""
  3457. | #define PACKAGE_VERSION ""
  3458. | #define PACKAGE_STRING ""
  3459. | #define PACKAGE_BUGREPORT ""
  3460. | #define _GNU_SOURCE 1
  3461. | #define STDC_HEADERS 1
  3462. | #define HAVE_SYS_TYPES_H 1
  3463. | #define HAVE_SYS_STAT_H 1
  3464. | #define HAVE_STDLIB_H 1
  3465. | #define HAVE_STRING_H 1
  3466. | #define HAVE_MEMORY_H 1
  3467. | #define HAVE_STRINGS_H 1
  3468. | #define HAVE_INTTYPES_H 1
  3469. | #define HAVE_STDINT_H 1
  3470. | #define HAVE_UNISTD_H 1
  3471. | #define HAVE_DLFCN_H 1
  3472. | #define LT_OBJDIR ".libs/"
  3473. | #define SDL_BYTEORDER 1234
  3474. | #define HAVE_LIBC 1
  3475. | #define STDC_HEADERS 1
  3476. | #define HAVE_SYS_TYPES_H 1
  3477. | #define HAVE_STDIO_H 1
  3478. | #define HAVE_STDLIB_H 1
  3479. | #define HAVE_STDDEF_H 1
  3480. | #define HAVE_STDARG_H 1
  3481. | #define HAVE_MALLOC_H 1
  3482. | #define HAVE_MEMORY_H 1
  3483. | #define HAVE_STRING_H 1
  3484. | #define HAVE_STRINGS_H 1
  3485. | #define HAVE_INTTYPES_H 1
  3486. | #define HAVE_STDINT_H 1
  3487. | #define HAVE_CTYPE_H 1
  3488. | #define HAVE_MATH_H 1
  3489. | #define HAVE_ICONV_H 1
  3490. | #define HAVE_SIGNAL_H 1
  3491. | #define SDL_HAS_64BIT_TYPE 1
  3492. | #define HAVE_ALLOCA_H 1
  3493. | #define HAVE_ALLOCA 1
  3494. | #define HAVE_MEMCMP 1
  3495. | #define HAVE_STRTOD 1
  3496. | #define HAVE_MPROTECT 1
  3497. | #define HAVE_MALLOC 1
  3498. | #define HAVE_CALLOC 1
  3499. | #define HAVE_REALLOC 1
  3500. | #define HAVE_FREE 1
  3501. | #define HAVE_GETENV 1
  3502. | #define HAVE_PUTENV 1
  3503. | #define HAVE_UNSETENV 1
  3504. | #define HAVE_QSORT 1
  3505. | #define HAVE_ABS 1
  3506. | #define HAVE_BCOPY 1
  3507. | #define HAVE_MEMSET 1
  3508. | #define HAVE_MEMCPY 1
  3509. | #define HAVE_MEMMOVE 1
  3510. | #define HAVE_STRLEN 1
  3511. | #define HAVE_STRDUP 1
  3512. | #define HAVE_STRCHR 1
  3513. | #define HAVE_STRRCHR 1
  3514. | #define HAVE_STRSTR 1
  3515. | #define HAVE_STRTOL 1
  3516. | #define HAVE_STRTOUL 1
  3517. | #define HAVE_STRTOLL 1
  3518. | #define HAVE_STRTOULL 1
  3519. | #define HAVE_ATOI 1
  3520. | #define HAVE_ATOF 1
  3521. | #define HAVE_STRCMP 1
  3522. | #define HAVE_STRNCMP 1
  3523. | #define HAVE_STRCASECMP 1
  3524. | #define HAVE_STRNCASECMP 1
  3525. | #define HAVE_SSCANF 1
  3526. | #define HAVE_SNPRINTF 1
  3527. | #define HAVE_VSNPRINTF 1
  3528. | #define HAVE_ICONV 1
  3529. | #define HAVE_SIGACTION 1
  3530. | #define HAVE_SETJMP 1
  3531. | #define HAVE_NANOSLEEP 1
  3532. | #define HAVE_SA_SIGACTION 1
  3533. | #define SDL_ASSEMBLY_ROUTINES 1
  3534. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  3535. | #define SDL_VIDEO_DRIVER_DUMMY 1
  3536. | #define SDL_AUDIO_DRIVER_DISK 1
  3537. | #define SDL_AUDIO_DRIVER_DUMMY 1
  3538. | #define SDL_LOADSO_DLOPEN 1
  3539. | #define SDL_AUDIO_DRIVER_OSS 1
  3540. | #define HAVE_LIBASOUND 1
  3541. | #define SDL_AUDIO_DRIVER_ALSA 1
  3542. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  3543. | #define SDL_AUDIO_DRIVER_PULSE 1
  3544. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  3545. | #define SDL_VIDEO_DRIVER_X11 1
  3546. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  3547. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  3548. | #define SDL_VIDEO_DRIVER_DGA 1
  3549. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  3550. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  3551. | #define SDL_VIDEO_DRIVER_X11_XV 1
  3552. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  3553. | #define SDL_VIDEO_DRIVER_X11_XME 1
  3554. | /* end confdefs.h. */
  3555. | #include <X11/Xlib.h>
  3556. |
  3557. |
  3558. | #include <X11/extensions/Xrandr.h>
  3559. configure:24277: result: no
  3560. configure:24696: checking for framebuffer console support
  3561. configure:24725: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  3562. configure:24731: $? = 0
  3563. configure:24747: result: yes
  3564. configure:24754: checking for getpagesize
  3565. configure:24810: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c >&5
  3566. configure:24816: $? = 0
  3567. configure:24834: result: yes
  3568. configure:24870: checking for directfb-config
  3569. configure:24901: result: no
  3570. configure:24912: checking for pkg-config
  3571. configure:24943: result: /usr/bin/pkg-config
  3572. configure:25108: checking for DirectFB 0.9.15 support
  3573. configure:25110: result: no
  3574. configure:25136: checking for PlayStation 2 GS support
  3575. configure:25164: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  3576. conftest.c:105:36: fatal error: linux/ps2/dev.h: No such file or directory
  3577. #include <linux/ps2/dev.h>
  3578. ^
  3579. compilation terminated.
  3580. configure:25170: $? = 1
  3581. configure: failed program was:
  3582. | /* confdefs.h. */
  3583. | #define PACKAGE_NAME ""
  3584. | #define PACKAGE_TARNAME ""
  3585. | #define PACKAGE_VERSION ""
  3586. | #define PACKAGE_STRING ""
  3587. | #define PACKAGE_BUGREPORT ""
  3588. | #define _GNU_SOURCE 1
  3589. | #define STDC_HEADERS 1
  3590. | #define HAVE_SYS_TYPES_H 1
  3591. | #define HAVE_SYS_STAT_H 1
  3592. | #define HAVE_STDLIB_H 1
  3593. | #define HAVE_STRING_H 1
  3594. | #define HAVE_MEMORY_H 1
  3595. | #define HAVE_STRINGS_H 1
  3596. | #define HAVE_INTTYPES_H 1
  3597. | #define HAVE_STDINT_H 1
  3598. | #define HAVE_UNISTD_H 1
  3599. | #define HAVE_DLFCN_H 1
  3600. | #define LT_OBJDIR ".libs/"
  3601. | #define SDL_BYTEORDER 1234
  3602. | #define HAVE_LIBC 1
  3603. | #define STDC_HEADERS 1
  3604. | #define HAVE_SYS_TYPES_H 1
  3605. | #define HAVE_STDIO_H 1
  3606. | #define HAVE_STDLIB_H 1
  3607. | #define HAVE_STDDEF_H 1
  3608. | #define HAVE_STDARG_H 1
  3609. | #define HAVE_MALLOC_H 1
  3610. | #define HAVE_MEMORY_H 1
  3611. | #define HAVE_STRING_H 1
  3612. | #define HAVE_STRINGS_H 1
  3613. | #define HAVE_INTTYPES_H 1
  3614. | #define HAVE_STDINT_H 1
  3615. | #define HAVE_CTYPE_H 1
  3616. | #define HAVE_MATH_H 1
  3617. | #define HAVE_ICONV_H 1
  3618. | #define HAVE_SIGNAL_H 1
  3619. | #define SDL_HAS_64BIT_TYPE 1
  3620. | #define HAVE_ALLOCA_H 1
  3621. | #define HAVE_ALLOCA 1
  3622. | #define HAVE_MEMCMP 1
  3623. | #define HAVE_STRTOD 1
  3624. | #define HAVE_MPROTECT 1
  3625. | #define HAVE_MALLOC 1
  3626. | #define HAVE_CALLOC 1
  3627. | #define HAVE_REALLOC 1
  3628. | #define HAVE_FREE 1
  3629. | #define HAVE_GETENV 1
  3630. | #define HAVE_PUTENV 1
  3631. | #define HAVE_UNSETENV 1
  3632. | #define HAVE_QSORT 1
  3633. | #define HAVE_ABS 1
  3634. | #define HAVE_BCOPY 1
  3635. | #define HAVE_MEMSET 1
  3636. | #define HAVE_MEMCPY 1
  3637. | #define HAVE_MEMMOVE 1
  3638. | #define HAVE_STRLEN 1
  3639. | #define HAVE_STRDUP 1
  3640. | #define HAVE_STRCHR 1
  3641. | #define HAVE_STRRCHR 1
  3642. | #define HAVE_STRSTR 1
  3643. | #define HAVE_STRTOL 1
  3644. | #define HAVE_STRTOUL 1
  3645. | #define HAVE_STRTOLL 1
  3646. | #define HAVE_STRTOULL 1
  3647. | #define HAVE_ATOI 1
  3648. | #define HAVE_ATOF 1
  3649. | #define HAVE_STRCMP 1
  3650. | #define HAVE_STRNCMP 1
  3651. | #define HAVE_STRCASECMP 1
  3652. | #define HAVE_STRNCASECMP 1
  3653. | #define HAVE_SSCANF 1
  3654. | #define HAVE_SNPRINTF 1
  3655. | #define HAVE_VSNPRINTF 1
  3656. | #define HAVE_ICONV 1
  3657. | #define HAVE_SIGACTION 1
  3658. | #define HAVE_SETJMP 1
  3659. | #define HAVE_NANOSLEEP 1
  3660. | #define HAVE_SA_SIGACTION 1
  3661. | #define SDL_ASSEMBLY_ROUTINES 1
  3662. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  3663. | #define SDL_VIDEO_DRIVER_DUMMY 1
  3664. | #define SDL_AUDIO_DRIVER_DISK 1
  3665. | #define SDL_AUDIO_DRIVER_DUMMY 1
  3666. | #define SDL_LOADSO_DLOPEN 1
  3667. | #define SDL_AUDIO_DRIVER_OSS 1
  3668. | #define HAVE_LIBASOUND 1
  3669. | #define SDL_AUDIO_DRIVER_ALSA 1
  3670. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  3671. | #define SDL_AUDIO_DRIVER_PULSE 1
  3672. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  3673. | #define SDL_VIDEO_DRIVER_X11 1
  3674. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  3675. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  3676. | #define SDL_VIDEO_DRIVER_DGA 1
  3677. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  3678. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  3679. | #define SDL_VIDEO_DRIVER_X11_XV 1
  3680. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  3681. | #define SDL_VIDEO_DRIVER_X11_XME 1
  3682. | #define HAVE_GETPAGESIZE 1
  3683. | #define SDL_VIDEO_DRIVER_FBCON 1
  3684. | /* end confdefs.h. */
  3685. |
  3686. | #include <linux/ps2/dev.h>
  3687. | #include <linux/ps2/gs.h>
  3688. |
  3689. | int
  3690. | main ()
  3691. | {
  3692. |
  3693. |
  3694. | ;
  3695. | return 0;
  3696. | }
  3697. configure:25186: result: no
  3698. configure:25209: checking for PlayStation 3 Cell support
  3699. configure:25238: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  3700. conftest.c:106:29: fatal error: asm/ps3fb.h: No such file or directory
  3701. #include <asm/ps3fb.h>
  3702. ^
  3703. compilation terminated.
  3704. configure:25244: $? = 1
  3705. configure: failed program was:
  3706. | /* confdefs.h. */
  3707. | #define PACKAGE_NAME ""
  3708. | #define PACKAGE_TARNAME ""
  3709. | #define PACKAGE_VERSION ""
  3710. | #define PACKAGE_STRING ""
  3711. | #define PACKAGE_BUGREPORT ""
  3712. | #define _GNU_SOURCE 1
  3713. | #define STDC_HEADERS 1
  3714. | #define HAVE_SYS_TYPES_H 1
  3715. | #define HAVE_SYS_STAT_H 1
  3716. | #define HAVE_STDLIB_H 1
  3717. | #define HAVE_STRING_H 1
  3718. | #define HAVE_MEMORY_H 1
  3719. | #define HAVE_STRINGS_H 1
  3720. | #define HAVE_INTTYPES_H 1
  3721. | #define HAVE_STDINT_H 1
  3722. | #define HAVE_UNISTD_H 1
  3723. | #define HAVE_DLFCN_H 1
  3724. | #define LT_OBJDIR ".libs/"
  3725. | #define SDL_BYTEORDER 1234
  3726. | #define HAVE_LIBC 1
  3727. | #define STDC_HEADERS 1
  3728. | #define HAVE_SYS_TYPES_H 1
  3729. | #define HAVE_STDIO_H 1
  3730. | #define HAVE_STDLIB_H 1
  3731. | #define HAVE_STDDEF_H 1
  3732. | #define HAVE_STDARG_H 1
  3733. | #define HAVE_MALLOC_H 1
  3734. | #define HAVE_MEMORY_H 1
  3735. | #define HAVE_STRING_H 1
  3736. | #define HAVE_STRINGS_H 1
  3737. | #define HAVE_INTTYPES_H 1
  3738. | #define HAVE_STDINT_H 1
  3739. | #define HAVE_CTYPE_H 1
  3740. | #define HAVE_MATH_H 1
  3741. | #define HAVE_ICONV_H 1
  3742. | #define HAVE_SIGNAL_H 1
  3743. | #define SDL_HAS_64BIT_TYPE 1
  3744. | #define HAVE_ALLOCA_H 1
  3745. | #define HAVE_ALLOCA 1
  3746. | #define HAVE_MEMCMP 1
  3747. | #define HAVE_STRTOD 1
  3748. | #define HAVE_MPROTECT 1
  3749. | #define HAVE_MALLOC 1
  3750. | #define HAVE_CALLOC 1
  3751. | #define HAVE_REALLOC 1
  3752. | #define HAVE_FREE 1
  3753. | #define HAVE_GETENV 1
  3754. | #define HAVE_PUTENV 1
  3755. | #define HAVE_UNSETENV 1
  3756. | #define HAVE_QSORT 1
  3757. | #define HAVE_ABS 1
  3758. | #define HAVE_BCOPY 1
  3759. | #define HAVE_MEMSET 1
  3760. | #define HAVE_MEMCPY 1
  3761. | #define HAVE_MEMMOVE 1
  3762. | #define HAVE_STRLEN 1
  3763. | #define HAVE_STRDUP 1
  3764. | #define HAVE_STRCHR 1
  3765. | #define HAVE_STRRCHR 1
  3766. | #define HAVE_STRSTR 1
  3767. | #define HAVE_STRTOL 1
  3768. | #define HAVE_STRTOUL 1
  3769. | #define HAVE_STRTOLL 1
  3770. | #define HAVE_STRTOULL 1
  3771. | #define HAVE_ATOI 1
  3772. | #define HAVE_ATOF 1
  3773. | #define HAVE_STRCMP 1
  3774. | #define HAVE_STRNCMP 1
  3775. | #define HAVE_STRCASECMP 1
  3776. | #define HAVE_STRNCASECMP 1
  3777. | #define HAVE_SSCANF 1
  3778. | #define HAVE_SNPRINTF 1
  3779. | #define HAVE_VSNPRINTF 1
  3780. | #define HAVE_ICONV 1
  3781. | #define HAVE_SIGACTION 1
  3782. | #define HAVE_SETJMP 1
  3783. | #define HAVE_NANOSLEEP 1
  3784. | #define HAVE_SA_SIGACTION 1
  3785. | #define SDL_ASSEMBLY_ROUTINES 1
  3786. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  3787. | #define SDL_VIDEO_DRIVER_DUMMY 1
  3788. | #define SDL_AUDIO_DRIVER_DISK 1
  3789. | #define SDL_AUDIO_DRIVER_DUMMY 1
  3790. | #define SDL_LOADSO_DLOPEN 1
  3791. | #define SDL_AUDIO_DRIVER_OSS 1
  3792. | #define HAVE_LIBASOUND 1
  3793. | #define SDL_AUDIO_DRIVER_ALSA 1
  3794. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  3795. | #define SDL_AUDIO_DRIVER_PULSE 1
  3796. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  3797. | #define SDL_VIDEO_DRIVER_X11 1
  3798. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  3799. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  3800. | #define SDL_VIDEO_DRIVER_DGA 1
  3801. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  3802. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  3803. | #define SDL_VIDEO_DRIVER_X11_XV 1
  3804. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  3805. | #define SDL_VIDEO_DRIVER_X11_XME 1
  3806. | #define HAVE_GETPAGESIZE 1
  3807. | #define SDL_VIDEO_DRIVER_FBCON 1
  3808. | /* end confdefs.h. */
  3809. |
  3810. | #include <linux/fb.h>
  3811. | #include <asm/ps3fb.h>
  3812. | #include <libspe2.h>
  3813. |
  3814. | int
  3815. | main ()
  3816. | {
  3817. |
  3818. |
  3819. | ;
  3820. | return 0;
  3821. | }
  3822. configure:25260: result: no
  3823. configure:25359: checking for SVGAlib (1.4.0+) support
  3824. configure:25391: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  3825. conftest.c:105:26: fatal error: vga.h: No such file or directory
  3826. #include <vga.h>
  3827. ^
  3828. compilation terminated.
  3829. configure:25397: $? = 1
  3830. configure: failed program was:
  3831. | /* confdefs.h. */
  3832. | #define PACKAGE_NAME ""
  3833. | #define PACKAGE_TARNAME ""
  3834. | #define PACKAGE_VERSION ""
  3835. | #define PACKAGE_STRING ""
  3836. | #define PACKAGE_BUGREPORT ""
  3837. | #define _GNU_SOURCE 1
  3838. | #define STDC_HEADERS 1
  3839. | #define HAVE_SYS_TYPES_H 1
  3840. | #define HAVE_SYS_STAT_H 1
  3841. | #define HAVE_STDLIB_H 1
  3842. | #define HAVE_STRING_H 1
  3843. | #define HAVE_MEMORY_H 1
  3844. | #define HAVE_STRINGS_H 1
  3845. | #define HAVE_INTTYPES_H 1
  3846. | #define HAVE_STDINT_H 1
  3847. | #define HAVE_UNISTD_H 1
  3848. | #define HAVE_DLFCN_H 1
  3849. | #define LT_OBJDIR ".libs/"
  3850. | #define SDL_BYTEORDER 1234
  3851. | #define HAVE_LIBC 1
  3852. | #define STDC_HEADERS 1
  3853. | #define HAVE_SYS_TYPES_H 1
  3854. | #define HAVE_STDIO_H 1
  3855. | #define HAVE_STDLIB_H 1
  3856. | #define HAVE_STDDEF_H 1
  3857. | #define HAVE_STDARG_H 1
  3858. | #define HAVE_MALLOC_H 1
  3859. | #define HAVE_MEMORY_H 1
  3860. | #define HAVE_STRING_H 1
  3861. | #define HAVE_STRINGS_H 1
  3862. | #define HAVE_INTTYPES_H 1
  3863. | #define HAVE_STDINT_H 1
  3864. | #define HAVE_CTYPE_H 1
  3865. | #define HAVE_MATH_H 1
  3866. | #define HAVE_ICONV_H 1
  3867. | #define HAVE_SIGNAL_H 1
  3868. | #define SDL_HAS_64BIT_TYPE 1
  3869. | #define HAVE_ALLOCA_H 1
  3870. | #define HAVE_ALLOCA 1
  3871. | #define HAVE_MEMCMP 1
  3872. | #define HAVE_STRTOD 1
  3873. | #define HAVE_MPROTECT 1
  3874. | #define HAVE_MALLOC 1
  3875. | #define HAVE_CALLOC 1
  3876. | #define HAVE_REALLOC 1
  3877. | #define HAVE_FREE 1
  3878. | #define HAVE_GETENV 1
  3879. | #define HAVE_PUTENV 1
  3880. | #define HAVE_UNSETENV 1
  3881. | #define HAVE_QSORT 1
  3882. | #define HAVE_ABS 1
  3883. | #define HAVE_BCOPY 1
  3884. | #define HAVE_MEMSET 1
  3885. | #define HAVE_MEMCPY 1
  3886. | #define HAVE_MEMMOVE 1
  3887. | #define HAVE_STRLEN 1
  3888. | #define HAVE_STRDUP 1
  3889. | #define HAVE_STRCHR 1
  3890. | #define HAVE_STRRCHR 1
  3891. | #define HAVE_STRSTR 1
  3892. | #define HAVE_STRTOL 1
  3893. | #define HAVE_STRTOUL 1
  3894. | #define HAVE_STRTOLL 1
  3895. | #define HAVE_STRTOULL 1
  3896. | #define HAVE_ATOI 1
  3897. | #define HAVE_ATOF 1
  3898. | #define HAVE_STRCMP 1
  3899. | #define HAVE_STRNCMP 1
  3900. | #define HAVE_STRCASECMP 1
  3901. | #define HAVE_STRNCASECMP 1
  3902. | #define HAVE_SSCANF 1
  3903. | #define HAVE_SNPRINTF 1
  3904. | #define HAVE_VSNPRINTF 1
  3905. | #define HAVE_ICONV 1
  3906. | #define HAVE_SIGACTION 1
  3907. | #define HAVE_SETJMP 1
  3908. | #define HAVE_NANOSLEEP 1
  3909. | #define HAVE_SA_SIGACTION 1
  3910. | #define SDL_ASSEMBLY_ROUTINES 1
  3911. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  3912. | #define SDL_VIDEO_DRIVER_DUMMY 1
  3913. | #define SDL_AUDIO_DRIVER_DISK 1
  3914. | #define SDL_AUDIO_DRIVER_DUMMY 1
  3915. | #define SDL_LOADSO_DLOPEN 1
  3916. | #define SDL_AUDIO_DRIVER_OSS 1
  3917. | #define HAVE_LIBASOUND 1
  3918. | #define SDL_AUDIO_DRIVER_ALSA 1
  3919. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  3920. | #define SDL_AUDIO_DRIVER_PULSE 1
  3921. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  3922. | #define SDL_VIDEO_DRIVER_X11 1
  3923. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  3924. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  3925. | #define SDL_VIDEO_DRIVER_DGA 1
  3926. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  3927. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  3928. | #define SDL_VIDEO_DRIVER_X11_XV 1
  3929. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  3930. | #define SDL_VIDEO_DRIVER_X11_XME 1
  3931. | #define HAVE_GETPAGESIZE 1
  3932. | #define SDL_VIDEO_DRIVER_FBCON 1
  3933. | /* end confdefs.h. */
  3934. |
  3935. | #include <vga.h>
  3936. | #include <vgamouse.h>
  3937. | #include <vgakeyboard.h>
  3938. |
  3939. | int
  3940. | main ()
  3941. | {
  3942. |
  3943. | if ( SCANCODE_RIGHTWIN && SCANCODE_LEFTWIN ) {
  3944. | exit(0);
  3945. | }
  3946. |
  3947. | ;
  3948. | return 0;
  3949. | }
  3950. configure:25413: result: no
  3951. configure:25437: checking for libVGL support
  3952. configure:25471: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  3953. conftest.c:105:31: fatal error: sys/fbio.h: No such file or directory
  3954. #include <sys/fbio.h>
  3955. ^
  3956. compilation terminated.
  3957. configure:25477: $? = 1
  3958. configure: failed program was:
  3959. | /* confdefs.h. */
  3960. | #define PACKAGE_NAME ""
  3961. | #define PACKAGE_TARNAME ""
  3962. | #define PACKAGE_VERSION ""
  3963. | #define PACKAGE_STRING ""
  3964. | #define PACKAGE_BUGREPORT ""
  3965. | #define _GNU_SOURCE 1
  3966. | #define STDC_HEADERS 1
  3967. | #define HAVE_SYS_TYPES_H 1
  3968. | #define HAVE_SYS_STAT_H 1
  3969. | #define HAVE_STDLIB_H 1
  3970. | #define HAVE_STRING_H 1
  3971. | #define HAVE_MEMORY_H 1
  3972. | #define HAVE_STRINGS_H 1
  3973. | #define HAVE_INTTYPES_H 1
  3974. | #define HAVE_STDINT_H 1
  3975. | #define HAVE_UNISTD_H 1
  3976. | #define HAVE_DLFCN_H 1
  3977. | #define LT_OBJDIR ".libs/"
  3978. | #define SDL_BYTEORDER 1234
  3979. | #define HAVE_LIBC 1
  3980. | #define STDC_HEADERS 1
  3981. | #define HAVE_SYS_TYPES_H 1
  3982. | #define HAVE_STDIO_H 1
  3983. | #define HAVE_STDLIB_H 1
  3984. | #define HAVE_STDDEF_H 1
  3985. | #define HAVE_STDARG_H 1
  3986. | #define HAVE_MALLOC_H 1
  3987. | #define HAVE_MEMORY_H 1
  3988. | #define HAVE_STRING_H 1
  3989. | #define HAVE_STRINGS_H 1
  3990. | #define HAVE_INTTYPES_H 1
  3991. | #define HAVE_STDINT_H 1
  3992. | #define HAVE_CTYPE_H 1
  3993. | #define HAVE_MATH_H 1
  3994. | #define HAVE_ICONV_H 1
  3995. | #define HAVE_SIGNAL_H 1
  3996. | #define SDL_HAS_64BIT_TYPE 1
  3997. | #define HAVE_ALLOCA_H 1
  3998. | #define HAVE_ALLOCA 1
  3999. | #define HAVE_MEMCMP 1
  4000. | #define HAVE_STRTOD 1
  4001. | #define HAVE_MPROTECT 1
  4002. | #define HAVE_MALLOC 1
  4003. | #define HAVE_CALLOC 1
  4004. | #define HAVE_REALLOC 1
  4005. | #define HAVE_FREE 1
  4006. | #define HAVE_GETENV 1
  4007. | #define HAVE_PUTENV 1
  4008. | #define HAVE_UNSETENV 1
  4009. | #define HAVE_QSORT 1
  4010. | #define HAVE_ABS 1
  4011. | #define HAVE_BCOPY 1
  4012. | #define HAVE_MEMSET 1
  4013. | #define HAVE_MEMCPY 1
  4014. | #define HAVE_MEMMOVE 1
  4015. | #define HAVE_STRLEN 1
  4016. | #define HAVE_STRDUP 1
  4017. | #define HAVE_STRCHR 1
  4018. | #define HAVE_STRRCHR 1
  4019. | #define HAVE_STRSTR 1
  4020. | #define HAVE_STRTOL 1
  4021. | #define HAVE_STRTOUL 1
  4022. | #define HAVE_STRTOLL 1
  4023. | #define HAVE_STRTOULL 1
  4024. | #define HAVE_ATOI 1
  4025. | #define HAVE_ATOF 1
  4026. | #define HAVE_STRCMP 1
  4027. | #define HAVE_STRNCMP 1
  4028. | #define HAVE_STRCASECMP 1
  4029. | #define HAVE_STRNCASECMP 1
  4030. | #define HAVE_SSCANF 1
  4031. | #define HAVE_SNPRINTF 1
  4032. | #define HAVE_VSNPRINTF 1
  4033. | #define HAVE_ICONV 1
  4034. | #define HAVE_SIGACTION 1
  4035. | #define HAVE_SETJMP 1
  4036. | #define HAVE_NANOSLEEP 1
  4037. | #define HAVE_SA_SIGACTION 1
  4038. | #define SDL_ASSEMBLY_ROUTINES 1
  4039. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  4040. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4041. | #define SDL_AUDIO_DRIVER_DISK 1
  4042. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4043. | #define SDL_LOADSO_DLOPEN 1
  4044. | #define SDL_AUDIO_DRIVER_OSS 1
  4045. | #define HAVE_LIBASOUND 1
  4046. | #define SDL_AUDIO_DRIVER_ALSA 1
  4047. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4048. | #define SDL_AUDIO_DRIVER_PULSE 1
  4049. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  4050. | #define SDL_VIDEO_DRIVER_X11 1
  4051. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  4052. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  4053. | #define SDL_VIDEO_DRIVER_DGA 1
  4054. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  4055. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  4056. | #define SDL_VIDEO_DRIVER_X11_XV 1
  4057. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  4058. | #define SDL_VIDEO_DRIVER_X11_XME 1
  4059. | #define HAVE_GETPAGESIZE 1
  4060. | #define SDL_VIDEO_DRIVER_FBCON 1
  4061. | /* end confdefs.h. */
  4062. |
  4063. | #include <sys/fbio.h>
  4064. | #include <sys/consio.h>
  4065. | #include <sys/kbio.h>
  4066. | #include <vgl.h>
  4067. |
  4068. | int
  4069. | main ()
  4070. | {
  4071. |
  4072. | VGLBitmap bitmap;
  4073. | bitmap.Type = VIDBUF32;
  4074. | bitmap.PixelBytes = 4;
  4075. | exit(bitmap.Bitmap);
  4076. |
  4077. | ;
  4078. | return 0;
  4079. | }
  4080. configure:25493: result: no
  4081. configure:25517: checking for wscons support
  4082. configure:25547: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  4083. conftest.c:106:42: fatal error: dev/wscons/wsconsio.h: No such file or directory
  4084. #include <dev/wscons/wsconsio.h>
  4085. ^
  4086. compilation terminated.
  4087. configure:25553: $? = 1
  4088. configure: failed program was:
  4089. | /* confdefs.h. */
  4090. | #define PACKAGE_NAME ""
  4091. | #define PACKAGE_TARNAME ""
  4092. | #define PACKAGE_VERSION ""
  4093. | #define PACKAGE_STRING ""
  4094. | #define PACKAGE_BUGREPORT ""
  4095. | #define _GNU_SOURCE 1
  4096. | #define STDC_HEADERS 1
  4097. | #define HAVE_SYS_TYPES_H 1
  4098. | #define HAVE_SYS_STAT_H 1
  4099. | #define HAVE_STDLIB_H 1
  4100. | #define HAVE_STRING_H 1
  4101. | #define HAVE_MEMORY_H 1
  4102. | #define HAVE_STRINGS_H 1
  4103. | #define HAVE_INTTYPES_H 1
  4104. | #define HAVE_STDINT_H 1
  4105. | #define HAVE_UNISTD_H 1
  4106. | #define HAVE_DLFCN_H 1
  4107. | #define LT_OBJDIR ".libs/"
  4108. | #define SDL_BYTEORDER 1234
  4109. | #define HAVE_LIBC 1
  4110. | #define STDC_HEADERS 1
  4111. | #define HAVE_SYS_TYPES_H 1
  4112. | #define HAVE_STDIO_H 1
  4113. | #define HAVE_STDLIB_H 1
  4114. | #define HAVE_STDDEF_H 1
  4115. | #define HAVE_STDARG_H 1
  4116. | #define HAVE_MALLOC_H 1
  4117. | #define HAVE_MEMORY_H 1
  4118. | #define HAVE_STRING_H 1
  4119. | #define HAVE_STRINGS_H 1
  4120. | #define HAVE_INTTYPES_H 1
  4121. | #define HAVE_STDINT_H 1
  4122. | #define HAVE_CTYPE_H 1
  4123. | #define HAVE_MATH_H 1
  4124. | #define HAVE_ICONV_H 1
  4125. | #define HAVE_SIGNAL_H 1
  4126. | #define SDL_HAS_64BIT_TYPE 1
  4127. | #define HAVE_ALLOCA_H 1
  4128. | #define HAVE_ALLOCA 1
  4129. | #define HAVE_MEMCMP 1
  4130. | #define HAVE_STRTOD 1
  4131. | #define HAVE_MPROTECT 1
  4132. | #define HAVE_MALLOC 1
  4133. | #define HAVE_CALLOC 1
  4134. | #define HAVE_REALLOC 1
  4135. | #define HAVE_FREE 1
  4136. | #define HAVE_GETENV 1
  4137. | #define HAVE_PUTENV 1
  4138. | #define HAVE_UNSETENV 1
  4139. | #define HAVE_QSORT 1
  4140. | #define HAVE_ABS 1
  4141. | #define HAVE_BCOPY 1
  4142. | #define HAVE_MEMSET 1
  4143. | #define HAVE_MEMCPY 1
  4144. | #define HAVE_MEMMOVE 1
  4145. | #define HAVE_STRLEN 1
  4146. | #define HAVE_STRDUP 1
  4147. | #define HAVE_STRCHR 1
  4148. | #define HAVE_STRRCHR 1
  4149. | #define HAVE_STRSTR 1
  4150. | #define HAVE_STRTOL 1
  4151. | #define HAVE_STRTOUL 1
  4152. | #define HAVE_STRTOLL 1
  4153. | #define HAVE_STRTOULL 1
  4154. | #define HAVE_ATOI 1
  4155. | #define HAVE_ATOF 1
  4156. | #define HAVE_STRCMP 1
  4157. | #define HAVE_STRNCMP 1
  4158. | #define HAVE_STRCASECMP 1
  4159. | #define HAVE_STRNCASECMP 1
  4160. | #define HAVE_SSCANF 1
  4161. | #define HAVE_SNPRINTF 1
  4162. | #define HAVE_VSNPRINTF 1
  4163. | #define HAVE_ICONV 1
  4164. | #define HAVE_SIGACTION 1
  4165. | #define HAVE_SETJMP 1
  4166. | #define HAVE_NANOSLEEP 1
  4167. | #define HAVE_SA_SIGACTION 1
  4168. | #define SDL_ASSEMBLY_ROUTINES 1
  4169. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  4170. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4171. | #define SDL_AUDIO_DRIVER_DISK 1
  4172. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4173. | #define SDL_LOADSO_DLOPEN 1
  4174. | #define SDL_AUDIO_DRIVER_OSS 1
  4175. | #define HAVE_LIBASOUND 1
  4176. | #define SDL_AUDIO_DRIVER_ALSA 1
  4177. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4178. | #define SDL_AUDIO_DRIVER_PULSE 1
  4179. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  4180. | #define SDL_VIDEO_DRIVER_X11 1
  4181. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  4182. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  4183. | #define SDL_VIDEO_DRIVER_DGA 1
  4184. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  4185. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  4186. | #define SDL_VIDEO_DRIVER_X11_XV 1
  4187. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  4188. | #define SDL_VIDEO_DRIVER_X11_XME 1
  4189. | #define HAVE_GETPAGESIZE 1
  4190. | #define SDL_VIDEO_DRIVER_FBCON 1
  4191. | /* end confdefs.h. */
  4192. |
  4193. | #include <sys/time.h>
  4194. | #include <dev/wscons/wsconsio.h>
  4195. | #include <dev/wscons/wsdisplay_usl_io.h>
  4196. |
  4197. | int
  4198. | main ()
  4199. | {
  4200. |
  4201. | int wsmode = WSDISPLAYIO_MODE_DUMBFB;
  4202. |
  4203. | ;
  4204. | return 0;
  4205. | }
  4206. configure:25569: result: no
  4207. configure:26218: checking for OpenGL (GLX) support
  4208. configure:26247: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  4209. configure:26253: $? = 0
  4210. configure:26269: result: yes
  4211. configure:26699: checking for Linux 2.4 unified input interface
  4212. configure:26729: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  4213. configure:26735: $? = 0
  4214. configure:26751: result: yes
  4215. configure:26772: checking for Touchscreen library support
  4216. configure:26799: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  4217. conftest.c:108:29: fatal error: tslib.h: No such file or directory
  4218. #include "tslib.h"
  4219. ^
  4220. compilation terminated.
  4221. configure:26805: $? = 1
  4222. configure: failed program was:
  4223. | /* confdefs.h. */
  4224. | #define PACKAGE_NAME ""
  4225. | #define PACKAGE_TARNAME ""
  4226. | #define PACKAGE_VERSION ""
  4227. | #define PACKAGE_STRING ""
  4228. | #define PACKAGE_BUGREPORT ""
  4229. | #define _GNU_SOURCE 1
  4230. | #define STDC_HEADERS 1
  4231. | #define HAVE_SYS_TYPES_H 1
  4232. | #define HAVE_SYS_STAT_H 1
  4233. | #define HAVE_STDLIB_H 1
  4234. | #define HAVE_STRING_H 1
  4235. | #define HAVE_MEMORY_H 1
  4236. | #define HAVE_STRINGS_H 1
  4237. | #define HAVE_INTTYPES_H 1
  4238. | #define HAVE_STDINT_H 1
  4239. | #define HAVE_UNISTD_H 1
  4240. | #define HAVE_DLFCN_H 1
  4241. | #define LT_OBJDIR ".libs/"
  4242. | #define SDL_BYTEORDER 1234
  4243. | #define HAVE_LIBC 1
  4244. | #define STDC_HEADERS 1
  4245. | #define HAVE_SYS_TYPES_H 1
  4246. | #define HAVE_STDIO_H 1
  4247. | #define HAVE_STDLIB_H 1
  4248. | #define HAVE_STDDEF_H 1
  4249. | #define HAVE_STDARG_H 1
  4250. | #define HAVE_MALLOC_H 1
  4251. | #define HAVE_MEMORY_H 1
  4252. | #define HAVE_STRING_H 1
  4253. | #define HAVE_STRINGS_H 1
  4254. | #define HAVE_INTTYPES_H 1
  4255. | #define HAVE_STDINT_H 1
  4256. | #define HAVE_CTYPE_H 1
  4257. | #define HAVE_MATH_H 1
  4258. | #define HAVE_ICONV_H 1
  4259. | #define HAVE_SIGNAL_H 1
  4260. | #define SDL_HAS_64BIT_TYPE 1
  4261. | #define HAVE_ALLOCA_H 1
  4262. | #define HAVE_ALLOCA 1
  4263. | #define HAVE_MEMCMP 1
  4264. | #define HAVE_STRTOD 1
  4265. | #define HAVE_MPROTECT 1
  4266. | #define HAVE_MALLOC 1
  4267. | #define HAVE_CALLOC 1
  4268. | #define HAVE_REALLOC 1
  4269. | #define HAVE_FREE 1
  4270. | #define HAVE_GETENV 1
  4271. | #define HAVE_PUTENV 1
  4272. | #define HAVE_UNSETENV 1
  4273. | #define HAVE_QSORT 1
  4274. | #define HAVE_ABS 1
  4275. | #define HAVE_BCOPY 1
  4276. | #define HAVE_MEMSET 1
  4277. | #define HAVE_MEMCPY 1
  4278. | #define HAVE_MEMMOVE 1
  4279. | #define HAVE_STRLEN 1
  4280. | #define HAVE_STRDUP 1
  4281. | #define HAVE_STRCHR 1
  4282. | #define HAVE_STRRCHR 1
  4283. | #define HAVE_STRSTR 1
  4284. | #define HAVE_STRTOL 1
  4285. | #define HAVE_STRTOUL 1
  4286. | #define HAVE_STRTOLL 1
  4287. | #define HAVE_STRTOULL 1
  4288. | #define HAVE_ATOI 1
  4289. | #define HAVE_ATOF 1
  4290. | #define HAVE_STRCMP 1
  4291. | #define HAVE_STRNCMP 1
  4292. | #define HAVE_STRCASECMP 1
  4293. | #define HAVE_STRNCASECMP 1
  4294. | #define HAVE_SSCANF 1
  4295. | #define HAVE_SNPRINTF 1
  4296. | #define HAVE_VSNPRINTF 1
  4297. | #define HAVE_ICONV 1
  4298. | #define HAVE_SIGACTION 1
  4299. | #define HAVE_SETJMP 1
  4300. | #define HAVE_NANOSLEEP 1
  4301. | #define HAVE_SA_SIGACTION 1
  4302. | #define SDL_ASSEMBLY_ROUTINES 1
  4303. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  4304. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4305. | #define SDL_AUDIO_DRIVER_DISK 1
  4306. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4307. | #define SDL_LOADSO_DLOPEN 1
  4308. | #define SDL_AUDIO_DRIVER_OSS 1
  4309. | #define HAVE_LIBASOUND 1
  4310. | #define SDL_AUDIO_DRIVER_ALSA 1
  4311. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4312. | #define SDL_AUDIO_DRIVER_PULSE 1
  4313. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  4314. | #define SDL_VIDEO_DRIVER_X11 1
  4315. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  4316. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  4317. | #define SDL_VIDEO_DRIVER_DGA 1
  4318. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  4319. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  4320. | #define SDL_VIDEO_DRIVER_X11_XV 1
  4321. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  4322. | #define SDL_VIDEO_DRIVER_X11_XME 1
  4323. | #define HAVE_GETPAGESIZE 1
  4324. | #define SDL_VIDEO_DRIVER_FBCON 1
  4325. | #define SDL_VIDEO_OPENGL 1
  4326. | #define SDL_VIDEO_OPENGL_GLX 1
  4327. | #define SDL_INPUT_LINUXEV 1
  4328. | /* end confdefs.h. */
  4329. |
  4330. | #include "tslib.h"
  4331. |
  4332. | int
  4333. | main ()
  4334. | {
  4335. |
  4336. |
  4337. | ;
  4338. | return 0;
  4339. | }
  4340. configure:26821: result: no
  4341. configure:28322: checking for hid_init in -lusbhid
  4342. configure:28357: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lusbhid >&5
  4343. /usr/bin/ld: cannot find -lusbhid
  4344. collect2: error: ld returned 1 exit status
  4345. configure:28363: $? = 1
  4346. configure: failed program was:
  4347. | /* confdefs.h. */
  4348. | #define PACKAGE_NAME ""
  4349. | #define PACKAGE_TARNAME ""
  4350. | #define PACKAGE_VERSION ""
  4351. | #define PACKAGE_STRING ""
  4352. | #define PACKAGE_BUGREPORT ""
  4353. | #define _GNU_SOURCE 1
  4354. | #define STDC_HEADERS 1
  4355. | #define HAVE_SYS_TYPES_H 1
  4356. | #define HAVE_SYS_STAT_H 1
  4357. | #define HAVE_STDLIB_H 1
  4358. | #define HAVE_STRING_H 1
  4359. | #define HAVE_MEMORY_H 1
  4360. | #define HAVE_STRINGS_H 1
  4361. | #define HAVE_INTTYPES_H 1
  4362. | #define HAVE_STDINT_H 1
  4363. | #define HAVE_UNISTD_H 1
  4364. | #define HAVE_DLFCN_H 1
  4365. | #define LT_OBJDIR ".libs/"
  4366. | #define SDL_BYTEORDER 1234
  4367. | #define HAVE_LIBC 1
  4368. | #define STDC_HEADERS 1
  4369. | #define HAVE_SYS_TYPES_H 1
  4370. | #define HAVE_STDIO_H 1
  4371. | #define HAVE_STDLIB_H 1
  4372. | #define HAVE_STDDEF_H 1
  4373. | #define HAVE_STDARG_H 1
  4374. | #define HAVE_MALLOC_H 1
  4375. | #define HAVE_MEMORY_H 1
  4376. | #define HAVE_STRING_H 1
  4377. | #define HAVE_STRINGS_H 1
  4378. | #define HAVE_INTTYPES_H 1
  4379. | #define HAVE_STDINT_H 1
  4380. | #define HAVE_CTYPE_H 1
  4381. | #define HAVE_MATH_H 1
  4382. | #define HAVE_ICONV_H 1
  4383. | #define HAVE_SIGNAL_H 1
  4384. | #define SDL_HAS_64BIT_TYPE 1
  4385. | #define HAVE_ALLOCA_H 1
  4386. | #define HAVE_ALLOCA 1
  4387. | #define HAVE_MEMCMP 1
  4388. | #define HAVE_STRTOD 1
  4389. | #define HAVE_MPROTECT 1
  4390. | #define HAVE_MALLOC 1
  4391. | #define HAVE_CALLOC 1
  4392. | #define HAVE_REALLOC 1
  4393. | #define HAVE_FREE 1
  4394. | #define HAVE_GETENV 1
  4395. | #define HAVE_PUTENV 1
  4396. | #define HAVE_UNSETENV 1
  4397. | #define HAVE_QSORT 1
  4398. | #define HAVE_ABS 1
  4399. | #define HAVE_BCOPY 1
  4400. | #define HAVE_MEMSET 1
  4401. | #define HAVE_MEMCPY 1
  4402. | #define HAVE_MEMMOVE 1
  4403. | #define HAVE_STRLEN 1
  4404. | #define HAVE_STRDUP 1
  4405. | #define HAVE_STRCHR 1
  4406. | #define HAVE_STRRCHR 1
  4407. | #define HAVE_STRSTR 1
  4408. | #define HAVE_STRTOL 1
  4409. | #define HAVE_STRTOUL 1
  4410. | #define HAVE_STRTOLL 1
  4411. | #define HAVE_STRTOULL 1
  4412. | #define HAVE_ATOI 1
  4413. | #define HAVE_ATOF 1
  4414. | #define HAVE_STRCMP 1
  4415. | #define HAVE_STRNCMP 1
  4416. | #define HAVE_STRCASECMP 1
  4417. | #define HAVE_STRNCASECMP 1
  4418. | #define HAVE_SSCANF 1
  4419. | #define HAVE_SNPRINTF 1
  4420. | #define HAVE_VSNPRINTF 1
  4421. | #define HAVE_ICONV 1
  4422. | #define HAVE_SIGACTION 1
  4423. | #define HAVE_SETJMP 1
  4424. | #define HAVE_NANOSLEEP 1
  4425. | #define HAVE_SA_SIGACTION 1
  4426. | #define SDL_ASSEMBLY_ROUTINES 1
  4427. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  4428. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4429. | #define SDL_AUDIO_DRIVER_DISK 1
  4430. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4431. | #define SDL_LOADSO_DLOPEN 1
  4432. | #define SDL_AUDIO_DRIVER_OSS 1
  4433. | #define HAVE_LIBASOUND 1
  4434. | #define SDL_AUDIO_DRIVER_ALSA 1
  4435. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4436. | #define SDL_AUDIO_DRIVER_PULSE 1
  4437. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  4438. | #define SDL_VIDEO_DRIVER_X11 1
  4439. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  4440. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  4441. | #define SDL_VIDEO_DRIVER_DGA 1
  4442. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  4443. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  4444. | #define SDL_VIDEO_DRIVER_X11_XV 1
  4445. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  4446. | #define SDL_VIDEO_DRIVER_X11_XME 1
  4447. | #define HAVE_GETPAGESIZE 1
  4448. | #define SDL_VIDEO_DRIVER_FBCON 1
  4449. | #define SDL_VIDEO_OPENGL 1
  4450. | #define SDL_VIDEO_OPENGL_GLX 1
  4451. | #define SDL_INPUT_LINUXEV 1
  4452. | /* end confdefs.h. */
  4453. |
  4454. | /* Override any GCC internal prototype to avoid an error.
  4455. | Use char because int might match the return type of a GCC
  4456. | builtin and then its argument prototype would still apply. */
  4457. | #ifdef __cplusplus
  4458. | extern "C"
  4459. | #endif
  4460. | char hid_init ();
  4461. | int
  4462. | main ()
  4463. | {
  4464. | return hid_init ();
  4465. | ;
  4466. | return 0;
  4467. | }
  4468. configure:28381: result: no
  4469. configure:28660: checking usb.h usability
  4470. configure:28677: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  4471. conftest.c:140:17: fatal error: usb.h: No such file or directory
  4472. #include <usb.h>
  4473. ^
  4474. compilation terminated.
  4475. configure:28683: $? = 1
  4476. configure: failed program was:
  4477. | /* confdefs.h. */
  4478. | #define PACKAGE_NAME ""
  4479. | #define PACKAGE_TARNAME ""
  4480. | #define PACKAGE_VERSION ""
  4481. | #define PACKAGE_STRING ""
  4482. | #define PACKAGE_BUGREPORT ""
  4483. | #define _GNU_SOURCE 1
  4484. | #define STDC_HEADERS 1
  4485. | #define HAVE_SYS_TYPES_H 1
  4486. | #define HAVE_SYS_STAT_H 1
  4487. | #define HAVE_STDLIB_H 1
  4488. | #define HAVE_STRING_H 1
  4489. | #define HAVE_MEMORY_H 1
  4490. | #define HAVE_STRINGS_H 1
  4491. | #define HAVE_INTTYPES_H 1
  4492. | #define HAVE_STDINT_H 1
  4493. | #define HAVE_UNISTD_H 1
  4494. | #define HAVE_DLFCN_H 1
  4495. | #define LT_OBJDIR ".libs/"
  4496. | #define SDL_BYTEORDER 1234
  4497. | #define HAVE_LIBC 1
  4498. | #define STDC_HEADERS 1
  4499. | #define HAVE_SYS_TYPES_H 1
  4500. | #define HAVE_STDIO_H 1
  4501. | #define HAVE_STDLIB_H 1
  4502. | #define HAVE_STDDEF_H 1
  4503. | #define HAVE_STDARG_H 1
  4504. | #define HAVE_MALLOC_H 1
  4505. | #define HAVE_MEMORY_H 1
  4506. | #define HAVE_STRING_H 1
  4507. | #define HAVE_STRINGS_H 1
  4508. | #define HAVE_INTTYPES_H 1
  4509. | #define HAVE_STDINT_H 1
  4510. | #define HAVE_CTYPE_H 1
  4511. | #define HAVE_MATH_H 1
  4512. | #define HAVE_ICONV_H 1
  4513. | #define HAVE_SIGNAL_H 1
  4514. | #define SDL_HAS_64BIT_TYPE 1
  4515. | #define HAVE_ALLOCA_H 1
  4516. | #define HAVE_ALLOCA 1
  4517. | #define HAVE_MEMCMP 1
  4518. | #define HAVE_STRTOD 1
  4519. | #define HAVE_MPROTECT 1
  4520. | #define HAVE_MALLOC 1
  4521. | #define HAVE_CALLOC 1
  4522. | #define HAVE_REALLOC 1
  4523. | #define HAVE_FREE 1
  4524. | #define HAVE_GETENV 1
  4525. | #define HAVE_PUTENV 1
  4526. | #define HAVE_UNSETENV 1
  4527. | #define HAVE_QSORT 1
  4528. | #define HAVE_ABS 1
  4529. | #define HAVE_BCOPY 1
  4530. | #define HAVE_MEMSET 1
  4531. | #define HAVE_MEMCPY 1
  4532. | #define HAVE_MEMMOVE 1
  4533. | #define HAVE_STRLEN 1
  4534. | #define HAVE_STRDUP 1
  4535. | #define HAVE_STRCHR 1
  4536. | #define HAVE_STRRCHR 1
  4537. | #define HAVE_STRSTR 1
  4538. | #define HAVE_STRTOL 1
  4539. | #define HAVE_STRTOUL 1
  4540. | #define HAVE_STRTOLL 1
  4541. | #define HAVE_STRTOULL 1
  4542. | #define HAVE_ATOI 1
  4543. | #define HAVE_ATOF 1
  4544. | #define HAVE_STRCMP 1
  4545. | #define HAVE_STRNCMP 1
  4546. | #define HAVE_STRCASECMP 1
  4547. | #define HAVE_STRNCASECMP 1
  4548. | #define HAVE_SSCANF 1
  4549. | #define HAVE_SNPRINTF 1
  4550. | #define HAVE_VSNPRINTF 1
  4551. | #define HAVE_ICONV 1
  4552. | #define HAVE_SIGACTION 1
  4553. | #define HAVE_SETJMP 1
  4554. | #define HAVE_NANOSLEEP 1
  4555. | #define HAVE_SA_SIGACTION 1
  4556. | #define SDL_ASSEMBLY_ROUTINES 1
  4557. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  4558. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4559. | #define SDL_AUDIO_DRIVER_DISK 1
  4560. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4561. | #define SDL_LOADSO_DLOPEN 1
  4562. | #define SDL_AUDIO_DRIVER_OSS 1
  4563. | #define HAVE_LIBASOUND 1
  4564. | #define SDL_AUDIO_DRIVER_ALSA 1
  4565. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4566. | #define SDL_AUDIO_DRIVER_PULSE 1
  4567. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  4568. | #define SDL_VIDEO_DRIVER_X11 1
  4569. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  4570. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  4571. | #define SDL_VIDEO_DRIVER_DGA 1
  4572. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  4573. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  4574. | #define SDL_VIDEO_DRIVER_X11_XV 1
  4575. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  4576. | #define SDL_VIDEO_DRIVER_X11_XME 1
  4577. | #define HAVE_GETPAGESIZE 1
  4578. | #define SDL_VIDEO_DRIVER_FBCON 1
  4579. | #define SDL_VIDEO_OPENGL 1
  4580. | #define SDL_VIDEO_OPENGL_GLX 1
  4581. | #define SDL_INPUT_LINUXEV 1
  4582. | /* end confdefs.h. */
  4583. | #include <stdio.h>
  4584. | #ifdef HAVE_SYS_TYPES_H
  4585. | # include <sys/types.h>
  4586. | #endif
  4587. | #ifdef HAVE_SYS_STAT_H
  4588. | # include <sys/stat.h>
  4589. | #endif
  4590. | #ifdef STDC_HEADERS
  4591. | # include <stdlib.h>
  4592. | # include <stddef.h>
  4593. | #else
  4594. | # ifdef HAVE_STDLIB_H
  4595. | # include <stdlib.h>
  4596. | # endif
  4597. | #endif
  4598. | #ifdef HAVE_STRING_H
  4599. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4600. | # include <memory.h>
  4601. | # endif
  4602. | # include <string.h>
  4603. | #endif
  4604. | #ifdef HAVE_STRINGS_H
  4605. | # include <strings.h>
  4606. | #endif
  4607. | #ifdef HAVE_INTTYPES_H
  4608. | # include <inttypes.h>
  4609. | #endif
  4610. | #ifdef HAVE_STDINT_H
  4611. | # include <stdint.h>
  4612. | #endif
  4613. | #ifdef HAVE_UNISTD_H
  4614. | # include <unistd.h>
  4615. | #endif
  4616. | #include <usb.h>
  4617. configure:28697: result: no
  4618. configure:28701: checking usb.h presence
  4619. configure:28716: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  4620. conftest.c:107:17: fatal error: usb.h: No such file or directory
  4621. #include <usb.h>
  4622. ^
  4623. compilation terminated.
  4624. configure:28722: $? = 1
  4625. configure: failed program was:
  4626. | /* confdefs.h. */
  4627. | #define PACKAGE_NAME ""
  4628. | #define PACKAGE_TARNAME ""
  4629. | #define PACKAGE_VERSION ""
  4630. | #define PACKAGE_STRING ""
  4631. | #define PACKAGE_BUGREPORT ""
  4632. | #define _GNU_SOURCE 1
  4633. | #define STDC_HEADERS 1
  4634. | #define HAVE_SYS_TYPES_H 1
  4635. | #define HAVE_SYS_STAT_H 1
  4636. | #define HAVE_STDLIB_H 1
  4637. | #define HAVE_STRING_H 1
  4638. | #define HAVE_MEMORY_H 1
  4639. | #define HAVE_STRINGS_H 1
  4640. | #define HAVE_INTTYPES_H 1
  4641. | #define HAVE_STDINT_H 1
  4642. | #define HAVE_UNISTD_H 1
  4643. | #define HAVE_DLFCN_H 1
  4644. | #define LT_OBJDIR ".libs/"
  4645. | #define SDL_BYTEORDER 1234
  4646. | #define HAVE_LIBC 1
  4647. | #define STDC_HEADERS 1
  4648. | #define HAVE_SYS_TYPES_H 1
  4649. | #define HAVE_STDIO_H 1
  4650. | #define HAVE_STDLIB_H 1
  4651. | #define HAVE_STDDEF_H 1
  4652. | #define HAVE_STDARG_H 1
  4653. | #define HAVE_MALLOC_H 1
  4654. | #define HAVE_MEMORY_H 1
  4655. | #define HAVE_STRING_H 1
  4656. | #define HAVE_STRINGS_H 1
  4657. | #define HAVE_INTTYPES_H 1
  4658. | #define HAVE_STDINT_H 1
  4659. | #define HAVE_CTYPE_H 1
  4660. | #define HAVE_MATH_H 1
  4661. | #define HAVE_ICONV_H 1
  4662. | #define HAVE_SIGNAL_H 1
  4663. | #define SDL_HAS_64BIT_TYPE 1
  4664. | #define HAVE_ALLOCA_H 1
  4665. | #define HAVE_ALLOCA 1
  4666. | #define HAVE_MEMCMP 1
  4667. | #define HAVE_STRTOD 1
  4668. | #define HAVE_MPROTECT 1
  4669. | #define HAVE_MALLOC 1
  4670. | #define HAVE_CALLOC 1
  4671. | #define HAVE_REALLOC 1
  4672. | #define HAVE_FREE 1
  4673. | #define HAVE_GETENV 1
  4674. | #define HAVE_PUTENV 1
  4675. | #define HAVE_UNSETENV 1
  4676. | #define HAVE_QSORT 1
  4677. | #define HAVE_ABS 1
  4678. | #define HAVE_BCOPY 1
  4679. | #define HAVE_MEMSET 1
  4680. | #define HAVE_MEMCPY 1
  4681. | #define HAVE_MEMMOVE 1
  4682. | #define HAVE_STRLEN 1
  4683. | #define HAVE_STRDUP 1
  4684. | #define HAVE_STRCHR 1
  4685. | #define HAVE_STRRCHR 1
  4686. | #define HAVE_STRSTR 1
  4687. | #define HAVE_STRTOL 1
  4688. | #define HAVE_STRTOUL 1
  4689. | #define HAVE_STRTOLL 1
  4690. | #define HAVE_STRTOULL 1
  4691. | #define HAVE_ATOI 1
  4692. | #define HAVE_ATOF 1
  4693. | #define HAVE_STRCMP 1
  4694. | #define HAVE_STRNCMP 1
  4695. | #define HAVE_STRCASECMP 1
  4696. | #define HAVE_STRNCASECMP 1
  4697. | #define HAVE_SSCANF 1
  4698. | #define HAVE_SNPRINTF 1
  4699. | #define HAVE_VSNPRINTF 1
  4700. | #define HAVE_ICONV 1
  4701. | #define HAVE_SIGACTION 1
  4702. | #define HAVE_SETJMP 1
  4703. | #define HAVE_NANOSLEEP 1
  4704. | #define HAVE_SA_SIGACTION 1
  4705. | #define SDL_ASSEMBLY_ROUTINES 1
  4706. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  4707. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4708. | #define SDL_AUDIO_DRIVER_DISK 1
  4709. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4710. | #define SDL_LOADSO_DLOPEN 1
  4711. | #define SDL_AUDIO_DRIVER_OSS 1
  4712. | #define HAVE_LIBASOUND 1
  4713. | #define SDL_AUDIO_DRIVER_ALSA 1
  4714. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4715. | #define SDL_AUDIO_DRIVER_PULSE 1
  4716. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  4717. | #define SDL_VIDEO_DRIVER_X11 1
  4718. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  4719. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  4720. | #define SDL_VIDEO_DRIVER_DGA 1
  4721. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  4722. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  4723. | #define SDL_VIDEO_DRIVER_X11_XV 1
  4724. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  4725. | #define SDL_VIDEO_DRIVER_X11_XME 1
  4726. | #define HAVE_GETPAGESIZE 1
  4727. | #define SDL_VIDEO_DRIVER_FBCON 1
  4728. | #define SDL_VIDEO_OPENGL 1
  4729. | #define SDL_VIDEO_OPENGL_GLX 1
  4730. | #define SDL_INPUT_LINUXEV 1
  4731. | /* end confdefs.h. */
  4732. | #include <usb.h>
  4733. configure:28736: result: no
  4734. configure:28764: checking for usb.h
  4735. configure:28771: result: no
  4736. configure:28790: checking libusb.h usability
  4737. configure:28807: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  4738. conftest.c:140:20: fatal error: libusb.h: No such file or directory
  4739. #include <libusb.h>
  4740. ^
  4741. compilation terminated.
  4742. configure:28813: $? = 1
  4743. configure: failed program was:
  4744. | /* confdefs.h. */
  4745. | #define PACKAGE_NAME ""
  4746. | #define PACKAGE_TARNAME ""
  4747. | #define PACKAGE_VERSION ""
  4748. | #define PACKAGE_STRING ""
  4749. | #define PACKAGE_BUGREPORT ""
  4750. | #define _GNU_SOURCE 1
  4751. | #define STDC_HEADERS 1
  4752. | #define HAVE_SYS_TYPES_H 1
  4753. | #define HAVE_SYS_STAT_H 1
  4754. | #define HAVE_STDLIB_H 1
  4755. | #define HAVE_STRING_H 1
  4756. | #define HAVE_MEMORY_H 1
  4757. | #define HAVE_STRINGS_H 1
  4758. | #define HAVE_INTTYPES_H 1
  4759. | #define HAVE_STDINT_H 1
  4760. | #define HAVE_UNISTD_H 1
  4761. | #define HAVE_DLFCN_H 1
  4762. | #define LT_OBJDIR ".libs/"
  4763. | #define SDL_BYTEORDER 1234
  4764. | #define HAVE_LIBC 1
  4765. | #define STDC_HEADERS 1
  4766. | #define HAVE_SYS_TYPES_H 1
  4767. | #define HAVE_STDIO_H 1
  4768. | #define HAVE_STDLIB_H 1
  4769. | #define HAVE_STDDEF_H 1
  4770. | #define HAVE_STDARG_H 1
  4771. | #define HAVE_MALLOC_H 1
  4772. | #define HAVE_MEMORY_H 1
  4773. | #define HAVE_STRING_H 1
  4774. | #define HAVE_STRINGS_H 1
  4775. | #define HAVE_INTTYPES_H 1
  4776. | #define HAVE_STDINT_H 1
  4777. | #define HAVE_CTYPE_H 1
  4778. | #define HAVE_MATH_H 1
  4779. | #define HAVE_ICONV_H 1
  4780. | #define HAVE_SIGNAL_H 1
  4781. | #define SDL_HAS_64BIT_TYPE 1
  4782. | #define HAVE_ALLOCA_H 1
  4783. | #define HAVE_ALLOCA 1
  4784. | #define HAVE_MEMCMP 1
  4785. | #define HAVE_STRTOD 1
  4786. | #define HAVE_MPROTECT 1
  4787. | #define HAVE_MALLOC 1
  4788. | #define HAVE_CALLOC 1
  4789. | #define HAVE_REALLOC 1
  4790. | #define HAVE_FREE 1
  4791. | #define HAVE_GETENV 1
  4792. | #define HAVE_PUTENV 1
  4793. | #define HAVE_UNSETENV 1
  4794. | #define HAVE_QSORT 1
  4795. | #define HAVE_ABS 1
  4796. | #define HAVE_BCOPY 1
  4797. | #define HAVE_MEMSET 1
  4798. | #define HAVE_MEMCPY 1
  4799. | #define HAVE_MEMMOVE 1
  4800. | #define HAVE_STRLEN 1
  4801. | #define HAVE_STRDUP 1
  4802. | #define HAVE_STRCHR 1
  4803. | #define HAVE_STRRCHR 1
  4804. | #define HAVE_STRSTR 1
  4805. | #define HAVE_STRTOL 1
  4806. | #define HAVE_STRTOUL 1
  4807. | #define HAVE_STRTOLL 1
  4808. | #define HAVE_STRTOULL 1
  4809. | #define HAVE_ATOI 1
  4810. | #define HAVE_ATOF 1
  4811. | #define HAVE_STRCMP 1
  4812. | #define HAVE_STRNCMP 1
  4813. | #define HAVE_STRCASECMP 1
  4814. | #define HAVE_STRNCASECMP 1
  4815. | #define HAVE_SSCANF 1
  4816. | #define HAVE_SNPRINTF 1
  4817. | #define HAVE_VSNPRINTF 1
  4818. | #define HAVE_ICONV 1
  4819. | #define HAVE_SIGACTION 1
  4820. | #define HAVE_SETJMP 1
  4821. | #define HAVE_NANOSLEEP 1
  4822. | #define HAVE_SA_SIGACTION 1
  4823. | #define SDL_ASSEMBLY_ROUTINES 1
  4824. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  4825. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4826. | #define SDL_AUDIO_DRIVER_DISK 1
  4827. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4828. | #define SDL_LOADSO_DLOPEN 1
  4829. | #define SDL_AUDIO_DRIVER_OSS 1
  4830. | #define HAVE_LIBASOUND 1
  4831. | #define SDL_AUDIO_DRIVER_ALSA 1
  4832. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4833. | #define SDL_AUDIO_DRIVER_PULSE 1
  4834. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  4835. | #define SDL_VIDEO_DRIVER_X11 1
  4836. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  4837. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  4838. | #define SDL_VIDEO_DRIVER_DGA 1
  4839. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  4840. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  4841. | #define SDL_VIDEO_DRIVER_X11_XV 1
  4842. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  4843. | #define SDL_VIDEO_DRIVER_X11_XME 1
  4844. | #define HAVE_GETPAGESIZE 1
  4845. | #define SDL_VIDEO_DRIVER_FBCON 1
  4846. | #define SDL_VIDEO_OPENGL 1
  4847. | #define SDL_VIDEO_OPENGL_GLX 1
  4848. | #define SDL_INPUT_LINUXEV 1
  4849. | /* end confdefs.h. */
  4850. | #include <stdio.h>
  4851. | #ifdef HAVE_SYS_TYPES_H
  4852. | # include <sys/types.h>
  4853. | #endif
  4854. | #ifdef HAVE_SYS_STAT_H
  4855. | # include <sys/stat.h>
  4856. | #endif
  4857. | #ifdef STDC_HEADERS
  4858. | # include <stdlib.h>
  4859. | # include <stddef.h>
  4860. | #else
  4861. | # ifdef HAVE_STDLIB_H
  4862. | # include <stdlib.h>
  4863. | # endif
  4864. | #endif
  4865. | #ifdef HAVE_STRING_H
  4866. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4867. | # include <memory.h>
  4868. | # endif
  4869. | # include <string.h>
  4870. | #endif
  4871. | #ifdef HAVE_STRINGS_H
  4872. | # include <strings.h>
  4873. | #endif
  4874. | #ifdef HAVE_INTTYPES_H
  4875. | # include <inttypes.h>
  4876. | #endif
  4877. | #ifdef HAVE_STDINT_H
  4878. | # include <stdint.h>
  4879. | #endif
  4880. | #ifdef HAVE_UNISTD_H
  4881. | # include <unistd.h>
  4882. | #endif
  4883. | #include <libusb.h>
  4884. configure:28827: result: no
  4885. configure:28831: checking libusb.h presence
  4886. configure:28846: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  4887. conftest.c:107:20: fatal error: libusb.h: No such file or directory
  4888. #include <libusb.h>
  4889. ^
  4890. compilation terminated.
  4891. configure:28852: $? = 1
  4892. configure: failed program was:
  4893. | /* confdefs.h. */
  4894. | #define PACKAGE_NAME ""
  4895. | #define PACKAGE_TARNAME ""
  4896. | #define PACKAGE_VERSION ""
  4897. | #define PACKAGE_STRING ""
  4898. | #define PACKAGE_BUGREPORT ""
  4899. | #define _GNU_SOURCE 1
  4900. | #define STDC_HEADERS 1
  4901. | #define HAVE_SYS_TYPES_H 1
  4902. | #define HAVE_SYS_STAT_H 1
  4903. | #define HAVE_STDLIB_H 1
  4904. | #define HAVE_STRING_H 1
  4905. | #define HAVE_MEMORY_H 1
  4906. | #define HAVE_STRINGS_H 1
  4907. | #define HAVE_INTTYPES_H 1
  4908. | #define HAVE_STDINT_H 1
  4909. | #define HAVE_UNISTD_H 1
  4910. | #define HAVE_DLFCN_H 1
  4911. | #define LT_OBJDIR ".libs/"
  4912. | #define SDL_BYTEORDER 1234
  4913. | #define HAVE_LIBC 1
  4914. | #define STDC_HEADERS 1
  4915. | #define HAVE_SYS_TYPES_H 1
  4916. | #define HAVE_STDIO_H 1
  4917. | #define HAVE_STDLIB_H 1
  4918. | #define HAVE_STDDEF_H 1
  4919. | #define HAVE_STDARG_H 1
  4920. | #define HAVE_MALLOC_H 1
  4921. | #define HAVE_MEMORY_H 1
  4922. | #define HAVE_STRING_H 1
  4923. | #define HAVE_STRINGS_H 1
  4924. | #define HAVE_INTTYPES_H 1
  4925. | #define HAVE_STDINT_H 1
  4926. | #define HAVE_CTYPE_H 1
  4927. | #define HAVE_MATH_H 1
  4928. | #define HAVE_ICONV_H 1
  4929. | #define HAVE_SIGNAL_H 1
  4930. | #define SDL_HAS_64BIT_TYPE 1
  4931. | #define HAVE_ALLOCA_H 1
  4932. | #define HAVE_ALLOCA 1
  4933. | #define HAVE_MEMCMP 1
  4934. | #define HAVE_STRTOD 1
  4935. | #define HAVE_MPROTECT 1
  4936. | #define HAVE_MALLOC 1
  4937. | #define HAVE_CALLOC 1
  4938. | #define HAVE_REALLOC 1
  4939. | #define HAVE_FREE 1
  4940. | #define HAVE_GETENV 1
  4941. | #define HAVE_PUTENV 1
  4942. | #define HAVE_UNSETENV 1
  4943. | #define HAVE_QSORT 1
  4944. | #define HAVE_ABS 1
  4945. | #define HAVE_BCOPY 1
  4946. | #define HAVE_MEMSET 1
  4947. | #define HAVE_MEMCPY 1
  4948. | #define HAVE_MEMMOVE 1
  4949. | #define HAVE_STRLEN 1
  4950. | #define HAVE_STRDUP 1
  4951. | #define HAVE_STRCHR 1
  4952. | #define HAVE_STRRCHR 1
  4953. | #define HAVE_STRSTR 1
  4954. | #define HAVE_STRTOL 1
  4955. | #define HAVE_STRTOUL 1
  4956. | #define HAVE_STRTOLL 1
  4957. | #define HAVE_STRTOULL 1
  4958. | #define HAVE_ATOI 1
  4959. | #define HAVE_ATOF 1
  4960. | #define HAVE_STRCMP 1
  4961. | #define HAVE_STRNCMP 1
  4962. | #define HAVE_STRCASECMP 1
  4963. | #define HAVE_STRNCASECMP 1
  4964. | #define HAVE_SSCANF 1
  4965. | #define HAVE_SNPRINTF 1
  4966. | #define HAVE_VSNPRINTF 1
  4967. | #define HAVE_ICONV 1
  4968. | #define HAVE_SIGACTION 1
  4969. | #define HAVE_SETJMP 1
  4970. | #define HAVE_NANOSLEEP 1
  4971. | #define HAVE_SA_SIGACTION 1
  4972. | #define SDL_ASSEMBLY_ROUTINES 1
  4973. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  4974. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4975. | #define SDL_AUDIO_DRIVER_DISK 1
  4976. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4977. | #define SDL_LOADSO_DLOPEN 1
  4978. | #define SDL_AUDIO_DRIVER_OSS 1
  4979. | #define HAVE_LIBASOUND 1
  4980. | #define SDL_AUDIO_DRIVER_ALSA 1
  4981. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4982. | #define SDL_AUDIO_DRIVER_PULSE 1
  4983. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  4984. | #define SDL_VIDEO_DRIVER_X11 1
  4985. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  4986. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  4987. | #define SDL_VIDEO_DRIVER_DGA 1
  4988. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  4989. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  4990. | #define SDL_VIDEO_DRIVER_X11_XV 1
  4991. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  4992. | #define SDL_VIDEO_DRIVER_X11_XME 1
  4993. | #define HAVE_GETPAGESIZE 1
  4994. | #define SDL_VIDEO_DRIVER_FBCON 1
  4995. | #define SDL_VIDEO_OPENGL 1
  4996. | #define SDL_VIDEO_OPENGL_GLX 1
  4997. | #define SDL_INPUT_LINUXEV 1
  4998. | /* end confdefs.h. */
  4999. | #include <libusb.h>
  5000. configure:28866: result: no
  5001. configure:28894: checking for libusb.h
  5002. configure:28901: result: no
  5003. configure:28910: checking for hid_init in -lusb
  5004. configure:28945: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lusb >&5
  5005. /usr/bin/ld: cannot find -lusb
  5006. collect2: error: ld returned 1 exit status
  5007. configure:28951: $? = 1
  5008. configure: failed program was:
  5009. | /* confdefs.h. */
  5010. | #define PACKAGE_NAME ""
  5011. | #define PACKAGE_TARNAME ""
  5012. | #define PACKAGE_VERSION ""
  5013. | #define PACKAGE_STRING ""
  5014. | #define PACKAGE_BUGREPORT ""
  5015. | #define _GNU_SOURCE 1
  5016. | #define STDC_HEADERS 1
  5017. | #define HAVE_SYS_TYPES_H 1
  5018. | #define HAVE_SYS_STAT_H 1
  5019. | #define HAVE_STDLIB_H 1
  5020. | #define HAVE_STRING_H 1
  5021. | #define HAVE_MEMORY_H 1
  5022. | #define HAVE_STRINGS_H 1
  5023. | #define HAVE_INTTYPES_H 1
  5024. | #define HAVE_STDINT_H 1
  5025. | #define HAVE_UNISTD_H 1
  5026. | #define HAVE_DLFCN_H 1
  5027. | #define LT_OBJDIR ".libs/"
  5028. | #define SDL_BYTEORDER 1234
  5029. | #define HAVE_LIBC 1
  5030. | #define STDC_HEADERS 1
  5031. | #define HAVE_SYS_TYPES_H 1
  5032. | #define HAVE_STDIO_H 1
  5033. | #define HAVE_STDLIB_H 1
  5034. | #define HAVE_STDDEF_H 1
  5035. | #define HAVE_STDARG_H 1
  5036. | #define HAVE_MALLOC_H 1
  5037. | #define HAVE_MEMORY_H 1
  5038. | #define HAVE_STRING_H 1
  5039. | #define HAVE_STRINGS_H 1
  5040. | #define HAVE_INTTYPES_H 1
  5041. | #define HAVE_STDINT_H 1
  5042. | #define HAVE_CTYPE_H 1
  5043. | #define HAVE_MATH_H 1
  5044. | #define HAVE_ICONV_H 1
  5045. | #define HAVE_SIGNAL_H 1
  5046. | #define SDL_HAS_64BIT_TYPE 1
  5047. | #define HAVE_ALLOCA_H 1
  5048. | #define HAVE_ALLOCA 1
  5049. | #define HAVE_MEMCMP 1
  5050. | #define HAVE_STRTOD 1
  5051. | #define HAVE_MPROTECT 1
  5052. | #define HAVE_MALLOC 1
  5053. | #define HAVE_CALLOC 1
  5054. | #define HAVE_REALLOC 1
  5055. | #define HAVE_FREE 1
  5056. | #define HAVE_GETENV 1
  5057. | #define HAVE_PUTENV 1
  5058. | #define HAVE_UNSETENV 1
  5059. | #define HAVE_QSORT 1
  5060. | #define HAVE_ABS 1
  5061. | #define HAVE_BCOPY 1
  5062. | #define HAVE_MEMSET 1
  5063. | #define HAVE_MEMCPY 1
  5064. | #define HAVE_MEMMOVE 1
  5065. | #define HAVE_STRLEN 1
  5066. | #define HAVE_STRDUP 1
  5067. | #define HAVE_STRCHR 1
  5068. | #define HAVE_STRRCHR 1
  5069. | #define HAVE_STRSTR 1
  5070. | #define HAVE_STRTOL 1
  5071. | #define HAVE_STRTOUL 1
  5072. | #define HAVE_STRTOLL 1
  5073. | #define HAVE_STRTOULL 1
  5074. | #define HAVE_ATOI 1
  5075. | #define HAVE_ATOF 1
  5076. | #define HAVE_STRCMP 1
  5077. | #define HAVE_STRNCMP 1
  5078. | #define HAVE_STRCASECMP 1
  5079. | #define HAVE_STRNCASECMP 1
  5080. | #define HAVE_SSCANF 1
  5081. | #define HAVE_SNPRINTF 1
  5082. | #define HAVE_VSNPRINTF 1
  5083. | #define HAVE_ICONV 1
  5084. | #define HAVE_SIGACTION 1
  5085. | #define HAVE_SETJMP 1
  5086. | #define HAVE_NANOSLEEP 1
  5087. | #define HAVE_SA_SIGACTION 1
  5088. | #define SDL_ASSEMBLY_ROUTINES 1
  5089. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  5090. | #define SDL_VIDEO_DRIVER_DUMMY 1
  5091. | #define SDL_AUDIO_DRIVER_DISK 1
  5092. | #define SDL_AUDIO_DRIVER_DUMMY 1
  5093. | #define SDL_LOADSO_DLOPEN 1
  5094. | #define SDL_AUDIO_DRIVER_OSS 1
  5095. | #define HAVE_LIBASOUND 1
  5096. | #define SDL_AUDIO_DRIVER_ALSA 1
  5097. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  5098. | #define SDL_AUDIO_DRIVER_PULSE 1
  5099. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  5100. | #define SDL_VIDEO_DRIVER_X11 1
  5101. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  5102. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  5103. | #define SDL_VIDEO_DRIVER_DGA 1
  5104. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  5105. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  5106. | #define SDL_VIDEO_DRIVER_X11_XV 1
  5107. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  5108. | #define SDL_VIDEO_DRIVER_X11_XME 1
  5109. | #define HAVE_GETPAGESIZE 1
  5110. | #define SDL_VIDEO_DRIVER_FBCON 1
  5111. | #define SDL_VIDEO_OPENGL 1
  5112. | #define SDL_VIDEO_OPENGL_GLX 1
  5113. | #define SDL_INPUT_LINUXEV 1
  5114. | /* end confdefs.h. */
  5115. |
  5116. | /* Override any GCC internal prototype to avoid an error.
  5117. | Use char because int might match the return type of a GCC
  5118. | builtin and then its argument prototype would still apply. */
  5119. | #ifdef __cplusplus
  5120. | extern "C"
  5121. | #endif
  5122. | char hid_init ();
  5123. | int
  5124. | main ()
  5125. | {
  5126. | return hid_init ();
  5127. | ;
  5128. | return 0;
  5129. | }
  5130. configure:28969: result: no
  5131. configure:28980: checking for usbhid
  5132. configure:29027: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  5133. conftest.c:116:36: fatal error: dev/usb/usb.h: No such file or directory
  5134. # include <dev/usb/usb.h>
  5135. ^
  5136. compilation terminated.
  5137. configure:29033: $? = 1
  5138. configure: failed program was:
  5139. | /* confdefs.h. */
  5140. | #define PACKAGE_NAME ""
  5141. | #define PACKAGE_TARNAME ""
  5142. | #define PACKAGE_VERSION ""
  5143. | #define PACKAGE_STRING ""
  5144. | #define PACKAGE_BUGREPORT ""
  5145. | #define _GNU_SOURCE 1
  5146. | #define STDC_HEADERS 1
  5147. | #define HAVE_SYS_TYPES_H 1
  5148. | #define HAVE_SYS_STAT_H 1
  5149. | #define HAVE_STDLIB_H 1
  5150. | #define HAVE_STRING_H 1
  5151. | #define HAVE_MEMORY_H 1
  5152. | #define HAVE_STRINGS_H 1
  5153. | #define HAVE_INTTYPES_H 1
  5154. | #define HAVE_STDINT_H 1
  5155. | #define HAVE_UNISTD_H 1
  5156. | #define HAVE_DLFCN_H 1
  5157. | #define LT_OBJDIR ".libs/"
  5158. | #define SDL_BYTEORDER 1234
  5159. | #define HAVE_LIBC 1
  5160. | #define STDC_HEADERS 1
  5161. | #define HAVE_SYS_TYPES_H 1
  5162. | #define HAVE_STDIO_H 1
  5163. | #define HAVE_STDLIB_H 1
  5164. | #define HAVE_STDDEF_H 1
  5165. | #define HAVE_STDARG_H 1
  5166. | #define HAVE_MALLOC_H 1
  5167. | #define HAVE_MEMORY_H 1
  5168. | #define HAVE_STRING_H 1
  5169. | #define HAVE_STRINGS_H 1
  5170. | #define HAVE_INTTYPES_H 1
  5171. | #define HAVE_STDINT_H 1
  5172. | #define HAVE_CTYPE_H 1
  5173. | #define HAVE_MATH_H 1
  5174. | #define HAVE_ICONV_H 1
  5175. | #define HAVE_SIGNAL_H 1
  5176. | #define SDL_HAS_64BIT_TYPE 1
  5177. | #define HAVE_ALLOCA_H 1
  5178. | #define HAVE_ALLOCA 1
  5179. | #define HAVE_MEMCMP 1
  5180. | #define HAVE_STRTOD 1
  5181. | #define HAVE_MPROTECT 1
  5182. | #define HAVE_MALLOC 1
  5183. | #define HAVE_CALLOC 1
  5184. | #define HAVE_REALLOC 1
  5185. | #define HAVE_FREE 1
  5186. | #define HAVE_GETENV 1
  5187. | #define HAVE_PUTENV 1
  5188. | #define HAVE_UNSETENV 1
  5189. | #define HAVE_QSORT 1
  5190. | #define HAVE_ABS 1
  5191. | #define HAVE_BCOPY 1
  5192. | #define HAVE_MEMSET 1
  5193. | #define HAVE_MEMCPY 1
  5194. | #define HAVE_MEMMOVE 1
  5195. | #define HAVE_STRLEN 1
  5196. | #define HAVE_STRDUP 1
  5197. | #define HAVE_STRCHR 1
  5198. | #define HAVE_STRRCHR 1
  5199. | #define HAVE_STRSTR 1
  5200. | #define HAVE_STRTOL 1
  5201. | #define HAVE_STRTOUL 1
  5202. | #define HAVE_STRTOLL 1
  5203. | #define HAVE_STRTOULL 1
  5204. | #define HAVE_ATOI 1
  5205. | #define HAVE_ATOF 1
  5206. | #define HAVE_STRCMP 1
  5207. | #define HAVE_STRNCMP 1
  5208. | #define HAVE_STRCASECMP 1
  5209. | #define HAVE_STRNCASECMP 1
  5210. | #define HAVE_SSCANF 1
  5211. | #define HAVE_SNPRINTF 1
  5212. | #define HAVE_VSNPRINTF 1
  5213. | #define HAVE_ICONV 1
  5214. | #define HAVE_SIGACTION 1
  5215. | #define HAVE_SETJMP 1
  5216. | #define HAVE_NANOSLEEP 1
  5217. | #define HAVE_SA_SIGACTION 1
  5218. | #define SDL_ASSEMBLY_ROUTINES 1
  5219. | #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  5220. | #define SDL_VIDEO_DRIVER_DUMMY 1
  5221. | #define SDL_AUDIO_DRIVER_DISK 1
  5222. | #define SDL_AUDIO_DRIVER_DUMMY 1
  5223. | #define SDL_LOADSO_DLOPEN 1
  5224. | #define SDL_AUDIO_DRIVER_OSS 1
  5225. | #define HAVE_LIBASOUND 1
  5226. | #define SDL_AUDIO_DRIVER_ALSA 1
  5227. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  5228. | #define SDL_AUDIO_DRIVER_PULSE 1
  5229. | #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  5230. | #define SDL_VIDEO_DRIVER_X11 1
  5231. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  5232. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  5233. | #define SDL_VIDEO_DRIVER_DGA 1
  5234. | #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  5235. | #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  5236. | #define SDL_VIDEO_DRIVER_X11_XV 1
  5237. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  5238. | #define SDL_VIDEO_DRIVER_X11_XME 1
  5239. | #define HAVE_GETPAGESIZE 1
  5240. | #define SDL_VIDEO_DRIVER_FBCON 1
  5241. | #define SDL_VIDEO_OPENGL 1
  5242. | #define SDL_VIDEO_OPENGL_GLX 1
  5243. | #define SDL_INPUT_LINUXEV 1
  5244. | /* end confdefs.h. */
  5245. |
  5246. | #include <sys/types.h>
  5247. | #if defined(HAVE_USB_H)
  5248. | #include <usb.h>
  5249. | #endif
  5250. | #ifdef __DragonFly__
  5251. | # include <bus/usb/usb.h>
  5252. | # include <bus/usb/usbhid.h>
  5253. | #else
  5254. | # include <dev/usb/usb.h>
  5255. | # include <dev/usb/usbhid.h>
  5256. | #endif
  5257. | #if defined(HAVE_USBHID_H)
  5258. | #include <usbhid.h>
  5259. | #elif defined(HAVE_LIBUSB_H)
  5260. | #include <libusb.h>
  5261. | #elif defined(HAVE_LIBUSBHID_H)
  5262. | #include <libusbhid.h>
  5263. | #endif
  5264. |
  5265. | int
  5266. | main ()
  5267. | {
  5268. |
  5269. | struct report_desc *repdesc;
  5270. | struct usb_ctl_report *repbuf;
  5271. | hid_kind_t hidkind;
  5272. |
  5273. | ;
  5274. | return 0;
  5275. | }
  5276. configure:29049: result: no
  5277. configure:26992: checking for pthreads
  5278. configure:27021: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lpthread >&5
  5279. configure:27027: $? = 0
  5280. configure:27045: result: yes
  5281. configure:27067: checking for recursive mutexes
  5282. configure:27097: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 conftest.c >&5
  5283. configure:27103: $? = 0
  5284. configure:27178: result: yes
  5285. configure:27183: checking for pthread semaphores
  5286. configure:27211: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 conftest.c >&5
  5287. configure:27217: $? = 0
  5288. configure:27233: result: yes
  5289. configure:27237: checking for sem_timedwait
  5290. configure:27266: gcc -o conftest -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -D_REENTRANT -I./include -D_GNU_SOURCE=1 -L/home/darby/Scrivania/ffmpeg-static-master/target/lib conftest.c -lpthread >&5
  5291. configure:27272: $? = 0
  5292. configure:27294: result: yes
  5293. configure:29370: checking linux/version.h usability
  5294. configure:29387: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -I./include -D_GNU_SOURCE=1 conftest.c >&5
  5295. configure:29393: $? = 0
  5296. configure:29407: result: yes
  5297. configure:29411: checking linux/version.h presence
  5298. configure:29426: gcc -E -I./include -D_GNU_SOURCE=1 conftest.c
  5299. configure:29432: $? = 0
  5300. configure:29446: result: yes
  5301. configure:29474: checking for linux/version.h
  5302. configure:29481: result: yes
  5303. configure:22563: checking for GCC -Wall option
  5304. configure:22593: gcc -c -I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS -Wall -I./include -D_GNU_SOURCE=1 conftest.c >&5
  5305. configure:22599: $? = 0
  5306. configure:22615: result: yes
  5307. configure:22622: checking for necessary GCC -Wno-multichar option
  5308. configure:22630: result: no
  5309. configure:30411: creating ./config.status
  5310.  
  5311. ## ---------------------- ##
  5312. ## Running config.status. ##
  5313. ## ---------------------- ##
  5314.  
  5315. This file was extended by config.status, which was
  5316. generated by GNU Autoconf 2.61. Invocation command line was
  5317.  
  5318. CONFIG_FILES =
  5319. CONFIG_HEADERS =
  5320. CONFIG_LINKS =
  5321. CONFIG_COMMANDS =
  5322. $ ./config.status
  5323.  
  5324. on darby
  5325.  
  5326. config.status:937: creating Makefile
  5327. config.status:937: creating sdl-config
  5328. config.status:937: creating SDL.spec
  5329. config.status:937: creating SDL.qpg
  5330. config.status:937: creating sdl.pc
  5331. config.status:937: creating include/SDL_config.h
  5332. config.status:1279: executing libtool commands
  5333. config.status:1279: executing default commands
  5334.  
  5335. ## ---------------- ##
  5336. ## Cache variables. ##
  5337. ## ---------------- ##
  5338.  
  5339. ac_cv_build=x86_64-unknown-linux-gnu
  5340. ac_cv_c_bigendian=no
  5341. ac_cv_c_compiler_gnu=yes
  5342. ac_cv_c_const=yes
  5343. ac_cv_c_inline=inline
  5344. ac_cv_c_volatile=yes
  5345. ac_cv_cxx_compiler_gnu=yes
  5346. ac_cv_env_CCC_set=
  5347. ac_cv_env_CCC_value=
  5348. ac_cv_env_CC_set=
  5349. ac_cv_env_CC_value=
  5350. ac_cv_env_CFLAGS_set=set
  5351. ac_cv_env_CFLAGS_value='-I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib'
  5352. ac_cv_env_CPPFLAGS_set=
  5353. ac_cv_env_CPPFLAGS_value=
  5354. ac_cv_env_CPP_set=
  5355. ac_cv_env_CPP_value=
  5356. ac_cv_env_CXXCPP_set=
  5357. ac_cv_env_CXXCPP_value=
  5358. ac_cv_env_CXXFLAGS_set=
  5359. ac_cv_env_CXXFLAGS_value=
  5360. ac_cv_env_CXX_set=
  5361. ac_cv_env_CXX_value=
  5362. ac_cv_env_LDFLAGS_set=set
  5363. ac_cv_env_LDFLAGS_value=-L/home/darby/Scrivania/ffmpeg-static-master/target/lib
  5364. ac_cv_env_LIBS_set=
  5365. ac_cv_env_LIBS_value=
  5366. ac_cv_env_XMKMF_set=
  5367. ac_cv_env_XMKMF_value=
  5368. ac_cv_env_build_alias_set=
  5369. ac_cv_env_build_alias_value=
  5370. ac_cv_env_host_alias_set=
  5371. ac_cv_env_host_alias_value=
  5372. ac_cv_env_target_alias_set=
  5373. ac_cv_env_target_alias_value=
  5374. ac_cv_func__i64toa=no
  5375. ac_cv_func__ltoa=no
  5376. ac_cv_func__stricmp=no
  5377. ac_cv_func__strlwr=no
  5378. ac_cv_func__strnicmp=no
  5379. ac_cv_func__strrev=no
  5380. ac_cv_func__strupr=no
  5381. ac_cv_func__ui64toa=no
  5382. ac_cv_func__uitoa=no
  5383. ac_cv_func__ultoa=no
  5384. ac_cv_func_abs=yes
  5385. ac_cv_func_alloca_works=yes
  5386. ac_cv_func_atof=yes
  5387. ac_cv_func_atoi=yes
  5388. ac_cv_func_bcopy=yes
  5389. ac_cv_func_calloc=yes
  5390. ac_cv_func_connect=yes
  5391. ac_cv_func_free=yes
  5392. ac_cv_func_getenv=yes
  5393. ac_cv_func_gethostbyname=yes
  5394. ac_cv_func_getpagesize=yes
  5395. ac_cv_func_iconv=yes
  5396. ac_cv_func_itoa=no
  5397. ac_cv_func_malloc=yes
  5398. ac_cv_func_memcmp_working=yes
  5399. ac_cv_func_memcpy=yes
  5400. ac_cv_func_memmove=yes
  5401. ac_cv_func_memset=yes
  5402. ac_cv_func_mprotect=yes
  5403. ac_cv_func_nanosleep=yes
  5404. ac_cv_func_putenv=yes
  5405. ac_cv_func_qsort=yes
  5406. ac_cv_func_realloc=yes
  5407. ac_cv_func_remove=yes
  5408. ac_cv_func_setjmp=yes
  5409. ac_cv_func_shmat=yes
  5410. ac_cv_func_sigaction=yes
  5411. ac_cv_func_snprintf=yes
  5412. ac_cv_func_sscanf=yes
  5413. ac_cv_func_strcasecmp=yes
  5414. ac_cv_func_strchr=yes
  5415. ac_cv_func_strcmp=yes
  5416. ac_cv_func_strdup=yes
  5417. ac_cv_func_strlcat=no
  5418. ac_cv_func_strlcpy=no
  5419. ac_cv_func_strlen=yes
  5420. ac_cv_func_strncasecmp=yes
  5421. ac_cv_func_strncmp=yes
  5422. ac_cv_func_strrchr=yes
  5423. ac_cv_func_strstr=yes
  5424. ac_cv_func_strtod=yes
  5425. ac_cv_func_strtol=yes
  5426. ac_cv_func_strtoll=yes
  5427. ac_cv_func_strtoul=yes
  5428. ac_cv_func_strtoull=yes
  5429. ac_cv_func_unsetenv=yes
  5430. ac_cv_func_vsnprintf=yes
  5431. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  5432. ac_cv_header_X11_extensions_Xrandr_h=no
  5433. ac_cv_header_audio_audiolib_h=no
  5434. ac_cv_header_ctype_h=yes
  5435. ac_cv_header_dlfcn_h=yes
  5436. ac_cv_header_iconv_h=yes
  5437. ac_cv_header_inttypes_h=yes
  5438. ac_cv_header_libusb_h=no
  5439. ac_cv_header_linux_version_h=yes
  5440. ac_cv_header_malloc_h=yes
  5441. ac_cv_header_math_h=yes
  5442. ac_cv_header_memory_h=yes
  5443. ac_cv_header_signal_h=yes
  5444. ac_cv_header_stdarg_h=yes
  5445. ac_cv_header_stdc=yes
  5446. ac_cv_header_stddef_h=yes
  5447. ac_cv_header_stdint_h=yes
  5448. ac_cv_header_stdio_h=yes
  5449. ac_cv_header_stdlib_h=yes
  5450. ac_cv_header_string_h=yes
  5451. ac_cv_header_strings_h=yes
  5452. ac_cv_header_sys_stat_h=yes
  5453. ac_cv_header_sys_types_h=yes
  5454. ac_cv_header_unistd_h=yes
  5455. ac_cv_header_usb_h=no
  5456. ac_cv_host=x86_64-unknown-linux-gnu
  5457. ac_cv_lib_ICE_IceConnectionNumber=yes
  5458. ac_cv_lib_asound_snd_ctl_open=yes
  5459. ac_cv_lib_audio_AuOpenServer=no
  5460. ac_cv_lib_c_dlopen=no
  5461. ac_cv_lib_dl_dlopen=yes
  5462. ac_cv_lib_iconv_libiconv_open=no
  5463. ac_cv_lib_m_pow=yes
  5464. ac_cv_lib_usb_hid_init=no
  5465. ac_cv_lib_usbhid_hid_init=no
  5466. ac_cv_member_struct_sigaction_sa_sigaction=yes
  5467. ac_cv_objext=o
  5468. ac_cv_path_DIRECTFBCONFIG=no
  5469. ac_cv_path_EGREP='/bin/grep -E'
  5470. ac_cv_path_ESD_CONFIG=no
  5471. ac_cv_path_FGREP='/bin/grep -F'
  5472. ac_cv_path_GREP=/bin/grep
  5473. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  5474. ac_cv_path_SED=/bin/sed
  5475. ac_cv_path_install='/usr/bin/install -c'
  5476. ac_cv_prog_CPP='gcc -E'
  5477. ac_cv_prog_CXXCPP='g++ -E'
  5478. ac_cv_prog_ac_ct_AR=ar
  5479. ac_cv_prog_ac_ct_CC=gcc
  5480. ac_cv_prog_ac_ct_CXX=g++
  5481. ac_cv_prog_ac_ct_OBJDUMP=objdump
  5482. ac_cv_prog_ac_ct_RANLIB=ranlib
  5483. ac_cv_prog_ac_ct_STRIP=strip
  5484. ac_cv_prog_cc_c89=
  5485. ac_cv_prog_cc_g=yes
  5486. ac_cv_prog_cxx_g=yes
  5487. ac_cv_prog_make_make_set=yes
  5488. ac_cv_type_int64_t=yes
  5489. ac_cv_type_size_t=yes
  5490. ac_cv_working_alloca_h=yes
  5491. lt_cv_deplibs_check_method=pass_all
  5492. lt_cv_file_magic_cmd='$MAGIC_CMD'
  5493. lt_cv_file_magic_test_file=
  5494. lt_cv_ld_reload_flag=-r
  5495. lt_cv_nm_interface='BSD nm'
  5496. lt_cv_objdir=.libs
  5497. lt_cv_path_LD=/usr/bin/ld
  5498. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  5499. lt_cv_path_NM='/usr/bin/nm -B'
  5500. lt_cv_prog_compiler_c_o=yes
  5501. lt_cv_prog_compiler_c_o_CXX=yes
  5502. lt_cv_prog_compiler_pic_works=yes
  5503. lt_cv_prog_compiler_pic_works_CXX=yes
  5504. lt_cv_prog_compiler_rtti_exceptions=no
  5505. lt_cv_prog_compiler_static_works=yes
  5506. lt_cv_prog_compiler_static_works_CXX=yes
  5507. lt_cv_prog_gnu_ld=yes
  5508. lt_cv_prog_gnu_ldcxx=yes
  5509. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  5510. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  5511. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  5512. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  5513. lt_cv_sys_max_cmd_len=1572864
  5514.  
  5515. ## ----------------- ##
  5516. ## Output variables. ##
  5517. ## ----------------- ##
  5518.  
  5519. ALLOCA=''
  5520. ALSA_CFLAGS=''
  5521. ALSA_LIBS=' -lasound -lm -ldl -lpthread'
  5522. AR='ar'
  5523. ARTSCONFIG=''
  5524. AS='as'
  5525. BUILD_CFLAGS='-I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib '
  5526. BUILD_LDFLAGS='-L/home/darby/Scrivania/ffmpeg-static-master/target/lib'
  5527. CACACONFIG=''
  5528. CC='gcc'
  5529. CFLAGS='-I/home/darby/Scrivania/ffmpeg-static-master/target/include -L/home/darby/Scrivania/ffmpeg-static-master/target/lib -I./include -D_GNU_SOURCE=1 -DXTHREADS'
  5530. CPP='gcc -E'
  5531. CPPFLAGS=' -I./include -D_GNU_SOURCE=1'
  5532. CXX='g++'
  5533. CXXCPP='g++ -E'
  5534. CXXFLAGS='-g -O2'
  5535. DEFS='-DHAVE_CONFIG_H'
  5536. DIRECTFBCONFIG='no'
  5537. DLLTOOL='dlltool'
  5538. DSYMUTIL=''
  5539. DUMPBIN=''
  5540. ECHO_C=''
  5541. ECHO_N='-n'
  5542. ECHO_T=''
  5543. EGREP='/bin/grep -E'
  5544. ENABLE_SHARED_FALSE=''
  5545. ENABLE_SHARED_TRUE='#'
  5546. ENABLE_STATIC_FALSE='#'
  5547. ENABLE_STATIC_TRUE=''
  5548. ESD_CFLAGS=''
  5549. ESD_CONFIG='no'
  5550. ESD_LIBS=''
  5551. EXEEXT=''
  5552. EXTRA_CFLAGS='-I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall'
  5553. EXTRA_LDFLAGS=' -lm -ldl -lpthread'
  5554. FGREP='/bin/grep -F'
  5555. GREP='/bin/grep'
  5556. INCLUDE='-I./include'
  5557. INSTALL_DATA='${INSTALL} -m 644'
  5558. INSTALL_PROGRAM='${INSTALL}'
  5559. INSTALL_SCRIPT='${INSTALL}'
  5560. LD='/usr/bin/ld -m elf_x86_64'
  5561. LDFLAGS='-L/home/darby/Scrivania/ffmpeg-static-master/target/lib '
  5562. LIBOBJS=''
  5563. LIBS=''
  5564. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  5565. LIPO=''
  5566. LN_S='ln -s'
  5567. LTLIBOBJS=''
  5568. LT_AGE='11'
  5569. LT_CURRENT='11'
  5570. LT_RELEASE='1.2'
  5571. LT_REVISION='4'
  5572. NASM=''
  5573. NASMFLAGS=''
  5574. NM='/usr/bin/nm -B'
  5575. NMEDIT=''
  5576. OBJDUMP='objdump'
  5577. OBJECTS='$(objects)/SDL.lo $(objects)/SDL_error.lo $(objects)/SDL_fatal.lo $(objects)/SDL_audio.lo $(objects)/SDL_audiocvt.lo $(objects)/SDL_audiodev.lo $(objects)/SDL_mixer.lo $(objects)/SDL_mixer_MMX.lo $(objects)/SDL_mixer_MMX_VC.lo $(objects)/SDL_mixer_m68k.lo $(objects)/SDL_wave.lo $(objects)/SDL_cdrom.lo $(objects)/SDL_cpuinfo.lo $(objects)/SDL_active.lo $(objects)/SDL_events.lo $(objects)/SDL_expose.lo $(objects)/SDL_keyboard.lo $(objects)/SDL_mouse.lo $(objects)/SDL_quit.lo $(objects)/SDL_resize.lo $(objects)/SDL_rwops.lo $(objects)/SDL_getenv.lo $(objects)/SDL_iconv.lo $(objects)/SDL_malloc.lo $(objects)/SDL_qsort.lo $(objects)/SDL_stdlib.lo $(objects)/SDL_string.lo $(objects)/SDL_thread.lo $(objects)/SDL_timer.lo $(objects)/SDL_RLEaccel.lo $(objects)/SDL_blit.lo $(objects)/SDL_blit_0.lo $(objects)/SDL_blit_1.lo $(objects)/SDL_blit_A.lo $(objects)/SDL_blit_N.lo $(objects)/SDL_bmp.lo $(objects)/SDL_cursor.lo $(objects)/SDL_gamma.lo $(objects)/SDL_pixels.lo $(objects)/SDL_stretch.lo $(objects)/SDL_surface.lo $(objects)/SDL_video.lo $(objects)/SDL_yuv.lo $(objects)/SDL_yuv_mmx.lo $(objects)/SDL_yuv_sw.lo $(objects)/SDL_joystick.lo $(objects)/SDL_nullevents.lo $(objects)/SDL_nullmouse.lo $(objects)/SDL_nullvideo.lo $(objects)/SDL_diskaudio.lo $(objects)/SDL_dummyaudio.lo $(objects)/SDL_sysloadso.lo $(objects)/SDL_dspaudio.lo $(objects)/SDL_dmaaudio.lo $(objects)/SDL_alsa_audio.lo $(objects)/SDL_pulseaudio.lo $(objects)/SDL_x11dga.lo $(objects)/SDL_x11dyn.lo $(objects)/SDL_x11events.lo $(objects)/SDL_x11gamma.lo $(objects)/SDL_x11gl.lo $(objects)/SDL_x11image.lo $(objects)/SDL_x11modes.lo $(objects)/SDL_x11mouse.lo $(objects)/SDL_x11video.lo $(objects)/SDL_x11wm.lo $(objects)/SDL_x11yuv.lo $(objects)/XF86DGA.lo $(objects)/XF86DGA2.lo $(objects)/SDL_dgaevents.lo $(objects)/SDL_dgamouse.lo $(objects)/SDL_dgavideo.lo $(objects)/XF86VMode.lo $(objects)/Xv.lo $(objects)/Xinerama.lo $(objects)/xme.lo $(objects)/SDL_fb3dfx.lo $(objects)/SDL_fbelo.lo $(objects)/SDL_fbevents.lo $(objects)/SDL_fbmatrox.lo $(objects)/SDL_fbmouse.lo $(objects)/SDL_fbriva.lo $(objects)/SDL_fbvideo.lo $(objects)/SDL_systhread.lo $(objects)/SDL_syssem.lo $(objects)/SDL_sysmutex.lo $(objects)/SDL_syscond.lo $(objects)/SDL_sysjoystick.lo $(objects)/SDL_syscdrom.lo $(objects)/SDL_systimer.lo'
  5578. OBJEXT='o'
  5579. OSMESA_CONFIG=''
  5580. OTOOL64=''
  5581. OTOOL=''
  5582. PACKAGE_BUGREPORT=''
  5583. PACKAGE_NAME=''
  5584. PACKAGE_STRING=''
  5585. PACKAGE_TARNAME=''
  5586. PACKAGE_VERSION=''
  5587. PATH_SEPARATOR=':'
  5588. PKG_CONFIG='/usr/bin/pkg-config'
  5589. POW_LIB=''
  5590. PTH_CONFIG=''
  5591. RANLIB='ranlib'
  5592. SDLMAIN_LDFLAGS='-static'
  5593. SDLMAIN_OBJECTS='$(objects)/SDL_dummy_main.lo'
  5594. SDLMAIN_SOURCES='./src/main/dummy/*.c'
  5595. SDL_BINARY_AGE='15'
  5596. SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT'
  5597. SDL_INTERFACE_AGE='4'
  5598. SDL_LIBS='-lSDL -lpthread'
  5599. SDL_MAJOR_VERSION='1'
  5600. SDL_MICRO_VERSION='15'
  5601. SDL_MINOR_VERSION='2'
  5602. SDL_RLD_FLAGS='-Wl,-rpath,${libdir}'
  5603. SDL_STATIC_LIBS='-lSDL -lpthread -lm -ldl -lpthread'
  5604. SDL_VERSION='1.2.15'
  5605. SED='/bin/sed'
  5606. SET_MAKE=''
  5607. SHELL='/bin/bash'
  5608. SOURCES=' ./src/*.c ./src/audio/*.c ./src/cdrom/*.c ./src/cpuinfo/*.c ./src/events/*.c ./src/file/*.c ./src/stdlib/*.c ./src/thread/*.c ./src/timer/*.c ./src/video/*.c ./src/joystick/*.c ./src/video/dummy/*.c ./src/audio/disk/*.c ./src/audio/dummy/*.c ./src/loadso/dlopen/*.c ./src/audio/dsp/*.c ./src/audio/dma/*.c ./src/audio/alsa/*.c ./src/audio/pulse/*.c ./src/video/x11/*.c ./src/video/Xext/Xxf86dga/*.c ./src/video/dga/*.c ./src/video/Xext/Xxf86vm/*.c ./src/video/Xext/Xv/*.c ./src/video/Xext/Xinerama/*.c ./src/video/Xext/XME/*.c ./src/video/fbcon/*.c ./src/thread/pthread/SDL_systhread.c ./src/thread/pthread/SDL_syssem.c ./src/thread/pthread/SDL_sysmutex.c ./src/thread/pthread/SDL_syscond.c ./src/joystick/linux/*.c ./src/cdrom/linux/*.c ./src/timer/unix/*.c'
  5609. STRIP='strip'
  5610. WINDRES=':'
  5611. XMKMF=''
  5612. X_CFLAGS=' -DXTHREADS'
  5613. X_EXTRA_LIBS=''
  5614. X_LIBS=''
  5615. X_PRE_LIBS=' -lSM -lICE'
  5616. ac_aux_dir='build-scripts'
  5617. ac_ct_CC='gcc'
  5618. ac_ct_CXX='g++'
  5619. ac_ct_DUMPBIN=''
  5620. bindir='${exec_prefix}/bin'
  5621. build='x86_64-unknown-linux-gnu'
  5622. build_alias=''
  5623. build_cpu='x86_64'
  5624. build_os='linux-gnu'
  5625. build_vendor='unknown'
  5626. datadir='${datarootdir}'
  5627. datarootdir='${prefix}/share'
  5628. docdir='${datarootdir}/doc/${PACKAGE}'
  5629. dvidir='${docdir}'
  5630. exec_prefix='${prefix}'
  5631. host='x86_64-unknown-linux-gnu'
  5632. host_alias=''
  5633. host_cpu='x86_64'
  5634. host_os='linux-gnu'
  5635. host_vendor='unknown'
  5636. htmldir='${docdir}'
  5637. includedir='${prefix}/include'
  5638. infodir='${datarootdir}/info'
  5639. libdir='${exec_prefix}/lib'
  5640. libexecdir='${exec_prefix}/libexec'
  5641. localedir='${datarootdir}/locale'
  5642. localstatedir='${prefix}/var'
  5643. lt_ECHO='echo'
  5644. mandir='${datarootdir}/man'
  5645. oldincludedir='/usr/include'
  5646. pdfdir='${docdir}'
  5647. prefix='/home/darby/Scrivania/ffmpeg-static-master/target'
  5648. program_transform_name='s,x,x,'
  5649. psdir='${docdir}'
  5650. sbindir='${exec_prefix}/sbin'
  5651. sharedstatedir='${prefix}/com'
  5652. sysconfdir='${prefix}/etc'
  5653. target_alias=''
  5654.  
  5655. ## ----------- ##
  5656. ## confdefs.h. ##
  5657. ## ----------- ##
  5658.  
  5659. #define PACKAGE_NAME ""
  5660. #define PACKAGE_TARNAME ""
  5661. #define PACKAGE_VERSION ""
  5662. #define PACKAGE_STRING ""
  5663. #define PACKAGE_BUGREPORT ""
  5664. #define _GNU_SOURCE 1
  5665. #define STDC_HEADERS 1
  5666. #define HAVE_SYS_TYPES_H 1
  5667. #define HAVE_SYS_STAT_H 1
  5668. #define HAVE_STDLIB_H 1
  5669. #define HAVE_STRING_H 1
  5670. #define HAVE_MEMORY_H 1
  5671. #define HAVE_STRINGS_H 1
  5672. #define HAVE_INTTYPES_H 1
  5673. #define HAVE_STDINT_H 1
  5674. #define HAVE_UNISTD_H 1
  5675. #define HAVE_DLFCN_H 1
  5676. #define LT_OBJDIR ".libs/"
  5677. #define SDL_BYTEORDER 1234
  5678. #define HAVE_LIBC 1
  5679. #define STDC_HEADERS 1
  5680. #define HAVE_SYS_TYPES_H 1
  5681. #define HAVE_STDIO_H 1
  5682. #define HAVE_STDLIB_H 1
  5683. #define HAVE_STDDEF_H 1
  5684. #define HAVE_STDARG_H 1
  5685. #define HAVE_MALLOC_H 1
  5686. #define HAVE_MEMORY_H 1
  5687. #define HAVE_STRING_H 1
  5688. #define HAVE_STRINGS_H 1
  5689. #define HAVE_INTTYPES_H 1
  5690. #define HAVE_STDINT_H 1
  5691. #define HAVE_CTYPE_H 1
  5692. #define HAVE_MATH_H 1
  5693. #define HAVE_ICONV_H 1
  5694. #define HAVE_SIGNAL_H 1
  5695. #define SDL_HAS_64BIT_TYPE 1
  5696. #define HAVE_ALLOCA_H 1
  5697. #define HAVE_ALLOCA 1
  5698. #define HAVE_MEMCMP 1
  5699. #define HAVE_STRTOD 1
  5700. #define HAVE_MPROTECT 1
  5701. #define HAVE_MALLOC 1
  5702. #define HAVE_CALLOC 1
  5703. #define HAVE_REALLOC 1
  5704. #define HAVE_FREE 1
  5705. #define HAVE_GETENV 1
  5706. #define HAVE_PUTENV 1
  5707. #define HAVE_UNSETENV 1
  5708. #define HAVE_QSORT 1
  5709. #define HAVE_ABS 1
  5710. #define HAVE_BCOPY 1
  5711. #define HAVE_MEMSET 1
  5712. #define HAVE_MEMCPY 1
  5713. #define HAVE_MEMMOVE 1
  5714. #define HAVE_STRLEN 1
  5715. #define HAVE_STRDUP 1
  5716. #define HAVE_STRCHR 1
  5717. #define HAVE_STRRCHR 1
  5718. #define HAVE_STRSTR 1
  5719. #define HAVE_STRTOL 1
  5720. #define HAVE_STRTOUL 1
  5721. #define HAVE_STRTOLL 1
  5722. #define HAVE_STRTOULL 1
  5723. #define HAVE_ATOI 1
  5724. #define HAVE_ATOF 1
  5725. #define HAVE_STRCMP 1
  5726. #define HAVE_STRNCMP 1
  5727. #define HAVE_STRCASECMP 1
  5728. #define HAVE_STRNCASECMP 1
  5729. #define HAVE_SSCANF 1
  5730. #define HAVE_SNPRINTF 1
  5731. #define HAVE_VSNPRINTF 1
  5732. #define HAVE_ICONV 1
  5733. #define HAVE_SIGACTION 1
  5734. #define HAVE_SETJMP 1
  5735. #define HAVE_NANOSLEEP 1
  5736. #define HAVE_SA_SIGACTION 1
  5737. #define SDL_ASSEMBLY_ROUTINES 1
  5738. #define SDL_VIDEO_DISABLE_SCREENSAVER 1
  5739. #define SDL_VIDEO_DRIVER_DUMMY 1
  5740. #define SDL_AUDIO_DRIVER_DISK 1
  5741. #define SDL_AUDIO_DRIVER_DUMMY 1
  5742. #define SDL_LOADSO_DLOPEN 1
  5743. #define SDL_AUDIO_DRIVER_OSS 1
  5744. #define HAVE_LIBASOUND 1
  5745. #define SDL_AUDIO_DRIVER_ALSA 1
  5746. #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  5747. #define SDL_AUDIO_DRIVER_PULSE 1
  5748. #define SDL_AUDIO_DRIVER_PULSE_DYNAMIC "libpulse-simple.so.0"
  5749. #define SDL_VIDEO_DRIVER_X11 1
  5750. #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  5751. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  5752. #define SDL_VIDEO_DRIVER_DGA 1
  5753. #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
  5754. #define SDL_VIDEO_DRIVER_X11_VIDMODE 1
  5755. #define SDL_VIDEO_DRIVER_X11_XV 1
  5756. #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  5757. #define SDL_VIDEO_DRIVER_X11_XME 1
  5758. #define HAVE_GETPAGESIZE 1
  5759. #define SDL_VIDEO_DRIVER_FBCON 1
  5760. #define SDL_VIDEO_OPENGL 1
  5761. #define SDL_VIDEO_OPENGL_GLX 1
  5762. #define SDL_INPUT_LINUXEV 1
  5763. #define SDL_THREAD_PTHREAD 1
  5764. #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
  5765. #define HAVE_SEM_TIMEDWAIT 1
  5766. #define SDL_JOYSTICK_LINUX 1
  5767. #define SDL_CDROM_LINUX 1
  5768. #define SDL_TIMER_UNIX 1
  5769.  
  5770. configure: exit 0
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×