Guest User

Untitled

a guest
Oct 14th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.03 KB | None | 0 0
  1. checking whether the C compiler works... no
  2. configure: error: in `/home/gerald/Downloads/xbindkeys-1.8.6':
  3. configure: error: C compiler cannot create executables
  4. See `config.log' for more details
  5.  
  6. This file contains any messages produced by compilers while
  7. running configure, to aid debugging if configure makes a mistake.
  8.  
  9. It was created by xbindkeys configure 1.8.6, which was
  10. generated by GNU Autoconf 2.69. Invocation command line was
  11.  
  12. $ ./configure
  13.  
  14. ## --------- ##
  15. ## Platform. ##
  16. ## --------- ##
  17.  
  18. hostname = gerald-H81M-HD3
  19. uname -m = x86_64
  20. uname -r = 4.15.0-20-generic
  21. uname -s = Linux
  22. uname -v = #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018
  23.  
  24. /usr/bin/uname -p = unknown
  25. /bin/uname -X = unknown
  26.  
  27. /bin/arch = unknown
  28. /usr/bin/arch -k = unknown
  29. /usr/convex/getsysinfo = unknown
  30. /usr/bin/hostinfo = unknown
  31. /bin/machine = unknown
  32. /usr/bin/oslevel = unknown
  33. /bin/universe = unknown
  34.  
  35. PATH: /usr/local/sbin
  36. PATH: /usr/local/bin
  37. PATH: /usr/sbin
  38. PATH: /usr/bin
  39. PATH: /sbin
  40. PATH: /bin
  41. PATH: /usr/games
  42. PATH: /usr/local/games
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:2299: checking for a BSD-compatible install
  50. configure:2367: result: /usr/bin/install -c
  51. configure:2378: checking whether build environment is sane
  52. configure:2428: result: yes
  53. configure:2569: checking for a thread-safe mkdir -p
  54. configure:2608: result: /bin/mkdir -p
  55. configure:2621: checking for gawk
  56. configure:2637: found /usr/bin/gawk
  57. configure:2648: result: gawk
  58. configure:2659: checking whether make sets $(MAKE)
  59. configure:2681: result: yes
  60. configure:2753: checking whether to enable maintainer-specific portions of Makefiles
  61. configure:2762: result: no
  62. configure:2828: checking for gcc
  63. configure:2844: found /usr/bin/gcc
  64. configure:2855: result: gcc
  65. configure:3084: checking for C compiler version
  66. configure:3093: gcc --version >&5
  67. gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
  68. Copyright (C) 2017 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:3104: $? = 0
  73. configure:3093: gcc -v >&5
  74. Using built-in specs.
  75. COLLECT_GCC=gcc
  76. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  77. OFFLOAD_TARGET_NAMES=nvptx-none
  78. OFFLOAD_TARGET_DEFAULT=1
  79. Target: x86_64-linux-gnu
  80. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  81. Thread model: posix
  82. gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
  83. configure:3104: $? = 0
  84. configure:3093: gcc -V >&5
  85. gcc: error: unrecognized command line option '-V'
  86. gcc: fatal error: no input files
  87. compilation terminated.
  88. configure:3104: $? = 1
  89. configure:3093: gcc -qversion >&5
  90. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  91. gcc: fatal error: no input files
  92. compilation terminated.
  93. configure:3104: $? = 1
  94. configure:3124: checking whether the C compiler works
  95. configure:3146: gcc conftest.c >&5
  96. /usr/bin/ld: cannot find Scrt1.o: No such file or directory
  97. /usr/bin/ld: cannot find crti.o: No such file or directory
  98. collect2: error: ld returned 1 exit status
  99. configure:3150: $? = 1
  100. configure:3188: result: no
  101. configure: failed program was:
  102. | /* confdefs.h */
  103. | #define PACKAGE_NAME "xbindkeys"
  104. | #define PACKAGE_TARNAME "xbindkeys"
  105. | #define PACKAGE_VERSION "1.8.6"
  106. | #define PACKAGE_STRING "xbindkeys 1.8.6"
  107. | #define PACKAGE_BUGREPORT "hocwp@free.fr"
  108. | #define PACKAGE_URL ""
  109. | /* end confdefs.h. */
  110. |
  111. | int
  112. | main ()
  113. | {
  114. |
  115. | ;
  116. | return 0;
  117. | }
  118. configure:3193: error: in `/home/gerald/Downloads/xbindkeys-1.8.6':
  119. configure:3195: error: C compiler cannot create executables
  120. See `config.log' for more details
  121.  
  122. ## ---------------- ##
  123. ## Cache variables. ##
  124. ## ---------------- ##
  125.  
  126. ac_cv_env_CC_set=
  127. ac_cv_env_CC_value=
  128. ac_cv_env_CFLAGS_set=
  129. ac_cv_env_CFLAGS_value=
  130. ac_cv_env_CPPFLAGS_set=
  131. ac_cv_env_CPPFLAGS_value=
  132. ac_cv_env_CPP_set=
  133. ac_cv_env_CPP_value=
  134. ac_cv_env_LDFLAGS_set=
  135. ac_cv_env_LDFLAGS_value=
  136. ac_cv_env_LIBS_set=
  137. ac_cv_env_LIBS_value=
  138. ac_cv_env_XMKMF_set=
  139. ac_cv_env_XMKMF_value=
  140. ac_cv_env_build_alias_set=
  141. ac_cv_env_build_alias_value=
  142. ac_cv_env_host_alias_set=
  143. ac_cv_env_host_alias_value=
  144. ac_cv_env_target_alias_set=
  145. ac_cv_env_target_alias_value=
  146. ac_cv_path_install='/usr/bin/install -c'
  147. ac_cv_path_mkdir=/bin/mkdir
  148. ac_cv_prog_AWK=gawk
  149. ac_cv_prog_ac_ct_CC=gcc
  150. ac_cv_prog_make_make_set=yes
  151.  
  152. ## ----------------- ##
  153. ## Output variables. ##
  154. ## ----------------- ##
  155.  
  156. ACLOCAL='${SHELL} /home/gerald/Downloads/xbindkeys-1.8.6/missing --run aclocal-1.11'
  157. AMDEPBACKSLASH=''
  158. AMDEP_FALSE=''
  159. AMDEP_TRUE=''
  160. AMTAR='$${TAR-tar}'
  161. AUTOCONF='${SHELL} /home/gerald/Downloads/xbindkeys-1.8.6/missing --run autoconf'
  162. AUTOHEADER='${SHELL} /home/gerald/Downloads/xbindkeys-1.8.6/missing --run autoheader'
  163. AUTOMAKE='${SHELL} /home/gerald/Downloads/xbindkeys-1.8.6/missing --run automake-1.11'
  164. AWK='gawk'
  165. CC='gcc'
  166. CCDEPMODE=''
  167. CFLAGS=''
  168. CPP=''
  169. CPPFLAGS=''
  170. CYGPATH_W='echo'
  171. DEFS=''
  172. DEPDIR=''
  173. ECHO_C=''
  174. ECHO_N='-n'
  175. ECHO_T=''
  176. EGREP=''
  177. EXEEXT=''
  178. FORK_FLAG=''
  179. GREP=''
  180. GUILE=''
  181. GUILE_CFLAGS=''
  182. GUILE_CONFIG=''
  183. GUILE_FALSE=''
  184. GUILE_FLAG=''
  185. GUILE_LDFLAGS=''
  186. GUILE_LIBS=''
  187. GUILE_LTLIBS=''
  188. GUILE_TOOLS=''
  189. GUILE_TRUE=''
  190. INSTALL_DATA='${INSTALL} -m 644'
  191. INSTALL_PROGRAM='${INSTALL}'
  192. INSTALL_SCRIPT='${INSTALL}'
  193. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  194. LDFLAGS=''
  195. LIBOBJS=''
  196. LIBS=''
  197. LTLIBOBJS=''
  198. MAINT='#'
  199. MAINTAINER_MODE_FALSE=''
  200. MAINTAINER_MODE_TRUE='#'
  201. MAKEINFO='${SHELL} /home/gerald/Downloads/xbindkeys-1.8.6/missing --run makeinfo'
  202. MKDIR_P='/bin/mkdir -p'
  203. OBJEXT=''
  204. PACKAGE='xbindkeys'
  205. PACKAGE_BUGREPORT='hocwp@free.fr'
  206. PACKAGE_NAME='xbindkeys'
  207. PACKAGE_STRING='xbindkeys 1.8.6'
  208. PACKAGE_TARNAME='xbindkeys'
  209. PACKAGE_URL=''
  210. PACKAGE_VERSION='1.8.6'
  211. PATH_SEPARATOR=':'
  212. SET_MAKE=''
  213. SHELL='/bin/bash'
  214. STRIP=''
  215. TK_FALSE=''
  216. TK_TRUE=''
  217. VERSION='1.8.6'
  218. XMKMF=''
  219. X_CFLAGS=''
  220. X_EXTRA_LIBS=''
  221. X_LIBS=''
  222. X_PRE_LIBS=''
  223. ac_ct_CC='gcc'
  224. am__EXEEXT_FALSE=''
  225. am__EXEEXT_TRUE=''
  226. am__fastdepCC_FALSE=''
  227. am__fastdepCC_TRUE=''
  228. am__include=''
  229. am__isrc=''
  230. am__leading_dot='.'
  231. am__nodep=''
  232. am__quote=''
  233. am__tar='$${TAR-tar} chof - "$$tardir"'
  234. am__untar='$${TAR-tar} xf -'
  235. bindir='${exec_prefix}/bin'
  236. build=''
  237. build_alias=''
  238. build_cpu=''
  239. build_os=''
  240. build_vendor=''
  241. datadir='${datarootdir}'
  242. datarootdir='${prefix}/share'
  243. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  244. dvidir='${docdir}'
  245. exec_prefix='NONE'
  246. host=''
  247. host_alias=''
  248. host_cpu=''
  249. host_os=''
  250. host_vendor=''
  251. htmldir='${docdir}'
  252. includedir='${prefix}/include'
  253. infodir='${datarootdir}/info'
  254. install_sh='${SHELL} /home/gerald/Downloads/xbindkeys-1.8.6/install-sh'
  255. libdir='${exec_prefix}/lib'
  256. libexecdir='${exec_prefix}/libexec'
  257. localedir='${datarootdir}/locale'
  258. localstatedir='${prefix}/var'
  259. mandir='${datarootdir}/man'
  260. mkdir_p='/bin/mkdir -p'
  261. oldincludedir='/usr/include'
  262. pdfdir='${docdir}'
  263. prefix='NONE'
  264. program_transform_name='s,x,x,'
  265. psdir='${docdir}'
  266. sbindir='${exec_prefix}/sbin'
  267. sharedstatedir='${prefix}/com'
  268. sysconfdir='${prefix}/etc'
  269. target_alias=''
  270.  
  271. ## ----------- ##
  272. ## confdefs.h. ##
  273. ## ----------- ##
  274.  
  275. /* confdefs.h */
  276. #define PACKAGE_NAME "xbindkeys"
  277. #define PACKAGE_TARNAME "xbindkeys"
  278. #define PACKAGE_VERSION "1.8.6"
  279. #define PACKAGE_STRING "xbindkeys 1.8.6"
  280. #define PACKAGE_BUGREPORT "hocwp@free.fr"
  281. #define PACKAGE_URL ""
  282.  
  283. configure: exit 77
Add Comment
Please, Sign In to add comment