Advertisement
Guest User

XIOS XBMC Compile config.log

a guest
Jun 5th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 11.22 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 android-depends configure 2.00, which was
  5. generated by GNU Autoconf 2.68.  Invocation command line was
  6.  
  7.   $ ./configure --with-toolchain=/home/evgeniy/Pivos/android-toolchain/android-9
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = x86_64
  15. uname -r = 3.5.0-23-generic
  16. uname -s = Linux
  17. uname -v = #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 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/evgeniy/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:1983: checking for g++
  45. configure:1999: found /usr/bin/g++
  46. configure:2010: result: g++
  47. configure:2037: checking for C++ compiler version
  48. configure:2046: g++ --version >&5
  49. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  50. Copyright (C) 2011 Free Software Foundation, Inc.
  51. This is free software; see the source for copying conditions.  There is NO
  52. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  53.  
  54. configure:2057: $? = 0
  55. configure:2046: g++ -v >&5
  56. Using built-in specs.
  57. COLLECT_GCC=g++
  58. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  59. Target: x86_64-linux-gnu
  60. 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
  61. Thread model: posix
  62. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  63. configure:2057: $? = 0
  64. configure:2046: g++ -V >&5
  65. g++: error: unrecognized option '-V'
  66. g++: fatal error: no input files
  67. compilation terminated.
  68. configure:2057: $? = 4
  69. configure:2046: g++ -qversion >&5
  70. g++: error: unrecognized option '-qversion'
  71. g++: fatal error: no input files
  72. compilation terminated.
  73. configure:2057: $? = 4
  74. configure:2077: checking whether the C++ compiler works
  75. configure:2099: g++    conftest.cpp  >&5
  76. configure:2103: $? = 0
  77. configure:2151: result: yes
  78. configure:2154: checking for C++ compiler default output file name
  79. configure:2156: result: a.out
  80. configure:2162: checking for suffix of executables
  81. configure:2169: g++ -o conftest    conftest.cpp  >&5
  82. configure:2173: $? = 0
  83. configure:2195: result:
  84. configure:2217: checking whether we are cross compiling
  85. configure:2225: g++ -o conftest    conftest.cpp  >&5
  86. configure:2229: $? = 0
  87. configure:2236: ./conftest
  88. configure:2240: $? = 0
  89. configure:2255: result: no
  90. configure:2260: checking for suffix of object files
  91. configure:2282: g++ -c   conftest.cpp >&5
  92. configure:2286: $? = 0
  93. configure:2307: result: o
  94. configure:2311: checking whether we are using the GNU C++ compiler
  95. configure:2330: g++ -c   conftest.cpp >&5
  96. configure:2330: $? = 0
  97. configure:2339: result: yes
  98. configure:2348: checking whether g++ accepts -g
  99. configure:2368: g++ -c -g  conftest.cpp >&5
  100. configure:2368: $? = 0
  101. configure:2409: result: yes
  102. configure:2480: checking for gcc
  103. configure:2496: found /usr/bin/gcc
  104. configure:2507: result: gcc
  105. configure:2736: checking for C compiler version
  106. configure:2745: gcc --version >&5
  107. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  108. Copyright (C) 2011 Free Software Foundation, Inc.
  109. This is free software; see the source for copying conditions.  There is NO
  110. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  111.  
  112. configure:2756: $? = 0
  113. configure:2745: gcc -v >&5
  114. Using built-in specs.
  115. COLLECT_GCC=gcc
  116. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  117. Target: x86_64-linux-gnu
  118. 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
  119. Thread model: posix
  120. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  121. configure:2756: $? = 0
  122. configure:2745: gcc -V >&5
  123. gcc: error: unrecognized option '-V'
  124. gcc: fatal error: no input files
  125. compilation terminated.
  126. configure:2756: $? = 4
  127. configure:2745: gcc -qversion >&5
  128. gcc: error: unrecognized option '-qversion'
  129. gcc: fatal error: no input files
  130. compilation terminated.
  131. configure:2756: $? = 4
  132. configure:2760: checking whether we are using the GNU C compiler
  133. configure:2779: gcc -c   conftest.c >&5
  134. configure:2779: $? = 0
  135. configure:2788: result: yes
  136. configure:2797: checking whether gcc accepts -g
  137. configure:2817: gcc -c -g  conftest.c >&5
  138. configure:2817: $? = 0
  139. configure:2858: result: yes
  140. configure:2875: checking for gcc option to accept ISO C89
  141. configure:2939: gcc  -c -g -O2  conftest.c >&5
  142. configure:2939: $? = 0
  143. configure:2952: result: none needed
  144. configure:2973: checking for main in -lz
  145. configure:2992: gcc -o conftest -g -O2   conftest.c -lz   >&5
  146. configure:2992: $? = 0
  147. configure:3001: result: yes
  148. configure:3017: checking for unzip
  149. configure:3033: found /usr/bin/unzip
  150. configure:3045: result: yes
  151. configure:3059: checking for zip
  152. configure:3075: found /usr/bin/zip
  153. configure:3087: result: yes
  154. configure:3101: checking for curl
  155. configure:3119: found /usr/bin/curl
  156. configure:3132: result: /usr/bin/curl
  157. configure:3146: checking for tar
  158. configure:3164: found /bin/tar
  159. configure:3177: result: /bin/tar
  160. configure:3192: checking for -gcc
  161. configure:3220: result: no
  162. configure:3229: WARNING: host was not specified. guessing.
  163. configure:3233: checking for gcc
  164. configure:3251: found /home/evgeniy/Pivos/android-toolchain/android-9/arm-linux-androideabi/bin/gcc
  165. configure:3264: result: /home/evgeniy/Pivos/android-toolchain/android-9/arm-linux-androideabi/bin/gcc
  166. configure:3495: creating ./config.status
  167.  
  168. ## ---------------------- ##
  169. ## Running config.status. ##
  170. ## ---------------------- ##
  171.  
  172. This file was extended by android-depends config.status 2.00, which was
  173. generated by GNU Autoconf 2.68.  Invocation command line was
  174.  
  175.   CONFIG_FILES    =
  176.   CONFIG_HEADERS  =
  177.   CONFIG_LINKS    =
  178.   CONFIG_COMMANDS =
  179.   $ ./config.status
  180.  
  181. on ubuntu
  182.  
  183. config.status:752: creating Makefile
  184. config.status:752: creating Makefile.include
  185.  
  186. ## ---------------- ##
  187. ## Cache variables. ##
  188. ## ---------------- ##
  189.  
  190. ac_cv_c_compiler_gnu=yes
  191. ac_cv_cxx_compiler_gnu=yes
  192. ac_cv_env_CCC_set=
  193. ac_cv_env_CCC_value=
  194. ac_cv_env_CC_set=
  195. ac_cv_env_CC_value=
  196. ac_cv_env_CFLAGS_set=
  197. ac_cv_env_CFLAGS_value=
  198. ac_cv_env_CPPFLAGS_set=
  199. ac_cv_env_CPPFLAGS_value=
  200. ac_cv_env_CXXFLAGS_set=
  201. ac_cv_env_CXXFLAGS_value=
  202. ac_cv_env_CXX_set=
  203. ac_cv_env_CXX_value=
  204. ac_cv_env_LDFLAGS_set=
  205. ac_cv_env_LDFLAGS_value=
  206. ac_cv_env_LIBS_set=
  207. ac_cv_env_LIBS_value=
  208. ac_cv_env_XBMC_ANDROID_NDK_set=set
  209. ac_cv_env_XBMC_ANDROID_NDK_value=/home/evgeniy/Pivos/android-ndk-r7-crystax-5.beta3
  210. ac_cv_env_XBMC_ANDROID_SDK_set=set
  211. ac_cv_env_XBMC_ANDROID_SDK_value=/home/evgeniy/Pivos/android-sdk-linux
  212. ac_cv_env_XBMC_ANDROID_TARBALLS_set=set
  213. ac_cv_env_XBMC_ANDROID_TARBALLS_value=/home/evgeniy/Pivos/xbmc-tarballs
  214. ac_cv_env_build_alias_set=
  215. ac_cv_env_build_alias_value=
  216. ac_cv_env_host_alias_set=
  217. ac_cv_env_host_alias_value=
  218. ac_cv_env_target_alias_set=
  219. ac_cv_env_target_alias_value=
  220. ac_cv_lib_z_main=yes
  221. ac_cv_objext=o
  222. ac_cv_path_CURL=/usr/bin/curl
  223. ac_cv_path_TAR=/bin/tar
  224. ac_cv_path_host_gcc=/home/evgeniy/Pivos/android-toolchain/android-9/arm-linux-androideabi/bin/gcc
  225. ac_cv_prog_HAVE_UNZIP=yes
  226. ac_cv_prog_HAVE_ZIP=yes
  227. ac_cv_prog_ac_ct_CC=gcc
  228. ac_cv_prog_ac_ct_CXX=g++
  229. ac_cv_prog_cc_c89=
  230. ac_cv_prog_cc_g=yes
  231. ac_cv_prog_cxx_g=yes
  232. ac_cv_prog_host_gcc=no
  233.  
  234. ## ----------------- ##
  235. ## Output variables. ##
  236. ## ----------------- ##
  237.  
  238. CC='gcc'
  239. CFLAGS='-g -O2'
  240. CPPFLAGS=''
  241. CURL='/usr/bin/curl'
  242. CXX='g++'
  243. CXXFLAGS='-g -O2'
  244. DEFS='-DPACKAGE_NAME=\"android-depends\" -DPACKAGE_TARNAME=\"android-depends\" -DPACKAGE_VERSION=\"2.00\" -DPACKAGE_STRING=\"android-depends\ 2.00\" -DPACKAGE_BUGREPORT=\"http://trac.xbmc.org\" -DPACKAGE_URL=\"\" -DHAVE_LIBZ=1'
  245. ECHO_C=''
  246. ECHO_N='-n'
  247. ECHO_T=''
  248. EXEEXT=''
  249. HAVE_UNZIP='yes'
  250. HAVE_ZIP='yes'
  251. LDFLAGS=''
  252. LIBOBJS=''
  253. LIBS='-lz '
  254. LTLIBOBJS=''
  255. OBJEXT='o'
  256. PACKAGE_BUGREPORT='http://trac.xbmc.org'
  257. PACKAGE_NAME='android-depends'
  258. PACKAGE_STRING='android-depends 2.00'
  259. PACKAGE_TARNAME='android-depends'
  260. PACKAGE_URL=''
  261. PACKAGE_VERSION='2.00'
  262. PATH_SEPARATOR=':'
  263. SHELL='/bin/bash'
  264. TAR='/bin/tar'
  265. XBMC_ANDROID_NDK='/home/evgeniy/Pivos/android-ndk-r7-crystax-5.beta3'
  266. XBMC_ANDROID_SDK='/home/evgeniy/Pivos/android-sdk-linux'
  267. XBMC_ANDROID_TARBALLS='/home/evgeniy/Pivos/xbmc-tarballs'
  268. ac_ct_CC='gcc'
  269. ac_ct_CXX='g++'
  270. bindir='${exec_prefix}/bin'
  271. build_alias=''
  272. datadir='${datarootdir}'
  273. datarootdir='${prefix}/share'
  274. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  275. dvidir='${docdir}'
  276. exec_prefix='${prefix}'
  277. host_alias=''
  278. host_gcc='/home/evgeniy/Pivos/android-toolchain/android-9/arm-linux-androideabi/bin/gcc'
  279. htmldir='${docdir}'
  280. includedir='${prefix}/include'
  281. infodir='${datarootdir}/info'
  282. libdir='${exec_prefix}/lib'
  283. libexecdir='${exec_prefix}/libexec'
  284. localedir='${datarootdir}/locale'
  285. localstatedir='${prefix}/var'
  286. mandir='${datarootdir}/man'
  287. oldincludedir='/usr/include'
  288. pdfdir='${docdir}'
  289. prefix='/usr/local'
  290. program_transform_name='s,x,x,'
  291. psdir='${docdir}'
  292. sbindir='${exec_prefix}/sbin'
  293. sharedstatedir='${prefix}/com'
  294. sysconfdir='${prefix}/etc'
  295. target_alias=''
  296. use_arch=''
  297. use_cpu='armeabi-v7a'
  298. use_host='arm-linux-androideabi'
  299. use_ndk='/home/evgeniy/Pivos/android-ndk-r7-crystax-5.beta3'
  300. use_sdk='/home/evgeniy/Pivos/android-sdk-linux'
  301. use_sdk_platform='android-10'
  302. use_staging='/home/evgeniy/Pivos/android-toolchain/android-9/staging'
  303. use_tarballs='/home/evgeniy/Pivos/xbmc-tarballs'
  304. use_toolchain='/home/evgeniy/Pivos/android-toolchain/android-9'
  305.  
  306. ## ----------- ##
  307. ## confdefs.h. ##
  308. ## ----------- ##
  309.  
  310. /* confdefs.h */
  311. #define PACKAGE_NAME "android-depends"
  312. #define PACKAGE_TARNAME "android-depends"
  313. #define PACKAGE_VERSION "2.00"
  314. #define PACKAGE_STRING "android-depends 2.00"
  315. #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  316. #define PACKAGE_URL ""
  317. #define HAVE_LIBZ 1
  318.  
  319. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement