Advertisement
fobo66

config.log

Jul 20th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.06 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 configure, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = linux-3z16.site
  14. uname -m = x86_64
  15. uname -r = 3.16.7-21-desktop
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Tue Apr 14 07:11:37 UTC 2015 (93c1539)
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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/fobo66/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/bin/X11
  35. PATH: /usr/games
  36. PATH: /home/fobo66/depot_tools
  37. PATH: /usr/bin/python
  38. PATH: /opt/lampp
  39. PATH: /home/fobo66/depot_tools
  40. PATH: /usr/bin/python
  41. PATH: /opt/lampp
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:1977: loading site script /usr/share/site/x86_64-unknown-linux-gnu
  49. | #!/bin/sh
  50. | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
  51. |
  52. | # If user did not specify libdir, guess the correct target:
  53. | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
  54. | if test "$libdir" = '${exec_prefix}/lib' ; then
  55. |
  56. | ac_config_site_64bit_host=NONE
  57. |
  58. | case "$host" in
  59. | "" )
  60. | # User did not specify host target.
  61. | # The native platform x86_64 is a bi-arch platform.
  62. | # Try to detect cross-compilation to inferior architecture.
  63. |
  64. | # We are trying to guess 32-bit target compilation. It's not as easy as
  65. | # it sounds, as there is possible several intermediate combinations.
  66. | ac_config_site_cross_to_32bit_host=NONE
  67. |
  68. | # User defined -m32 in CFLAGS or CXXFLAGS:
  69. | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
  70. | case "$CFLAGS" in
  71. | *-m32*)
  72. | ac_config_site_cross_to_32bit_host=YES
  73. | ;;
  74. | esac
  75. | case "$CXXFLAGS" in
  76. | *-m32*)
  77. | ac_config_site_cross_to_32bit_host=YES
  78. | ;;
  79. | esac
  80. |
  81. | # Running with linux32:
  82. | # (Changes detected platform, but not the toolchain target.)
  83. | case "`/bin/uname -i`" in
  84. | x86_64 | ppc64 | s390x )
  85. | ;;
  86. | * )
  87. | ac_config_site_cross_to_32bit_host=YES
  88. | ;;
  89. | esac
  90. |
  91. | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
  92. | ac_config_site_64bit_host=YES
  93. | fi
  94. |
  95. | ;;
  96. | *x86_64* | *ppc64* | *s390x* )
  97. | ac_config_site_64bit_host=YES
  98. | ;;
  99. | esac
  100. |
  101. | if test "x$ac_config_site_64bit_host" = xYES; then
  102. | libdir='${exec_prefix}/lib64'
  103. | fi
  104. | fi
  105. |
  106. | # If user did not specify libexecdir, set the correct target:
  107. | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
  108. |
  109. | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
  110. | libexecdir='${exec_prefix}/lib'
  111. | fi
  112. |
  113. | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
  114. | if test "x$prefix" != xNONE; then
  115. | ac_site_file1=$prefix/share/config.site
  116. | ac_site_file2=$prefix/etc/config.site
  117. | else
  118. | ac_site_file1=$ac_default_prefix/share/config.site
  119. | ac_site_file2=$ac_default_prefix/etc/config.site
  120. | fi
  121. | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  122. | do
  123. | test "x$ac_site_file" = xNONE && continue
  124. | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  125. | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  126. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
  127. | sed 's/^/| /' "$ac_site_file" >&5
  128. | . "$ac_site_file" \
  129. | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  130. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
  131. | as_fn_error $? "failed to load site script $ac_site_file
  132. | See \`config.log' for more details" "$LINENO" 5; }
  133. | fi
  134. | done
  135. configure:2077: checking for grep that handles long lines and -e
  136. configure:2135: result: /usr/bin/grep
  137. configure:2140: checking for egrep
  138. configure:2202: result: /usr/bin/grep -E
  139. configure:2207: checking for a sed that does not truncate output
  140. configure:2271: result: /usr/bin/sed
  141. configure:2405: checking for cc
  142. configure:2421: found /usr/bin/cc
  143. configure:2432: result: cc
  144. configure:2463: checking for C compiler version
  145. configure:2472: cc --version >&5
  146. cc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
  147. Copyright (C) 2013 Free Software Foundation, Inc.
  148. This is free software; see the source for copying conditions. There is NO
  149. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  150.  
  151. configure:2483: $? = 0
  152. configure:2472: cc -v >&5
  153. Using built-in specs.
  154. COLLECT_GCC=cc
  155. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
  156. Target: x86_64-suse-linux
  157. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
  158. Thread model: posix
  159. gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux)
  160. configure:2483: $? = 0
  161. configure:2472: cc -V >&5
  162. cc: error: unrecognized command line option '-V'
  163. cc: fatal error: no input files
  164. compilation terminated.
  165. configure:2483: $? = 1
  166. configure:2472: cc -qversion >&5
  167. cc: error: unrecognized command line option '-qversion'
  168. cc: fatal error: no input files
  169. compilation terminated.
  170. configure:2483: $? = 1
  171. configure:2503: checking whether the C compiler works
  172. configure:2525: cc conftest.c >&5
  173. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `/usr/lib/crt1.o' is incompatible with i386:x86-64 output
  174. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `/usr/lib/crti.o' is incompatible with i386:x86-64 output
  175. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `/usr/lib/crtn.o' is incompatible with i386:x86-64 output
  176. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
  177. collect2: error: ld returned 1 exit status
  178. configure:2529: $? = 1
  179. configure:2567: result: no
  180. configure: failed program was:
  181. | /* confdefs.h */
  182. | #define PACKAGE_NAME ""
  183. | #define PACKAGE_TARNAME ""
  184. | #define PACKAGE_VERSION ""
  185. | #define PACKAGE_STRING ""
  186. | #define PACKAGE_BUGREPORT ""
  187. | #define PACKAGE_URL ""
  188. | /* end confdefs.h. */
  189. |
  190. | int
  191. | main ()
  192. | {
  193. |
  194. | ;
  195. | return 0;
  196. | }
  197. configure:2572: error: in `/home/fobo66/xdebug-2.3.3':
  198. configure:2574: error: C compiler cannot create executables
  199. See `config.log' for more details
  200.  
  201. ## ---------------- ##
  202. ## Cache variables. ##
  203. ## ---------------- ##
  204.  
  205. ac_cv_env_CC_set=
  206. ac_cv_env_CC_value=
  207. ac_cv_env_CFLAGS_set=
  208. ac_cv_env_CFLAGS_value=
  209. ac_cv_env_CPPFLAGS_set=
  210. ac_cv_env_CPPFLAGS_value=
  211. ac_cv_env_CPP_set=
  212. ac_cv_env_CPP_value=
  213. ac_cv_env_LDFLAGS_set=
  214. ac_cv_env_LDFLAGS_value=
  215. ac_cv_env_LIBS_set=
  216. ac_cv_env_LIBS_value=
  217. ac_cv_env_build_alias_set=
  218. ac_cv_env_build_alias_value=
  219. ac_cv_env_host_alias_set=
  220. ac_cv_env_host_alias_value=
  221. ac_cv_env_target_alias_set=
  222. ac_cv_env_target_alias_value=
  223. ac_cv_path_EGREP='/usr/bin/grep -E'
  224. ac_cv_path_GREP=/usr/bin/grep
  225. ac_cv_path_SED=/usr/bin/sed
  226. ac_cv_prog_ac_ct_CC=cc
  227.  
  228. ## ----------------- ##
  229. ## Output variables. ##
  230. ## ----------------- ##
  231.  
  232. AR=''
  233. AWK=''
  234. CC='cc'
  235. CFLAGS=''
  236. CONFIGURE_COMMAND=' '\''./configure'\'' '
  237. CONFIGURE_OPTIONS=''
  238. CPP=''
  239. CPPFLAGS=''
  240. DEFS=''
  241. DLLTOOL=''
  242. DSYMUTIL=''
  243. DUMPBIN=''
  244. ECHO_C=''
  245. ECHO_N='-n'
  246. ECHO_T=''
  247. EGREP='/usr/bin/grep -E'
  248. EXEEXT=''
  249. FGREP=''
  250. GREP='/usr/bin/grep'
  251. LD=''
  252. LDFLAGS=''
  253. LIBOBJS=''
  254. LIBS=''
  255. LIBTOOL=''
  256. LIPO=''
  257. LN_S=''
  258. LTLIBOBJS=''
  259. MANIFEST_TOOL=''
  260. NM=''
  261. NMEDIT=''
  262. OBJDUMP=''
  263. OBJEXT=''
  264. OTOOL64=''
  265. OTOOL=''
  266. PACKAGE_BUGREPORT=''
  267. PACKAGE_NAME=''
  268. PACKAGE_STRING=''
  269. PACKAGE_TARNAME=''
  270. PACKAGE_URL=''
  271. PACKAGE_VERSION=''
  272. PATH_SEPARATOR=':'
  273. RANLIB=''
  274. RE2C=''
  275. SED='/usr/bin/sed'
  276. SHELL='/bin/sh'
  277. SHLIB_DL_SUFFIX_NAME=''
  278. SHLIB_SUFFIX_NAME=''
  279. STRIP=''
  280. ac_ct_AR=''
  281. ac_ct_CC='cc'
  282. ac_ct_DUMPBIN=''
  283. bindir='${exec_prefix}/bin'
  284. build=''
  285. build_alias=''
  286. build_cpu=''
  287. build_os=''
  288. build_vendor=''
  289. datadir='${datarootdir}'
  290. datarootdir='${prefix}/share'
  291. docdir='${datarootdir}/doc/${PACKAGE}'
  292. dvidir='${docdir}'
  293. exec_prefix='NONE'
  294. host=''
  295. host_alias=''
  296. host_cpu=''
  297. host_os=''
  298. host_vendor=''
  299. htmldir='${docdir}'
  300. includedir='${prefix}/include'
  301. infodir='${datarootdir}/info'
  302. libdir='${exec_prefix}/lib64'
  303. libexecdir='${exec_prefix}/lib'
  304. localedir='${datarootdir}/locale'
  305. localstatedir='${prefix}/var'
  306. mandir='${datarootdir}/man'
  307. oldincludedir='/usr/include'
  308. pdfdir='${docdir}'
  309. prefix='NONE'
  310. program_transform_name='s,x,x,'
  311. psdir='${docdir}'
  312. sbindir='${exec_prefix}/sbin'
  313. sharedstatedir='${prefix}/com'
  314. sysconfdir='${prefix}/etc'
  315. target=''
  316. target_alias=''
  317. target_cpu=''
  318. target_os=''
  319. target_vendor=''
  320.  
  321. ## ----------- ##
  322. ## confdefs.h. ##
  323. ## ----------- ##
  324.  
  325. /* confdefs.h */
  326. #define PACKAGE_NAME ""
  327. #define PACKAGE_TARNAME ""
  328. #define PACKAGE_VERSION ""
  329. #define PACKAGE_STRING ""
  330. #define PACKAGE_BUGREPORT ""
  331. #define PACKAGE_URL ""
  332.  
  333. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement