Advertisement
Guest User

Untitled

a guest
Jan 9th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.27 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 fdk-aac configure 0.1.3, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/home/gajdot/ffmpeg_build --disable-shared --host=arm
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = gajdot
  14. uname -m = x86_64
  15. uname -r = 3.5.0-44-generic
  16. uname -s = Linux
  17. uname -v = #67~precise1-Ubuntu SMP Wed Nov 13 16:16:57 UTC 2013
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/gajdot/bin
  31. PATH: /usr/lib/lightdm/lightdm
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /usr/games
  39. PATH: /home/gajdot/android-ndk-r9b/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2281: checking for a BSD-compatible install
  47. configure:2349: result: /usr/bin/install -c
  48. configure:2360: checking whether build environment is sane
  49. configure:2410: result: yes
  50. configure:2459: checking for arm-strip
  51. configure:2489: result: no
  52. configure:2499: checking for strip
  53. configure:2515: found /usr/bin/strip
  54. configure:2526: result: strip
  55. configure:2551: checking for a thread-safe mkdir -p
  56. configure:2590: result: /bin/mkdir -p
  57. configure:2603: checking for gawk
  58. configure:2619: found /usr/bin/gawk
  59. configure:2630: result: gawk
  60. configure:2641: checking whether make sets $(MAKE)
  61. configure:2663: result: yes
  62. configure:2738: checking how to create a ustar tar archive
  63. configure:2751: tar --version
  64. tar (GNU tar) 1.26
  65. Copyright (C) 2011 Free Software Foundation, Inc.
  66. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  67. This is free software: you are free to change and redistribute it.
  68. There is NO WARRANTY, to the extent permitted by law.
  69.  
  70. Written by John Gilmore and Jay Fenlason.
  71. configure:2754: $? = 0
  72. configure:2794: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  73. configure:2797: $? = 0
  74. configure:2801: tar -xf - <conftest.tar
  75. configure:2804: $? = 0
  76. configure:2817: result: gnutar
  77. configure:2835: checking whether make supports nested variables
  78. configure:2852: result: yes
  79. configure:2889: checking for arm-gcc
  80. configure:2919: result: no
  81. configure:2929: checking for gcc
  82. configure:2945: found /usr/bin/gcc
  83. configure:2956: result: gcc
  84. configure:3185: checking for C compiler version
  85. configure:3194: gcc --version >&5
  86. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  87. Copyright (C) 2011 Free Software Foundation, Inc.
  88. This is free software; see the source for copying conditions. There is NO
  89. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  90.  
  91. configure:3205: $? = 0
  92. configure:3194: gcc -v >&5
  93. Using built-in specs.
  94. COLLECT_GCC=gcc
  95. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  96. Target: x86_64-linux-gnu
  97. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  98. Thread model: posix
  99. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  100. configure:3205: $? = 0
  101. configure:3194: gcc -V >&5
  102. gcc: error: unrecognized option '-V'
  103. gcc: fatal error: no input files
  104. compilation terminated.
  105. configure:3205: $? = 4
  106. configure:3194: gcc -qversion >&5
  107. gcc: error: unrecognized option '-qversion'
  108. gcc: fatal error: no input files
  109. compilation terminated.
  110. configure:3205: $? = 4
  111. configure:3225: checking whether the C compiler works
  112. configure:3247: gcc conftest.c >&5
  113. configure:3251: $? = 0
  114. configure:3299: result: yes
  115. configure:3302: checking for C compiler default output file name
  116. configure:3304: result: a.out
  117. configure:3310: checking for suffix of executables
  118. configure:3317: gcc -o conftest conftest.c >&5
  119. configure:3321: $? = 0
  120. configure:3343: result:
  121. configure:3365: checking whether we are cross compiling
  122. configure:3373: gcc -o conftest conftest.c >&5
  123. configure:3377: $? = 0
  124. configure:3384: ./conftest
  125. configure:3388: $? = 0
  126. configure:3403: result: no
  127. configure:3408: checking for suffix of object files
  128. configure:3430: gcc -c conftest.c >&5
  129. configure:3434: $? = 0
  130. configure:3455: result: o
  131. configure:3459: checking whether we are using the GNU C compiler
  132. configure:3478: gcc -c conftest.c >&5
  133. configure:3478: $? = 0
  134. configure:3487: result: yes
  135. configure:3496: checking whether gcc accepts -g
  136. configure:3516: gcc -c -g conftest.c >&5
  137. configure:3516: $? = 0
  138. configure:3557: result: yes
  139. configure:3574: checking for gcc option to accept ISO C89
  140. configure:3638: gcc -c -g -O2 conftest.c >&5
  141. configure:3638: $? = 0
  142. configure:3651: result: none needed
  143. configure:3682: checking for style of include used by make
  144. configure:3710: result: GNU
  145. configure:3736: checking dependency style of gcc
  146. configure:3847: result: gcc3
  147. configure:3876: checking for arm-g++
  148. configure:3906: result: no
  149. configure:3876: checking for arm-c++
  150. configure:3906: result: no
  151. configure:3876: checking for arm-gpp
  152. configure:3906: result: no
  153. configure:3876: checking for arm-aCC
  154. configure:3906: result: no
  155. configure:3876: checking for arm-CC
  156. configure:3906: result: no
  157. configure:3876: checking for arm-cxx
  158. configure:3906: result: no
  159. configure:3876: checking for arm-cc++
  160. configure:3906: result: no
  161. configure:3876: checking for arm-cl.exe
  162. configure:3906: result: no
  163. configure:3876: checking for arm-FCC
  164. configure:3906: result: no
  165. configure:3876: checking for arm-KCC
  166. configure:3906: result: no
  167. configure:3876: checking for arm-RCC
  168. configure:3906: result: no
  169. configure:3876: checking for arm-xlC_r
  170. configure:3906: result: no
  171. configure:3876: checking for arm-xlC
  172. configure:3906: result: no
  173. configure:3920: checking for g++
  174. configure:3936: found /usr/bin/g++
  175. configure:3947: result: g++
  176. configure:3974: checking for C++ compiler version
  177. configure:3983: g++ --version >&5
  178. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  179. Copyright (C) 2011 Free Software Foundation, Inc.
  180. This is free software; see the source for copying conditions. There is NO
  181. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  182.  
  183. configure:3994: $? = 0
  184. configure:3983: g++ -v >&5
  185. Using built-in specs.
  186. COLLECT_GCC=g++
  187. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  188. Target: x86_64-linux-gnu
  189. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  190. Thread model: posix
  191. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  192. configure:3994: $? = 0
  193. configure:3983: g++ -V >&5
  194. g++: error: unrecognized option '-V'
  195. g++: fatal error: no input files
  196. compilation terminated.
  197. configure:3994: $? = 4
  198. configure:3983: g++ -qversion >&5
  199. g++: error: unrecognized option '-qversion'
  200. g++: fatal error: no input files
  201. compilation terminated.
  202. configure:3994: $? = 4
  203. configure:3998: checking whether we are using the GNU C++ compiler
  204. configure:4017: g++ -c conftest.cpp >&5
  205. configure:4017: $? = 0
  206. configure:4026: result: yes
  207. configure:4035: checking whether g++ accepts -g
  208. configure:4055: g++ -c -g conftest.cpp >&5
  209. configure:4055: $? = 0
  210. configure:4096: result: yes
  211. configure:4121: checking dependency style of g++
  212. configure:4232: result: gcc3
  213. configure:4276: checking build system type
  214. configure:4290: result: x86_64-unknown-linux-gnu
  215. configure:4310: checking host system type
  216. configure:4323: result: arm-unknown-none
  217. configure:4364: checking how to print strings
  218. configure:4391: result: printf
  219. configure:4412: checking for a sed that does not truncate output
  220. configure:4476: result: /bin/sed
  221. configure:4494: checking for grep that handles long lines and -e
  222. configure:4552: result: /bin/grep
  223. configure:4557: checking for egrep
  224. configure:4619: result: /bin/grep -E
  225. configure:4624: checking for fgrep
  226. configure:4686: result: /bin/grep -F
  227. configure:4721: checking for ld used by gcc
  228. configure:4788: result: /usr/bin/ld
  229. configure:4795: checking if the linker (/usr/bin/ld) is GNU ld
  230. configure:4810: result: yes
  231. configure:4822: checking for BSD- or MS-compatible name lister (nm)
  232. configure:4871: result: no
  233. configure:4885: checking for arm-dumpbin
  234. configure:4915: result: no
  235. configure:4885: checking for arm-link
  236. configure:4915: result: no
  237. configure:4929: checking for dumpbin
  238. configure:4959: result: no
  239. configure:4929: checking for link
  240. configure:4945: found /usr/bin/link
  241. configure:4956: result: link -dump
  242. configure:5001: checking the name lister (nm) interface
  243. configure:5008: gcc -c -g -O2 conftest.c >&5
  244. configure:5011: nm "conftest.o"
  245. configure:5014: output
  246. 0000000000000000 B some_variable
  247. configure:5021: result: BSD nm
  248. configure:5024: checking whether ln -s works
  249. configure:5028: result: yes
  250. configure:5036: checking the maximum length of command line arguments
  251. configure:5166: result: 1572864
  252. configure:5183: checking whether the shell understands some XSI constructs
  253. configure:5193: result: yes
  254. configure:5197: checking whether the shell understands "+="
  255. configure:5203: result: yes
  256. configure:5238: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-none format
  257. configure:5278: result: func_convert_file_noop
  258. configure:5285: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  259. configure:5305: result: func_convert_file_noop
  260. configure:5312: checking for /usr/bin/ld option to reload object files
  261. configure:5319: result: -r
  262. configure:5353: checking for arm-objdump
  263. configure:5383: result: no
  264. configure:5393: checking for objdump
  265. configure:5409: found /usr/bin/objdump
  266. configure:5420: result: objdump
  267. configure:5452: checking how to recognize dependent libraries
  268. configure:5654: result: unknown
  269. configure:5699: checking for arm-dlltool
  270. configure:5729: result: no
  271. configure:5739: checking for dlltool
  272. configure:5769: result: no
  273. configure:5799: checking how to associate runtime and link libraries
  274. configure:5826: result: printf %s\n
  275. configure:5843: checking for arm-ar
  276. configure:5873: result: no
  277. configure:5887: checking for ar
  278. configure:5903: found /usr/bin/ar
  279. configure:5914: result: ar
  280. configure:5951: checking for archiver @FILE support
  281. configure:5968: gcc -c -g -O2 conftest.c >&5
  282. configure:5968: $? = 0
  283. configure:5971: ar cru libconftest.a @conftest.lst >&5
  284. configure:5974: $? = 0
  285. configure:5979: ar cru libconftest.a @conftest.lst >&5
  286. ar: conftest.o: No such file or directory
  287. configure:5982: $? = 1
  288. configure:5994: result: @
  289. configure:6012: checking for arm-strip
  290. configure:6039: result: strip
  291. configure:6111: checking for arm-ranlib
  292. configure:6141: result: no
  293. configure:6151: checking for ranlib
  294. configure:6167: found /usr/bin/ranlib
  295. configure:6178: result: ranlib
  296. configure:6280: checking command to parse nm output from gcc object
  297. configure:6400: gcc -c -g -O2 conftest.c >&5
  298. configure:6403: $? = 0
  299. configure:6407: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  300. configure:6410: $? = 0
  301. configure:6476: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  302. configure:6479: $? = 0
  303. configure:6517: result: ok
  304. configure:6554: checking for sysroot
  305. configure:6584: result: no
  306. configure:6800: checking for arm-mt
  307. configure:6830: result: no
  308. configure:6840: checking for mt
  309. configure:6856: found /bin/mt
  310. configure:6867: result: mt
  311. configure:6890: checking if mt is a manifest tool
  312. configure:6896: mt '-?'
  313. configure:6904: result: no
  314. configure:7546: checking how to run the C preprocessor
  315. configure:7577: gcc -E conftest.c
  316. configure:7577: $? = 0
  317. configure:7591: gcc -E conftest.c
  318. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  319. compilation terminated.
  320. configure:7591: $? = 1
  321. configure: failed program was:
  322. | /* confdefs.h */
  323. | #define PACKAGE_NAME "fdk-aac"
  324. | #define PACKAGE_TARNAME "fdk-aac"
  325. | #define PACKAGE_VERSION "0.1.3"
  326. | #define PACKAGE_STRING "fdk-aac 0.1.3"
  327. | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
  328. | #define PACKAGE_URL ""
  329. | #define PACKAGE "fdk-aac"
  330. | #define VERSION "0.1.3"
  331. | /* end confdefs.h. */
  332. | #include <ac_nonexistent.h>
  333. configure:7616: result: gcc -E
  334. configure:7636: gcc -E conftest.c
  335. configure:7636: $? = 0
  336. configure:7650: gcc -E conftest.c
  337. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  338. compilation terminated.
  339. configure:7650: $? = 1
  340. configure: failed program was:
  341. | /* confdefs.h */
  342. | #define PACKAGE_NAME "fdk-aac"
  343. | #define PACKAGE_TARNAME "fdk-aac"
  344. | #define PACKAGE_VERSION "0.1.3"
  345. | #define PACKAGE_STRING "fdk-aac 0.1.3"
  346. | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
  347. | #define PACKAGE_URL ""
  348. | #define PACKAGE "fdk-aac"
  349. | #define VERSION "0.1.3"
  350. | /* end confdefs.h. */
  351. | #include <ac_nonexistent.h>
  352. configure:7679: checking for ANSI C header files
  353. configure:7699: gcc -c -g -O2 conftest.c >&5
  354. configure:7699: $? = 0
  355. configure:7772: gcc -o conftest -g -O2 conftest.c >&5
  356. configure:7772: $? = 0
  357. configure:7772: ./conftest
  358. configure:7772: $? = 0
  359. configure:7783: result: yes
  360. configure:7796: checking for sys/types.h
  361. configure:7796: gcc -c -g -O2 conftest.c >&5
  362. configure:7796: $? = 0
  363. configure:7796: result: yes
  364. configure:7796: checking for sys/stat.h
  365. configure:7796: gcc -c -g -O2 conftest.c >&5
  366. configure:7796: $? = 0
  367. configure:7796: result: yes
  368. configure:7796: checking for stdlib.h
  369. configure:7796: gcc -c -g -O2 conftest.c >&5
  370. configure:7796: $? = 0
  371. configure:7796: result: yes
  372. configure:7796: checking for string.h
  373. configure:7796: gcc -c -g -O2 conftest.c >&5
  374. configure:7796: $? = 0
  375. configure:7796: result: yes
  376. configure:7796: checking for memory.h
  377. configure:7796: gcc -c -g -O2 conftest.c >&5
  378. configure:7796: $? = 0
  379. configure:7796: result: yes
  380. configure:7796: checking for strings.h
  381. configure:7796: gcc -c -g -O2 conftest.c >&5
  382. configure:7796: $? = 0
  383. configure:7796: result: yes
  384. configure:7796: checking for inttypes.h
  385. configure:7796: gcc -c -g -O2 conftest.c >&5
  386. configure:7796: $? = 0
  387. configure:7796: result: yes
  388. configure:7796: checking for stdint.h
  389. configure:7796: gcc -c -g -O2 conftest.c >&5
  390. configure:7796: $? = 0
  391. configure:7796: result: yes
  392. configure:7796: checking for unistd.h
  393. configure:7796: gcc -c -g -O2 conftest.c >&5
  394. configure:7796: $? = 0
  395. configure:7796: result: yes
  396. configure:7810: checking for dlfcn.h
  397. configure:7810: gcc -c -g -O2 conftest.c >&5
  398. configure:7810: $? = 0
  399. configure:7810: result: yes
  400. configure:8027: checking for objdir
  401. configure:8042: result: .libs
  402. configure:8313: checking if gcc supports -fno-rtti -fno-exceptions
  403. configure:8331: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  404. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  405. configure:8335: $? = 0
  406. configure:8348: result: no
  407. configure:8675: checking for gcc option to produce PIC
  408. configure:8682: result: -fPIC -DPIC
  409. configure:8690: checking if gcc PIC flag -fPIC -DPIC works
  410. configure:8708: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  411. configure:8712: $? = 0
  412. configure:8725: result: yes
  413. configure:8754: checking if gcc static flag -static works
  414. configure:8782: result: yes
  415. configure:8797: checking if gcc supports -c -o file.o
  416. configure:8818: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  417. configure:8822: $? = 0
  418. configure:8844: result: yes
  419. configure:8852: checking if gcc supports -c -o file.o
  420. configure:8899: result: yes
  421. configure:8932: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  422. configure:10089: result: yes
  423. configure:10329: checking dynamic linker characteristics
  424. configure:11074: result: no
  425. configure:11181: checking how to hardcode library paths into programs
  426. configure:11206: result: immediate
  427. configure:11746: checking whether stripping libraries is possible
  428. configure:11751: result: yes
  429. configure:11786: checking if libtool supports shared libraries
  430. configure:11788: result: no
  431. configure:11791: checking whether to build shared libraries
  432. configure:11812: result: no
  433. configure:11815: checking whether to build static libraries
  434. configure:11819: result: yes
  435. configure:11842: checking how to run the C++ preprocessor
  436. configure:11869: g++ -E conftest.cpp
  437. configure:11869: $? = 0
  438. configure:11883: g++ -E conftest.cpp
  439. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  440. compilation terminated.
  441. configure:11883: $? = 1
  442. configure: failed program was:
  443. | /* confdefs.h */
  444. | #define PACKAGE_NAME "fdk-aac"
  445. | #define PACKAGE_TARNAME "fdk-aac"
  446. | #define PACKAGE_VERSION "0.1.3"
  447. | #define PACKAGE_STRING "fdk-aac 0.1.3"
  448. | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
  449. | #define PACKAGE_URL ""
  450. | #define PACKAGE "fdk-aac"
  451. | #define VERSION "0.1.3"
  452. | #define STDC_HEADERS 1
  453. | #define HAVE_SYS_TYPES_H 1
  454. | #define HAVE_SYS_STAT_H 1
  455. | #define HAVE_STDLIB_H 1
  456. | #define HAVE_STRING_H 1
  457. | #define HAVE_MEMORY_H 1
  458. | #define HAVE_STRINGS_H 1
  459. | #define HAVE_INTTYPES_H 1
  460. | #define HAVE_STDINT_H 1
  461. | #define HAVE_UNISTD_H 1
  462. | #define HAVE_DLFCN_H 1
  463. | #define LT_OBJDIR ".libs/"
  464. | /* end confdefs.h. */
  465. | #include <ac_nonexistent.h>
  466. configure:11908: result: g++ -E
  467. configure:11928: g++ -E conftest.cpp
  468. configure:11928: $? = 0
  469. configure:11942: g++ -E conftest.cpp
  470. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  471. compilation terminated.
  472. configure:11942: $? = 1
  473. configure: failed program was:
  474. | /* confdefs.h */
  475. | #define PACKAGE_NAME "fdk-aac"
  476. | #define PACKAGE_TARNAME "fdk-aac"
  477. | #define PACKAGE_VERSION "0.1.3"
  478. | #define PACKAGE_STRING "fdk-aac 0.1.3"
  479. | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
  480. | #define PACKAGE_URL ""
  481. | #define PACKAGE "fdk-aac"
  482. | #define VERSION "0.1.3"
  483. | #define STDC_HEADERS 1
  484. | #define HAVE_SYS_TYPES_H 1
  485. | #define HAVE_SYS_STAT_H 1
  486. | #define HAVE_STDLIB_H 1
  487. | #define HAVE_STRING_H 1
  488. | #define HAVE_MEMORY_H 1
  489. | #define HAVE_STRINGS_H 1
  490. | #define HAVE_INTTYPES_H 1
  491. | #define HAVE_STDINT_H 1
  492. | #define HAVE_UNISTD_H 1
  493. | #define HAVE_DLFCN_H 1
  494. | #define LT_OBJDIR ".libs/"
  495. | /* end confdefs.h. */
  496. | #include <ac_nonexistent.h>
  497. configure:12111: checking for ld used by g++
  498. configure:12178: result: /usr/bin/ld
  499. configure:12185: checking if the linker (/usr/bin/ld) is GNU ld
  500. configure:12200: result: yes
  501. configure:12255: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  502. configure:13260: result: no
  503. configure:13296: g++ -c -g -O2 conftest.cpp >&5
  504. configure:13299: $? = 0
  505. configure:13819: checking for g++ option to produce PIC
  506. configure:13826: result: -fPIC -DPIC
  507. configure:13834: checking if g++ PIC flag -fPIC -DPIC works
  508. configure:13852: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  509. configure:13856: $? = 0
  510. configure:13869: result: yes
  511. configure:13892: checking if g++ static flag -static works
  512. configure:13920: result: yes
  513. configure:13932: checking if g++ supports -c -o file.o
  514. configure:13953: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  515. configure:13957: $? = 0
  516. configure:13979: result: yes
  517. configure:13984: checking if g++ supports -c -o file.o
  518. configure:14031: result: yes
  519. configure:14061: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  520. configure:14100: result: no
  521. configure:14241: checking dynamic linker characteristics
  522. configure:14920: result: no
  523. configure:14973: checking how to hardcode library paths into programs
  524. configure:14998: result: immediate
  525. configure:15060: checking for sin in -lm
  526. configure:15085: gcc -o conftest -g -O2 conftest.c -lm >&5
  527. conftest.c:30:6: warning: conflicting types for built-in function 'sin' [enabled by default]
  528. configure:15085: $? = 0
  529. configure:15094: result: yes
  530. configure:15293: creating ./config.status
  531.  
  532. ## ---------------------- ##
  533. ## Running config.status. ##
  534. ## ---------------------- ##
  535.  
  536. This file was extended by fdk-aac config.status 0.1.3, which was
  537. generated by GNU Autoconf 2.68. Invocation command line was
  538.  
  539. CONFIG_FILES =
  540. CONFIG_HEADERS =
  541. CONFIG_LINKS =
  542. CONFIG_COMMANDS =
  543. $ ./config.status
  544.  
  545. on gajdot
  546.  
  547. config.status:1081: creating Makefile
  548. config.status:1081: creating fdk-aac.pc
  549. config.status:1253: executing depfiles commands
  550. config.status:1253: executing libtool commands
  551.  
  552. ## ---------------- ##
  553. ## Cache variables. ##
  554. ## ---------------- ##
  555.  
  556. ac_cv_build=x86_64-unknown-linux-gnu
  557. ac_cv_c_compiler_gnu=yes
  558. ac_cv_cxx_compiler_gnu=yes
  559. ac_cv_env_CCC_set=
  560. ac_cv_env_CCC_value=
  561. ac_cv_env_CC_set=
  562. ac_cv_env_CC_value=
  563. ac_cv_env_CFLAGS_set=
  564. ac_cv_env_CFLAGS_value=
  565. ac_cv_env_CPPFLAGS_set=
  566. ac_cv_env_CPPFLAGS_value=
  567. ac_cv_env_CPP_set=
  568. ac_cv_env_CPP_value=
  569. ac_cv_env_CXXCPP_set=
  570. ac_cv_env_CXXCPP_value=
  571. ac_cv_env_CXXFLAGS_set=
  572. ac_cv_env_CXXFLAGS_value=
  573. ac_cv_env_CXX_set=
  574. ac_cv_env_CXX_value=
  575. ac_cv_env_LDFLAGS_set=
  576. ac_cv_env_LDFLAGS_value=
  577. ac_cv_env_LIBS_set=
  578. ac_cv_env_LIBS_value=
  579. ac_cv_env_build_alias_set=
  580. ac_cv_env_build_alias_value=
  581. ac_cv_env_host_alias_set=set
  582. ac_cv_env_host_alias_value=arm
  583. ac_cv_env_target_alias_set=
  584. ac_cv_env_target_alias_value=
  585. ac_cv_header_dlfcn_h=yes
  586. ac_cv_header_inttypes_h=yes
  587. ac_cv_header_memory_h=yes
  588. ac_cv_header_stdc=yes
  589. ac_cv_header_stdint_h=yes
  590. ac_cv_header_stdlib_h=yes
  591. ac_cv_header_string_h=yes
  592. ac_cv_header_strings_h=yes
  593. ac_cv_header_sys_stat_h=yes
  594. ac_cv_header_sys_types_h=yes
  595. ac_cv_header_unistd_h=yes
  596. ac_cv_host=arm-unknown-none
  597. ac_cv_lib_m_sin=yes
  598. ac_cv_objext=o
  599. ac_cv_path_EGREP='/bin/grep -E'
  600. ac_cv_path_FGREP='/bin/grep -F'
  601. ac_cv_path_GREP=/bin/grep
  602. ac_cv_path_SED=/bin/sed
  603. ac_cv_path_install='/usr/bin/install -c'
  604. ac_cv_path_mkdir=/bin/mkdir
  605. ac_cv_prog_AWK=gawk
  606. ac_cv_prog_CPP='gcc -E'
  607. ac_cv_prog_CXXCPP='g++ -E'
  608. ac_cv_prog_STRIP=strip
  609. ac_cv_prog_ac_ct_AR=ar
  610. ac_cv_prog_ac_ct_CC=gcc
  611. ac_cv_prog_ac_ct_CXX=g++
  612. ac_cv_prog_ac_ct_DUMPBIN='link -dump'
  613. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  614. ac_cv_prog_ac_ct_OBJDUMP=objdump
  615. ac_cv_prog_ac_ct_RANLIB=ranlib
  616. ac_cv_prog_ac_ct_STRIP=strip
  617. ac_cv_prog_cc_c89=
  618. ac_cv_prog_cc_g=yes
  619. ac_cv_prog_cxx_g=yes
  620. ac_cv_prog_make_make_set=yes
  621. am_cv_CC_dependencies_compiler_type=gcc3
  622. am_cv_CXX_dependencies_compiler_type=gcc3
  623. am_cv_make_support_nested_variables=yes
  624. am_cv_prog_tar_ustar=gnutar
  625. lt_cv_ar_at_file=@
  626. lt_cv_deplibs_check_method=unknown
  627. lt_cv_file_magic_cmd='$MAGIC_CMD'
  628. lt_cv_file_magic_test_file=
  629. lt_cv_ld_reload_flag=-r
  630. lt_cv_nm_interface='BSD nm'
  631. lt_cv_objdir=.libs
  632. lt_cv_path_LD=/usr/bin/ld
  633. lt_cv_path_LDCXX=/usr/bin/ld
  634. lt_cv_path_NM=no
  635. lt_cv_path_mainfest_tool=no
  636. lt_cv_prog_compiler_c_o=yes
  637. lt_cv_prog_compiler_c_o_CXX=yes
  638. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  639. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  640. lt_cv_prog_compiler_pic_works=yes
  641. lt_cv_prog_compiler_pic_works_CXX=yes
  642. lt_cv_prog_compiler_rtti_exceptions=no
  643. lt_cv_prog_compiler_static_works=yes
  644. lt_cv_prog_compiler_static_works_CXX=yes
  645. lt_cv_prog_gnu_ld=yes
  646. lt_cv_prog_gnu_ldcxx=yes
  647. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  648. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  649. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  650. 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'\'''
  651. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  652. lt_cv_sys_max_cmd_len=1572864
  653. lt_cv_to_host_file_cmd=func_convert_file_noop
  654. lt_cv_to_tool_file_cmd=func_convert_file_noop
  655.  
  656. ## ----------------- ##
  657. ## Output variables. ##
  658. ## ----------------- ##
  659.  
  660. ACLOCAL='${SHELL} /home/gajdot/ffmpeg_new/ffmpeg/fdk-aac/missing --run aclocal-1.11'
  661. AMDEPBACKSLASH='\'
  662. AMDEP_FALSE='#'
  663. AMDEP_TRUE=''
  664. AMTAR='$${TAR-tar}'
  665. AM_BACKSLASH='\'
  666. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  667. AM_DEFAULT_VERBOSITY='0'
  668. AM_V='$(V)'
  669. AR='ar'
  670. AUTOCONF='${SHELL} /home/gajdot/ffmpeg_new/ffmpeg/fdk-aac/missing --run autoconf'
  671. AUTOHEADER='${SHELL} /home/gajdot/ffmpeg_new/ffmpeg/fdk-aac/missing --run autoheader'
  672. AUTOMAKE='${SHELL} /home/gajdot/ffmpeg_new/ffmpeg/fdk-aac/missing --run automake-1.11'
  673. AWK='gawk'
  674. CC='gcc'
  675. CCDEPMODE='depmode=gcc3'
  676. CFLAGS='-g -O2'
  677. CPP='gcc -E'
  678. CPPFLAGS=''
  679. CXX='g++'
  680. CXXCPP='g++ -E'
  681. CXXDEPMODE='depmode=gcc3'
  682. CXXFLAGS='-g -O2'
  683. CYGPATH_W='echo'
  684. DEFS='-DPACKAGE_NAME=\"fdk-aac\" -DPACKAGE_TARNAME=\"fdk-aac\" -DPACKAGE_VERSION=\"0.1.3\" -DPACKAGE_STRING=\"fdk-aac\ 0.1.3\" -DPACKAGE_BUGREPORT=\"http://sourceforge.net/projects/opencore-amr/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fdk-aac\" -DVERSION=\"0.1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1'
  685. DEPDIR='.deps'
  686. DLLTOOL='false'
  687. DSYMUTIL=''
  688. DUMPBIN=':'
  689. ECHO_C=''
  690. ECHO_N='-n'
  691. ECHO_T=''
  692. EGREP='/bin/grep -E'
  693. EXAMPLE_FALSE=''
  694. EXAMPLE_TRUE='#'
  695. EXEEXT=''
  696. FDK_AAC_VERSION='0:4:0'
  697. FGREP='/bin/grep -F'
  698. GREP='/bin/grep'
  699. INSTALL_DATA='${INSTALL} -m 644'
  700. INSTALL_PROGRAM='${INSTALL}'
  701. INSTALL_SCRIPT='${INSTALL}'
  702. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  703. LD='/usr/bin/ld'
  704. LDFLAGS=''
  705. LIBOBJS=''
  706. LIBS='-lm '
  707. LIBS_PRIVATE=''
  708. LIBS_PUBLIC='-lm '
  709. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  710. LIPO=''
  711. LN_S='ln -s'
  712. LTLIBOBJS=''
  713. MAKEINFO='${SHELL} /home/gajdot/ffmpeg_new/ffmpeg/fdk-aac/missing --run makeinfo'
  714. MANIFEST_TOOL=':'
  715. MKDIR_P='/bin/mkdir -p'
  716. NM='nm'
  717. NMEDIT=''
  718. OBJDUMP='objdump'
  719. OBJEXT='o'
  720. OTOOL64=''
  721. OTOOL=''
  722. PACKAGE='fdk-aac'
  723. PACKAGE_BUGREPORT='http://sourceforge.net/projects/opencore-amr/'
  724. PACKAGE_NAME='fdk-aac'
  725. PACKAGE_STRING='fdk-aac 0.1.3'
  726. PACKAGE_TARNAME='fdk-aac'
  727. PACKAGE_URL=''
  728. PACKAGE_VERSION='0.1.3'
  729. PATH_SEPARATOR=':'
  730. RANLIB='ranlib'
  731. SED='/bin/sed'
  732. SET_MAKE=''
  733. SHELL='/bin/bash'
  734. STRIP='strip'
  735. VERSION='0.1.3'
  736. ac_ct_AR='ar'
  737. ac_ct_CC='gcc'
  738. ac_ct_CXX='g++'
  739. ac_ct_DUMPBIN='link -dump'
  740. am__EXEEXT_FALSE=''
  741. am__EXEEXT_TRUE='#'
  742. am__fastdepCC_FALSE='#'
  743. am__fastdepCC_TRUE=''
  744. am__fastdepCXX_FALSE='#'
  745. am__fastdepCXX_TRUE=''
  746. am__include='include'
  747. am__isrc=''
  748. am__leading_dot='.'
  749. am__nodep='_no'
  750. am__quote=''
  751. am__tar='tar --format=ustar -chf - "$$tardir"'
  752. am__untar='tar -xf -'
  753. bindir='${exec_prefix}/bin'
  754. build='x86_64-unknown-linux-gnu'
  755. build_alias=''
  756. build_cpu='x86_64'
  757. build_os='linux-gnu'
  758. build_vendor='unknown'
  759. datadir='${datarootdir}'
  760. datarootdir='${prefix}/share'
  761. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  762. dvidir='${docdir}'
  763. exec_prefix='${prefix}'
  764. host='arm-unknown-none'
  765. host_alias='arm'
  766. host_cpu='arm'
  767. host_os='none'
  768. host_vendor='unknown'
  769. htmldir='${docdir}'
  770. includedir='${prefix}/include'
  771. infodir='${datarootdir}/info'
  772. install_sh='${SHELL} /home/gajdot/ffmpeg_new/ffmpeg/fdk-aac/install-sh'
  773. libdir='${exec_prefix}/lib'
  774. libexecdir='${exec_prefix}/libexec'
  775. localedir='${datarootdir}/locale'
  776. localstatedir='${prefix}/var'
  777. mandir='${datarootdir}/man'
  778. mkdir_p='/bin/mkdir -p'
  779. oldincludedir='/usr/include'
  780. pdfdir='${docdir}'
  781. prefix='/home/gajdot/ffmpeg_build'
  782. program_transform_name='s,x,x,'
  783. psdir='${docdir}'
  784. sbindir='${exec_prefix}/sbin'
  785. sharedstatedir='${prefix}/com'
  786. sysconfdir='${prefix}/etc'
  787. target_alias=''
  788.  
  789. ## ----------- ##
  790. ## confdefs.h. ##
  791. ## ----------- ##
  792.  
  793. /* confdefs.h */
  794. #define PACKAGE_NAME "fdk-aac"
  795. #define PACKAGE_TARNAME "fdk-aac"
  796. #define PACKAGE_VERSION "0.1.3"
  797. #define PACKAGE_STRING "fdk-aac 0.1.3"
  798. #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
  799. #define PACKAGE_URL ""
  800. #define PACKAGE "fdk-aac"
  801. #define VERSION "0.1.3"
  802. #define STDC_HEADERS 1
  803. #define HAVE_SYS_TYPES_H 1
  804. #define HAVE_SYS_STAT_H 1
  805. #define HAVE_STDLIB_H 1
  806. #define HAVE_STRING_H 1
  807. #define HAVE_MEMORY_H 1
  808. #define HAVE_STRINGS_H 1
  809. #define HAVE_INTTYPES_H 1
  810. #define HAVE_STDINT_H 1
  811. #define HAVE_UNISTD_H 1
  812. #define HAVE_DLFCN_H 1
  813. #define LT_OBJDIR ".libs/"
  814. #define HAVE_LIBM 1
  815.  
  816. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement