Advertisement
Guest User

mu4e compiling fail config.log

a guest
Feb 25th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 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 mu configure 0.9.17, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr/local/
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = biologica
  14. uname -m = x86_64
  15. uname -r = 3.2.0-4-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 3.2.73-2+deb7u2
  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/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2538: checking for a BSD-compatible install
  43. configure:2606: result: /usr/bin/install -c
  44. configure:2617: checking whether build environment is sane
  45. configure:2667: result: yes
  46. configure:2808: checking for a thread-safe mkdir -p
  47. configure:2847: result: /bin/mkdir -p
  48. configure:2860: checking for gawk
  49. configure:2876: found /usr/bin/gawk
  50. configure:2887: result: gawk
  51. configure:2898: checking whether make sets $(MAKE)
  52. configure:2920: result: yes
  53. configure:3013: checking whether make supports nested variables
  54. configure:3030: result: yes
  55. configure:3107: checking for g++
  56. configure:3123: found /usr/bin/g++
  57. configure:3134: result: g++
  58. configure:3161: checking for C++ compiler version
  59. configure:3170: g++ --version >&5
  60. g++ (Debian 4.7.2-5) 4.7.2
  61. Copyright (C) 2012 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:3181: $? = 0
  66. configure:3170: g++ -v >&5
  67. Using built-in specs.
  68. COLLECT_GCC=g++
  69. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
  70. Target: x86_64-linux-gnu
  71. Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --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 --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  72. Thread model: posix
  73. gcc version 4.7.2 (Debian 4.7.2-5)
  74. configure:3181: $? = 0
  75. configure:3170: g++ -V >&5
  76. g++: error: unrecognized command line option '-V'
  77. g++: fatal error: no input files
  78. compilation terminated.
  79. configure:3181: $? = 4
  80. configure:3170: g++ -qversion >&5
  81. g++: error: unrecognized command line option '-qversion'
  82. g++: fatal error: no input files
  83. compilation terminated.
  84. configure:3181: $? = 4
  85. configure:3201: checking whether the C++ compiler works
  86. configure:3223: g++ conftest.cpp >&5
  87. /usr/bin/ld: BFD (GNU Binutils for Debian) 2.22 internal error, aborting at ../../bfd/reloc.c line 443 in bfd_get_reloc_size
  88.  
  89. /usr/bin/ld: Please report this bug.
  90.  
  91. collect2: error: ld returned 1 exit status
  92. configure:3227: $? = 1
  93. configure:3265: result: no
  94. configure: failed program was:
  95. | /* confdefs.h */
  96. | #define PACKAGE_NAME "mu"
  97. | #define PACKAGE_TARNAME "mu"
  98. | #define PACKAGE_VERSION "0.9.17"
  99. | #define PACKAGE_STRING "mu 0.9.17"
  100. | #define PACKAGE_BUGREPORT "https://github.com/djcb/mu/issues"
  101. | #define PACKAGE_URL ""
  102. | #define PACKAGE "mu"
  103. | #define VERSION "0.9.17"
  104. | /* end confdefs.h. */
  105. |
  106. | int
  107. | main ()
  108. | {
  109. |
  110. | ;
  111. | return 0;
  112. | }
  113. configure:3270: error: in `/home/edumerco/Descargas/mu-master':
  114. configure:3272: error: C++ compiler cannot create executables
  115. See `config.log' for more details
  116.  
  117. ## ---------------- ##
  118. ## Cache variables. ##
  119. ## ---------------- ##
  120.  
  121. ac_cv_env_CCC_set=
  122. ac_cv_env_CCC_value=
  123. ac_cv_env_CC_set=
  124. ac_cv_env_CC_value=
  125. ac_cv_env_CFLAGS_set=
  126. ac_cv_env_CFLAGS_value=
  127. ac_cv_env_CPPFLAGS_set=
  128. ac_cv_env_CPPFLAGS_value=
  129. ac_cv_env_CPP_set=
  130. ac_cv_env_CPP_value=
  131. ac_cv_env_CXXCPP_set=
  132. ac_cv_env_CXXCPP_value=
  133. ac_cv_env_CXXFLAGS_set=
  134. ac_cv_env_CXXFLAGS_value=
  135. ac_cv_env_CXX_set=
  136. ac_cv_env_CXX_value=
  137. ac_cv_env_EMACSLOADPATH_set=
  138. ac_cv_env_EMACSLOADPATH_value=
  139. ac_cv_env_EMACS_set=
  140. ac_cv_env_EMACS_value=
  141. ac_cv_env_GLIB_CFLAGS_set=
  142. ac_cv_env_GLIB_CFLAGS_value=
  143. ac_cv_env_GLIB_LIBS_set=
  144. ac_cv_env_GLIB_LIBS_value=
  145. ac_cv_env_GMIME_CFLAGS_set=
  146. ac_cv_env_GMIME_CFLAGS_value=
  147. ac_cv_env_GMIME_LIBS_set=
  148. ac_cv_env_GMIME_LIBS_value=
  149. ac_cv_env_GTK_CFLAGS_set=
  150. ac_cv_env_GTK_CFLAGS_value=
  151. ac_cv_env_GTK_LIBS_set=
  152. ac_cv_env_GTK_LIBS_value=
  153. ac_cv_env_GUILE_CFLAGS_set=
  154. ac_cv_env_GUILE_CFLAGS_value=
  155. ac_cv_env_GUILE_LIBS_set=
  156. ac_cv_env_GUILE_LIBS_value=
  157. ac_cv_env_LDFLAGS_set=
  158. ac_cv_env_LDFLAGS_value=
  159. ac_cv_env_LIBS_set=
  160. ac_cv_env_LIBS_value=
  161. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  162. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  163. ac_cv_env_PKG_CONFIG_PATH_set=
  164. ac_cv_env_PKG_CONFIG_PATH_value=
  165. ac_cv_env_PKG_CONFIG_set=
  166. ac_cv_env_PKG_CONFIG_value=
  167. ac_cv_env_WEBKIT_CFLAGS_set=
  168. ac_cv_env_WEBKIT_CFLAGS_value=
  169. ac_cv_env_WEBKIT_LIBS_set=
  170. ac_cv_env_WEBKIT_LIBS_value=
  171. ac_cv_env_build_alias_set=
  172. ac_cv_env_build_alias_value=
  173. ac_cv_env_host_alias_set=
  174. ac_cv_env_host_alias_value=
  175. ac_cv_env_target_alias_set=
  176. ac_cv_env_target_alias_value=
  177. ac_cv_path_install='/usr/bin/install -c'
  178. ac_cv_path_mkdir=/bin/mkdir
  179. ac_cv_prog_AWK=gawk
  180. ac_cv_prog_ac_ct_CXX=g++
  181. ac_cv_prog_make_make_set=yes
  182. am_cv_make_support_nested_variables=yes
  183.  
  184. ## ----------------- ##
  185. ## Output variables. ##
  186. ## ----------------- ##
  187.  
  188. ACLOCAL='${SHELL} /home/edumerco/Descargas/mu-master/missing --run aclocal-1.11'
  189. AMDEPBACKSLASH=''
  190. AMDEP_FALSE=''
  191. AMDEP_TRUE=''
  192. AMTAR='$${TAR-tar}'
  193. AM_BACKSLASH='\'
  194. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  195. AM_DEFAULT_VERBOSITY='0'
  196. AM_V='$(V)'
  197. AR=''
  198. AUTOCONF='${SHELL} /home/edumerco/Descargas/mu-master/missing --run autoconf'
  199. AUTOHEADER='${SHELL} /home/edumerco/Descargas/mu-master/missing --run autoheader'
  200. AUTOMAKE='${SHELL} /home/edumerco/Descargas/mu-master/missing --run automake-1.11'
  201. AWK='gawk'
  202. BUILD_GUILE_FALSE=''
  203. BUILD_GUILE_TRUE=''
  204. BUILD_GUI_FALSE=''
  205. BUILD_GUI_TRUE=''
  206. BUILD_MU4E_FALSE=''
  207. BUILD_MU4E_TRUE=''
  208. CC=''
  209. CCDEPMODE=''
  210. CFLAGS=''
  211. CPP=''
  212. CPPFLAGS=''
  213. CXX='g++'
  214. CXXCPP=''
  215. CXXDEPMODE=''
  216. CXXFLAGS=''
  217. CYGPATH_W='echo'
  218. DEFS=''
  219. DEPDIR=''
  220. DLLTOOL=''
  221. DSYMUTIL=''
  222. DUMPBIN=''
  223. ECHO_C=''
  224. ECHO_N='-n'
  225. ECHO_T=''
  226. EGREP=''
  227. EMACS=''
  228. EMACSLOADPATH=''
  229. EXEEXT=''
  230. FGREP=''
  231. GLIB_CFLAGS=''
  232. GLIB_LIBS=''
  233. GMIME_CFLAGS=''
  234. GMIME_LIBS=''
  235. GREP=''
  236. GTK_CFLAGS=''
  237. GTK_LIBS=''
  238. GUILE_BINARY=''
  239. GUILE_CFLAGS=''
  240. GUILE_LIBS=''
  241. GUILE_SITEDIR=''
  242. GUILE_SNARF=''
  243. HAVE_GTK_FALSE=''
  244. HAVE_GTK_TRUE=''
  245. HAVE_MAKEINFO_FALSE=''
  246. HAVE_MAKEINFO_TRUE=''
  247. HAVE_WEBKIT_FALSE=''
  248. HAVE_WEBKIT_TRUE=''
  249. HAVE_XAPIAN_FALSE=''
  250. HAVE_XAPIAN_TRUE=''
  251. INSTALL_DATA='${INSTALL} -m 644'
  252. INSTALL_PROGRAM='${INSTALL}'
  253. INSTALL_SCRIPT='${INSTALL}'
  254. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  255. LD=''
  256. LDFLAGS=''
  257. LIBOBJS=''
  258. LIBS=''
  259. LIBTOOL=''
  260. LIPO=''
  261. LN_S=''
  262. LTLIBOBJS=''
  263. MAKEINFO='${SHELL} /home/edumerco/Descargas/mu-master/missing --run makeinfo'
  264. MANIFEST_TOOL=''
  265. MKDIR_P='/bin/mkdir -p'
  266. MU_DOC_DIR=''
  267. NM=''
  268. NMEDIT=''
  269. OBJDUMP=''
  270. OBJEXT=''
  271. OTOOL64=''
  272. OTOOL=''
  273. PACKAGE='mu'
  274. PACKAGE_BUGREPORT='https://github.com/djcb/mu/issues'
  275. PACKAGE_NAME='mu'
  276. PACKAGE_STRING='mu 0.9.17'
  277. PACKAGE_TARNAME='mu'
  278. PACKAGE_URL=''
  279. PACKAGE_VERSION='0.9.17'
  280. PATH_SEPARATOR=':'
  281. PKG_CONFIG=''
  282. PKG_CONFIG_LIBDIR=''
  283. PKG_CONFIG_PATH=''
  284. PMCCABE=''
  285. RANLIB=''
  286. SED=''
  287. SET_MAKE=''
  288. SHELL='/bin/bash'
  289. SORT=''
  290. STRIP=''
  291. VERSION='0.9.17'
  292. WEBKIT_CFLAGS=''
  293. WEBKIT_LIBS=''
  294. XAPIAN_CONFIG=''
  295. XAPIAN_CXXFLAGS=''
  296. XAPIAN_LIBS=''
  297. ac_ct_AR=''
  298. ac_ct_CC=''
  299. ac_ct_CXX='g++'
  300. ac_ct_DUMPBIN=''
  301. am__EXEEXT_FALSE=''
  302. am__EXEEXT_TRUE=''
  303. am__fastdepCC_FALSE=''
  304. am__fastdepCC_TRUE=''
  305. am__fastdepCXX_FALSE=''
  306. am__fastdepCXX_TRUE=''
  307. am__include=''
  308. am__isrc=''
  309. am__leading_dot='.'
  310. am__nodep=''
  311. am__quote=''
  312. am__tar='$${TAR-tar} chof - "$$tardir"'
  313. am__untar='$${TAR-tar} xf -'
  314. bindir='${exec_prefix}/bin'
  315. build=''
  316. build_alias=''
  317. build_cpu=''
  318. build_os=''
  319. build_vendor=''
  320. datadir='${datarootdir}'
  321. datarootdir='${prefix}/share'
  322. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  323. dvidir='${docdir}'
  324. exec_prefix='NONE'
  325. have_makeinfo=''
  326. host=''
  327. host_alias=''
  328. host_cpu=''
  329. host_os=''
  330. host_vendor=''
  331. htmldir='${docdir}'
  332. includedir='${prefix}/include'
  333. infodir='${datarootdir}/info'
  334. install_sh='${SHELL} /home/edumerco/Descargas/mu-master/install-sh'
  335. libdir='${exec_prefix}/lib'
  336. libexecdir='${exec_prefix}/libexec'
  337. lispdir=''
  338. localedir='${datarootdir}/locale'
  339. localstatedir='${prefix}/var'
  340. mandir='${datarootdir}/man'
  341. mkdir_p='/bin/mkdir -p'
  342. oldincludedir='/usr/include'
  343. pdfdir='${docdir}'
  344. prefix='/usr/local'
  345. program_transform_name='s,x,x,'
  346. psdir='${docdir}'
  347. sbindir='${exec_prefix}/sbin'
  348. sharedstatedir='${prefix}/com'
  349. sysconfdir='${prefix}/etc'
  350. target_alias=''
  351.  
  352. ## ----------- ##
  353. ## confdefs.h. ##
  354. ## ----------- ##
  355.  
  356. /* confdefs.h */
  357. #define PACKAGE_NAME "mu"
  358. #define PACKAGE_TARNAME "mu"
  359. #define PACKAGE_VERSION "0.9.17"
  360. #define PACKAGE_STRING "mu 0.9.17"
  361. #define PACKAGE_BUGREPORT "https://github.com/djcb/mu/issues"
  362. #define PACKAGE_URL ""
  363. #define PACKAGE "mu"
  364. #define VERSION "0.9.17"
  365.  
  366. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement