Guest User

config.log

a guest
May 10th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 171.73 KB | None | 0 0
  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 opencv configure 2.0.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix= --host=arm-linux CPPFLAGS=-I/install/ffmpeg/usr/include LDFLAGS=-L/install/ffmpeg/lib --with-python=no --with-ffmpeg=yes --without-quicktime --with-imageio=no --with-gtk=no --with-carbon=no --with-unicap=no --with-gthread=no
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = rd3
  14. uname -m = i686
  15. uname -r = 3.2.0-29-generic-pae
  16. uname -s = Linux
  17. uname -v = #46-Ubuntu SMP Fri Jul 27 17:25:43 UTC 2012
  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: /usr/local/arm/4.3.2/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.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2839: checking build system type
  45. configure:2853: result: i686-pc-linux-gnu
  46. configure:2873: checking host system type
  47. configure:2886: result: arm-unknown-linux-gnu
  48. configure:2906: checking target system type
  49. configure:2919: result: arm-unknown-linux-gnu
  50. configure:2966: checking for a BSD-compatible install
  51. configure:3034: result: /usr/bin/install -c
  52. configure:3045: checking whether build environment is sane
  53. configure:3095: result: yes
  54. configure:3144: checking for arm-linux-strip
  55. configure:3160: found /usr/local/arm/4.3.2/bin/arm-linux-strip
  56. configure:3171: result: arm-linux-strip
  57. configure:3236: checking for a thread-safe mkdir -p
  58. configure:3275: result: /bin/mkdir -p
  59. configure:3288: checking for gawk
  60. configure:3318: result: no
  61. configure:3288: checking for mawk
  62. configure:3304: found /usr/bin/mawk
  63. configure:3315: result: mawk
  64. configure:3326: checking whether make sets $(MAKE)
  65. configure:3348: result: yes
  66. configure:3428: checking whether make sets $(MAKE)
  67. configure:3450: result: yes
  68. configure:3835: checking for style of include used by make
  69. configure:3863: result: GNU
  70. configure:3899: checking for arm-linux-g++
  71. configure:3915: found /usr/local/arm/4.3.2/bin/arm-linux-g++
  72. configure:3926: result: arm-linux-g++
  73. configure:3997: checking for C++ compiler version
  74. configure:4006: arm-linux-g++ --version >&5
  75. arm-none-linux-gnueabi-g++ (Sourcery G++ Lite 2008q3-72) 4.3.2
  76. Copyright (C) 2008 Free Software Foundation, Inc.
  77. This is free software; see the source for copying conditions. There is NO
  78. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  79.  
  80. configure:4017: $? = 0
  81. configure:4006: arm-linux-g++ -v >&5
  82. Using built-in specs.
  83. Target: arm-none-linux-gnueabi
  84. Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
  85. Thread model: posix
  86. gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72)
  87. configure:4017: $? = 0
  88. configure:4006: arm-linux-g++ -V >&5
  89. arm-none-linux-gnueabi-g++: argument to '-V' missing
  90.  
  91. configure:4017: $? = 1
  92. configure:4006: arm-linux-g++ -qversion >&5
  93. arm-none-linux-gnueabi-g++: unrecognized option '-qversion'
  94. arm-none-linux-gnueabi-g++: no input files
  95. configure:4017: $? = 1
  96. configure:4037: checking whether the C++ compiler works
  97. configure:4059: arm-linux-g++ -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  98. configure:4063: $? = 0
  99. configure:4111: result: yes
  100. configure:4114: checking for C++ compiler default output file name
  101. configure:4116: result: a.out
  102. configure:4122: checking for suffix of executables
  103. configure:4129: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  104. configure:4133: $? = 0
  105. configure:4155: result:
  106. configure:4177: checking whether we are cross compiling
  107. configure:4185: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  108. configure:4189: $? = 0
  109. configure:4196: ./conftest
  110. ./configure: line 4198: ./conftest: cannot execute binary file
  111. configure:4200: $? = 126
  112. configure:4215: result: yes
  113. configure:4220: checking for suffix of object files
  114. configure:4242: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  115. configure:4246: $? = 0
  116. configure:4267: result: o
  117. configure:4271: checking whether we are using the GNU C++ compiler
  118. configure:4290: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  119. configure:4290: $? = 0
  120. configure:4299: result: yes
  121. configure:4308: checking whether arm-linux-g++ accepts -g
  122. configure:4328: arm-linux-g++ -c -g -I/install/ffmpeg/usr/include conftest.cpp >&5
  123. configure:4328: $? = 0
  124. configure:4369: result: yes
  125. configure:4394: checking dependency style of arm-linux-g++
  126. configure:4504: result: gcc3
  127. configure:4524: checking how to run the C++ preprocessor
  128. configure:4551: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  129. configure:4551: $? = 0
  130. configure:4565: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  131. conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
  132. configure:4565: $? = 1
  133. configure: failed program was:
  134. | /* confdefs.h */
  135. | #define PACKAGE_NAME "opencv"
  136. | #define PACKAGE_TARNAME "opencv"
  137. | #define PACKAGE_VERSION "2.0.0"
  138. | #define PACKAGE_STRING "opencv 2.0.0"
  139. | #define PACKAGE_BUGREPORT "[email protected]"
  140. | #define PACKAGE_URL ""
  141. | #define PACKAGE "opencv"
  142. | #define VERSION "2.0.0"
  143. | /* end confdefs.h. */
  144. | #include <ac_nonexistent.h>
  145. configure:4590: result: arm-linux-g++ -E
  146. configure:4610: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  147. configure:4610: $? = 0
  148. configure:4624: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  149. conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
  150. configure:4624: $? = 1
  151. configure: failed program was:
  152. | /* confdefs.h */
  153. | #define PACKAGE_NAME "opencv"
  154. | #define PACKAGE_TARNAME "opencv"
  155. | #define PACKAGE_VERSION "2.0.0"
  156. | #define PACKAGE_STRING "opencv 2.0.0"
  157. | #define PACKAGE_BUGREPORT "[email protected]"
  158. | #define PACKAGE_URL ""
  159. | #define PACKAGE "opencv"
  160. | #define VERSION "2.0.0"
  161. | /* end confdefs.h. */
  162. | #include <ac_nonexistent.h>
  163. configure:4764: checking for C++ compiler version
  164. configure:4773: arm-linux-g++ --version >&5
  165. arm-none-linux-gnueabi-g++ (Sourcery G++ Lite 2008q3-72) 4.3.2
  166. Copyright (C) 2008 Free Software Foundation, Inc.
  167. This is free software; see the source for copying conditions. There is NO
  168. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  169.  
  170. configure:4784: $? = 0
  171. configure:4773: arm-linux-g++ -v >&5
  172. Using built-in specs.
  173. Target: arm-none-linux-gnueabi
  174. Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
  175. Thread model: posix
  176. gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72)
  177. configure:4784: $? = 0
  178. configure:4773: arm-linux-g++ -V >&5
  179. arm-none-linux-gnueabi-g++: argument to '-V' missing
  180.  
  181. configure:4784: $? = 1
  182. configure:4773: arm-linux-g++ -qversion >&5
  183. arm-none-linux-gnueabi-g++: unrecognized option '-qversion'
  184. arm-none-linux-gnueabi-g++: no input files
  185. configure:4784: $? = 1
  186. configure:4788: checking whether we are using the GNU C++ compiler
  187. configure:4816: result: yes
  188. configure:4825: checking whether arm-linux-g++ accepts -g
  189. configure:4886: result: yes
  190. configure:4911: checking dependency style of arm-linux-g++
  191. configure:5021: result: gcc3
  192. configure:5069: checking for arm-linux-gcc
  193. configure:5096: result: arm-linux-gcc
  194. configure:5365: checking for C compiler version
  195. configure:5374: arm-linux-gcc --version >&5
  196. arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2008q3-72) 4.3.2
  197. Copyright (C) 2008 Free Software Foundation, Inc.
  198. This is free software; see the source for copying conditions. There is NO
  199. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  200.  
  201. configure:5385: $? = 0
  202. configure:5374: arm-linux-gcc -v >&5
  203. Using built-in specs.
  204. Target: arm-none-linux-gnueabi
  205. Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
  206. Thread model: posix
  207. gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72)
  208. configure:5385: $? = 0
  209. configure:5374: arm-linux-gcc -V >&5
  210. arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
  211. configure:5385: $? = 1
  212. configure:5374: arm-linux-gcc -qversion >&5
  213. arm-none-linux-gnueabi-gcc: unrecognized option '-qversion'
  214. arm-none-linux-gnueabi-gcc: no input files
  215. configure:5385: $? = 1
  216. configure:5389: checking whether we are using the GNU C compiler
  217. configure:5408: arm-linux-gcc -c -I/install/ffmpeg/usr/include conftest.c >&5
  218. configure:5408: $? = 0
  219. configure:5417: result: yes
  220. configure:5426: checking whether arm-linux-gcc accepts -g
  221. configure:5446: arm-linux-gcc -c -g -I/install/ffmpeg/usr/include conftest.c >&5
  222. configure:5446: $? = 0
  223. configure:5487: result: yes
  224. configure:5504: checking for arm-linux-gcc option to accept ISO C89
  225. configure:5567: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  226. configure:5567: $? = 0
  227. configure:5580: result: none needed
  228. configure:5602: checking dependency style of arm-linux-gcc
  229. configure:5712: result: gcc3
  230. configure:5727: checking for a sed that does not truncate output
  231. configure:5791: result: /bin/sed
  232. configure:5809: checking for grep that handles long lines and -e
  233. configure:5867: result: /bin/grep
  234. configure:5872: checking for egrep
  235. configure:5934: result: /bin/grep -E
  236. configure:5939: checking for fgrep
  237. configure:6001: result: /bin/grep -F
  238. configure:6036: checking for ld used by arm-linux-gcc
  239. configure:6103: result: /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld
  240. configure:6110: checking if the linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) is GNU ld
  241. configure:6125: result: yes
  242. configure:6137: checking for BSD- or MS-compatible name lister (nm)
  243. configure:6186: result: /usr/local/arm/4.3.2/bin/arm-linux-nm -B
  244. configure:6304: checking the name lister (/usr/local/arm/4.3.2/bin/arm-linux-nm -B) interface
  245. configure:6311: arm-linux-g++ -c -g -O2 -I/install/ffmpeg/usr/include conftest.cpp >&5
  246. configure:6314: /usr/local/arm/4.3.2/bin/arm-linux-nm -B "conftest.o"
  247. configure:6317: output
  248. 00000000 B some_variable
  249. configure:6324: result: BSD nm
  250. configure:6327: checking whether ln -s works
  251. configure:6331: result: yes
  252. configure:6339: checking the maximum length of command line arguments
  253. configure:6459: result: 1572864
  254. configure:6476: checking whether the shell understands some XSI constructs
  255. configure:6486: result: yes
  256. configure:6490: checking whether the shell understands "+="
  257. configure:6496: result: yes
  258. configure:6531: checking for /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld option to reload object files
  259. configure:6538: result: -r
  260. configure:6567: checking for arm-linux-objdump
  261. configure:6594: result: objdump
  262. configure:6663: checking how to recognize dependent libraries
  263. configure:6859: result: pass_all
  264. configure:6879: checking for arm-linux-ar
  265. configure:6895: found /usr/local/arm/4.3.2/bin/arm-linux-ar
  266. configure:6906: result: arm-linux-ar
  267. configure:6984: checking for arm-linux-strip
  268. configure:7011: result: arm-linux-strip
  269. configure:7083: checking for arm-linux-ranlib
  270. configure:7099: found /usr/local/arm/4.3.2/bin/arm-linux-ranlib
  271. configure:7110: result: arm-linux-ranlib
  272. configure:7240: checking command to parse /usr/local/arm/4.3.2/bin/arm-linux-nm -B output from arm-linux-gcc object
  273. configure:7358: arm-linux-g++ -c -g -O2 -I/install/ffmpeg/usr/include conftest.cpp >&5
  274. configure:7361: $? = 0
  275. configure:7365: /usr/local/arm/4.3.2/bin/arm-linux-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  276. configure:7368: $? = 0
  277. configure:7422: arm-linux-g++ -o conftest -g -O2 -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp conftstm.o >&5
  278. configure:7425: $? = 0
  279. configure:7463: result: ok
  280. configure:8272: checking how to run the C preprocessor
  281. configure:8303: arm-linux-gcc -E -I/install/ffmpeg/usr/include conftest.c
  282. configure:8303: $? = 0
  283. configure:8317: arm-linux-gcc -E -I/install/ffmpeg/usr/include conftest.c
  284. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  285. configure:8317: $? = 1
  286. configure: failed program was:
  287. | /* confdefs.h */
  288. | #define PACKAGE_NAME "opencv"
  289. | #define PACKAGE_TARNAME "opencv"
  290. | #define PACKAGE_VERSION "2.0.0"
  291. | #define PACKAGE_STRING "opencv 2.0.0"
  292. | #define PACKAGE_BUGREPORT "[email protected]"
  293. | #define PACKAGE_URL ""
  294. | #define PACKAGE "opencv"
  295. | #define VERSION "2.0.0"
  296. | /* end confdefs.h. */
  297. | #include <ac_nonexistent.h>
  298. configure:8342: result: arm-linux-gcc -E
  299. configure:8362: arm-linux-gcc -E -I/install/ffmpeg/usr/include conftest.c
  300. configure:8362: $? = 0
  301. configure:8376: arm-linux-gcc -E -I/install/ffmpeg/usr/include conftest.c
  302. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  303. configure:8376: $? = 1
  304. configure: failed program was:
  305. | /* confdefs.h */
  306. | #define PACKAGE_NAME "opencv"
  307. | #define PACKAGE_TARNAME "opencv"
  308. | #define PACKAGE_VERSION "2.0.0"
  309. | #define PACKAGE_STRING "opencv 2.0.0"
  310. | #define PACKAGE_BUGREPORT "[email protected]"
  311. | #define PACKAGE_URL ""
  312. | #define PACKAGE "opencv"
  313. | #define VERSION "2.0.0"
  314. | /* end confdefs.h. */
  315. | #include <ac_nonexistent.h>
  316. configure:8405: checking for ANSI C header files
  317. configure:8425: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  318. configure:8425: $? = 0
  319. configure:8509: result: yes
  320. configure:8522: checking for sys/types.h
  321. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  322. configure:8522: $? = 0
  323. configure:8522: result: yes
  324. configure:8522: checking for sys/stat.h
  325. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  326. configure:8522: $? = 0
  327. configure:8522: result: yes
  328. configure:8522: checking for stdlib.h
  329. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  330. configure:8522: $? = 0
  331. configure:8522: result: yes
  332. configure:8522: checking for string.h
  333. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  334. configure:8522: $? = 0
  335. configure:8522: result: yes
  336. configure:8522: checking for memory.h
  337. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  338. configure:8522: $? = 0
  339. configure:8522: result: yes
  340. configure:8522: checking for strings.h
  341. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  342. configure:8522: $? = 0
  343. configure:8522: result: yes
  344. configure:8522: checking for inttypes.h
  345. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  346. configure:8522: $? = 0
  347. configure:8522: result: yes
  348. configure:8522: checking for stdint.h
  349. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  350. configure:8522: $? = 0
  351. configure:8522: result: yes
  352. configure:8522: checking for unistd.h
  353. configure:8522: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  354. configure:8522: $? = 0
  355. configure:8522: result: yes
  356. configure:8536: checking for dlfcn.h
  357. configure:8536: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  358. configure:8536: $? = 0
  359. configure:8536: result: yes
  360. configure:8661: checking for C++ compiler version
  361. configure:8670: arm-linux-g++ --version >&5
  362. arm-none-linux-gnueabi-g++ (Sourcery G++ Lite 2008q3-72) 4.3.2
  363. Copyright (C) 2008 Free Software Foundation, Inc.
  364. This is free software; see the source for copying conditions. There is NO
  365. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  366.  
  367. configure:8681: $? = 0
  368. configure:8670: arm-linux-g++ -v >&5
  369. Using built-in specs.
  370. Target: arm-none-linux-gnueabi
  371. Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
  372. Thread model: posix
  373. gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72)
  374. configure:8681: $? = 0
  375. configure:8670: arm-linux-g++ -V >&5
  376. arm-none-linux-gnueabi-g++: argument to '-V' missing
  377.  
  378. configure:8681: $? = 1
  379. configure:8670: arm-linux-g++ -qversion >&5
  380. arm-none-linux-gnueabi-g++: unrecognized option '-qversion'
  381. arm-none-linux-gnueabi-g++: no input files
  382. configure:8681: $? = 1
  383. configure:8685: checking whether we are using the GNU C++ compiler
  384. configure:8713: result: yes
  385. configure:8722: checking whether arm-linux-g++ accepts -g
  386. configure:8783: result: yes
  387. configure:8808: checking dependency style of arm-linux-g++
  388. configure:8918: result: gcc3
  389. configure:8941: checking how to run the C++ preprocessor
  390. configure:9007: result: arm-linux-g++ -E
  391. configure:9027: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  392. configure:9027: $? = 0
  393. configure:9041: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  394. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  395. configure:9041: $? = 1
  396. configure: failed program was:
  397. | /* confdefs.h */
  398. | #define PACKAGE_NAME "opencv"
  399. | #define PACKAGE_TARNAME "opencv"
  400. | #define PACKAGE_VERSION "2.0.0"
  401. | #define PACKAGE_STRING "opencv 2.0.0"
  402. | #define PACKAGE_BUGREPORT "[email protected]"
  403. | #define PACKAGE_URL ""
  404. | #define PACKAGE "opencv"
  405. | #define VERSION "2.0.0"
  406. | #define STDC_HEADERS 1
  407. | #define HAVE_SYS_TYPES_H 1
  408. | #define HAVE_SYS_STAT_H 1
  409. | #define HAVE_STDLIB_H 1
  410. | #define HAVE_STRING_H 1
  411. | #define HAVE_MEMORY_H 1
  412. | #define HAVE_STRINGS_H 1
  413. | #define HAVE_INTTYPES_H 1
  414. | #define HAVE_STDINT_H 1
  415. | #define HAVE_UNISTD_H 1
  416. | #define HAVE_DLFCN_H 1
  417. | /* end confdefs.h. */
  418. | #include <ac_nonexistent.h>
  419. configure:9215: checking for objdir
  420. configure:9230: result: .libs
  421. configure:9526: checking if arm-linux-gcc supports -fno-rtti -fno-exceptions
  422. configure:9544: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include -fno-rtti -fno-exceptions conftest.c >&5
  423. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  424. configure:9548: $? = 0
  425. configure:9561: result: no
  426. configure:9581: checking for arm-linux-gcc option to produce PIC
  427. configure:9853: result: -fPIC -DPIC
  428. configure:9865: checking if arm-linux-gcc PIC flag -fPIC -DPIC works
  429. configure:9883: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include -fPIC -DPIC -DPIC conftest.c >&5
  430. configure:9887: $? = 0
  431. configure:9900: result: yes
  432. configure:9924: checking if arm-linux-gcc static flag -static works
  433. configure:9952: result: yes
  434. configure:9967: checking if arm-linux-gcc supports -c -o file.o
  435. configure:9988: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include -o out/conftest2.o conftest.c >&5
  436. configure:9992: $? = 0
  437. configure:10014: result: yes
  438. configure:10022: checking if arm-linux-gcc supports -c -o file.o
  439. configure:10069: result: yes
  440. configure:10102: checking whether the arm-linux-gcc linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries
  441. configure:11088: result: yes
  442. configure:11125: checking whether -lc should be explicitly linked in
  443. configure:11130: arm-linux-gcc -c -g -O2 -I/install/ffmpeg/usr/include conftest.c >&5
  444. configure:11133: $? = 0
  445. configure:11148: arm-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  446. configure:11151: $? = 0
  447. configure:11163: result: no
  448. configure:11327: checking dynamic linker characteristics
  449. configure:11760: arm-linux-gcc -o conftest -g -O2 -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib -Wl,-rpath -Wl,/foo conftest.c >&5
  450. configure:11760: $? = 0
  451. configure:11978: result: GNU/Linux ld.so
  452. configure:12080: checking how to hardcode library paths into programs
  453. configure:12105: result: immediate
  454. configure:12625: checking whether stripping libraries is possible
  455. configure:12630: result: yes
  456. configure:12665: checking if libtool supports shared libraries
  457. configure:12667: result: yes
  458. configure:12670: checking whether to build shared libraries
  459. configure:12691: result: yes
  460. configure:12694: checking whether to build static libraries
  461. configure:12698: result: no
  462. configure:12848: checking for ld used by arm-linux-g++
  463. configure:12915: result: /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld
  464. configure:12922: checking if the linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) is GNU ld
  465. configure:12937: result: yes
  466. configure:12992: checking whether the arm-linux-g++ linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries
  467. configure:13905: result: yes
  468. configure:13933: arm-linux-g++ -c -g -O2 -I/install/ffmpeg/usr/include conftest.cpp >&5
  469. configure:13936: $? = 0
  470. configure:14118: checking for arm-linux-g++ option to produce PIC
  471. configure:14435: result: -fPIC -DPIC
  472. configure:14444: checking if arm-linux-g++ PIC flag -fPIC -DPIC works
  473. configure:14462: arm-linux-g++ -c -g -O2 -I/install/ffmpeg/usr/include -fPIC -DPIC -DPIC conftest.cpp >&5
  474. configure:14466: $? = 0
  475. configure:14479: result: yes
  476. configure:14500: checking if arm-linux-g++ static flag -static works
  477. configure:14528: result: yes
  478. configure:14540: checking if arm-linux-g++ supports -c -o file.o
  479. configure:14561: arm-linux-g++ -c -g -O2 -I/install/ffmpeg/usr/include -o out/conftest2.o conftest.cpp >&5
  480. configure:14565: $? = 0
  481. configure:14587: result: yes
  482. configure:14592: checking if arm-linux-g++ supports -c -o file.o
  483. configure:14639: result: yes
  484. configure:14669: checking whether the arm-linux-g++ linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries
  485. configure:14695: result: yes
  486. configure:14832: checking dynamic linker characteristics
  487. configure:15213: arm-linux-g++ -o conftest -g -O2 -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib -Wl,-rpath -Wl,/foo conftest.cpp >&5
  488. configure:15213: $? = 0
  489. configure:15431: result: GNU/Linux ld.so
  490. configure:15482: checking how to hardcode library paths into programs
  491. configure:15507: result: immediate
  492. configure:15796: checking for arm-linux-g++ option to support OpenMP
  493. configure:15811: arm-linux-g++ -o conftest -g -O2 -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  494. conftest.cpp:27:17: error: omp.h: No such file or directory
  495. conftest.cpp:25: error: 'choke' does not name a type
  496. configure:15811: $? = 1
  497. configure: failed program was:
  498. | /* confdefs.h */
  499. | #define PACKAGE_NAME "opencv"
  500. | #define PACKAGE_TARNAME "opencv"
  501. | #define PACKAGE_VERSION "2.0.0"
  502. | #define PACKAGE_STRING "opencv 2.0.0"
  503. | #define PACKAGE_BUGREPORT "[email protected]"
  504. | #define PACKAGE_URL ""
  505. | #define PACKAGE "opencv"
  506. | #define VERSION "2.0.0"
  507. | #define STDC_HEADERS 1
  508. | #define HAVE_SYS_TYPES_H 1
  509. | #define HAVE_SYS_STAT_H 1
  510. | #define HAVE_STDLIB_H 1
  511. | #define HAVE_STRING_H 1
  512. | #define HAVE_MEMORY_H 1
  513. | #define HAVE_STRINGS_H 1
  514. | #define HAVE_INTTYPES_H 1
  515. | #define HAVE_STDINT_H 1
  516. | #define HAVE_UNISTD_H 1
  517. | #define HAVE_DLFCN_H 1
  518. | #define LT_OBJDIR ".libs/"
  519. | /* end confdefs.h. */
  520. |
  521. | #ifndef _OPENMP
  522. | choke me
  523. | #endif
  524. | #include <omp.h>
  525. | int main () { return omp_get_num_threads (); }
  526. |
  527. configure:15829: arm-linux-g++ -o conftest -g -O2 -fopenmp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  528. conftest.cpp:27:17: error: omp.h: No such file or directory
  529. conftest.cpp: In function 'int main()':
  530. conftest.cpp:28: error: 'omp_get_num_threads' was not declared in this scope
  531. configure:15829: $? = 1
  532. configure: failed program was:
  533. | /* confdefs.h */
  534. | #define PACKAGE_NAME "opencv"
  535. | #define PACKAGE_TARNAME "opencv"
  536. | #define PACKAGE_VERSION "2.0.0"
  537. | #define PACKAGE_STRING "opencv 2.0.0"
  538. | #define PACKAGE_BUGREPORT "[email protected]"
  539. | #define PACKAGE_URL ""
  540. | #define PACKAGE "opencv"
  541. | #define VERSION "2.0.0"
  542. | #define STDC_HEADERS 1
  543. | #define HAVE_SYS_TYPES_H 1
  544. | #define HAVE_SYS_STAT_H 1
  545. | #define HAVE_STDLIB_H 1
  546. | #define HAVE_STRING_H 1
  547. | #define HAVE_MEMORY_H 1
  548. | #define HAVE_STRINGS_H 1
  549. | #define HAVE_INTTYPES_H 1
  550. | #define HAVE_STDINT_H 1
  551. | #define HAVE_UNISTD_H 1
  552. | #define HAVE_DLFCN_H 1
  553. | #define LT_OBJDIR ".libs/"
  554. | /* end confdefs.h. */
  555. |
  556. | #ifndef _OPENMP
  557. | choke me
  558. | #endif
  559. | #include <omp.h>
  560. | int main () { return omp_get_num_threads (); }
  561. |
  562. configure:15829: arm-linux-g++ -o conftest -g -O2 -xopenmp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  563. arm-none-linux-gnueabi-g++: language openmp not recognized
  564. arm-none-linux-gnueabi-g++: language openmp not recognized
  565. conftest.cpp: file not recognized: File format not recognized
  566. collect2: ld returned 1 exit status
  567. configure:15829: $? = 1
  568. configure: failed program was:
  569. | /* confdefs.h */
  570. | #define PACKAGE_NAME "opencv"
  571. | #define PACKAGE_TARNAME "opencv"
  572. | #define PACKAGE_VERSION "2.0.0"
  573. | #define PACKAGE_STRING "opencv 2.0.0"
  574. | #define PACKAGE_BUGREPORT "[email protected]"
  575. | #define PACKAGE_URL ""
  576. | #define PACKAGE "opencv"
  577. | #define VERSION "2.0.0"
  578. | #define STDC_HEADERS 1
  579. | #define HAVE_SYS_TYPES_H 1
  580. | #define HAVE_SYS_STAT_H 1
  581. | #define HAVE_STDLIB_H 1
  582. | #define HAVE_STRING_H 1
  583. | #define HAVE_MEMORY_H 1
  584. | #define HAVE_STRINGS_H 1
  585. | #define HAVE_INTTYPES_H 1
  586. | #define HAVE_STDINT_H 1
  587. | #define HAVE_UNISTD_H 1
  588. | #define HAVE_DLFCN_H 1
  589. | #define LT_OBJDIR ".libs/"
  590. | /* end confdefs.h. */
  591. |
  592. | #ifndef _OPENMP
  593. | choke me
  594. | #endif
  595. | #include <omp.h>
  596. | int main () { return omp_get_num_threads (); }
  597. |
  598. configure:15829: arm-linux-g++ -o conftest -g -O2 -openmp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  599. conftest.cpp:27:17: error: omp.h: No such file or directory
  600. conftest.cpp:25: error: 'choke' does not name a type
  601. configure:15829: $? = 1
  602. configure: failed program was:
  603. | /* confdefs.h */
  604. | #define PACKAGE_NAME "opencv"
  605. | #define PACKAGE_TARNAME "opencv"
  606. | #define PACKAGE_VERSION "2.0.0"
  607. | #define PACKAGE_STRING "opencv 2.0.0"
  608. | #define PACKAGE_BUGREPORT "[email protected]"
  609. | #define PACKAGE_URL ""
  610. | #define PACKAGE "opencv"
  611. | #define VERSION "2.0.0"
  612. | #define STDC_HEADERS 1
  613. | #define HAVE_SYS_TYPES_H 1
  614. | #define HAVE_SYS_STAT_H 1
  615. | #define HAVE_STDLIB_H 1
  616. | #define HAVE_STRING_H 1
  617. | #define HAVE_MEMORY_H 1
  618. | #define HAVE_STRINGS_H 1
  619. | #define HAVE_INTTYPES_H 1
  620. | #define HAVE_STDINT_H 1
  621. | #define HAVE_UNISTD_H 1
  622. | #define HAVE_DLFCN_H 1
  623. | #define LT_OBJDIR ".libs/"
  624. | /* end confdefs.h. */
  625. |
  626. | #ifndef _OPENMP
  627. | choke me
  628. | #endif
  629. | #include <omp.h>
  630. | int main () { return omp_get_num_threads (); }
  631. |
  632. configure:15829: arm-linux-g++ -o conftest -g -O2 -mp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  633. cc1plus: error: unrecognized command line option "-mp"
  634. configure:15829: $? = 1
  635. configure: failed program was:
  636. | /* confdefs.h */
  637. | #define PACKAGE_NAME "opencv"
  638. | #define PACKAGE_TARNAME "opencv"
  639. | #define PACKAGE_VERSION "2.0.0"
  640. | #define PACKAGE_STRING "opencv 2.0.0"
  641. | #define PACKAGE_BUGREPORT "[email protected]"
  642. | #define PACKAGE_URL ""
  643. | #define PACKAGE "opencv"
  644. | #define VERSION "2.0.0"
  645. | #define STDC_HEADERS 1
  646. | #define HAVE_SYS_TYPES_H 1
  647. | #define HAVE_SYS_STAT_H 1
  648. | #define HAVE_STDLIB_H 1
  649. | #define HAVE_STRING_H 1
  650. | #define HAVE_MEMORY_H 1
  651. | #define HAVE_STRINGS_H 1
  652. | #define HAVE_INTTYPES_H 1
  653. | #define HAVE_STDINT_H 1
  654. | #define HAVE_UNISTD_H 1
  655. | #define HAVE_DLFCN_H 1
  656. | #define LT_OBJDIR ".libs/"
  657. | /* end confdefs.h. */
  658. |
  659. | #ifndef _OPENMP
  660. | choke me
  661. | #endif
  662. | #include <omp.h>
  663. | int main () { return omp_get_num_threads (); }
  664. |
  665. configure:15829: arm-linux-g++ -o conftest -g -O2 -omp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  666. conftest.cpp:27:17: error: omp.h: No such file or directory
  667. conftest.cpp:25: error: 'choke' does not name a type
  668. configure:15829: $? = 1
  669. configure: failed program was:
  670. | /* confdefs.h */
  671. | #define PACKAGE_NAME "opencv"
  672. | #define PACKAGE_TARNAME "opencv"
  673. | #define PACKAGE_VERSION "2.0.0"
  674. | #define PACKAGE_STRING "opencv 2.0.0"
  675. | #define PACKAGE_BUGREPORT "[email protected]"
  676. | #define PACKAGE_URL ""
  677. | #define PACKAGE "opencv"
  678. | #define VERSION "2.0.0"
  679. | #define STDC_HEADERS 1
  680. | #define HAVE_SYS_TYPES_H 1
  681. | #define HAVE_SYS_STAT_H 1
  682. | #define HAVE_STDLIB_H 1
  683. | #define HAVE_STRING_H 1
  684. | #define HAVE_MEMORY_H 1
  685. | #define HAVE_STRINGS_H 1
  686. | #define HAVE_INTTYPES_H 1
  687. | #define HAVE_STDINT_H 1
  688. | #define HAVE_UNISTD_H 1
  689. | #define HAVE_DLFCN_H 1
  690. | #define LT_OBJDIR ".libs/"
  691. | /* end confdefs.h. */
  692. |
  693. | #ifndef _OPENMP
  694. | choke me
  695. | #endif
  696. | #include <omp.h>
  697. | int main () { return omp_get_num_threads (); }
  698. |
  699. configure:15829: arm-linux-g++ -o conftest -g -O2 -qsmp=omp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  700. arm-none-linux-gnueabi-g++: unrecognized option '-qsmp=omp'
  701. conftest.cpp:27:17: error: omp.h: No such file or directory
  702. conftest.cpp:25: error: 'choke' does not name a type
  703. configure:15829: $? = 1
  704. configure: failed program was:
  705. | /* confdefs.h */
  706. | #define PACKAGE_NAME "opencv"
  707. | #define PACKAGE_TARNAME "opencv"
  708. | #define PACKAGE_VERSION "2.0.0"
  709. | #define PACKAGE_STRING "opencv 2.0.0"
  710. | #define PACKAGE_BUGREPORT "[email protected]"
  711. | #define PACKAGE_URL ""
  712. | #define PACKAGE "opencv"
  713. | #define VERSION "2.0.0"
  714. | #define STDC_HEADERS 1
  715. | #define HAVE_SYS_TYPES_H 1
  716. | #define HAVE_SYS_STAT_H 1
  717. | #define HAVE_STDLIB_H 1
  718. | #define HAVE_STRING_H 1
  719. | #define HAVE_MEMORY_H 1
  720. | #define HAVE_STRINGS_H 1
  721. | #define HAVE_INTTYPES_H 1
  722. | #define HAVE_STDINT_H 1
  723. | #define HAVE_UNISTD_H 1
  724. | #define HAVE_DLFCN_H 1
  725. | #define LT_OBJDIR ".libs/"
  726. | /* end confdefs.h. */
  727. |
  728. | #ifndef _OPENMP
  729. | choke me
  730. | #endif
  731. | #include <omp.h>
  732. | int main () { return omp_get_num_threads (); }
  733. |
  734. configure:15829: arm-linux-g++ -o conftest -g -O2 -homp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  735. conftest.cpp:27:17: error: omp.h: No such file or directory
  736. conftest.cpp:25: error: 'choke' does not name a type
  737. configure:15829: $? = 1
  738. configure: failed program was:
  739. | /* confdefs.h */
  740. | #define PACKAGE_NAME "opencv"
  741. | #define PACKAGE_TARNAME "opencv"
  742. | #define PACKAGE_VERSION "2.0.0"
  743. | #define PACKAGE_STRING "opencv 2.0.0"
  744. | #define PACKAGE_BUGREPORT "[email protected]"
  745. | #define PACKAGE_URL ""
  746. | #define PACKAGE "opencv"
  747. | #define VERSION "2.0.0"
  748. | #define STDC_HEADERS 1
  749. | #define HAVE_SYS_TYPES_H 1
  750. | #define HAVE_SYS_STAT_H 1
  751. | #define HAVE_STDLIB_H 1
  752. | #define HAVE_STRING_H 1
  753. | #define HAVE_MEMORY_H 1
  754. | #define HAVE_STRINGS_H 1
  755. | #define HAVE_INTTYPES_H 1
  756. | #define HAVE_STDINT_H 1
  757. | #define HAVE_UNISTD_H 1
  758. | #define HAVE_DLFCN_H 1
  759. | #define LT_OBJDIR ".libs/"
  760. | /* end confdefs.h. */
  761. |
  762. | #ifndef _OPENMP
  763. | choke me
  764. | #endif
  765. | #include <omp.h>
  766. | int main () { return omp_get_num_threads (); }
  767. |
  768. configure:15829: arm-linux-g++ -o conftest -g -O2 -Popenmp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  769. arm-none-linux-gnueabi-g++: unrecognized option '-Popenmp'
  770. conftest.cpp:27:17: error: omp.h: No such file or directory
  771. conftest.cpp:25: error: 'choke' does not name a type
  772. configure:15829: $? = 1
  773. configure: failed program was:
  774. | /* confdefs.h */
  775. | #define PACKAGE_NAME "opencv"
  776. | #define PACKAGE_TARNAME "opencv"
  777. | #define PACKAGE_VERSION "2.0.0"
  778. | #define PACKAGE_STRING "opencv 2.0.0"
  779. | #define PACKAGE_BUGREPORT "[email protected]"
  780. | #define PACKAGE_URL ""
  781. | #define PACKAGE "opencv"
  782. | #define VERSION "2.0.0"
  783. | #define STDC_HEADERS 1
  784. | #define HAVE_SYS_TYPES_H 1
  785. | #define HAVE_SYS_STAT_H 1
  786. | #define HAVE_STDLIB_H 1
  787. | #define HAVE_STRING_H 1
  788. | #define HAVE_MEMORY_H 1
  789. | #define HAVE_STRINGS_H 1
  790. | #define HAVE_INTTYPES_H 1
  791. | #define HAVE_STDINT_H 1
  792. | #define HAVE_UNISTD_H 1
  793. | #define HAVE_DLFCN_H 1
  794. | #define LT_OBJDIR ".libs/"
  795. | /* end confdefs.h. */
  796. |
  797. | #ifndef _OPENMP
  798. | choke me
  799. | #endif
  800. | #include <omp.h>
  801. | int main () { return omp_get_num_threads (); }
  802. |
  803. configure:15829: arm-linux-g++ -o conftest -g -O2 --openmp -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp >&5
  804. conftest.cpp:27:17: error: omp.h: No such file or directory
  805. conftest.cpp: In function 'int main()':
  806. conftest.cpp:28: error: 'omp_get_num_threads' was not declared in this scope
  807. configure:15829: $? = 1
  808. configure: failed program was:
  809. | /* confdefs.h */
  810. | #define PACKAGE_NAME "opencv"
  811. | #define PACKAGE_TARNAME "opencv"
  812. | #define PACKAGE_VERSION "2.0.0"
  813. | #define PACKAGE_STRING "opencv 2.0.0"
  814. | #define PACKAGE_BUGREPORT "[email protected]"
  815. | #define PACKAGE_URL ""
  816. | #define PACKAGE "opencv"
  817. | #define VERSION "2.0.0"
  818. | #define STDC_HEADERS 1
  819. | #define HAVE_SYS_TYPES_H 1
  820. | #define HAVE_SYS_STAT_H 1
  821. | #define HAVE_STDLIB_H 1
  822. | #define HAVE_STRING_H 1
  823. | #define HAVE_MEMORY_H 1
  824. | #define HAVE_STRINGS_H 1
  825. | #define HAVE_INTTYPES_H 1
  826. | #define HAVE_STDINT_H 1
  827. | #define HAVE_UNISTD_H 1
  828. | #define HAVE_DLFCN_H 1
  829. | #define LT_OBJDIR ".libs/"
  830. | /* end confdefs.h. */
  831. |
  832. | #ifndef _OPENMP
  833. | choke me
  834. | #endif
  835. | #include <omp.h>
  836. | int main () { return omp_get_num_threads (); }
  837. |
  838. configure:15843: result: unsupported
  839. configure:15868: checking for x86 cpuid output
  840. configure:15929: result: unknown
  841. configure:15948: checking for x86 cpuid 0x00000001 output
  842. configure:16009: result: unknown
  843. configure:16023: checking whether mmx is supported
  844. configure:16037: result: no
  845. configure:16040: checking whether sse is supported
  846. configure:16054: result: no
  847. configure:16057: checking whether sse2 is supported
  848. configure:16069: result: no
  849. configure:16072: checking whether sse3 is supported
  850. configure:16086: result: no
  851. configure:16089: checking whether ssse3 is supported
  852. configure:16103: result: no
  853. configure:16307: checking whether to build debug version
  854. configure:16321: result: no
  855. configure:16329: checking whether to enable aggressive optimization flags
  856. configure:16335: result: yes
  857. configure:16403: checking for pow in -lm
  858. configure:16428: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lm >&5
  859. configure:16428: $? = 0
  860. configure:16437: result: yes
  861. configure:16448: checking for dlopen in -ldl
  862. configure:16473: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -ldl -lm >&5
  863. configure:16473: $? = 0
  864. configure:16482: result: yes
  865. configure:16493: checking for pthread_create in -lpthread
  866. configure:16518: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lpthread -ldl -lm >&5
  867. configure:16518: $? = 0
  868. configure:16527: result: yes
  869. configure:16538: checking for gzputs in -lz
  870. configure:16563: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lz -lpthread -ldl -lm >&5
  871. configure:16563: $? = 0
  872. configure:16572: result: yes
  873. configure:16585: checking whether byte ordering is bigendian
  874. configure:16600: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  875. conftest.cpp:28: error: expected unqualified-id before '!' token
  876. configure:16600: $? = 1
  877. configure: failed program was:
  878. | /* confdefs.h */
  879. | #define PACKAGE_NAME "opencv"
  880. | #define PACKAGE_TARNAME "opencv"
  881. | #define PACKAGE_VERSION "2.0.0"
  882. | #define PACKAGE_STRING "opencv 2.0.0"
  883. | #define PACKAGE_BUGREPORT "[email protected]"
  884. | #define PACKAGE_URL ""
  885. | #define PACKAGE "opencv"
  886. | #define VERSION "2.0.0"
  887. | #define STDC_HEADERS 1
  888. | #define HAVE_SYS_TYPES_H 1
  889. | #define HAVE_SYS_STAT_H 1
  890. | #define HAVE_STDLIB_H 1
  891. | #define HAVE_STRING_H 1
  892. | #define HAVE_MEMORY_H 1
  893. | #define HAVE_STRINGS_H 1
  894. | #define HAVE_INTTYPES_H 1
  895. | #define HAVE_STDINT_H 1
  896. | #define HAVE_UNISTD_H 1
  897. | #define HAVE_DLFCN_H 1
  898. | #define LT_OBJDIR ".libs/"
  899. | #define HAVE_LIBM 1
  900. | #define HAVE_LIBDL 1
  901. | #define HAVE_LIBPTHREAD 1
  902. | #define HAVE_LIBZ 1
  903. | /* end confdefs.h. */
  904. | #ifndef __APPLE_CC__
  905. | not a universal capable compiler
  906. | #endif
  907. | typedef int dummy;
  908. |
  909. configure:16645: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  910. configure:16645: $? = 0
  911. configure:16663: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  912. conftest.cpp: In function 'int main()':
  913. conftest.cpp:34: error: 'big' was not declared in this scope
  914. conftest.cpp:34: error: expected `;' before 'endian'
  915. configure:16663: $? = 1
  916. configure: failed program was:
  917. | /* confdefs.h */
  918. | #define PACKAGE_NAME "opencv"
  919. | #define PACKAGE_TARNAME "opencv"
  920. | #define PACKAGE_VERSION "2.0.0"
  921. | #define PACKAGE_STRING "opencv 2.0.0"
  922. | #define PACKAGE_BUGREPORT "[email protected]"
  923. | #define PACKAGE_URL ""
  924. | #define PACKAGE "opencv"
  925. | #define VERSION "2.0.0"
  926. | #define STDC_HEADERS 1
  927. | #define HAVE_SYS_TYPES_H 1
  928. | #define HAVE_SYS_STAT_H 1
  929. | #define HAVE_STDLIB_H 1
  930. | #define HAVE_STRING_H 1
  931. | #define HAVE_MEMORY_H 1
  932. | #define HAVE_STRINGS_H 1
  933. | #define HAVE_INTTYPES_H 1
  934. | #define HAVE_STDINT_H 1
  935. | #define HAVE_UNISTD_H 1
  936. | #define HAVE_DLFCN_H 1
  937. | #define LT_OBJDIR ".libs/"
  938. | #define HAVE_LIBM 1
  939. | #define HAVE_LIBDL 1
  940. | #define HAVE_LIBPTHREAD 1
  941. | #define HAVE_LIBZ 1
  942. | /* end confdefs.h. */
  943. | #include <sys/types.h>
  944. | #include <sys/param.h>
  945. |
  946. | int
  947. | main ()
  948. | {
  949. | #if BYTE_ORDER != BIG_ENDIAN
  950. | not big endian
  951. | #endif
  952. |
  953. | ;
  954. | return 0;
  955. | }
  956. configure:16791: result: no
  957. configure:16812: checking for size_t
  958. configure:16812: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  959. configure:16812: $? = 0
  960. configure:16812: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  961. conftest.cpp: In function 'int main()':
  962. conftest.cpp:63: error: expected primary-expression before ')' token
  963. configure:16812: $? = 1
  964. configure: failed program was:
  965. | /* confdefs.h */
  966. | #define PACKAGE_NAME "opencv"
  967. | #define PACKAGE_TARNAME "opencv"
  968. | #define PACKAGE_VERSION "2.0.0"
  969. | #define PACKAGE_STRING "opencv 2.0.0"
  970. | #define PACKAGE_BUGREPORT "[email protected]"
  971. | #define PACKAGE_URL ""
  972. | #define PACKAGE "opencv"
  973. | #define VERSION "2.0.0"
  974. | #define STDC_HEADERS 1
  975. | #define HAVE_SYS_TYPES_H 1
  976. | #define HAVE_SYS_STAT_H 1
  977. | #define HAVE_STDLIB_H 1
  978. | #define HAVE_STRING_H 1
  979. | #define HAVE_MEMORY_H 1
  980. | #define HAVE_STRINGS_H 1
  981. | #define HAVE_INTTYPES_H 1
  982. | #define HAVE_STDINT_H 1
  983. | #define HAVE_UNISTD_H 1
  984. | #define HAVE_DLFCN_H 1
  985. | #define LT_OBJDIR ".libs/"
  986. | #define HAVE_LIBM 1
  987. | #define HAVE_LIBDL 1
  988. | #define HAVE_LIBPTHREAD 1
  989. | #define HAVE_LIBZ 1
  990. | /* end confdefs.h. */
  991. | #include <stdio.h>
  992. | #ifdef HAVE_SYS_TYPES_H
  993. | # include <sys/types.h>
  994. | #endif
  995. | #ifdef HAVE_SYS_STAT_H
  996. | # include <sys/stat.h>
  997. | #endif
  998. | #ifdef STDC_HEADERS
  999. | # include <stdlib.h>
  1000. | # include <stddef.h>
  1001. | #else
  1002. | # ifdef HAVE_STDLIB_H
  1003. | # include <stdlib.h>
  1004. | # endif
  1005. | #endif
  1006. | #ifdef HAVE_STRING_H
  1007. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1008. | # include <memory.h>
  1009. | # endif
  1010. | # include <string.h>
  1011. | #endif
  1012. | #ifdef HAVE_STRINGS_H
  1013. | # include <strings.h>
  1014. | #endif
  1015. | #ifdef HAVE_INTTYPES_H
  1016. | # include <inttypes.h>
  1017. | #endif
  1018. | #ifdef HAVE_STDINT_H
  1019. | # include <stdint.h>
  1020. | #endif
  1021. | #ifdef HAVE_UNISTD_H
  1022. | # include <unistd.h>
  1023. | #endif
  1024. | int
  1025. | main ()
  1026. | {
  1027. | if (sizeof ((size_t)))
  1028. | return 0;
  1029. | ;
  1030. | return 0;
  1031. | }
  1032. configure:16812: result: yes
  1033. configure:16826: checking for working alloca.h
  1034. configure:16843: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lz -lpthread -ldl -lm >&5
  1035. configure:16843: $? = 0
  1036. configure:16851: result: yes
  1037. configure:16859: checking for alloca
  1038. configure:16896: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lz -lpthread -ldl -lm >&5
  1039. configure:16896: $? = 0
  1040. configure:16904: result: yes
  1041. configure:17012: checking malloc.h usability
  1042. configure:17012: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  1043. configure:17012: $? = 0
  1044. configure:17012: result: yes
  1045. configure:17012: checking malloc.h presence
  1046. configure:17012: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  1047. configure:17012: $? = 0
  1048. configure:17012: result: yes
  1049. configure:17012: checking for malloc.h
  1050. configure:17012: result: yes
  1051. configure:17024: checking assert.h usability
  1052. configure:17024: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  1053. configure:17024: $? = 0
  1054. configure:17024: result: yes
  1055. configure:17024: checking assert.h presence
  1056. configure:17024: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  1057. configure:17024: $? = 0
  1058. configure:17024: result: yes
  1059. configure:17024: checking for assert.h
  1060. configure:17024: result: yes
  1061. configure:17036: checking for lrint
  1062. configure:17036: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lz -lpthread -ldl -lm >&5
  1063. configure:17036: $? = 0
  1064. configure:17036: result: yes
  1065. configure:17045: checking for library containing clock_gettime
  1066. configure:17076: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lz -lpthread -ldl -lm >&5
  1067. /tmp/cc0Txn1y.o: In function `main':
  1068. conftest.cpp:(.text+0x8): undefined reference to `clock_gettime'
  1069. collect2: ld returned 1 exit status
  1070. configure:17076: $? = 1
  1071. configure: failed program was:
  1072. | /* confdefs.h */
  1073. | #define PACKAGE_NAME "opencv"
  1074. | #define PACKAGE_TARNAME "opencv"
  1075. | #define PACKAGE_VERSION "2.0.0"
  1076. | #define PACKAGE_STRING "opencv 2.0.0"
  1077. | #define PACKAGE_BUGREPORT "[email protected]"
  1078. | #define PACKAGE_URL ""
  1079. | #define PACKAGE "opencv"
  1080. | #define VERSION "2.0.0"
  1081. | #define STDC_HEADERS 1
  1082. | #define HAVE_SYS_TYPES_H 1
  1083. | #define HAVE_SYS_STAT_H 1
  1084. | #define HAVE_STDLIB_H 1
  1085. | #define HAVE_STRING_H 1
  1086. | #define HAVE_MEMORY_H 1
  1087. | #define HAVE_STRINGS_H 1
  1088. | #define HAVE_INTTYPES_H 1
  1089. | #define HAVE_STDINT_H 1
  1090. | #define HAVE_UNISTD_H 1
  1091. | #define HAVE_DLFCN_H 1
  1092. | #define LT_OBJDIR ".libs/"
  1093. | #define HAVE_LIBM 1
  1094. | #define HAVE_LIBDL 1
  1095. | #define HAVE_LIBPTHREAD 1
  1096. | #define HAVE_LIBZ 1
  1097. | #define HAVE_ALLOCA_H 1
  1098. | #define HAVE_ALLOCA 1
  1099. | #define HAVE_MALLOC_H 1
  1100. | #define HAVE_ASSERT_H 1
  1101. | #define HAVE_LRINT 1
  1102. | /* end confdefs.h. */
  1103. |
  1104. | /* Override any GCC internal prototype to avoid an error.
  1105. | Use char because int might match the return type of a GCC
  1106. | builtin and then its argument prototype would still apply. */
  1107. | #ifdef __cplusplus
  1108. | extern "C"
  1109. | #endif
  1110. | char clock_gettime ();
  1111. | int
  1112. | main ()
  1113. | {
  1114. | return clock_gettime ();
  1115. | ;
  1116. | return 0;
  1117. | }
  1118. configure:17076: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lrt -lz -lpthread -ldl -lm >&5
  1119. configure:17076: $? = 0
  1120. configure:17093: result: -lrt
  1121. configure:18096: checking ffmpeg/avcodec.h usability
  1122. configure:18096: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  1123. conftest.cpp:65:28: error: ffmpeg/avcodec.h: No such file or directory
  1124. configure:18096: $? = 1
  1125. configure: failed program was:
  1126. | /* confdefs.h */
  1127. | #define PACKAGE_NAME "opencv"
  1128. | #define PACKAGE_TARNAME "opencv"
  1129. | #define PACKAGE_VERSION "2.0.0"
  1130. | #define PACKAGE_STRING "opencv 2.0.0"
  1131. | #define PACKAGE_BUGREPORT "[email protected]"
  1132. | #define PACKAGE_URL ""
  1133. | #define PACKAGE "opencv"
  1134. | #define VERSION "2.0.0"
  1135. | #define STDC_HEADERS 1
  1136. | #define HAVE_SYS_TYPES_H 1
  1137. | #define HAVE_SYS_STAT_H 1
  1138. | #define HAVE_STDLIB_H 1
  1139. | #define HAVE_STRING_H 1
  1140. | #define HAVE_MEMORY_H 1
  1141. | #define HAVE_STRINGS_H 1
  1142. | #define HAVE_INTTYPES_H 1
  1143. | #define HAVE_STDINT_H 1
  1144. | #define HAVE_UNISTD_H 1
  1145. | #define HAVE_DLFCN_H 1
  1146. | #define LT_OBJDIR ".libs/"
  1147. | #define HAVE_LIBM 1
  1148. | #define HAVE_LIBDL 1
  1149. | #define HAVE_LIBPTHREAD 1
  1150. | #define HAVE_LIBZ 1
  1151. | #define HAVE_ALLOCA_H 1
  1152. | #define HAVE_ALLOCA 1
  1153. | #define HAVE_MALLOC_H 1
  1154. | #define HAVE_ASSERT_H 1
  1155. | #define HAVE_LRINT 1
  1156. | /* end confdefs.h. */
  1157. | #include <stdio.h>
  1158. | #ifdef HAVE_SYS_TYPES_H
  1159. | # include <sys/types.h>
  1160. | #endif
  1161. | #ifdef HAVE_SYS_STAT_H
  1162. | # include <sys/stat.h>
  1163. | #endif
  1164. | #ifdef STDC_HEADERS
  1165. | # include <stdlib.h>
  1166. | # include <stddef.h>
  1167. | #else
  1168. | # ifdef HAVE_STDLIB_H
  1169. | # include <stdlib.h>
  1170. | # endif
  1171. | #endif
  1172. | #ifdef HAVE_STRING_H
  1173. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1174. | # include <memory.h>
  1175. | # endif
  1176. | # include <string.h>
  1177. | #endif
  1178. | #ifdef HAVE_STRINGS_H
  1179. | # include <strings.h>
  1180. | #endif
  1181. | #ifdef HAVE_INTTYPES_H
  1182. | # include <inttypes.h>
  1183. | #endif
  1184. | #ifdef HAVE_STDINT_H
  1185. | # include <stdint.h>
  1186. | #endif
  1187. | #ifdef HAVE_UNISTD_H
  1188. | # include <unistd.h>
  1189. | #endif
  1190. | #include <ffmpeg/avcodec.h>
  1191. configure:18096: result: no
  1192. configure:18096: checking ffmpeg/avcodec.h presence
  1193. configure:18096: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  1194. conftest.cpp:32:28: error: ffmpeg/avcodec.h: No such file or directory
  1195. configure:18096: $? = 1
  1196. configure: failed program was:
  1197. | /* confdefs.h */
  1198. | #define PACKAGE_NAME "opencv"
  1199. | #define PACKAGE_TARNAME "opencv"
  1200. | #define PACKAGE_VERSION "2.0.0"
  1201. | #define PACKAGE_STRING "opencv 2.0.0"
  1202. | #define PACKAGE_BUGREPORT "[email protected]"
  1203. | #define PACKAGE_URL ""
  1204. | #define PACKAGE "opencv"
  1205. | #define VERSION "2.0.0"
  1206. | #define STDC_HEADERS 1
  1207. | #define HAVE_SYS_TYPES_H 1
  1208. | #define HAVE_SYS_STAT_H 1
  1209. | #define HAVE_STDLIB_H 1
  1210. | #define HAVE_STRING_H 1
  1211. | #define HAVE_MEMORY_H 1
  1212. | #define HAVE_STRINGS_H 1
  1213. | #define HAVE_INTTYPES_H 1
  1214. | #define HAVE_STDINT_H 1
  1215. | #define HAVE_UNISTD_H 1
  1216. | #define HAVE_DLFCN_H 1
  1217. | #define LT_OBJDIR ".libs/"
  1218. | #define HAVE_LIBM 1
  1219. | #define HAVE_LIBDL 1
  1220. | #define HAVE_LIBPTHREAD 1
  1221. | #define HAVE_LIBZ 1
  1222. | #define HAVE_ALLOCA_H 1
  1223. | #define HAVE_ALLOCA 1
  1224. | #define HAVE_MALLOC_H 1
  1225. | #define HAVE_ASSERT_H 1
  1226. | #define HAVE_LRINT 1
  1227. | /* end confdefs.h. */
  1228. | #include <ffmpeg/avcodec.h>
  1229. configure:18096: result: no
  1230. configure:18096: checking for ffmpeg/avcodec.h
  1231. configure:18096: result: no
  1232. configure:18096: checking libavcodec/avcodec.h usability
  1233. configure:18096: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  1234. configure:18096: $? = 0
  1235. configure:18096: result: yes
  1236. configure:18096: checking libavcodec/avcodec.h presence
  1237. configure:18096: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  1238. configure:18096: $? = 0
  1239. configure:18096: result: yes
  1240. configure:18096: checking for libavcodec/avcodec.h
  1241. configure:18096: result: yes
  1242. configure:18109: checking ffmpeg/avformat.h usability
  1243. configure:18109: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  1244. conftest.cpp:66:29: error: ffmpeg/avformat.h: No such file or directory
  1245. configure:18109: $? = 1
  1246. configure: failed program was:
  1247. | /* confdefs.h */
  1248. | #define PACKAGE_NAME "opencv"
  1249. | #define PACKAGE_TARNAME "opencv"
  1250. | #define PACKAGE_VERSION "2.0.0"
  1251. | #define PACKAGE_STRING "opencv 2.0.0"
  1252. | #define PACKAGE_BUGREPORT "[email protected]"
  1253. | #define PACKAGE_URL ""
  1254. | #define PACKAGE "opencv"
  1255. | #define VERSION "2.0.0"
  1256. | #define STDC_HEADERS 1
  1257. | #define HAVE_SYS_TYPES_H 1
  1258. | #define HAVE_SYS_STAT_H 1
  1259. | #define HAVE_STDLIB_H 1
  1260. | #define HAVE_STRING_H 1
  1261. | #define HAVE_MEMORY_H 1
  1262. | #define HAVE_STRINGS_H 1
  1263. | #define HAVE_INTTYPES_H 1
  1264. | #define HAVE_STDINT_H 1
  1265. | #define HAVE_UNISTD_H 1
  1266. | #define HAVE_DLFCN_H 1
  1267. | #define LT_OBJDIR ".libs/"
  1268. | #define HAVE_LIBM 1
  1269. | #define HAVE_LIBDL 1
  1270. | #define HAVE_LIBPTHREAD 1
  1271. | #define HAVE_LIBZ 1
  1272. | #define HAVE_ALLOCA_H 1
  1273. | #define HAVE_ALLOCA 1
  1274. | #define HAVE_MALLOC_H 1
  1275. | #define HAVE_ASSERT_H 1
  1276. | #define HAVE_LRINT 1
  1277. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  1278. | /* end confdefs.h. */
  1279. | #include <stdio.h>
  1280. | #ifdef HAVE_SYS_TYPES_H
  1281. | # include <sys/types.h>
  1282. | #endif
  1283. | #ifdef HAVE_SYS_STAT_H
  1284. | # include <sys/stat.h>
  1285. | #endif
  1286. | #ifdef STDC_HEADERS
  1287. | # include <stdlib.h>
  1288. | # include <stddef.h>
  1289. | #else
  1290. | # ifdef HAVE_STDLIB_H
  1291. | # include <stdlib.h>
  1292. | # endif
  1293. | #endif
  1294. | #ifdef HAVE_STRING_H
  1295. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1296. | # include <memory.h>
  1297. | # endif
  1298. | # include <string.h>
  1299. | #endif
  1300. | #ifdef HAVE_STRINGS_H
  1301. | # include <strings.h>
  1302. | #endif
  1303. | #ifdef HAVE_INTTYPES_H
  1304. | # include <inttypes.h>
  1305. | #endif
  1306. | #ifdef HAVE_STDINT_H
  1307. | # include <stdint.h>
  1308. | #endif
  1309. | #ifdef HAVE_UNISTD_H
  1310. | # include <unistd.h>
  1311. | #endif
  1312. | #include <ffmpeg/avformat.h>
  1313. configure:18109: result: no
  1314. configure:18109: checking ffmpeg/avformat.h presence
  1315. configure:18109: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  1316. conftest.cpp:33:29: error: ffmpeg/avformat.h: No such file or directory
  1317. configure:18109: $? = 1
  1318. configure: failed program was:
  1319. | /* confdefs.h */
  1320. | #define PACKAGE_NAME "opencv"
  1321. | #define PACKAGE_TARNAME "opencv"
  1322. | #define PACKAGE_VERSION "2.0.0"
  1323. | #define PACKAGE_STRING "opencv 2.0.0"
  1324. | #define PACKAGE_BUGREPORT "[email protected]"
  1325. | #define PACKAGE_URL ""
  1326. | #define PACKAGE "opencv"
  1327. | #define VERSION "2.0.0"
  1328. | #define STDC_HEADERS 1
  1329. | #define HAVE_SYS_TYPES_H 1
  1330. | #define HAVE_SYS_STAT_H 1
  1331. | #define HAVE_STDLIB_H 1
  1332. | #define HAVE_STRING_H 1
  1333. | #define HAVE_MEMORY_H 1
  1334. | #define HAVE_STRINGS_H 1
  1335. | #define HAVE_INTTYPES_H 1
  1336. | #define HAVE_STDINT_H 1
  1337. | #define HAVE_UNISTD_H 1
  1338. | #define HAVE_DLFCN_H 1
  1339. | #define LT_OBJDIR ".libs/"
  1340. | #define HAVE_LIBM 1
  1341. | #define HAVE_LIBDL 1
  1342. | #define HAVE_LIBPTHREAD 1
  1343. | #define HAVE_LIBZ 1
  1344. | #define HAVE_ALLOCA_H 1
  1345. | #define HAVE_ALLOCA 1
  1346. | #define HAVE_MALLOC_H 1
  1347. | #define HAVE_ASSERT_H 1
  1348. | #define HAVE_LRINT 1
  1349. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  1350. | /* end confdefs.h. */
  1351. | #include <ffmpeg/avformat.h>
  1352. configure:18109: result: no
  1353. configure:18109: checking for ffmpeg/avformat.h
  1354. configure:18109: result: no
  1355. configure:18109: checking libavformat/avformat.h usability
  1356. configure:18109: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  1357. configure:18109: $? = 0
  1358. configure:18109: result: yes
  1359. configure:18109: checking libavformat/avformat.h presence
  1360. configure:18109: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  1361. configure:18109: $? = 0
  1362. configure:18109: result: yes
  1363. configure:18109: checking for libavformat/avformat.h
  1364. configure:18109: result: yes
  1365. configure:18121: checking for library containing avcodec_decode_video
  1366. configure:18152: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lrt -lz -lpthread -ldl -lm >&5
  1367. /tmp/ccE1ef2s.o: In function `main':
  1368. conftest.cpp:(.text+0x8): undefined reference to `avcodec_decode_video'
  1369. collect2: ld returned 1 exit status
  1370. configure:18152: $? = 1
  1371. configure: failed program was:
  1372. | /* confdefs.h */
  1373. | #define PACKAGE_NAME "opencv"
  1374. | #define PACKAGE_TARNAME "opencv"
  1375. | #define PACKAGE_VERSION "2.0.0"
  1376. | #define PACKAGE_STRING "opencv 2.0.0"
  1377. | #define PACKAGE_BUGREPORT "[email protected]"
  1378. | #define PACKAGE_URL ""
  1379. | #define PACKAGE "opencv"
  1380. | #define VERSION "2.0.0"
  1381. | #define STDC_HEADERS 1
  1382. | #define HAVE_SYS_TYPES_H 1
  1383. | #define HAVE_SYS_STAT_H 1
  1384. | #define HAVE_STDLIB_H 1
  1385. | #define HAVE_STRING_H 1
  1386. | #define HAVE_MEMORY_H 1
  1387. | #define HAVE_STRINGS_H 1
  1388. | #define HAVE_INTTYPES_H 1
  1389. | #define HAVE_STDINT_H 1
  1390. | #define HAVE_UNISTD_H 1
  1391. | #define HAVE_DLFCN_H 1
  1392. | #define LT_OBJDIR ".libs/"
  1393. | #define HAVE_LIBM 1
  1394. | #define HAVE_LIBDL 1
  1395. | #define HAVE_LIBPTHREAD 1
  1396. | #define HAVE_LIBZ 1
  1397. | #define HAVE_ALLOCA_H 1
  1398. | #define HAVE_ALLOCA 1
  1399. | #define HAVE_MALLOC_H 1
  1400. | #define HAVE_ASSERT_H 1
  1401. | #define HAVE_LRINT 1
  1402. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  1403. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  1404. | /* end confdefs.h. */
  1405. |
  1406. | /* Override any GCC internal prototype to avoid an error.
  1407. | Use char because int might match the return type of a GCC
  1408. | builtin and then its argument prototype would still apply. */
  1409. | #ifdef __cplusplus
  1410. | extern "C"
  1411. | #endif
  1412. | char avcodec_decode_video ();
  1413. | int
  1414. | main ()
  1415. | {
  1416. | return avcodec_decode_video ();
  1417. | ;
  1418. | return 0;
  1419. | }
  1420. configure:18152: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lavcodec_pic -lrt -lz -lpthread -ldl -lm >&5
  1421. /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lavcodec_pic
  1422. collect2: ld returned 1 exit status
  1423. configure:18152: $? = 1
  1424. configure: failed program was:
  1425. | /* confdefs.h */
  1426. | #define PACKAGE_NAME "opencv"
  1427. | #define PACKAGE_TARNAME "opencv"
  1428. | #define PACKAGE_VERSION "2.0.0"
  1429. | #define PACKAGE_STRING "opencv 2.0.0"
  1430. | #define PACKAGE_BUGREPORT "[email protected]"
  1431. | #define PACKAGE_URL ""
  1432. | #define PACKAGE "opencv"
  1433. | #define VERSION "2.0.0"
  1434. | #define STDC_HEADERS 1
  1435. | #define HAVE_SYS_TYPES_H 1
  1436. | #define HAVE_SYS_STAT_H 1
  1437. | #define HAVE_STDLIB_H 1
  1438. | #define HAVE_STRING_H 1
  1439. | #define HAVE_MEMORY_H 1
  1440. | #define HAVE_STRINGS_H 1
  1441. | #define HAVE_INTTYPES_H 1
  1442. | #define HAVE_STDINT_H 1
  1443. | #define HAVE_UNISTD_H 1
  1444. | #define HAVE_DLFCN_H 1
  1445. | #define LT_OBJDIR ".libs/"
  1446. | #define HAVE_LIBM 1
  1447. | #define HAVE_LIBDL 1
  1448. | #define HAVE_LIBPTHREAD 1
  1449. | #define HAVE_LIBZ 1
  1450. | #define HAVE_ALLOCA_H 1
  1451. | #define HAVE_ALLOCA 1
  1452. | #define HAVE_MALLOC_H 1
  1453. | #define HAVE_ASSERT_H 1
  1454. | #define HAVE_LRINT 1
  1455. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  1456. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  1457. | /* end confdefs.h. */
  1458. |
  1459. | /* Override any GCC internal prototype to avoid an error.
  1460. | Use char because int might match the return type of a GCC
  1461. | builtin and then its argument prototype would still apply. */
  1462. | #ifdef __cplusplus
  1463. | extern "C"
  1464. | #endif
  1465. | char avcodec_decode_video ();
  1466. | int
  1467. | main ()
  1468. | {
  1469. | return avcodec_decode_video ();
  1470. | ;
  1471. | return 0;
  1472. | }
  1473. configure:18152: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lavcodec -lrt -lz -lpthread -ldl -lm >&5
  1474. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `ff_log_ask_for_sample':
  1475. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:1146: undefined reference to `av_log'
  1476. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:1147: undefined reference to `av_log'
  1477. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_decode_audio2':
  1478. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:569: undefined reference to `av_log'
  1479. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:564: undefined reference to `av_log'
  1480. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_encode_subtitle':
  1481. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:522: undefined reference to `av_log'
  1482. /install/ffmpeg/lib/libavcodec.a(utils.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:353: more undefined references to `av_log' follow
  1483. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `av_parse_video_frame_rate':
  1484. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:1121: undefined reference to `av_d2q'
  1485. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `av_tempfile':
  1486. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:980: undefined reference to `av_malloc'
  1487. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:999: undefined reference to `av_log'
  1488. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:984: undefined reference to `av_log'
  1489. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_default_free_buffers':
  1490. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:869: undefined reference to `av_freep'
  1491. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:869: undefined reference to `av_freep'
  1492. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:869: undefined reference to `av_freep'
  1493. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:869: undefined reference to `av_freep'
  1494. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:873: undefined reference to `av_freep'
  1495. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_string':
  1496. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:762: undefined reference to `av_strlcat'
  1497. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:741: undefined reference to `av_log_get_level'
  1498. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:742: undefined reference to `av_gcd'
  1499. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:732: undefined reference to `av_reduce'
  1500. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `av_fast_realloc':
  1501. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:78: undefined reference to `av_realloc'
  1502. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_alloc_frame':
  1503. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:412: undefined reference to `av_malloc'
  1504. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_check_dimensions':
  1505. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:195: undefined reference to `av_log'
  1506. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_encode_video':
  1507. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:502: undefined reference to `av_log'
  1508. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_check_dimensions':
  1509. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:195: undefined reference to `av_log'
  1510. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_default_get_buffer':
  1511. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:235: undefined reference to `av_freep'
  1512. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:235: undefined reference to `av_freep'
  1513. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:235: undefined reference to `av_freep'
  1514. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:235: undefined reference to `av_freep'
  1515. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:322: undefined reference to `av_log'
  1516. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:211: undefined reference to `av_log'
  1517. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_check_dimensions':
  1518. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:195: undefined reference to `av_log'
  1519. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_default_get_buffer':
  1520. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:207: undefined reference to `av_log'
  1521. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:219: undefined reference to `av_mallocz'
  1522. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:293: undefined reference to `av_malloc'
  1523. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:293: undefined reference to `av_malloc'
  1524. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `ff_log_missing_feature':
  1525. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:1133: undefined reference to `av_log'
  1526. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:1140: undefined reference to `av_log'
  1527. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `ff_log_ask_for_sample':
  1528. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:1147: undefined reference to `av_log'
  1529. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_default_free_buffers':
  1530. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:869: undefined reference to `av_freep'
  1531. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:869: undefined reference to `av_freep'
  1532. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:869: undefined reference to `av_freep'
  1533. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:869: undefined reference to `av_freep'
  1534. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:873: undefined reference to `av_freep'
  1535. /install/ffmpeg/lib/libavcodec.a(utils.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:617: more undefined references to `av_freep' follow
  1536. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_close':
  1537. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:607: undefined reference to `av_log'
  1538. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_open':
  1539. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:433: undefined reference to `av_log'
  1540. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:441: undefined reference to `av_mallocz'
  1541. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_check_dimensions':
  1542. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:195: undefined reference to `av_log'
  1543. /install/ffmpeg/lib/libavcodec.a(utils.o): In function `avcodec_open':
  1544. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:456: undefined reference to `av_freep'
  1545. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/utils.c:467: undefined reference to `av_freep'
  1546. /install/ffmpeg/lib/libavcodec.a(audioconvert.o): In function `av_audio_convert_free':
  1547. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/audioconvert.c:176: undefined reference to `av_free'
  1548. /install/ffmpeg/lib/libavcodec.a(audioconvert.o): In function `av_audio_convert_alloc':
  1549. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/audioconvert.c:165: undefined reference to `av_malloc'
  1550. /install/ffmpeg/lib/libavcodec.a(audioconvert.o): In function `avcodec_get_channel_layout_string':
  1551. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/audioconvert.c:131: undefined reference to `av_strlcpy'
  1552. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/audioconvert.c:138: undefined reference to `av_strlcat'
  1553. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/audioconvert.c:143: undefined reference to `av_strlcat'
  1554. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/audioconvert.c:144: undefined reference to `av_strlcat'
  1555. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/audioconvert.c:149: undefined reference to `av_strlcat'
  1556. /install/ffmpeg/lib/libavcodec.a(dsputil.o): In function `dsputil_init':
  1557. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/dsputil.c:4697: undefined reference to `av_log'
  1558. /install/ffmpeg/lib/libavcodec.a(dsputil.o): In function `ff_set_cmp':
  1559. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/dsputil.c:3480: undefined reference to `av_log'
  1560. /install/ffmpeg/lib/libavcodec.a(imgconvert.o): In function `deinterlace_bottom_field_inplace':
  1561. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/imgconvert.c:2937: undefined reference to `av_malloc'
  1562. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/imgconvert.c:2953: undefined reference to `av_free'
  1563. /install/ffmpeg/lib/libavcodec.a(imgconvert.o): In function `avpicture_free':
  1564. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/imgconvert.c:2106: undefined reference to `av_free'
  1565. /install/ffmpeg/lib/libavcodec.a(imgconvert.o): In function `avpicture_alloc':
  1566. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/imgconvert.c:2091: undefined reference to `av_malloc'
  1567. /install/ffmpeg/lib/libavcodec.a(imgconvert.o): In function `avpicture_free':
  1568. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/imgconvert.c:2106: undefined reference to `av_free'
  1569. /install/ffmpeg/lib/libavcodec.a(ac3dec.o): In function `decode_audio_block':
  1570. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1138: undefined reference to `av_log'
  1571. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1097: undefined reference to `av_log'
  1572. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1085: undefined reference to `av_log'
  1573. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:997: undefined reference to `av_log'
  1574. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:950: undefined reference to `av_log'
  1575. /install/ffmpeg/lib/libavcodec.a(ac3dec.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1047: more undefined references to `av_log' follow
  1576. /install/ffmpeg/lib/libavcodec.a(ac3dec.o): In function `ac3_decode_frame':
  1577. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1251: undefined reference to `av_crc_get_table'
  1578. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1251: undefined reference to `av_crc'
  1579. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1319: undefined reference to `av_log'
  1580. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1245: undefined reference to `av_log'
  1581. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1269: undefined reference to `av_log'
  1582. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1252: undefined reference to `av_log'
  1583. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1275: undefined reference to `av_log'
  1584. /install/ffmpeg/lib/libavcodec.a(ac3dec.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1282: more undefined references to `av_log' follow
  1585. /install/ffmpeg/lib/libavcodec.a(ac3dec.o): In function `ac3_decode_end':
  1586. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:1340: undefined reference to `av_freep'
  1587. /install/ffmpeg/lib/libavcodec.a(ac3dec.o): In function `ac3_decode_init':
  1588. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:196: undefined reference to `av_lfg_init'
  1589. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ac3dec.c:217: undefined reference to `av_mallocz'
  1590. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `calc_rice_params':
  1591. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:531: undefined reference to `av_malloc'
  1592. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:548: undefined reference to `av_freep'
  1593. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:550: undefined reference to `ff_log2_tab'
  1594. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `calc_rice_params_lpc':
  1595. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:582: undefined reference to `ff_log2_tab'
  1596. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `encode_residual':
  1597. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:928: undefined reference to `ff_log2_tab'
  1598. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `output_frame_header':
  1599. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1105: undefined reference to `av_crc_get_table'
  1600. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1105: undefined reference to `av_crc'
  1601. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `output_frame_footer':
  1602. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1248: undefined reference to `av_crc_get_table'
  1603. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1248: undefined reference to `av_crc'
  1604. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `put_bits':
  1605. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.h:233: undefined reference to `ff_log2_tab'
  1606. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `flac_encode_frame':
  1607. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1312: undefined reference to `av_log'
  1608. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `update_md5_sum':
  1609. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1263: undefined reference to `av_md5_update'
  1610. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `flac_encode_frame':
  1611. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1279: undefined reference to `av_log'
  1612. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1287: undefined reference to `av_md5_final'
  1613. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `flac_encode_close':
  1614. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1339: undefined reference to `av_freep'
  1615. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1341: undefined reference to `av_freep'
  1616. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:1343: undefined reference to `av_freep'
  1617. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `flac_encode_init':
  1618. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:228: undefined reference to `av_log'
  1619. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:256: undefined reference to `av_log'
  1620. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:297: undefined reference to `av_log'
  1621. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:293: undefined reference to `av_log'
  1622. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:319: undefined reference to `av_log'
  1623. /install/ffmpeg/lib/libavcodec.a(flacenc.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:344: more undefined references to `av_log' follow
  1624. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `flac_encode_init':
  1625. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:383: undefined reference to `av_malloc'
  1626. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:386: undefined reference to `av_md5_init'
  1627. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:388: undefined reference to `av_malloc'
  1628. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:232: undefined reference to `av_log'
  1629. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:279: undefined reference to `av_log'
  1630. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:285: undefined reference to `av_log'
  1631. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:254: undefined reference to `av_log'
  1632. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:302: undefined reference to `av_log'
  1633. /install/ffmpeg/lib/libavcodec.a(flacenc.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:315: more undefined references to `av_log' follow
  1634. /install/ffmpeg/lib/libavcodec.a(flacenc.o): In function `flac_encode_init':
  1635. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/flacenc.c:340: undefined reference to `av_md5_size'
  1636. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `decode_user_data':
  1637. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5828: undefined reference to `av_log'
  1638. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `h263_decode_block':
  1639. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:4679: undefined reference to `av_log'
  1640. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:4634: undefined reference to `av_log'
  1641. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:4612: undefined reference to `av_log'
  1642. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `check_marker':
  1643. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.h:726: undefined reference to `av_log'
  1644. /install/ffmpeg/lib/libavcodec.a(h263.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.h:726: more undefined references to `av_log' follow
  1645. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `ff_mpeg4_decode_picture_header':
  1646. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:6116: undefined reference to `ff_log2_tab'
  1647. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `check_marker':
  1648. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.h:726: undefined reference to `av_log'
  1649. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.h:726: undefined reference to `av_log'
  1650. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `decode_vol_header':
  1651. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5584: undefined reference to `av_log'
  1652. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5759: undefined reference to `av_log'
  1653. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `ff_mpeg4_decode_picture_header':
  1654. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:6122: undefined reference to `av_log'
  1655. /install/ffmpeg/lib/libavcodec.a(h263.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:6117: more undefined references to `av_log' follow
  1656. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `mpeg4_decode_video_packet_header':
  1657. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:3199: undefined reference to `ff_log2_tab'
  1658. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `mpeg4_decode_partitioned_mb':
  1659. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:3775: undefined reference to `av_log'
  1660. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `intel_h263_decode_picture_header':
  1661. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:6225: undefined reference to `av_log'
  1662. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `show_pict_info':
  1663. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:141: undefined reference to `av_log'
  1664. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `intel_h263_decode_picture_header':
  1665. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:6173: undefined reference to `av_log'
  1666. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:6179: undefined reference to `av_log'
  1667. /install/ffmpeg/lib/libavcodec.a(h263.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:6192: more undefined references to `av_log' follow
  1668. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `h263_decode_picture_header':
  1669. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5181: undefined reference to `av_gcd'
  1670. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5070: undefined reference to `av_log'
  1671. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5107: undefined reference to `av_log'
  1672. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5104: undefined reference to `av_log'
  1673. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5095: undefined reference to `av_log'
  1674. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:5178: undefined reference to `av_log'
  1675. /install/ffmpeg/lib/libavcodec.a(h263.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:2573: more undefined references to `av_log' follow
  1676. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `put_bits':
  1677. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.h:224: undefined reference to `ff_log2_tab'
  1678. /install/ffmpeg/lib/libavcodec.a(h263.o): In function `h263_encode_init':
  1679. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:2084: undefined reference to `av_malloc'
  1680. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263.c:2115: undefined reference to `ff_log2_tab'
  1681. /install/ffmpeg/lib/libavcodec.a(pngdec.o): In function `decode_frame':
  1682. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/pngdec.c:591: undefined reference to `av_freep'
  1683. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/pngdec.c:592: undefined reference to `av_freep'
  1684. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/pngdec.c:593: undefined reference to `av_freep'
  1685. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/pngdec.c:513: undefined reference to `av_mallocz'
  1686. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/pngdec.c:523: undefined reference to `av_malloc'
  1687. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/pngdec.c:518: undefined reference to `av_malloc'
  1688. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/pngdec.c:486: undefined reference to `av_log'
  1689. /install/ffmpeg/lib/libavcodec.a(rv10.o): In function `rv_decode_dc':
  1690. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:222: undefined reference to `av_log'
  1691. /install/ffmpeg/lib/libavcodec.a(rv10.o): In function `rv10_decode_packet':
  1692. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:410: undefined reference to `av_log'
  1693. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:619: undefined reference to `av_log'
  1694. /install/ffmpeg/lib/libavcodec.a(rv10.o): In function `rv20_decode_picture_header':
  1695. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:415: undefined reference to `av_log'
  1696. /install/ffmpeg/lib/libavcodec.a(rv10.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:625: more undefined references to `av_log' follow
  1697. /install/ffmpeg/lib/libavcodec.a(rv10.o): In function `get_slice_offset':
  1698. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:725: undefined reference to `ff_log2_tab'
  1699. /install/ffmpeg/lib/libavcodec.a(rv10.o): In function `rv10_decode_packet':
  1700. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:698: undefined reference to `av_log'
  1701. /install/ffmpeg/lib/libavcodec.a(rv10.o): In function `rv20_decode_picture_header':
  1702. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:456: undefined reference to `av_log'
  1703. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:441: undefined reference to `av_log'
  1704. /install/ffmpeg/lib/libavcodec.a(rv10.o): In function `rv10_decode_picture_header':
  1705. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:322: undefined reference to `av_log'
  1706. /install/ffmpeg/lib/libavcodec.a(rv10.o): In function `rv20_decode_picture_header':
  1707. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:431: undefined reference to `av_log'
  1708. /install/ffmpeg/lib/libavcodec.a(rv10.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rv10.c:493: more undefined references to `av_log' follow
  1709. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `ff_sqrt':
  1710. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_sqrt_tab'
  1711. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_log2_tab'
  1712. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `get_block_bits':
  1713. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:2777: undefined reference to `ff_log2_tab'
  1714. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `frame_start':
  1715. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4152: undefined reference to `av_log'
  1716. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `common_init_after_header':
  1717. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3763: undefined reference to `av_freep'
  1718. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3764: undefined reference to `av_mallocz'
  1719. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `slice_buffer_destroy':
  1720. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:575: undefined reference to `av_freep'
  1721. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:577: undefined reference to `av_freep'
  1722. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:578: undefined reference to `av_freep'
  1723. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `get_block_bits':
  1724. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:2753: undefined reference to `ff_log2_tab'
  1725. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `get_block_rd':
  1726. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:2863: undefined reference to `ff_log2_tab'
  1727. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `encode_subband_c0run':
  1728. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:1400: undefined reference to `av_log'
  1729. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `renorm_encoder':
  1730. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rangecoder.h:65: undefined reference to `ff_log2_tab'
  1731. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `put_rac':
  1732. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rangecoder.h:65: undefined reference to `ff_log2_tab'
  1733. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `mid_pred':
  1734. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3450: undefined reference to `ff_log2_tab'
  1735. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `get_penalty_factor':
  1736. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/dsputil.h:549: undefined reference to `ff_log2_tab'
  1737. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `encode_q_branch':
  1738. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:1916: undefined reference to `ff_log2_tab'
  1739. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `iterative_me':
  1740. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3207: undefined reference to `av_log'
  1741. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3207: undefined reference to `av_log'
  1742. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3249: undefined reference to `av_log'
  1743. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `encode_blocks':
  1744. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:2082: undefined reference to `av_log'
  1745. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `encode_frame':
  1746. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4413: undefined reference to `av_free'
  1747. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `encode_blocks':
  1748. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:2082: undefined reference to `av_log'
  1749. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `refill':
  1750. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rangecoder.h:106: undefined reference to `ff_log2_tab'
  1751. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `decode_header':
  1752. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3625: undefined reference to `av_log'
  1753. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3575: undefined reference to `av_log'
  1754. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3634: undefined reference to `av_log'
  1755. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3589: undefined reference to `av_log'
  1756. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `slice_buffer_init':
  1757. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:517: undefined reference to `av_mallocz'
  1758. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:518: undefined reference to `av_malloc'
  1759. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:521: undefined reference to `av_malloc'
  1760. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `alloc_blocks':
  1761. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:1629: undefined reference to `av_free'
  1762. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:1630: undefined reference to `av_mallocz'
  1763. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `decode_frame':
  1764. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4640: undefined reference to `av_free'
  1765. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4640: undefined reference to `av_free'
  1766. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4640: undefined reference to `av_free'
  1767. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4640: undefined reference to `av_free'
  1768. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4640: undefined reference to `av_free'
  1769. /install/ffmpeg/lib/libavcodec.a(snow.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4640: more undefined references to `av_free' follow
  1770. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `decode_frame':
  1771. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4651: undefined reference to `av_log'
  1772. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4524: undefined reference to `av_log'
  1773. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `refill':
  1774. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/rangecoder.h:117: undefined reference to `ff_log2_tab'
  1775. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `common_end':
  1776. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4444: undefined reference to `av_freep'
  1777. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4445: undefined reference to `av_freep'
  1778. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4448: undefined reference to `av_freep'
  1779. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4449: undefined reference to `av_freep'
  1780. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4450: undefined reference to `av_freep'
  1781. /install/ffmpeg/lib/libavcodec.a(snow.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4451: more undefined references to `av_freep' follow
  1782. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `encode_end':
  1783. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4479: undefined reference to `av_free'
  1784. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `common_init':
  1785. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3708: undefined reference to `av_mallocz'
  1786. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3709: undefined reference to `av_mallocz'
  1787. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3716: undefined reference to `av_malloc'
  1788. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `alloc_blocks':
  1789. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:1629: undefined reference to `av_free'
  1790. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:1630: undefined reference to `av_mallocz'
  1791. /install/ffmpeg/lib/libavcodec.a(snow.o): In function `encode_init':
  1792. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4018: undefined reference to `av_mallocz'
  1793. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4020: undefined reference to `av_mallocz'
  1794. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4021: undefined reference to `av_mallocz'
  1795. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4022: undefined reference to `av_mallocz'
  1796. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4051: undefined reference to `av_log'
  1797. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3980: undefined reference to `av_log'
  1798. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:3988: undefined reference to `av_log'
  1799. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4029: undefined reference to `av_mallocz'
  1800. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4067: undefined reference to `av_mallocz'
  1801. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/snow.c:4068: undefined reference to `av_mallocz'
  1802. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_residue_decode':
  1803. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1428: undefined reference to `av_log'
  1804. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_free':
  1805. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:179: undefined reference to `av_freep'
  1806. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:180: undefined reference to `av_freep'
  1807. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:181: undefined reference to `av_freep'
  1808. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:183: undefined reference to `av_freep'
  1809. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:184: undefined reference to `av_freep'
  1810. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:190: undefined reference to `av_free'
  1811. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:193: undefined reference to `av_freep'
  1812. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:197: undefined reference to `av_free'
  1813. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:198: undefined reference to `av_free'
  1814. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:199: undefined reference to `av_free'
  1815. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:200: undefined reference to `av_free'
  1816. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:203: undefined reference to `av_free'
  1817. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:206: undefined reference to `av_freep'
  1818. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:209: undefined reference to `av_free'
  1819. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:210: undefined reference to `av_free'
  1820. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:211: undefined reference to `av_free'
  1821. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:213: undefined reference to `av_freep'
  1822. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:216: undefined reference to `av_freep'
  1823. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:217: undefined reference to `av_freep'
  1824. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_audio_packet':
  1825. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1491: undefined reference to `av_log'
  1826. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1501: undefined reference to `av_log'
  1827. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1501: undefined reference to `ff_log2_tab'
  1828. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_floor0_decode':
  1829. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1050: undefined reference to `av_log'
  1830. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1091: undefined reference to `ff_log2_tab'
  1831. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_floor1_decode':
  1832. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1255: undefined reference to `ff_log2_tab'
  1833. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_codebooks':
  1834. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:235: undefined reference to `av_mallocz'
  1835. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:236: undefined reference to `av_mallocz'
  1836. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:237: undefined reference to `av_mallocz'
  1837. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:413: undefined reference to `av_free'
  1838. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:414: undefined reference to `av_free'
  1839. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:317: undefined reference to `av_log'
  1840. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:419: undefined reference to `av_free'
  1841. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:420: undefined reference to `av_free'
  1842. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:395: undefined reference to `av_log'
  1843. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:349: undefined reference to `av_mallocz'
  1844. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:259: undefined reference to `av_log'
  1845. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:248: undefined reference to `av_log'
  1846. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:254: undefined reference to `av_log'
  1847. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:389: undefined reference to `av_log'
  1848. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:408: undefined reference to `av_log'
  1849. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:383: more undefined references to `av_log' follow
  1850. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_codebooks':
  1851. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:383: undefined reference to `ff_log2_tab'
  1852. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr':
  1853. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:855: undefined reference to `av_log'
  1854. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:860: undefined reference to `av_log'
  1855. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_tdtransforms':
  1856. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:437: undefined reference to `av_log'
  1857. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr':
  1858. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:864: undefined reference to `av_log'
  1859. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_floors':
  1860. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:457: undefined reference to `av_mallocz'
  1861. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:563: undefined reference to `av_malloc'
  1862. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr':
  1863. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:868: undefined reference to `av_log'
  1864. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `create_map':
  1865. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:795: undefined reference to `av_malloc'
  1866. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_floors':
  1867. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:586: undefined reference to `av_malloc'
  1868. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_residues':
  1869. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:630: undefined reference to `av_mallocz'
  1870. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:690: undefined reference to `ff_log2_tab'
  1871. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_mappings':
  1872. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:708: undefined reference to `av_mallocz'
  1873. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:753: undefined reference to `av_mallocz'
  1874. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_modes':
  1875. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:826: undefined reference to `av_mallocz'
  1876. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr':
  1877. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:884: undefined reference to `av_log'
  1878. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_residues':
  1879. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:682: undefined reference to `av_log'
  1880. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr':
  1881. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:872: undefined reference to `av_log'
  1882. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_mappings':
  1883. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:748: undefined reference to `av_log'
  1884. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr':
  1885. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:876: undefined reference to `av_log'
  1886. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:770: more undefined references to `av_log' follow
  1887. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_mappings':
  1888. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:727: undefined reference to `av_mallocz'
  1889. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:728: undefined reference to `av_mallocz'
  1890. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:716: undefined reference to `av_log'
  1891. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_modes':
  1892. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:838: undefined reference to `av_log'
  1893. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr':
  1894. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:880: undefined reference to `av_log'
  1895. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_mappings':
  1896. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:737: undefined reference to `av_log'
  1897. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:733: undefined reference to `av_log'
  1898. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:658: more undefined references to `av_log' follow
  1899. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_setup_hdr_floors':
  1900. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:525: undefined reference to `av_mallocz'
  1901. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:498: undefined reference to `av_log'
  1902. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_id_hdr':
  1903. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:900: undefined reference to `av_log'
  1904. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_decode_init':
  1905. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1003: undefined reference to `av_log'
  1906. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_id_hdr':
  1907. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:921: undefined reference to `av_log'
  1908. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_decode_init':
  1909. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:999: undefined reference to `av_log'
  1910. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_id_hdr':
  1911. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:931: undefined reference to `av_malloc'
  1912. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:939: undefined reference to `av_log'
  1913. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:915: undefined reference to `av_log'
  1914. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_decode_init':
  1915. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:992: undefined reference to `av_log'
  1916. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:987: undefined reference to `av_log'
  1917. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_parse_id_hdr':
  1918. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:943: undefined reference to `av_malloc'
  1919. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:944: undefined reference to `av_malloc'
  1920. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:945: undefined reference to `av_mallocz'
  1921. /install/ffmpeg/lib/libavcodec.a(vorbis_dec.o): In function `vorbis_decode_init':
  1922. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1011: undefined reference to `av_log'
  1923. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/vorbis_dec.c:1016: undefined reference to `av_log'
  1924. /install/ffmpeg/lib/libavcodec.a(bitstream.o): In function `free_vlc':
  1925. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.c:318: undefined reference to `av_freep'
  1926. /install/ffmpeg/lib/libavcodec.a(bitstream.o): In function `alloc_table':
  1927. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.c:132: undefined reference to `av_realloc'
  1928. /install/ffmpeg/lib/libavcodec.a(bitstream.o): In function `build_table':
  1929. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.c:199: undefined reference to `av_log'
  1930. /install/ffmpeg/lib/libavcodec.a(bitstream.o): In function `ff_realloc_static':
  1931. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.c:54: undefined reference to `av_realloc'
  1932. /install/ffmpeg/lib/libavcodec.a(bitstream.o): In function `init_vlc_sparse':
  1933. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.c:311: undefined reference to `av_log'
  1934. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.c:307: undefined reference to `av_freep'
  1935. /install/ffmpeg/lib/libavcodec.a(parser.o): In function `ff_parse1_close':
  1936. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:307: undefined reference to `av_free'
  1937. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:308: undefined reference to `av_free'
  1938. /install/ffmpeg/lib/libavcodec.a(parser.o): In function `av_parser_close':
  1939. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:220: undefined reference to `av_free'
  1940. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:221: undefined reference to `av_free'
  1941. /install/ffmpeg/lib/libavcodec.a(parser.o): In function `ff_parse_close':
  1942. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:300: undefined reference to `av_freep'
  1943. /install/ffmpeg/lib/libavcodec.a(parser.o): In function `av_parser_change':
  1944. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:204: undefined reference to `av_malloc'
  1945. /install/ffmpeg/lib/libavcodec.a(parser.o): In function `av_parser_init':
  1946. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:57: undefined reference to `av_mallocz'
  1947. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:61: undefined reference to `av_mallocz'
  1948. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:69: undefined reference to `av_free'
  1949. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:70: undefined reference to `av_free'
  1950. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/parser.c:63: undefined reference to `av_free'
  1951. /install/ffmpeg/lib/libavcodec.a(mdct.o): In function `ff_mdct_end':
  1952. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mdct.c:226: undefined reference to `av_freep'
  1953. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mdct.c:227: undefined reference to `av_freep'
  1954. /install/ffmpeg/lib/libavcodec.a(mdct.o): In function `ff_mdct_init':
  1955. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mdct.c:81: undefined reference to `av_malloc'
  1956. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mdct.c:84: undefined reference to `av_malloc'
  1957. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mdct.c:97: undefined reference to `av_freep'
  1958. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mdct.c:98: undefined reference to `av_freep'
  1959. /install/ffmpeg/lib/libavcodec.a(eac3dec.o): In function `ff_eac3_decode_transform_coeffs_aht_ch':
  1960. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eac3dec.c:111: undefined reference to `av_log'
  1961. /install/ffmpeg/lib/libavcodec.a(eac3dec.o): In function `ff_eac3_parse_header':
  1962. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eac3dec.c:190: undefined reference to `av_log'
  1963. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eac3dec.c:190: undefined reference to `ff_log2_tab'
  1964. /install/ffmpeg/lib/libavcodec.a(lpc.o): In function `ff_lpc_calc_coefs':
  1965. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/lpc.c:129: undefined reference to `av_init_lls'
  1966. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/lpc.c:148: undefined reference to `av_update_lls'
  1967. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/lpc.c:150: undefined reference to `av_solve_lls'
  1968. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/lpc.c:138: undefined reference to `av_evaluate_lls'
  1969. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `ff_sqrt':
  1970. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_sqrt_tab'
  1971. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_log2_tab'
  1972. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `ff_print_debug_info':
  1973. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:1105: undefined reference to `av_log'
  1974. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:1107: undefined reference to `av_log'
  1975. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:1138: undefined reference to `av_log'
  1976. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:1162: undefined reference to `av_log'
  1977. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:1170: undefined reference to `av_log'
  1978. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:1119: more undefined references to `av_log' follow
  1979. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `init_rl':
  1980. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:724: undefined reference to `av_malloc'
  1981. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:729: undefined reference to `av_malloc'
  1982. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:734: undefined reference to `av_malloc'
  1983. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `free_duplicate_context':
  1984. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:323: undefined reference to `av_freep'
  1985. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:324: undefined reference to `av_freep'
  1986. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:330: undefined reference to `av_freep'
  1987. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:331: undefined reference to `av_freep'
  1988. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:332: undefined reference to `av_freep'
  1989. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:333: more undefined references to `av_freep' follow
  1990. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `alloc_picture':
  1991. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:200: undefined reference to `av_log'
  1992. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:211: undefined reference to `av_mallocz'
  1993. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:212: undefined reference to `av_mallocz'
  1994. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:213: undefined reference to `av_mallocz'
  1995. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:216: undefined reference to `av_mallocz'
  1996. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:217: undefined reference to `av_mallocz'
  1997. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:218: more undefined references to `av_mallocz' follow
  1998. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `alloc_picture':
  1999. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:239: undefined reference to `av_log'
  2000. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:189: undefined reference to `av_log'
  2001. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:229: undefined reference to `av_mallocz'
  2002. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:231: undefined reference to `av_mallocz'
  2003. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:229: undefined reference to `av_mallocz'
  2004. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:231: undefined reference to `av_mallocz'
  2005. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:231: undefined reference to `av_log'
  2006. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:217: undefined reference to `av_log'
  2007. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:222: undefined reference to `av_mallocz'
  2008. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:224: undefined reference to `av_mallocz'
  2009. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:222: undefined reference to `av_mallocz'
  2010. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:224: undefined reference to `av_mallocz'
  2011. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:222: undefined reference to `av_mallocz'
  2012. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:224: more undefined references to `av_mallocz' follow
  2013. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `MPV_frame_start':
  2014. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:912: undefined reference to `av_log'
  2015. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:849: undefined reference to `av_log'
  2016. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `ff_find_unused_picture':
  2017. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:795: undefined reference to `av_log'
  2018. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `mpeg_motion_internal':
  2019. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_common.h:316: undefined reference to `av_log'
  2020. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_common.h:316: undefined reference to `av_log'
  2021. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_common.h:316: more undefined references to `av_log' follow
  2022. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `MPV_common_init':
  2023. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:474: undefined reference to `av_mallocz'
  2024. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:484: undefined reference to `av_mallocz'
  2025. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:485: undefined reference to `av_mallocz'
  2026. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:486: undefined reference to `av_mallocz'
  2027. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:487: undefined reference to `av_mallocz'
  2028. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:488: more undefined references to `av_mallocz' follow
  2029. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `MPV_common_init':
  2030. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:550: undefined reference to `av_log'
  2031. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:570: undefined reference to `av_log'
  2032. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:572: undefined reference to `av_mallocz'
  2033. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:576: undefined reference to `av_malloc'
  2034. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:577: undefined reference to `av_malloc'
  2035. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:578: undefined reference to `av_malloc'
  2036. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:587: undefined reference to `av_malloc'
  2037. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `init_duplicate_context':
  2038. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:293: undefined reference to `av_mallocz'
  2039. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:297: undefined reference to `av_mallocz'
  2040. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:303: undefined reference to `av_mallocz'
  2041. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:304: undefined reference to `av_mallocz'
  2042. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:309: undefined reference to `av_mallocz'
  2043. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:551: more undefined references to `av_mallocz' follow
  2044. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `MPV_common_init':
  2045. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:551: undefined reference to `av_log'
  2046. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:540: undefined reference to `av_log'
  2047. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `init_duplicate_context':
  2048. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:306: undefined reference to `av_mallocz'
  2049. /install/ffmpeg/lib/libavcodec.a(mpegvideo.o): In function `MPV_common_init':
  2050. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:528: undefined reference to `av_mallocz'
  2051. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:528: undefined reference to `av_mallocz'
  2052. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:515: undefined reference to `av_mallocz'
  2053. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:566: undefined reference to `av_log'
  2054. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:420: undefined reference to `av_log'
  2055. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo.c:415: undefined reference to `av_log'
  2056. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `ff_sqrt':
  2057. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_sqrt_tab'
  2058. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_log2_tab'
  2059. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `ff_convert_matrix':
  2060. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:126: undefined reference to `av_log'
  2061. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `copy_picture_attributes':
  2062. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:169: undefined reference to `av_log'
  2063. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:167: undefined reference to `av_log'
  2064. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:165: undefined reference to `av_log'
  2065. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:163: undefined reference to `av_log'
  2066. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `estimate_best_b_count':
  2067. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:913: undefined reference to `av_malloc'
  2068. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:946: undefined reference to `av_malloc'
  2069. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1004: undefined reference to `av_freep'
  2070. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1006: undefined reference to `av_freep'
  2071. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1009: undefined reference to `av_freep'
  2072. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `load_input_picture':
  2073. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:784: undefined reference to `av_log'
  2074. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:793: undefined reference to `av_log'
  2075. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `MPV_encode_picture':
  2076. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1299: undefined reference to `av_log'
  2077. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `select_input_picture':
  2078. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1094: undefined reference to `av_log'
  2079. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1109: undefined reference to `av_log'
  2080. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1279: more undefined references to `av_log' follow
  2081. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `ff_sqrt':
  2082. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_sqrt_tab'
  2083. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_log2_tab'
  2084. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `encode_thread':
  2085. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:2551: undefined reference to `av_log'
  2086. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `clip_coeffs':
  2087. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1409: undefined reference to `av_log'
  2088. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1409: undefined reference to `av_log'
  2089. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `encode_thread':
  2090. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:2066: undefined reference to `av_log'
  2091. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `encode_mb':
  2092. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1556: undefined reference to `ff_log2_tab'
  2093. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1556: undefined reference to `ff_sqrt_tab'
  2094. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `get_visual_weight':
  2095. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1423: undefined reference to `ff_log2_tab'
  2096. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1423: undefined reference to `ff_sqrt_tab'
  2097. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `encode_mb_internal':
  2098. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:1467: undefined reference to `ff_log2_tab'
  2099. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `MPV_encode_end':
  2100. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:728: undefined reference to `av_freep'
  2101. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o): In function `MPV_encode_init':
  2102. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:267: undefined reference to `av_log'
  2103. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:319: undefined reference to `av_log'
  2104. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:246: undefined reference to `av_log'
  2105. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:323: undefined reference to `av_log'
  2106. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:333: undefined reference to `av_log'
  2107. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:467: undefined reference to `av_gcd'
  2108. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:469: undefined reference to `av_log'
  2109. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:458: undefined reference to `av_log'
  2110. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:454: undefined reference to `av_log'
  2111. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:585: undefined reference to `ff_log2_tab'
  2112. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:540: undefined reference to `av_log'
  2113. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:530: undefined reference to `av_log'
  2114. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:494: undefined reference to `av_log'
  2115. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:448: undefined reference to `av_log'
  2116. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:463: undefined reference to `av_log'
  2117. /install/ffmpeg/lib/libavcodec.a(mpegvideo_enc.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpegvideo_enc.c:432: more undefined references to `av_log' follow
  2118. /install/ffmpeg/lib/libavcodec.a(motion_est.o): In function `ff_sqrt':
  2119. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_sqrt_tab'
  2120. /home/polmon/Downloads/ffmpeg-0.5.1/./libavutil/internal.h:178: undefined reference to `ff_log2_tab'
  2121. /install/ffmpeg/lib/libavcodec.a(motion_est.o): In function `ff_init_me':
  2122. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/motion_est.c:253: undefined reference to `av_log'
  2123. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/motion_est.c:246: undefined reference to `av_log'
  2124. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/motion_est.c:241: undefined reference to `av_log'
  2125. /install/ffmpeg/lib/libavcodec.a(motion_est.o): In function `check_input_motion':
  2126. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/motion_est.c:908: undefined reference to `av_log'
  2127. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/motion_est.c:829: undefined reference to `av_log'
  2128. /install/ffmpeg/lib/libavcodec.a(motion_est.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/motion_est.c:847: more undefined references to `av_log' follow
  2129. /install/ffmpeg/lib/libavcodec.a(motion_est.o): In function `ff_estimate_p_frame_motion':
  2130. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/motion_est.c:1193: undefined reference to `ff_log2_tab'
  2131. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/motion_est.c:1193: undefined reference to `ff_sqrt_tab'
  2132. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `qp2bits':
  2133. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:53: undefined reference to `av_log'
  2134. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `bits2qp':
  2135. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:60: undefined reference to `av_log'
  2136. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `ff_vbv_update':
  2137. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:297: undefined reference to `av_log'
  2138. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:282: undefined reference to `av_log'
  2139. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `ff_rate_control_uninit':
  2140. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:261: undefined reference to `av_freep'
  2141. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `bits2qp':
  2142. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:60: undefined reference to `av_log'
  2143. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `get_qscale':
  2144. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:346: undefined reference to `av_log'
  2145. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `qp2bits':
  2146. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:53: undefined reference to `av_log'
  2147. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `bits2qp':
  2148. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:60: undefined reference to `av_log'
  2149. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:60: undefined reference to `av_log'
  2150. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:467: more undefined references to `av_log' follow
  2151. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `ff_rate_control_init':
  2152. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:141: undefined reference to `av_mallocz'
  2153. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:176: undefined reference to `av_log'
  2154. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:205: undefined reference to `av_log'
  2155. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:111: undefined reference to `av_log'
  2156. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `init_pass2':
  2157. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:861: undefined reference to `av_log'
  2158. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:865: undefined reference to `av_malloc'
  2159. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:866: undefined reference to `av_malloc'
  2160. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `qp2bits':
  2161. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:53: undefined reference to `av_log'
  2162. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `init_pass2':
  2163. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:931: undefined reference to `av_free'
  2164. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:932: undefined reference to `av_free'
  2165. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:942: undefined reference to `av_log'
  2166. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:946: undefined reference to `av_log'
  2167. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `ff_rate_control_init':
  2168. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:190: undefined reference to `av_log'
  2169. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o): In function `init_pass2':
  2170. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:959: undefined reference to `av_log'
  2171. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:954: undefined reference to `av_log'
  2172. /install/ffmpeg/lib/libavcodec.a(ratecontrol.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/ratecontrol.c:950: more undefined references to `av_log' follow
  2173. /install/ffmpeg/lib/libavcodec.a(mpeg12.o): In function `mpeg_decode_postinit':
  2174. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:1275: undefined reference to `av_reduce'
  2175. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:1287: undefined reference to `av_div_q'
  2176. /install/ffmpeg/lib/libavcodec.a(mpeg12.o): In function `mpeg1_decode_sequence':
  2177. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:2037: undefined reference to `av_log'
  2178. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:2077: undefined reference to `av_log'
  2179. /install/ffmpeg/lib/libavcodec.a(mpeg12.o): In function `slice_end':
  2180. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:1940: undefined reference to `av_log'
  2181. /install/ffmpeg/lib/libavcodec.a(mpeg12.o): In function `decode_chunks':
  2182. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:2406: undefined reference to `av_log'
  2183. /install/ffmpeg/lib/libavcodec.a(mpeg12.o): In function `mpeg1_decode_picture':
  2184. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:1369: undefined reference to `av_log'
  2185. /install/ffmpeg/lib/libavcodec.a(mpeg12.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:2416: more undefined references to `av_log' follow
  2186. /install/ffmpeg/lib/libavcodec.a(mpeg12.o): In function `mpeg_decode_postinit':
  2187. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:1270: undefined reference to `av_d2q'
  2188. /install/ffmpeg/lib/libavcodec.a(mpeg12.o): In function `mpeg_field_start':
  2189. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12.c:1638: undefined reference to `av_log'
  2190. /install/ffmpeg/lib/libavcodec.a(error_resilience.o): In function `ff_er_add_slice':
  2191. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:628: undefined reference to `av_log'
  2192. /install/ffmpeg/lib/libavcodec.a(error_resilience.o): In function `ff_er_frame_end':
  2193. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:691: undefined reference to `av_log'
  2194. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:694: undefined reference to `av_mallocz'
  2195. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:695: undefined reference to `av_mallocz'
  2196. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:694: undefined reference to `av_mallocz'
  2197. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:695: undefined reference to `av_mallocz'
  2198. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:712: undefined reference to `av_log'
  2199. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:714: undefined reference to `av_log'
  2200. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/error_resilience.c:846: undefined reference to `av_log'
  2201. /install/ffmpeg/lib/libavcodec.a(mjpegenc.o): In function `ff_mjpeg_encode_close':
  2202. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mjpegenc.c:82: undefined reference to `av_free'
  2203. /install/ffmpeg/lib/libavcodec.a(mjpegenc.o): In function `put_bits':
  2204. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.h:224: undefined reference to `ff_log2_tab'
  2205. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/bitstream.h:224: undefined reference to `ff_log2_tab'
  2206. /install/ffmpeg/lib/libavcodec.a(mjpegenc.o): In function `ff_mjpeg_encode_init':
  2207. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mjpegenc.c:51: undefined reference to `av_malloc'
  2208. /install/ffmpeg/lib/libavcodec.a(mpeg12enc.o): In function `ff_mpeg1_encode_init':
  2209. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12enc.c:725: undefined reference to `ff_log2_tab'
  2210. /install/ffmpeg/lib/libavcodec.a(mpeg12enc.o): In function `mpeg1_encode_block':
  2211. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12enc.c:911: undefined reference to `ff_log2_tab'
  2212. /install/ffmpeg/lib/libavcodec.a(mpeg12enc.o): In function `encode_init':
  2213. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12enc.c:154: undefined reference to `av_log'
  2214. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12enc.c:148: undefined reference to `av_log'
  2215. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12enc.c:145: undefined reference to `av_log'
  2216. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12enc.c:176: undefined reference to `av_log'
  2217. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg12enc.c:166: undefined reference to `av_log'
  2218. /install/ffmpeg/lib/libavcodec.a(msmpeg4.o): In function `init_mv_table':
  2219. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/msmpeg4.c:144: undefined reference to `av_malloc'
  2220. /install/ffmpeg/lib/libavcodec.a(msmpeg4.o): In function `ff_msmpeg4_decode_motion':
  2221. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/msmpeg4.c:1922: undefined reference to `av_log'
  2222. /install/ffmpeg/lib/libavcodec.a(msmpeg4.o): In function `msmpeg4_decode_ext_header':
  2223. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/msmpeg4.c:1352: undefined reference to `av_log'
  2224. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/msmpeg4.c:1348: undefined reference to `av_log'
  2225. /install/ffmpeg/lib/libavcodec.a(msmpeg4.o): In function `ff_msmpeg4_decode_block':
  2226. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/msmpeg4.c:1829: undefined reference to `av_log'
  2227. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/msmpeg4.c:1826: undefined reference to `av_log'
  2228. /install/ffmpeg/lib/libavcodec.a(msmpeg4.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/msmpeg4.c:1638: more undefined references to `av_log' follow
  2229. /install/ffmpeg/lib/libavcodec.a(png.o): In function `ff_png_zfree':
  2230. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/png.c:57: undefined reference to `av_free'
  2231. /install/ffmpeg/lib/libavcodec.a(png.o): In function `ff_png_zalloc':
  2232. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/png.c:52: undefined reference to `av_malloc'
  2233. /install/ffmpeg/lib/libavcodec.a(wmv2dec.o): In function `decode_ext_header':
  2234. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/wmv2dec.c:106: undefined reference to `av_log'
  2235. /install/ffmpeg/lib/libavcodec.a(wmv2dec.o): In function `ff_wmv2_decode_picture_header':
  2236. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/wmv2dec.c:134: undefined reference to `av_log'
  2237. /install/ffmpeg/lib/libavcodec.a(wmv2dec.o): In function `ff_wmv2_decode_secondary_picture_header':
  2238. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/wmv2dec.c:215: undefined reference to `av_log'
  2239. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/wmv2dec.c:165: undefined reference to `av_log'
  2240. /install/ffmpeg/lib/libavcodec.a(wmv2dec.o): In function `ff_wmv2_decode_mb':
  2241. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/wmv2dec.c:452: undefined reference to `av_log'
  2242. /install/ffmpeg/lib/libavcodec.a(wmv2dec.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/wmv2dec.c:430: more undefined references to `av_log' follow
  2243. /install/ffmpeg/lib/libavcodec.a(wmv2enc.o): In function `wmv2_encode_init':
  2244. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/wmv2enc.c:63: undefined reference to `av_mallocz'
  2245. /install/ffmpeg/lib/libavcodec.a(eval.o): In function `ff_eval_free':
  2246. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:191: undefined reference to `av_freep'
  2247. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:191: undefined reference to `av_freep'
  2248. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:191: undefined reference to `av_freep'
  2249. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:191: undefined reference to `av_freep'
  2250. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:191: undefined reference to `av_freep'
  2251. /install/ffmpeg/lib/libavcodec.a(eval.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:191: more undefined references to `av_freep' follow
  2252. /install/ffmpeg/lib/libavcodec.a(eval.o): In function `parse_primary':
  2253. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:195: undefined reference to `av_mallocz'
  2254. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:227: undefined reference to `av_freep'
  2255. /install/ffmpeg/lib/libavcodec.a(eval.o): In function `new_eval_expr':
  2256. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:301: undefined reference to `av_mallocz'
  2257. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:301: undefined reference to `av_mallocz'
  2258. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:301: undefined reference to `av_mallocz'
  2259. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:301: undefined reference to `av_mallocz'
  2260. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:301: undefined reference to `av_mallocz'
  2261. /install/ffmpeg/lib/libavcodec.a(eval.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:301: more undefined references to `av_mallocz' follow
  2262. /install/ffmpeg/lib/libavcodec.a(eval.o): In function `ff_eval_free':
  2263. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/eval.c:191: undefined reference to `av_freep'
  2264. /install/ffmpeg/lib/libavcodec.a(options.o): In function `avcodec_alloc_context2':
  2265. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/options.c:440: undefined reference to `av_malloc'
  2266. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/options.c:440: undefined reference to `av_malloc'
  2267. /install/ffmpeg/lib/libavcodec.a(fft.o): In function `ff_fft_end':
  2268. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:211: undefined reference to `av_freep'
  2269. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:212: undefined reference to `av_freep'
  2270. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:213: undefined reference to `av_freep'
  2271. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:214: undefined reference to `av_freep'
  2272. /install/ffmpeg/lib/libavcodec.a(fft.o): In function `ff_fft_init':
  2273. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:74: undefined reference to `av_malloc'
  2274. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:77: undefined reference to `av_malloc'
  2275. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:129: undefined reference to `av_malloc'
  2276. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:177: undefined reference to `av_freep'
  2277. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:178: undefined reference to `av_freep'
  2278. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:179: undefined reference to `av_freep'
  2279. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/fft.c:180: undefined reference to `av_freep'
  2280. /install/ffmpeg/lib/libavcodec.a(h263dec.o): In function `decode_slice':
  2281. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263dec.c:313: undefined reference to `av_log'
  2282. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263dec.c:246: undefined reference to `av_log'
  2283. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263dec.c:242: undefined reference to `av_log'
  2284. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263dec.c:316: undefined reference to `av_log'
  2285. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263dec.c:323: undefined reference to `av_log'
  2286. /install/ffmpeg/lib/libavcodec.a(h263dec.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/h263dec.c:545: more undefined references to `av_log' follow
  2287. /install/ffmpeg/lib/libavcodec.a(mpeg4video_parser.o): In function `mpeg4video_parse_init':
  2288. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/mpeg4video_parser.c:97: undefined reference to `av_mallocz'
  2289. /install/ffmpeg/lib/libavcodec.a(intrax8.o): In function `ff_intrax8_common_end':
  2290. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/intrax8.c:685: undefined reference to `av_freep'
  2291. /install/ffmpeg/lib/libavcodec.a(intrax8.o): In function `ff_intrax8_common_init':
  2292. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/intrax8.c:672: undefined reference to `av_mallocz'
  2293. /install/ffmpeg/lib/libavcodec.a(opt.o): In function `opt_list':
  2294. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:341: undefined reference to `av_log'
  2295. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:343: undefined reference to `av_log'
  2296. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:373: undefined reference to `av_log'
  2297. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:376: undefined reference to `av_log'
  2298. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:377: undefined reference to `av_log'
  2299. /install/ffmpeg/lib/libavcodec.a(opt.o):/home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:378: more undefined references to `av_log' follow
  2300. /install/ffmpeg/lib/libavcodec.a(opt.o): In function `av_set_number2':
  2301. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:73: undefined reference to `av_d2q'
  2302. /install/ffmpeg/lib/libavcodec.a(opt.o): In function `av_opt_set_defaults2':
  2303. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:447: undefined reference to `av_log'
  2304. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:447: undefined reference to `av_log'
  2305. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:438: undefined reference to `av_d2q'
  2306. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:427: undefined reference to `av_log'
  2307. /install/ffmpeg/lib/libavcodec.a(opt.o): In function `av_set_string3':
  2308. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:194: undefined reference to `av_free'
  2309. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:195: undefined reference to `av_strdup'
  2310. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:171: undefined reference to `av_log'
  2311. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:125: undefined reference to `av_freep'
  2312. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:129: undefined reference to `av_malloc'
  2313. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:134: undefined reference to `av_free'
  2314. /install/ffmpeg/lib/libavcodec.a(opt.o): In function `av_get_q':
  2315. /home/polmon/Downloads/ffmpeg-0.5.1/libavcodec/opt.c:310: undefined reference to `av_d2q'
  2316. collect2: ld returned 1 exit status
  2317. configure:18152: $? = 1
  2318. configure: failed program was:
  2319. | /* confdefs.h */
  2320. | #define PACKAGE_NAME "opencv"
  2321. | #define PACKAGE_TARNAME "opencv"
  2322. | #define PACKAGE_VERSION "2.0.0"
  2323. | #define PACKAGE_STRING "opencv 2.0.0"
  2324. | #define PACKAGE_BUGREPORT "[email protected]"
  2325. | #define PACKAGE_URL ""
  2326. | #define PACKAGE "opencv"
  2327. | #define VERSION "2.0.0"
  2328. | #define STDC_HEADERS 1
  2329. | #define HAVE_SYS_TYPES_H 1
  2330. | #define HAVE_SYS_STAT_H 1
  2331. | #define HAVE_STDLIB_H 1
  2332. | #define HAVE_STRING_H 1
  2333. | #define HAVE_MEMORY_H 1
  2334. | #define HAVE_STRINGS_H 1
  2335. | #define HAVE_INTTYPES_H 1
  2336. | #define HAVE_STDINT_H 1
  2337. | #define HAVE_UNISTD_H 1
  2338. | #define HAVE_DLFCN_H 1
  2339. | #define LT_OBJDIR ".libs/"
  2340. | #define HAVE_LIBM 1
  2341. | #define HAVE_LIBDL 1
  2342. | #define HAVE_LIBPTHREAD 1
  2343. | #define HAVE_LIBZ 1
  2344. | #define HAVE_ALLOCA_H 1
  2345. | #define HAVE_ALLOCA 1
  2346. | #define HAVE_MALLOC_H 1
  2347. | #define HAVE_ASSERT_H 1
  2348. | #define HAVE_LRINT 1
  2349. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2350. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2351. | /* end confdefs.h. */
  2352. |
  2353. | /* Override any GCC internal prototype to avoid an error.
  2354. | Use char because int might match the return type of a GCC
  2355. | builtin and then its argument prototype would still apply. */
  2356. | #ifdef __cplusplus
  2357. | extern "C"
  2358. | #endif
  2359. | char avcodec_decode_video ();
  2360. | int
  2361. | main ()
  2362. | {
  2363. | return avcodec_decode_video ();
  2364. | ;
  2365. | return 0;
  2366. | }
  2367. configure:18169: result: no
  2368. configure:18336: checking libraw1394/raw1394.h usability
  2369. configure:18336: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2370. conftest.cpp:67:32: error: libraw1394/raw1394.h: No such file or directory
  2371. configure:18336: $? = 1
  2372. configure: failed program was:
  2373. | /* confdefs.h */
  2374. | #define PACKAGE_NAME "opencv"
  2375. | #define PACKAGE_TARNAME "opencv"
  2376. | #define PACKAGE_VERSION "2.0.0"
  2377. | #define PACKAGE_STRING "opencv 2.0.0"
  2378. | #define PACKAGE_BUGREPORT "[email protected]"
  2379. | #define PACKAGE_URL ""
  2380. | #define PACKAGE "opencv"
  2381. | #define VERSION "2.0.0"
  2382. | #define STDC_HEADERS 1
  2383. | #define HAVE_SYS_TYPES_H 1
  2384. | #define HAVE_SYS_STAT_H 1
  2385. | #define HAVE_STDLIB_H 1
  2386. | #define HAVE_STRING_H 1
  2387. | #define HAVE_MEMORY_H 1
  2388. | #define HAVE_STRINGS_H 1
  2389. | #define HAVE_INTTYPES_H 1
  2390. | #define HAVE_STDINT_H 1
  2391. | #define HAVE_UNISTD_H 1
  2392. | #define HAVE_DLFCN_H 1
  2393. | #define LT_OBJDIR ".libs/"
  2394. | #define HAVE_LIBM 1
  2395. | #define HAVE_LIBDL 1
  2396. | #define HAVE_LIBPTHREAD 1
  2397. | #define HAVE_LIBZ 1
  2398. | #define HAVE_ALLOCA_H 1
  2399. | #define HAVE_ALLOCA 1
  2400. | #define HAVE_MALLOC_H 1
  2401. | #define HAVE_ASSERT_H 1
  2402. | #define HAVE_LRINT 1
  2403. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2404. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2405. | /* end confdefs.h. */
  2406. | #include <stdio.h>
  2407. | #ifdef HAVE_SYS_TYPES_H
  2408. | # include <sys/types.h>
  2409. | #endif
  2410. | #ifdef HAVE_SYS_STAT_H
  2411. | # include <sys/stat.h>
  2412. | #endif
  2413. | #ifdef STDC_HEADERS
  2414. | # include <stdlib.h>
  2415. | # include <stddef.h>
  2416. | #else
  2417. | # ifdef HAVE_STDLIB_H
  2418. | # include <stdlib.h>
  2419. | # endif
  2420. | #endif
  2421. | #ifdef HAVE_STRING_H
  2422. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2423. | # include <memory.h>
  2424. | # endif
  2425. | # include <string.h>
  2426. | #endif
  2427. | #ifdef HAVE_STRINGS_H
  2428. | # include <strings.h>
  2429. | #endif
  2430. | #ifdef HAVE_INTTYPES_H
  2431. | # include <inttypes.h>
  2432. | #endif
  2433. | #ifdef HAVE_STDINT_H
  2434. | # include <stdint.h>
  2435. | #endif
  2436. | #ifdef HAVE_UNISTD_H
  2437. | # include <unistd.h>
  2438. | #endif
  2439. | #include <libraw1394/raw1394.h>
  2440. configure:18336: result: no
  2441. configure:18336: checking libraw1394/raw1394.h presence
  2442. configure:18336: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  2443. conftest.cpp:34:32: error: libraw1394/raw1394.h: No such file or directory
  2444. configure:18336: $? = 1
  2445. configure: failed program was:
  2446. | /* confdefs.h */
  2447. | #define PACKAGE_NAME "opencv"
  2448. | #define PACKAGE_TARNAME "opencv"
  2449. | #define PACKAGE_VERSION "2.0.0"
  2450. | #define PACKAGE_STRING "opencv 2.0.0"
  2451. | #define PACKAGE_BUGREPORT "[email protected]"
  2452. | #define PACKAGE_URL ""
  2453. | #define PACKAGE "opencv"
  2454. | #define VERSION "2.0.0"
  2455. | #define STDC_HEADERS 1
  2456. | #define HAVE_SYS_TYPES_H 1
  2457. | #define HAVE_SYS_STAT_H 1
  2458. | #define HAVE_STDLIB_H 1
  2459. | #define HAVE_STRING_H 1
  2460. | #define HAVE_MEMORY_H 1
  2461. | #define HAVE_STRINGS_H 1
  2462. | #define HAVE_INTTYPES_H 1
  2463. | #define HAVE_STDINT_H 1
  2464. | #define HAVE_UNISTD_H 1
  2465. | #define HAVE_DLFCN_H 1
  2466. | #define LT_OBJDIR ".libs/"
  2467. | #define HAVE_LIBM 1
  2468. | #define HAVE_LIBDL 1
  2469. | #define HAVE_LIBPTHREAD 1
  2470. | #define HAVE_LIBZ 1
  2471. | #define HAVE_ALLOCA_H 1
  2472. | #define HAVE_ALLOCA 1
  2473. | #define HAVE_MALLOC_H 1
  2474. | #define HAVE_ASSERT_H 1
  2475. | #define HAVE_LRINT 1
  2476. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2477. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2478. | /* end confdefs.h. */
  2479. | #include <libraw1394/raw1394.h>
  2480. configure:18336: result: no
  2481. configure:18336: checking for libraw1394/raw1394.h
  2482. configure:18336: result: no
  2483. configure:18544: checking linux/videodev.h usability
  2484. configure:18544: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2485. configure:18544: $? = 0
  2486. configure:18544: result: yes
  2487. configure:18544: checking linux/videodev.h presence
  2488. configure:18544: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  2489. configure:18544: $? = 0
  2490. configure:18544: result: yes
  2491. configure:18544: checking for linux/videodev.h
  2492. configure:18544: result: yes
  2493. configure:18561: checking for linux/videodev2.h
  2494. configure:18561: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2495. configure:18561: $? = 0
  2496. configure:18561: result: yes
  2497. configure:18647: checking jpeglib.h usability
  2498. configure:18647: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2499. configure:18647: $? = 0
  2500. configure:18647: result: yes
  2501. configure:18647: checking jpeglib.h presence
  2502. configure:18647: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  2503. configure:18647: $? = 0
  2504. configure:18647: result: yes
  2505. configure:18647: checking for jpeglib.h
  2506. configure:18647: result: yes
  2507. configure:18649: checking for jpeg_destroy_decompress in -ljpeg
  2508. configure:18674: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -ljpeg -lrt -lz -lpthread -ldl -lm >&5
  2509. configure:18674: $? = 0
  2510. configure:18683: result: yes
  2511. configure:18699: checking zlib.h usability
  2512. configure:18699: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2513. configure:18699: $? = 0
  2514. configure:18699: result: yes
  2515. configure:18699: checking zlib.h presence
  2516. configure:18699: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  2517. configure:18699: $? = 0
  2518. configure:18699: result: yes
  2519. configure:18699: checking for zlib.h
  2520. configure:18699: result: yes
  2521. configure:18701: checking for gzopen in -lz
  2522. configure:18726: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lz -lrt -lz -lpthread -ldl -lm >&5
  2523. configure:18726: $? = 0
  2524. configure:18735: result: yes
  2525. configure:18752: checking png.h usability
  2526. configure:18752: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2527. configure:18752: $? = 0
  2528. configure:18752: result: yes
  2529. configure:18752: checking png.h presence
  2530. configure:18752: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  2531. configure:18752: $? = 0
  2532. configure:18752: result: yes
  2533. configure:18752: checking for png.h
  2534. configure:18752: result: yes
  2535. configure:18763: checking libpng/png.h usability
  2536. configure:18763: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2537. conftest.cpp:72:24: error: libpng/png.h: No such file or directory
  2538. configure:18763: $? = 1
  2539. configure: failed program was:
  2540. | /* confdefs.h */
  2541. | #define PACKAGE_NAME "opencv"
  2542. | #define PACKAGE_TARNAME "opencv"
  2543. | #define PACKAGE_VERSION "2.0.0"
  2544. | #define PACKAGE_STRING "opencv 2.0.0"
  2545. | #define PACKAGE_BUGREPORT "[email protected]"
  2546. | #define PACKAGE_URL ""
  2547. | #define PACKAGE "opencv"
  2548. | #define VERSION "2.0.0"
  2549. | #define STDC_HEADERS 1
  2550. | #define HAVE_SYS_TYPES_H 1
  2551. | #define HAVE_SYS_STAT_H 1
  2552. | #define HAVE_STDLIB_H 1
  2553. | #define HAVE_STRING_H 1
  2554. | #define HAVE_MEMORY_H 1
  2555. | #define HAVE_STRINGS_H 1
  2556. | #define HAVE_INTTYPES_H 1
  2557. | #define HAVE_STDINT_H 1
  2558. | #define HAVE_UNISTD_H 1
  2559. | #define HAVE_DLFCN_H 1
  2560. | #define LT_OBJDIR ".libs/"
  2561. | #define HAVE_LIBM 1
  2562. | #define HAVE_LIBDL 1
  2563. | #define HAVE_LIBPTHREAD 1
  2564. | #define HAVE_LIBZ 1
  2565. | #define HAVE_ALLOCA_H 1
  2566. | #define HAVE_ALLOCA 1
  2567. | #define HAVE_MALLOC_H 1
  2568. | #define HAVE_ASSERT_H 1
  2569. | #define HAVE_LRINT 1
  2570. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2571. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2572. | #define HAVE_CAMV4L /**/
  2573. | #define HAVE_CAMV4L2 /**/
  2574. | #define HAVE_JPEG /**/
  2575. | #define HAVE_ZLIB /**/
  2576. | #define HAVE_PNG_H /**/
  2577. | /* end confdefs.h. */
  2578. | #include <stdio.h>
  2579. | #ifdef HAVE_SYS_TYPES_H
  2580. | # include <sys/types.h>
  2581. | #endif
  2582. | #ifdef HAVE_SYS_STAT_H
  2583. | # include <sys/stat.h>
  2584. | #endif
  2585. | #ifdef STDC_HEADERS
  2586. | # include <stdlib.h>
  2587. | # include <stddef.h>
  2588. | #else
  2589. | # ifdef HAVE_STDLIB_H
  2590. | # include <stdlib.h>
  2591. | # endif
  2592. | #endif
  2593. | #ifdef HAVE_STRING_H
  2594. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2595. | # include <memory.h>
  2596. | # endif
  2597. | # include <string.h>
  2598. | #endif
  2599. | #ifdef HAVE_STRINGS_H
  2600. | # include <strings.h>
  2601. | #endif
  2602. | #ifdef HAVE_INTTYPES_H
  2603. | # include <inttypes.h>
  2604. | #endif
  2605. | #ifdef HAVE_STDINT_H
  2606. | # include <stdint.h>
  2607. | #endif
  2608. | #ifdef HAVE_UNISTD_H
  2609. | # include <unistd.h>
  2610. | #endif
  2611. | #include <libpng/png.h>
  2612. configure:18763: result: no
  2613. configure:18763: checking libpng/png.h presence
  2614. configure:18763: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  2615. conftest.cpp:39:24: error: libpng/png.h: No such file or directory
  2616. configure:18763: $? = 1
  2617. configure: failed program was:
  2618. | /* confdefs.h */
  2619. | #define PACKAGE_NAME "opencv"
  2620. | #define PACKAGE_TARNAME "opencv"
  2621. | #define PACKAGE_VERSION "2.0.0"
  2622. | #define PACKAGE_STRING "opencv 2.0.0"
  2623. | #define PACKAGE_BUGREPORT "[email protected]"
  2624. | #define PACKAGE_URL ""
  2625. | #define PACKAGE "opencv"
  2626. | #define VERSION "2.0.0"
  2627. | #define STDC_HEADERS 1
  2628. | #define HAVE_SYS_TYPES_H 1
  2629. | #define HAVE_SYS_STAT_H 1
  2630. | #define HAVE_STDLIB_H 1
  2631. | #define HAVE_STRING_H 1
  2632. | #define HAVE_MEMORY_H 1
  2633. | #define HAVE_STRINGS_H 1
  2634. | #define HAVE_INTTYPES_H 1
  2635. | #define HAVE_STDINT_H 1
  2636. | #define HAVE_UNISTD_H 1
  2637. | #define HAVE_DLFCN_H 1
  2638. | #define LT_OBJDIR ".libs/"
  2639. | #define HAVE_LIBM 1
  2640. | #define HAVE_LIBDL 1
  2641. | #define HAVE_LIBPTHREAD 1
  2642. | #define HAVE_LIBZ 1
  2643. | #define HAVE_ALLOCA_H 1
  2644. | #define HAVE_ALLOCA 1
  2645. | #define HAVE_MALLOC_H 1
  2646. | #define HAVE_ASSERT_H 1
  2647. | #define HAVE_LRINT 1
  2648. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2649. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2650. | #define HAVE_CAMV4L /**/
  2651. | #define HAVE_CAMV4L2 /**/
  2652. | #define HAVE_JPEG /**/
  2653. | #define HAVE_ZLIB /**/
  2654. | #define HAVE_PNG_H /**/
  2655. | /* end confdefs.h. */
  2656. | #include <libpng/png.h>
  2657. configure:18763: result: no
  2658. configure:18763: checking for libpng/png.h
  2659. configure:18763: result: no
  2660. configure:18776: checking for png_read_image in -lpng12
  2661. configure:18801: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lpng12 -lrt -lz -lpthread -ldl -lm -lz >&5
  2662. configure:18801: $? = 0
  2663. configure:18810: result: yes
  2664. configure:18823: checking for png_get_valid
  2665. configure:18823: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lpng12 -lrt -lz -lpthread -ldl -lm -lz >&5
  2666. configure:18823: $? = 0
  2667. configure:18823: result: yes
  2668. configure:18823: checking for png_set_tRNS_to_alpha
  2669. configure:18823: arm-linux-g++ -o conftest -I/install/ffmpeg/usr/include -L/install/ffmpeg/lib conftest.cpp -lpng12 -lrt -lz -lpthread -ldl -lm -lz >&5
  2670. configure:18823: $? = 0
  2671. configure:18823: result: yes
  2672. configure:18839: checking tiff.h usability
  2673. configure:18839: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2674. conftest.cpp:75:18: error: tiff.h: No such file or directory
  2675. configure:18839: $? = 1
  2676. configure: failed program was:
  2677. | /* confdefs.h */
  2678. | #define PACKAGE_NAME "opencv"
  2679. | #define PACKAGE_TARNAME "opencv"
  2680. | #define PACKAGE_VERSION "2.0.0"
  2681. | #define PACKAGE_STRING "opencv 2.0.0"
  2682. | #define PACKAGE_BUGREPORT "[email protected]"
  2683. | #define PACKAGE_URL ""
  2684. | #define PACKAGE "opencv"
  2685. | #define VERSION "2.0.0"
  2686. | #define STDC_HEADERS 1
  2687. | #define HAVE_SYS_TYPES_H 1
  2688. | #define HAVE_SYS_STAT_H 1
  2689. | #define HAVE_STDLIB_H 1
  2690. | #define HAVE_STRING_H 1
  2691. | #define HAVE_MEMORY_H 1
  2692. | #define HAVE_STRINGS_H 1
  2693. | #define HAVE_INTTYPES_H 1
  2694. | #define HAVE_STDINT_H 1
  2695. | #define HAVE_UNISTD_H 1
  2696. | #define HAVE_DLFCN_H 1
  2697. | #define LT_OBJDIR ".libs/"
  2698. | #define HAVE_LIBM 1
  2699. | #define HAVE_LIBDL 1
  2700. | #define HAVE_LIBPTHREAD 1
  2701. | #define HAVE_LIBZ 1
  2702. | #define HAVE_ALLOCA_H 1
  2703. | #define HAVE_ALLOCA 1
  2704. | #define HAVE_MALLOC_H 1
  2705. | #define HAVE_ASSERT_H 1
  2706. | #define HAVE_LRINT 1
  2707. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2708. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2709. | #define HAVE_CAMV4L /**/
  2710. | #define HAVE_CAMV4L2 /**/
  2711. | #define HAVE_JPEG /**/
  2712. | #define HAVE_ZLIB /**/
  2713. | #define HAVE_PNG_H /**/
  2714. | #define HAVE_PNG /**/
  2715. | #define HAVE_PNG_GET_VALID 1
  2716. | #define HAVE_PNG_SET_TRNS_TO_ALPHA 1
  2717. | /* end confdefs.h. */
  2718. | #include <stdio.h>
  2719. | #ifdef HAVE_SYS_TYPES_H
  2720. | # include <sys/types.h>
  2721. | #endif
  2722. | #ifdef HAVE_SYS_STAT_H
  2723. | # include <sys/stat.h>
  2724. | #endif
  2725. | #ifdef STDC_HEADERS
  2726. | # include <stdlib.h>
  2727. | # include <stddef.h>
  2728. | #else
  2729. | # ifdef HAVE_STDLIB_H
  2730. | # include <stdlib.h>
  2731. | # endif
  2732. | #endif
  2733. | #ifdef HAVE_STRING_H
  2734. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2735. | # include <memory.h>
  2736. | # endif
  2737. | # include <string.h>
  2738. | #endif
  2739. | #ifdef HAVE_STRINGS_H
  2740. | # include <strings.h>
  2741. | #endif
  2742. | #ifdef HAVE_INTTYPES_H
  2743. | # include <inttypes.h>
  2744. | #endif
  2745. | #ifdef HAVE_STDINT_H
  2746. | # include <stdint.h>
  2747. | #endif
  2748. | #ifdef HAVE_UNISTD_H
  2749. | # include <unistd.h>
  2750. | #endif
  2751. | #include <tiff.h>
  2752. configure:18839: result: no
  2753. configure:18839: checking tiff.h presence
  2754. configure:18839: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  2755. conftest.cpp:42:18: error: tiff.h: No such file or directory
  2756. configure:18839: $? = 1
  2757. configure: failed program was:
  2758. | /* confdefs.h */
  2759. | #define PACKAGE_NAME "opencv"
  2760. | #define PACKAGE_TARNAME "opencv"
  2761. | #define PACKAGE_VERSION "2.0.0"
  2762. | #define PACKAGE_STRING "opencv 2.0.0"
  2763. | #define PACKAGE_BUGREPORT "[email protected]"
  2764. | #define PACKAGE_URL ""
  2765. | #define PACKAGE "opencv"
  2766. | #define VERSION "2.0.0"
  2767. | #define STDC_HEADERS 1
  2768. | #define HAVE_SYS_TYPES_H 1
  2769. | #define HAVE_SYS_STAT_H 1
  2770. | #define HAVE_STDLIB_H 1
  2771. | #define HAVE_STRING_H 1
  2772. | #define HAVE_MEMORY_H 1
  2773. | #define HAVE_STRINGS_H 1
  2774. | #define HAVE_INTTYPES_H 1
  2775. | #define HAVE_STDINT_H 1
  2776. | #define HAVE_UNISTD_H 1
  2777. | #define HAVE_DLFCN_H 1
  2778. | #define LT_OBJDIR ".libs/"
  2779. | #define HAVE_LIBM 1
  2780. | #define HAVE_LIBDL 1
  2781. | #define HAVE_LIBPTHREAD 1
  2782. | #define HAVE_LIBZ 1
  2783. | #define HAVE_ALLOCA_H 1
  2784. | #define HAVE_ALLOCA 1
  2785. | #define HAVE_MALLOC_H 1
  2786. | #define HAVE_ASSERT_H 1
  2787. | #define HAVE_LRINT 1
  2788. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2789. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2790. | #define HAVE_CAMV4L /**/
  2791. | #define HAVE_CAMV4L2 /**/
  2792. | #define HAVE_JPEG /**/
  2793. | #define HAVE_ZLIB /**/
  2794. | #define HAVE_PNG_H /**/
  2795. | #define HAVE_PNG /**/
  2796. | #define HAVE_PNG_GET_VALID 1
  2797. | #define HAVE_PNG_SET_TRNS_TO_ALPHA 1
  2798. | /* end confdefs.h. */
  2799. | #include <tiff.h>
  2800. configure:18839: result: no
  2801. configure:18839: checking for tiff.h
  2802. configure:18839: result: no
  2803. configure:18894: checking jasper/jasper.h usability
  2804. configure:18894: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2805. conftest.cpp:75:27: error: jasper/jasper.h: No such file or directory
  2806. configure:18894: $? = 1
  2807. configure: failed program was:
  2808. | /* confdefs.h */
  2809. | #define PACKAGE_NAME "opencv"
  2810. | #define PACKAGE_TARNAME "opencv"
  2811. | #define PACKAGE_VERSION "2.0.0"
  2812. | #define PACKAGE_STRING "opencv 2.0.0"
  2813. | #define PACKAGE_BUGREPORT "[email protected]"
  2814. | #define PACKAGE_URL ""
  2815. | #define PACKAGE "opencv"
  2816. | #define VERSION "2.0.0"
  2817. | #define STDC_HEADERS 1
  2818. | #define HAVE_SYS_TYPES_H 1
  2819. | #define HAVE_SYS_STAT_H 1
  2820. | #define HAVE_STDLIB_H 1
  2821. | #define HAVE_STRING_H 1
  2822. | #define HAVE_MEMORY_H 1
  2823. | #define HAVE_STRINGS_H 1
  2824. | #define HAVE_INTTYPES_H 1
  2825. | #define HAVE_STDINT_H 1
  2826. | #define HAVE_UNISTD_H 1
  2827. | #define HAVE_DLFCN_H 1
  2828. | #define LT_OBJDIR ".libs/"
  2829. | #define HAVE_LIBM 1
  2830. | #define HAVE_LIBDL 1
  2831. | #define HAVE_LIBPTHREAD 1
  2832. | #define HAVE_LIBZ 1
  2833. | #define HAVE_ALLOCA_H 1
  2834. | #define HAVE_ALLOCA 1
  2835. | #define HAVE_MALLOC_H 1
  2836. | #define HAVE_ASSERT_H 1
  2837. | #define HAVE_LRINT 1
  2838. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2839. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2840. | #define HAVE_CAMV4L /**/
  2841. | #define HAVE_CAMV4L2 /**/
  2842. | #define HAVE_JPEG /**/
  2843. | #define HAVE_ZLIB /**/
  2844. | #define HAVE_PNG_H /**/
  2845. | #define HAVE_PNG /**/
  2846. | #define HAVE_PNG_GET_VALID 1
  2847. | #define HAVE_PNG_SET_TRNS_TO_ALPHA 1
  2848. | /* end confdefs.h. */
  2849. | #include <stdio.h>
  2850. | #ifdef HAVE_SYS_TYPES_H
  2851. | # include <sys/types.h>
  2852. | #endif
  2853. | #ifdef HAVE_SYS_STAT_H
  2854. | # include <sys/stat.h>
  2855. | #endif
  2856. | #ifdef STDC_HEADERS
  2857. | # include <stdlib.h>
  2858. | # include <stddef.h>
  2859. | #else
  2860. | # ifdef HAVE_STDLIB_H
  2861. | # include <stdlib.h>
  2862. | # endif
  2863. | #endif
  2864. | #ifdef HAVE_STRING_H
  2865. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2866. | # include <memory.h>
  2867. | # endif
  2868. | # include <string.h>
  2869. | #endif
  2870. | #ifdef HAVE_STRINGS_H
  2871. | # include <strings.h>
  2872. | #endif
  2873. | #ifdef HAVE_INTTYPES_H
  2874. | # include <inttypes.h>
  2875. | #endif
  2876. | #ifdef HAVE_STDINT_H
  2877. | # include <stdint.h>
  2878. | #endif
  2879. | #ifdef HAVE_UNISTD_H
  2880. | # include <unistd.h>
  2881. | #endif
  2882. | #include <jasper/jasper.h>
  2883. configure:18894: result: no
  2884. configure:18894: checking jasper/jasper.h presence
  2885. configure:18894: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  2886. conftest.cpp:42:27: error: jasper/jasper.h: No such file or directory
  2887. configure:18894: $? = 1
  2888. configure: failed program was:
  2889. | /* confdefs.h */
  2890. | #define PACKAGE_NAME "opencv"
  2891. | #define PACKAGE_TARNAME "opencv"
  2892. | #define PACKAGE_VERSION "2.0.0"
  2893. | #define PACKAGE_STRING "opencv 2.0.0"
  2894. | #define PACKAGE_BUGREPORT "[email protected]"
  2895. | #define PACKAGE_URL ""
  2896. | #define PACKAGE "opencv"
  2897. | #define VERSION "2.0.0"
  2898. | #define STDC_HEADERS 1
  2899. | #define HAVE_SYS_TYPES_H 1
  2900. | #define HAVE_SYS_STAT_H 1
  2901. | #define HAVE_STDLIB_H 1
  2902. | #define HAVE_STRING_H 1
  2903. | #define HAVE_MEMORY_H 1
  2904. | #define HAVE_STRINGS_H 1
  2905. | #define HAVE_INTTYPES_H 1
  2906. | #define HAVE_STDINT_H 1
  2907. | #define HAVE_UNISTD_H 1
  2908. | #define HAVE_DLFCN_H 1
  2909. | #define LT_OBJDIR ".libs/"
  2910. | #define HAVE_LIBM 1
  2911. | #define HAVE_LIBDL 1
  2912. | #define HAVE_LIBPTHREAD 1
  2913. | #define HAVE_LIBZ 1
  2914. | #define HAVE_ALLOCA_H 1
  2915. | #define HAVE_ALLOCA 1
  2916. | #define HAVE_MALLOC_H 1
  2917. | #define HAVE_ASSERT_H 1
  2918. | #define HAVE_LRINT 1
  2919. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2920. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2921. | #define HAVE_CAMV4L /**/
  2922. | #define HAVE_CAMV4L2 /**/
  2923. | #define HAVE_JPEG /**/
  2924. | #define HAVE_ZLIB /**/
  2925. | #define HAVE_PNG_H /**/
  2926. | #define HAVE_PNG /**/
  2927. | #define HAVE_PNG_GET_VALID 1
  2928. | #define HAVE_PNG_SET_TRNS_TO_ALPHA 1
  2929. | /* end confdefs.h. */
  2930. | #include <jasper/jasper.h>
  2931. configure:18894: result: no
  2932. configure:18894: checking for jasper/jasper.h
  2933. configure:18894: result: no
  2934. configure:18948: checking ImfCRgbaFile.h usability
  2935. configure:18948: arm-linux-g++ -c -I/install/ffmpeg/usr/include conftest.cpp >&5
  2936. conftest.cpp:75:26: error: ImfCRgbaFile.h: No such file or directory
  2937. configure:18948: $? = 1
  2938. configure: failed program was:
  2939. | /* confdefs.h */
  2940. | #define PACKAGE_NAME "opencv"
  2941. | #define PACKAGE_TARNAME "opencv"
  2942. | #define PACKAGE_VERSION "2.0.0"
  2943. | #define PACKAGE_STRING "opencv 2.0.0"
  2944. | #define PACKAGE_BUGREPORT "[email protected]"
  2945. | #define PACKAGE_URL ""
  2946. | #define PACKAGE "opencv"
  2947. | #define VERSION "2.0.0"
  2948. | #define STDC_HEADERS 1
  2949. | #define HAVE_SYS_TYPES_H 1
  2950. | #define HAVE_SYS_STAT_H 1
  2951. | #define HAVE_STDLIB_H 1
  2952. | #define HAVE_STRING_H 1
  2953. | #define HAVE_MEMORY_H 1
  2954. | #define HAVE_STRINGS_H 1
  2955. | #define HAVE_INTTYPES_H 1
  2956. | #define HAVE_STDINT_H 1
  2957. | #define HAVE_UNISTD_H 1
  2958. | #define HAVE_DLFCN_H 1
  2959. | #define LT_OBJDIR ".libs/"
  2960. | #define HAVE_LIBM 1
  2961. | #define HAVE_LIBDL 1
  2962. | #define HAVE_LIBPTHREAD 1
  2963. | #define HAVE_LIBZ 1
  2964. | #define HAVE_ALLOCA_H 1
  2965. | #define HAVE_ALLOCA 1
  2966. | #define HAVE_MALLOC_H 1
  2967. | #define HAVE_ASSERT_H 1
  2968. | #define HAVE_LRINT 1
  2969. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2970. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  2971. | #define HAVE_CAMV4L /**/
  2972. | #define HAVE_CAMV4L2 /**/
  2973. | #define HAVE_JPEG /**/
  2974. | #define HAVE_ZLIB /**/
  2975. | #define HAVE_PNG_H /**/
  2976. | #define HAVE_PNG /**/
  2977. | #define HAVE_PNG_GET_VALID 1
  2978. | #define HAVE_PNG_SET_TRNS_TO_ALPHA 1
  2979. | /* end confdefs.h. */
  2980. | #include <stdio.h>
  2981. | #ifdef HAVE_SYS_TYPES_H
  2982. | # include <sys/types.h>
  2983. | #endif
  2984. | #ifdef HAVE_SYS_STAT_H
  2985. | # include <sys/stat.h>
  2986. | #endif
  2987. | #ifdef STDC_HEADERS
  2988. | # include <stdlib.h>
  2989. | # include <stddef.h>
  2990. | #else
  2991. | # ifdef HAVE_STDLIB_H
  2992. | # include <stdlib.h>
  2993. | # endif
  2994. | #endif
  2995. | #ifdef HAVE_STRING_H
  2996. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2997. | # include <memory.h>
  2998. | # endif
  2999. | # include <string.h>
  3000. | #endif
  3001. | #ifdef HAVE_STRINGS_H
  3002. | # include <strings.h>
  3003. | #endif
  3004. | #ifdef HAVE_INTTYPES_H
  3005. | # include <inttypes.h>
  3006. | #endif
  3007. | #ifdef HAVE_STDINT_H
  3008. | # include <stdint.h>
  3009. | #endif
  3010. | #ifdef HAVE_UNISTD_H
  3011. | # include <unistd.h>
  3012. | #endif
  3013. | #include <ImfCRgbaFile.h>
  3014. configure:18948: result: no
  3015. configure:18948: checking ImfCRgbaFile.h presence
  3016. configure:18948: arm-linux-g++ -E -I/install/ffmpeg/usr/include conftest.cpp
  3017. conftest.cpp:42:26: error: ImfCRgbaFile.h: No such file or directory
  3018. configure:18948: $? = 1
  3019. configure: failed program was:
  3020. | /* confdefs.h */
  3021. | #define PACKAGE_NAME "opencv"
  3022. | #define PACKAGE_TARNAME "opencv"
  3023. | #define PACKAGE_VERSION "2.0.0"
  3024. | #define PACKAGE_STRING "opencv 2.0.0"
  3025. | #define PACKAGE_BUGREPORT "[email protected]"
  3026. | #define PACKAGE_URL ""
  3027. | #define PACKAGE "opencv"
  3028. | #define VERSION "2.0.0"
  3029. | #define STDC_HEADERS 1
  3030. | #define HAVE_SYS_TYPES_H 1
  3031. | #define HAVE_SYS_STAT_H 1
  3032. | #define HAVE_STDLIB_H 1
  3033. | #define HAVE_STRING_H 1
  3034. | #define HAVE_MEMORY_H 1
  3035. | #define HAVE_STRINGS_H 1
  3036. | #define HAVE_INTTYPES_H 1
  3037. | #define HAVE_STDINT_H 1
  3038. | #define HAVE_UNISTD_H 1
  3039. | #define HAVE_DLFCN_H 1
  3040. | #define LT_OBJDIR ".libs/"
  3041. | #define HAVE_LIBM 1
  3042. | #define HAVE_LIBDL 1
  3043. | #define HAVE_LIBPTHREAD 1
  3044. | #define HAVE_LIBZ 1
  3045. | #define HAVE_ALLOCA_H 1
  3046. | #define HAVE_ALLOCA 1
  3047. | #define HAVE_MALLOC_H 1
  3048. | #define HAVE_ASSERT_H 1
  3049. | #define HAVE_LRINT 1
  3050. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3051. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  3052. | #define HAVE_CAMV4L /**/
  3053. | #define HAVE_CAMV4L2 /**/
  3054. | #define HAVE_JPEG /**/
  3055. | #define HAVE_ZLIB /**/
  3056. | #define HAVE_PNG_H /**/
  3057. | #define HAVE_PNG /**/
  3058. | #define HAVE_PNG_GET_VALID 1
  3059. | #define HAVE_PNG_SET_TRNS_TO_ALPHA 1
  3060. | /* end confdefs.h. */
  3061. | #include <ImfCRgbaFile.h>
  3062. configure:18948: result: no
  3063. configure:18948: checking for ImfCRgbaFile.h
  3064. configure:18948: result: no
  3065. configure:20203: creating ./config.status
  3066.  
  3067. ## ---------------------- ##
  3068. ## Running config.status. ##
  3069. ## ---------------------- ##
  3070.  
  3071. This file was extended by opencv config.status 2.0.0, which was
  3072. generated by GNU Autoconf 2.69. Invocation command line was
  3073.  
  3074. CONFIG_FILES =
  3075. CONFIG_HEADERS =
  3076. CONFIG_LINKS =
  3077. CONFIG_COMMANDS =
  3078. $ ./config.status
  3079.  
  3080. on rd3
  3081.  
  3082. config.status:1250: creating Makefile
  3083. config.status:1250: creating opencv.pc
  3084. config.status:1250: creating opencv.spec
  3085. config.status:1250: creating data/Makefile
  3086. config.status:1250: creating include/Makefile
  3087. config.status:1250: creating 3rdparty/Makefile
  3088. config.status:1250: creating src/Makefile
  3089. config.status:1250: creating apps/Makefile
  3090. config.status:1250: creating interfaces/Makefile
  3091. config.status:1250: creating interfaces/swig/Makefile
  3092. config.status:1250: creating interfaces/swig/filtered/Makefile
  3093. config.status:1250: creating interfaces/swig/general/Makefile
  3094. config.status:1250: creating interfaces/swig/python/Makefile
  3095. config.status:1250: creating interfaces/swig/octave/Makefile
  3096. config.status:1250: creating tests/Makefile
  3097. config.status:1250: creating utils/Makefile
  3098. config.status:1250: creating samples/Makefile
  3099. config.status:1250: creating cvconfig.h
  3100. config.status:1431: cvconfig.h is unchanged
  3101. config.status:1479: executing depfiles commands
  3102. config.status:1479: executing libtool commands
  3103. configure:22754: result:
  3104. General configuration ================================================
  3105.  
  3106. CXX: arm-linux-g++
  3107. CXXCPP: arm-linux-g++ -E
  3108. CPPFLAGS: -I/install/ffmpeg/usr/include
  3109. CXXFLAGS:
  3110. LDFLAGS: -L/install/ffmpeg/lib
  3111.  
  3112. Install path:
  3113.  
  3114. Debug flags
  3115. Optimization flags -DNDEBUG -O2 -fomit-frame-pointer
  3116. MMX/SSE/SSE2/SSE3:
  3117. OpenMP support:
  3118. External BLAS & LAPACK: no
  3119.  
  3120. HighGUI configuration ================================================
  3121.  
  3122. Windowing system --------------
  3123. Use Carbon / Mac OS X: no
  3124. Use gtk+ 2.x: no
  3125. Use gthread: no
  3126.  
  3127. Image I/O ---------------------
  3128. Use ImageIO / Mac OS X: no
  3129. Use libjpeg: yes
  3130. Use zlib: yes
  3131. Use libpng: yes
  3132. Use libtiff: no
  3133. Use libjasper: no
  3134. Use libIlmImf/OpenEXR: no
  3135.  
  3136. Video I/O ---------------------
  3137. Use QuickTime / Mac OS X: no
  3138. Use xine: no
  3139. Use gstreamer: no
  3140. Use ffmpeg: no
  3141. Use dc1394 & raw1394: no
  3142. Use dc1394_v2 & raw1394: no
  3143. Use v4l: yes
  3144. Use v4l2: yes
  3145. Use unicap: no
  3146.  
  3147. Wrappers for other languages =========================================
  3148.  
  3149. SWIG
  3150. Python no
  3151. Octave no
  3152.  
  3153. Additional build settings ============================================
  3154.  
  3155. Build demo apps yes
  3156.  
  3157. Now run make ...
  3158.  
  3159.  
  3160. ## ---------------- ##
  3161. ## Cache variables. ##
  3162. ## ---------------- ##
  3163.  
  3164. ac_cv_build=i686-pc-linux-gnu
  3165. ac_cv_c_bigendian=no
  3166. ac_cv_c_compiler_gnu=yes
  3167. ac_cv_cxx_compiler_gnu=yes
  3168. ac_cv_env_CCC_set=
  3169. ac_cv_env_CCC_value=
  3170. ac_cv_env_CC_set=set
  3171. ac_cv_env_CC_value=arm-linux-gcc
  3172. ac_cv_env_CFLAGS_set=
  3173. ac_cv_env_CFLAGS_value=
  3174. ac_cv_env_CPPFLAGS_set=set
  3175. ac_cv_env_CPPFLAGS_value=-I/install/ffmpeg/usr/include
  3176. ac_cv_env_CPP_set=
  3177. ac_cv_env_CPP_value=
  3178. ac_cv_env_CXXCPP_set=
  3179. ac_cv_env_CXXCPP_value=
  3180. ac_cv_env_CXXFLAGS_set=
  3181. ac_cv_env_CXXFLAGS_value=
  3182. ac_cv_env_CXX_set=
  3183. ac_cv_env_CXX_value=
  3184. ac_cv_env_LDFLAGS_set=set
  3185. ac_cv_env_LDFLAGS_value=-L/install/ffmpeg/lib
  3186. ac_cv_env_LIBS_set=
  3187. ac_cv_env_LIBS_value=
  3188. ac_cv_env_PYTHON_set=
  3189. ac_cv_env_PYTHON_value=
  3190. ac_cv_env_SWIG_set=
  3191. ac_cv_env_SWIG_value=
  3192. ac_cv_env_build_alias_set=
  3193. ac_cv_env_build_alias_value=
  3194. ac_cv_env_host_alias_set=set
  3195. ac_cv_env_host_alias_value=arm-linux
  3196. ac_cv_env_target_alias_set=
  3197. ac_cv_env_target_alias_value=
  3198. ac_cv_func_alloca_works=yes
  3199. ac_cv_func_lrint=yes
  3200. ac_cv_func_png_get_valid=yes
  3201. ac_cv_func_png_set_tRNS_to_alpha=yes
  3202. ac_cv_header_ImfCRgbaFile_h=no
  3203. ac_cv_header_assert_h=yes
  3204. ac_cv_header_dlfcn_h=yes
  3205. ac_cv_header_ffmpeg_avcodec_h=no
  3206. ac_cv_header_ffmpeg_avformat_h=no
  3207. ac_cv_header_inttypes_h=yes
  3208. ac_cv_header_jasper_jasper_h=no
  3209. ac_cv_header_jpeglib_h=yes
  3210. ac_cv_header_libavcodec_avcodec_h=yes
  3211. ac_cv_header_libavformat_avformat_h=yes
  3212. ac_cv_header_libpng_png_h=no
  3213. ac_cv_header_libraw1394_raw1394_h=no
  3214. ac_cv_header_linux_videodev2_h=yes
  3215. ac_cv_header_linux_videodev_h=yes
  3216. ac_cv_header_malloc_h=yes
  3217. ac_cv_header_memory_h=yes
  3218. ac_cv_header_png_h=yes
  3219. ac_cv_header_stdc=yes
  3220. ac_cv_header_stdint_h=yes
  3221. ac_cv_header_stdlib_h=yes
  3222. ac_cv_header_string_h=yes
  3223. ac_cv_header_strings_h=yes
  3224. ac_cv_header_sys_stat_h=yes
  3225. ac_cv_header_sys_types_h=yes
  3226. ac_cv_header_tiff_h=no
  3227. ac_cv_header_unistd_h=yes
  3228. ac_cv_header_zlib_h=yes
  3229. ac_cv_host=arm-unknown-linux-gnu
  3230. ac_cv_lib_dl_dlopen=yes
  3231. ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
  3232. ac_cv_lib_m_pow=yes
  3233. ac_cv_lib_png12_png_read_image=yes
  3234. ac_cv_lib_pthread_pthread_create=yes
  3235. ac_cv_lib_z_gzopen=yes
  3236. ac_cv_lib_z_gzputs=yes
  3237. ac_cv_objext=o
  3238. ac_cv_path_EGREP='/bin/grep -E'
  3239. ac_cv_path_FGREP='/bin/grep -F'
  3240. ac_cv_path_GREP=/bin/grep
  3241. ac_cv_path_SED=/bin/sed
  3242. ac_cv_path_install='/usr/bin/install -c'
  3243. ac_cv_path_mkdir=/bin/mkdir
  3244. ac_cv_prog_AR=arm-linux-ar
  3245. ac_cv_prog_AWK=mawk
  3246. ac_cv_prog_CC=arm-linux-gcc
  3247. ac_cv_prog_CPP='arm-linux-gcc -E'
  3248. ac_cv_prog_CXX=arm-linux-g++
  3249. ac_cv_prog_CXXCPP='arm-linux-g++ -E'
  3250. ac_cv_prog_OBJDUMP=objdump
  3251. ac_cv_prog_RANLIB=arm-linux-ranlib
  3252. ac_cv_prog_STRIP=arm-linux-strip
  3253. ac_cv_prog_cc_c89=
  3254. ac_cv_prog_cc_g=yes
  3255. ac_cv_prog_cxx_g=yes
  3256. ac_cv_prog_cxx_openmp=unsupported
  3257. ac_cv_prog_make_make_set=yes
  3258. ac_cv_search_avcodec_decode_video=no
  3259. ac_cv_search_clock_gettime=-lrt
  3260. ac_cv_target=arm-unknown-linux-gnu
  3261. ac_cv_type_size_t=yes
  3262. ac_cv_working_alloca_h=yes
  3263. am_cv_CC_dependencies_compiler_type=gcc3
  3264. am_cv_CXX_dependencies_compiler_type=gcc3
  3265. ax_cv_gcc_x86_cpuid_0x00000001=unknown
  3266. ax_cv_gcc_x86_cpuid_=unknown
  3267. ax_cv_have_mmx_ext=no
  3268. ax_cv_have_sse2_ext=no
  3269. ax_cv_have_sse3_ext=no
  3270. ax_cv_have_sse_ext=no
  3271. ax_cv_have_ssse3_ext=no
  3272. lt_cv_deplibs_check_method=pass_all
  3273. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3274. lt_cv_file_magic_test_file=
  3275. lt_cv_ld_reload_flag=-r
  3276. lt_cv_nm_interface='BSD nm'
  3277. lt_cv_objdir=.libs
  3278. lt_cv_path_LD=/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld
  3279. lt_cv_path_LDCXX=/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld
  3280. lt_cv_path_NM='/usr/local/arm/4.3.2/bin/arm-linux-nm -B'
  3281. lt_cv_prog_compiler_c_o=yes
  3282. lt_cv_prog_compiler_c_o_CXX=yes
  3283. lt_cv_prog_compiler_pic_works=yes
  3284. lt_cv_prog_compiler_pic_works_CXX=yes
  3285. lt_cv_prog_compiler_rtti_exceptions=no
  3286. lt_cv_prog_compiler_static_works=yes
  3287. lt_cv_prog_compiler_static_works_CXX=yes
  3288. lt_cv_prog_gnu_ld=yes
  3289. lt_cv_prog_gnu_ldcxx=yes
  3290. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  3291. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3292. 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'\'''
  3293. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3294. lt_cv_sys_max_cmd_len=1572864
  3295.  
  3296. ## ----------------- ##
  3297. ## Output variables. ##
  3298. ## ----------------- ##
  3299.  
  3300. ACLOCAL='${SHELL} /home/polmon/Downloads/OpenCV-2.0.0/autotools/missing --run aclocal-1.11'
  3301. ALLOCA=''
  3302. AMDEPBACKSLASH='\'
  3303. AMDEP_FALSE='#'
  3304. AMDEP_TRUE=''
  3305. AMTAR='${SHELL} /home/polmon/Downloads/OpenCV-2.0.0/autotools/missing --run tar'
  3306. AR='arm-linux-ar'
  3307. AS='as'
  3308. AUTOCONF='${SHELL} /home/polmon/Downloads/OpenCV-2.0.0/autotools/missing --run autoconf'
  3309. AUTOHEADER='${SHELL} /home/polmon/Downloads/OpenCV-2.0.0/autotools/missing --run autoheader'
  3310. AUTOMAKE='${SHELL} /home/polmon/Downloads/OpenCV-2.0.0/autotools/missing --run automake-1.11'
  3311. AWK='mawk'
  3312. BUILD_APPS_FALSE='#'
  3313. BUILD_APPS_TRUE=''
  3314. BUILD_CARBON_FALSE=''
  3315. BUILD_CARBON_TRUE='#'
  3316. BUILD_DC1394_2_FALSE=''
  3317. BUILD_DC1394_2_TRUE='#'
  3318. BUILD_DC1394_FALSE=''
  3319. BUILD_DC1394_TRUE='#'
  3320. BUILD_FFMPEG_FALSE=''
  3321. BUILD_FFMPEG_TRUE='#'
  3322. BUILD_GSTREAMER_FALSE=''
  3323. BUILD_GSTREAMER_TRUE='#'
  3324. BUILD_GTK_FALSE=''
  3325. BUILD_GTK_TRUE='#'
  3326. BUILD_IMAGEIO_FALSE=''
  3327. BUILD_IMAGEIO_TRUE='#'
  3328. BUILD_OCTAVE_WRAPPERS_FALSE=''
  3329. BUILD_OCTAVE_WRAPPERS_TRUE='#'
  3330. BUILD_PYTHON_WRAPPERS_FALSE=''
  3331. BUILD_PYTHON_WRAPPERS_TRUE='#'
  3332. BUILD_QUICKTIME_FALSE=''
  3333. BUILD_QUICKTIME_TRUE='#'
  3334. BUILD_UNICAP_FALSE=''
  3335. BUILD_UNICAP_TRUE='#'
  3336. BUILD_V4L_FALSE='#'
  3337. BUILD_V4L_TRUE=''
  3338. BUILD_XINE_FALSE=''
  3339. BUILD_XINE_TRUE='#'
  3340. CARBON_CFLAGS=''
  3341. CARBON_LIBS=''
  3342. CC='arm-linux-gcc'
  3343. CCDEPMODE='depmode=gcc3'
  3344. CFLAGS=''
  3345. CPP='arm-linux-gcc -E'
  3346. CPPFLAGS='-I/install/ffmpeg/usr/include'
  3347. CXX='arm-linux-g++'
  3348. CXXCPP='arm-linux-g++ -E'
  3349. CXXDEPMODE='depmode=gcc3'
  3350. CXXFLAGS=''
  3351. CYGPATH_W='echo'
  3352. DEBUG=''
  3353. DEBUG_CPPFLAGS=''
  3354. DEBUG_CXXFLAGS=''
  3355. DEFS='-DHAVE_CONFIG_H'
  3356. DEPDIR='.deps'
  3357. DLLTOOL='dlltool'
  3358. DSYMUTIL=''
  3359. DUMPBIN=''
  3360. ECHO_C=''
  3361. ECHO_N='-n'
  3362. ECHO_T=''
  3363. EGREP='/bin/grep -E'
  3364. EXEEXT=''
  3365. FFMPEGLIBS=''
  3366. FGREP='/bin/grep -F'
  3367. FLOAT_STORE_CFLAGS='-ffloat-store'
  3368. GREP='/bin/grep'
  3369. GSTREAMER_CFLAGS=''
  3370. GSTREAMER_LIBS=''
  3371. GTHREAD_CFLAGS=''
  3372. GTHREAD_LIBS=''
  3373. GTK_CFLAGS=''
  3374. GTK_LIBS=''
  3375. IEEE1394LIBS=''
  3376. IMAGELIBS='-lpng12 -ljpeg -lz'
  3377. INSTALL_DATA='${INSTALL} -m 644'
  3378. INSTALL_PROGRAM='${INSTALL}'
  3379. INSTALL_SCRIPT='${INSTALL}'
  3380. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3381. LAPACK_LIBS=''
  3382. LD='/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld'
  3383. LDFLAGS='-L/install/ffmpeg/lib'
  3384. LIBOBJS=''
  3385. LIBS='-lrt -lz -lpthread -ldl -lm '
  3386. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3387. LIPO=''
  3388. LN_S='ln -s'
  3389. LTLIBOBJS=''
  3390. LT_VERSION='4:0:0'
  3391. MAKEINFO='${SHELL} /home/polmon/Downloads/OpenCV-2.0.0/autotools/missing --run makeinfo'
  3392. MKDIR_P='/bin/mkdir -p'
  3393. MKOCTFILE=''
  3394. MMAJOR='2'
  3395. MMINOR='0'
  3396. MSUBMINOR='0'
  3397. NATIVE_LAPACK_FALSE=''
  3398. NATIVE_LAPACK_TRUE='#'
  3399. NM='/usr/local/arm/4.3.2/bin/arm-linux-nm -B'
  3400. NMEDIT=''
  3401. OBJDUMP='objdump'
  3402. OBJEXT='o'
  3403. OCTAVE=''
  3404. OCTAVE_ARCH=''
  3405. OCTAVE_INCFLAGS=''
  3406. OPENMP_CXXFLAGS=''
  3407. OPTIMIZATION_CPPFLAGS='-DNDEBUG'
  3408. OPTIMIZATION_CXXFLAGS='-O2 -fomit-frame-pointer'
  3409. OTOOL64=''
  3410. OTOOL=''
  3411. PACKAGE='opencv'
  3412. PACKAGE_BUGREPORT='[email protected]'
  3413. PACKAGE_NAME='opencv'
  3414. PACKAGE_STRING='opencv 2.0.0'
  3415. PACKAGE_TARNAME='opencv'
  3416. PACKAGE_URL=''
  3417. PACKAGE_VERSION='2.0.0'
  3418. PATH_SEPARATOR=':'
  3419. PKG_CONFIG=''
  3420. PYTHON=''
  3421. PYTHON_CSPEC=''
  3422. PYTHON_EXEC_PREFIX=''
  3423. PYTHON_LSPEC=''
  3424. PYTHON_PLATFORM=''
  3425. PYTHON_PREFIX=''
  3426. PYTHON_VERSION=''
  3427. QUICKTIME_CFLAGS=''
  3428. QUICKTIME_LIBS=''
  3429. RANLIB='arm-linux-ranlib'
  3430. SED='/bin/sed'
  3431. SET_MAKE=''
  3432. SHELL='/bin/bash'
  3433. SIMD_FLAGS=''
  3434. STRIP='arm-linux-strip'
  3435. SWIG=''
  3436. SWIG_OCTAVE_OPT=''
  3437. SWIG_PYTHON_LIBS=''
  3438. SWIG_PYTHON_OPT=''
  3439. SWIG_RUNTIME_LIBS_DIR=''
  3440. SWIG_VERSION=''
  3441. UCIL_PACKAGE_CFLAGS=''
  3442. UCIL_PACKAGE_LIBS=''
  3443. UNICAP_PACKAGE_CFLAGS=''
  3444. UNICAP_PACKAGE_LIBS=''
  3445. UPDATE_SWIG_WRAPPERS_FALSE=''
  3446. UPDATE_SWIG_WRAPPERS_TRUE='#'
  3447. VERSION='2.0.0'
  3448. XINE_LIBS=''
  3449. ac_ct_CC=''
  3450. ac_ct_CXX=''
  3451. ac_ct_DUMPBIN=''
  3452. am__EXEEXT_FALSE=''
  3453. am__EXEEXT_TRUE='#'
  3454. am__fastdepCC_FALSE='#'
  3455. am__fastdepCC_TRUE=''
  3456. am__fastdepCXX_FALSE='#'
  3457. am__fastdepCXX_TRUE=''
  3458. am__include='include'
  3459. am__isrc=''
  3460. am__leading_dot='.'
  3461. am__quote=''
  3462. am__tar='${AMTAR} chof - "$$tardir"'
  3463. am__untar='${AMTAR} xf -'
  3464. bindir='${exec_prefix}/bin'
  3465. build='i686-pc-linux-gnu'
  3466. build_alias=''
  3467. build_cpu='i686'
  3468. build_os='linux-gnu'
  3469. build_vendor='pc'
  3470. datadir='${datarootdir}'
  3471. datarootdir='${prefix}/share'
  3472. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3473. dvidir='${docdir}'
  3474. exec_prefix='${prefix}'
  3475. host='arm-unknown-linux-gnu'
  3476. host_alias='arm-linux'
  3477. host_cpu='arm'
  3478. host_os='linux-gnu'
  3479. host_vendor='unknown'
  3480. htmldir='${docdir}'
  3481. includedir='${prefix}/include'
  3482. infodir='${datarootdir}/info'
  3483. install_sh='${SHELL} /home/polmon/Downloads/OpenCV-2.0.0/autotools/install-sh'
  3484. libdir='${exec_prefix}/lib'
  3485. libexecdir='${exec_prefix}/libexec'
  3486. localedir='${datarootdir}/locale'
  3487. localstatedir='${prefix}/var'
  3488. lt_ECHO='echo'
  3489. mandir='${datarootdir}/man'
  3490. mkdir_p='/bin/mkdir -p'
  3491. oldincludedir='/usr/include'
  3492. pdfdir='${docdir}'
  3493. pkgpyexecdir=''
  3494. pkgpythondir=''
  3495. prefix=''
  3496. program_transform_name='s,x,x,'
  3497. psdir='${docdir}'
  3498. pyexecdir=''
  3499. pythondir=''
  3500. sbindir='${exec_prefix}/sbin'
  3501. sharedstatedir='${prefix}/com'
  3502. sysconfdir='${prefix}/etc'
  3503. target='arm-unknown-linux-gnu'
  3504. target_alias=''
  3505. target_cpu='arm'
  3506. target_os='linux-gnu'
  3507. target_vendor='unknown'
  3508.  
  3509. ## ----------- ##
  3510. ## confdefs.h. ##
  3511. ## ----------- ##
  3512.  
  3513. /* confdefs.h */
  3514. #define PACKAGE_NAME "opencv"
  3515. #define PACKAGE_TARNAME "opencv"
  3516. #define PACKAGE_VERSION "2.0.0"
  3517. #define PACKAGE_STRING "opencv 2.0.0"
  3518. #define PACKAGE_BUGREPORT "[email protected]"
  3519. #define PACKAGE_URL ""
  3520. #define PACKAGE "opencv"
  3521. #define VERSION "2.0.0"
  3522. #define STDC_HEADERS 1
  3523. #define HAVE_SYS_TYPES_H 1
  3524. #define HAVE_SYS_STAT_H 1
  3525. #define HAVE_STDLIB_H 1
  3526. #define HAVE_STRING_H 1
  3527. #define HAVE_MEMORY_H 1
  3528. #define HAVE_STRINGS_H 1
  3529. #define HAVE_INTTYPES_H 1
  3530. #define HAVE_STDINT_H 1
  3531. #define HAVE_UNISTD_H 1
  3532. #define HAVE_DLFCN_H 1
  3533. #define LT_OBJDIR ".libs/"
  3534. #define HAVE_LIBM 1
  3535. #define HAVE_LIBDL 1
  3536. #define HAVE_LIBPTHREAD 1
  3537. #define HAVE_LIBZ 1
  3538. #define HAVE_ALLOCA_H 1
  3539. #define HAVE_ALLOCA 1
  3540. #define HAVE_MALLOC_H 1
  3541. #define HAVE_ASSERT_H 1
  3542. #define HAVE_LRINT 1
  3543. #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3544. #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  3545. #define HAVE_CAMV4L /**/
  3546. #define HAVE_CAMV4L2 /**/
  3547. #define HAVE_JPEG /**/
  3548. #define HAVE_ZLIB /**/
  3549. #define HAVE_PNG_H /**/
  3550. #define HAVE_PNG /**/
  3551. #define HAVE_PNG_GET_VALID 1
  3552. #define HAVE_PNG_SET_TRNS_TO_ALPHA 1
  3553.  
  3554. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment