Advertisement
Guest User

configure error

a guest
Dec 10th, 2012
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.99 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.69. Invocation command line was
  6.  
  7. $ ./configure --with-sdk=/home/android-sdk/platforms/android-9 --with-toolchain=/home/android-ndk/platforms/android-17 --with-ndk=/home/android-ndk/ --with-tarballs=/home/xbmdroidmc/xbmc-android --with-cpu=armaebi-v7a --enable-neon --enable-gles --enable-joystick --enable-rtmp --enable-nfs --enable-mysql --enable-amplayer --enable-openmax --enable-libbluray
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = xbmcmac-vm
  14. uname -m = i686
  15. uname -r = 3.5.0-19-generic
  16. uname -s = Linux
  17. uname -v = #30-Ubuntu SMP Tue Nov 13 17:49:53 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/lib/lightdm/lightdm
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38. PATH: /usr/local/games
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2001: checking for g++
  46. configure:2017: found /usr/bin/g++
  47. configure:2028: result: g++
  48. configure:2055: checking for C++ compiler version
  49. configure:2064: g++ --version >&5
  50. g++ (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
  51. Copyright (C) 2012 Free Software Foundation, Inc.
  52. This is free software; see the source for copying conditions. There is NO
  53. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. configure:2075: $? = 0
  56. configure:2064: g++ -v >&5
  57. Using built-in specs.
  58. COLLECT_GCC=g++
  59. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper
  60. Target: i686-linux-gnu
  61. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --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.7 --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 --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  62. Thread model: posix
  63. gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  64. configure:2075: $? = 0
  65. configure:2064: g++ -V >&5
  66. g++: error: unrecognized command line option '-V'
  67. g++: fatal error: no input files
  68. compilation terminated.
  69. configure:2075: $? = 4
  70. configure:2064: g++ -qversion >&5
  71. g++: error: unrecognized command line option '-qversion'
  72. g++: fatal error: no input files
  73. compilation terminated.
  74. configure:2075: $? = 4
  75. configure:2095: checking whether the C++ compiler works
  76. configure:2117: g++ conftest.cpp >&5
  77. configure:2121: $? = 0
  78. configure:2169: result: yes
  79. configure:2172: checking for C++ compiler default output file name
  80. configure:2174: result: a.out
  81. configure:2180: checking for suffix of executables
  82. configure:2187: g++ -o conftest conftest.cpp >&5
  83. configure:2191: $? = 0
  84. configure:2213: result:
  85. configure:2235: checking whether we are cross compiling
  86. configure:2243: g++ -o conftest conftest.cpp >&5
  87. configure:2247: $? = 0
  88. configure:2254: ./conftest
  89. configure:2258: $? = 0
  90. configure:2273: result: no
  91. configure:2278: checking for suffix of object files
  92. configure:2300: g++ -c conftest.cpp >&5
  93. configure:2304: $? = 0
  94. configure:2325: result: o
  95. configure:2329: checking whether we are using the GNU C++ compiler
  96. configure:2348: g++ -c conftest.cpp >&5
  97. configure:2348: $? = 0
  98. configure:2357: result: yes
  99. configure:2366: checking whether g++ accepts -g
  100. configure:2386: g++ -c -g conftest.cpp >&5
  101. configure:2386: $? = 0
  102. configure:2427: result: yes
  103. configure:2498: checking for gcc
  104. configure:2514: found /usr/bin/gcc
  105. configure:2525: result: gcc
  106. configure:2754: checking for C compiler version
  107. configure:2763: gcc --version >&5
  108. gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
  109. Copyright (C) 2012 Free Software Foundation, Inc.
  110. This is free software; see the source for copying conditions. There is NO
  111. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  112.  
  113. configure:2774: $? = 0
  114. configure:2763: gcc -v >&5
  115. Using built-in specs.
  116. COLLECT_GCC=gcc
  117. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper
  118. Target: i686-linux-gnu
  119. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --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.7 --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 --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  120. Thread model: posix
  121. gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  122. configure:2774: $? = 0
  123. configure:2763: gcc -V >&5
  124. gcc: error: unrecognized command line option '-V'
  125. gcc: fatal error: no input files
  126. compilation terminated.
  127. configure:2774: $? = 4
  128. configure:2763: gcc -qversion >&5
  129. gcc: error: unrecognized command line option '-qversion'
  130. gcc: fatal error: no input files
  131. compilation terminated.
  132. configure:2774: $? = 4
  133. configure:2778: checking whether we are using the GNU C compiler
  134. configure:2797: gcc -c conftest.c >&5
  135. configure:2797: $? = 0
  136. configure:2806: result: yes
  137. configure:2815: checking whether gcc accepts -g
  138. configure:2835: gcc -c -g conftest.c >&5
  139. configure:2835: $? = 0
  140. configure:2876: result: yes
  141. configure:2893: checking for gcc option to accept ISO C89
  142. configure:2956: gcc -c -g -O2 conftest.c >&5
  143. configure:2956: $? = 0
  144. configure:2969: result: none needed
  145. configure:2990: checking for main in -lz
  146. configure:3009: gcc -o conftest -g -O2 conftest.c -lz >&5
  147. /usr/bin/ld: cannot find -lz
  148. collect2: error: ld returned 1 exit status
  149. configure:3009: $? = 1
  150. configure: failed program was:
  151. | /* confdefs.h */
  152. | #define PACKAGE_NAME "android-depends"
  153. | #define PACKAGE_TARNAME "android-depends"
  154. | #define PACKAGE_VERSION "2.00"
  155. | #define PACKAGE_STRING "android-depends 2.00"
  156. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  157. | #define PACKAGE_URL ""
  158. | /* end confdefs.h. */
  159. |
  160. |
  161. | int
  162. | main ()
  163. | {
  164. | return main ();
  165. | ;
  166. | return 0;
  167. | }
  168. configure:3018: result: no
  169. configure:3028: error: "Missing libz development files"
  170.  
  171. ## ---------------- ##
  172. ## Cache variables. ##
  173. ## ---------------- ##
  174.  
  175. ac_cv_c_compiler_gnu=yes
  176. ac_cv_cxx_compiler_gnu=yes
  177. ac_cv_env_CCC_set=
  178. ac_cv_env_CCC_value=
  179. ac_cv_env_CC_set=
  180. ac_cv_env_CC_value=
  181. ac_cv_env_CFLAGS_set=
  182. ac_cv_env_CFLAGS_value=
  183. ac_cv_env_CPPFLAGS_set=
  184. ac_cv_env_CPPFLAGS_value=
  185. ac_cv_env_CXXFLAGS_set=
  186. ac_cv_env_CXXFLAGS_value=
  187. ac_cv_env_CXX_set=
  188. ac_cv_env_CXX_value=
  189. ac_cv_env_LDFLAGS_set=
  190. ac_cv_env_LDFLAGS_value=
  191. ac_cv_env_LIBS_set=
  192. ac_cv_env_LIBS_value=
  193. ac_cv_env_XBMC_ANDROID_NDK_set=
  194. ac_cv_env_XBMC_ANDROID_NDK_value=
  195. ac_cv_env_XBMC_ANDROID_SDK_set=
  196. ac_cv_env_XBMC_ANDROID_SDK_value=
  197. ac_cv_env_XBMC_ANDROID_TARBALLS_set=
  198. ac_cv_env_XBMC_ANDROID_TARBALLS_value=
  199. ac_cv_env_build_alias_set=
  200. ac_cv_env_build_alias_value=
  201. ac_cv_env_host_alias_set=
  202. ac_cv_env_host_alias_value=
  203. ac_cv_env_target_alias_set=
  204. ac_cv_env_target_alias_value=
  205. ac_cv_lib_z_main=no
  206. ac_cv_objext=o
  207. ac_cv_prog_ac_ct_CC=gcc
  208. ac_cv_prog_ac_ct_CXX=g++
  209. ac_cv_prog_cc_c89=
  210. ac_cv_prog_cc_g=yes
  211. ac_cv_prog_cxx_g=yes
  212.  
  213. ## ----------------- ##
  214. ## Output variables. ##
  215. ## ----------------- ##
  216.  
  217. CC='gcc'
  218. CFLAGS='-g -O2'
  219. CPPFLAGS=''
  220. CURL=''
  221. CXX='g++'
  222. CXXFLAGS='-g -O2'
  223. DEFS=''
  224. ECHO_C=''
  225. ECHO_N='-n'
  226. ECHO_T=''
  227. EXEEXT=''
  228. HAVE_UNZIP=''
  229. HAVE_ZIP=''
  230. LDFLAGS=''
  231. LIBOBJS=''
  232. LIBS=''
  233. LTLIBOBJS=''
  234. OBJEXT='o'
  235. PACKAGE_BUGREPORT='http://trac.xbmc.org'
  236. PACKAGE_NAME='android-depends'
  237. PACKAGE_STRING='android-depends 2.00'
  238. PACKAGE_TARNAME='android-depends'
  239. PACKAGE_URL=''
  240. PACKAGE_VERSION='2.00'
  241. PATH_SEPARATOR=':'
  242. SHELL='/bin/bash'
  243. TAR=''
  244. XBMC_ANDROID_NDK=''
  245. XBMC_ANDROID_SDK=''
  246. XBMC_ANDROID_TARBALLS=''
  247. ac_ct_CC='gcc'
  248. ac_ct_CXX='g++'
  249. bindir='${exec_prefix}/bin'
  250. build_alias=''
  251. datadir='${datarootdir}'
  252. datarootdir='${prefix}/share'
  253. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  254. dvidir='${docdir}'
  255. exec_prefix='NONE'
  256. host_alias=''
  257. host_gcc=''
  258. htmldir='${docdir}'
  259. includedir='${prefix}/include'
  260. infodir='${datarootdir}/info'
  261. libdir='${exec_prefix}/lib'
  262. libexecdir='${exec_prefix}/libexec'
  263. localedir='${datarootdir}/locale'
  264. localstatedir='${prefix}/var'
  265. mandir='${datarootdir}/man'
  266. oldincludedir='/usr/include'
  267. pdfdir='${docdir}'
  268. prefix='NONE'
  269. program_transform_name='s,x,x,'
  270. psdir='${docdir}'
  271. sbindir='${exec_prefix}/sbin'
  272. sharedstatedir='${prefix}/com'
  273. sysconfdir='${prefix}/etc'
  274. target_alias=''
  275. use_arch=''
  276. use_cpu='armaebi-v7a'
  277. use_host=''
  278. use_ndk='/home/android-ndk/'
  279. use_sdk='/home/android-sdk/platforms/android-9'
  280. use_sdk_platform='android-10'
  281. use_staging='/home/android-ndk/platforms/android-17/staging'
  282. use_tarballs='/home/xbmdroidmc/xbmc-android'
  283. use_toolchain='/home/android-ndk/platforms/android-17'
  284.  
  285. ## ----------- ##
  286. ## confdefs.h. ##
  287. ## ----------- ##
  288.  
  289. /* confdefs.h */
  290. #define PACKAGE_NAME "android-depends"
  291. #define PACKAGE_TARNAME "android-depends"
  292. #define PACKAGE_VERSION "2.00"
  293. #define PACKAGE_STRING "android-depends 2.00"
  294. #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  295. #define PACKAGE_URL ""
  296.  
  297. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement