Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 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 cpuminer-opt configure 3.6.8, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure CFLAGS=O3
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu-512mb-nyc3-01
  14. uname -m = x86_64
  15. uname -r = 3.13.0-125-generic
  16. uname -s = Linux
  17. uname -v = #174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017
  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. PATH: /usr/games
  37. PATH: /usr/local/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2386: checking build system type
  45. configure:2400: result: x86_64-unknown-linux-gnu
  46. configure:2420: checking host system type
  47. configure:2433: result: x86_64-unknown-linux-gnu
  48. configure:2453: checking target system type
  49. configure:2466: result: x86_64-unknown-linux-gnu
  50. configure:2514: checking for a BSD-compatible install
  51. configure:2582: result: /usr/bin/install -c
  52. configure:2593: checking whether build environment is sane
  53. configure:2648: result: yes
  54. configure:2799: checking for a thread-safe mkdir -p
  55. configure:2838: result: /bin/mkdir -p
  56. configure:2845: checking for gawk
  57. configure:2861: found /usr/bin/gawk
  58. configure:2872: result: gawk
  59. configure:2883: checking whether make sets $(MAKE)
  60. configure:2905: result: yes
  61. configure:2934: checking whether make supports nested variables
  62. configure:2951: result: yes
  63. configure:3078: checking whether to enable maintainer-specific portions of Makefiles
  64. configure:3087: result: no
  65. configure:3113: checking for style of include used by make
  66. configure:3141: result: GNU
  67. configure:3212: checking for gcc
  68. configure:3228: found /usr/bin/gcc
  69. configure:3239: result: gcc
  70. configure:3468: checking for C compiler version
  71. configure:3477: gcc --version >&5
  72. gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
  73. Copyright (C) 2013 Free Software Foundation, Inc.
  74. This is free software; see the source for copying conditions. There is NO
  75. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  76.  
  77. configure:3488: $? = 0
  78. configure:3477: gcc -v >&5
  79. Using built-in specs.
  80. COLLECT_GCC=gcc
  81. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  82. Target: x86_64-linux-gnu
  83. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.3' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  84. Thread model: posix
  85. gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  86. configure:3488: $? = 0
  87. configure:3477: gcc -V >&5
  88. gcc: error: unrecognized command line option '-V'
  89. gcc: fatal error: no input files
  90. compilation terminated.
  91. configure:3488: $? = 4
  92. configure:3477: gcc -qversion >&5
  93. gcc: error: unrecognized command line option '-qversion'
  94. gcc: fatal error: no input files
  95. compilation terminated.
  96. configure:3488: $? = 4
  97. configure:3508: checking whether the C compiler works
  98. configure:3530: gcc O3 conftest.c >&5
  99. gcc: error: O3: No such file or directory
  100. configure:3534: $? = 1
  101. configure:3572: result: no
  102. configure: failed program was:
  103. | /* confdefs.h */
  104. | #define PACKAGE_NAME "cpuminer-opt"
  105. | #define PACKAGE_TARNAME "cpuminer-opt"
  106. | #define PACKAGE_VERSION "3.6.8"
  107. | #define PACKAGE_STRING "cpuminer-opt 3.6.8"
  108. | #define PACKAGE_BUGREPORT ""
  109. | #define PACKAGE_URL ""
  110. | #define PACKAGE "cpuminer-opt"
  111. | #define VERSION "3.6.8"
  112. | /* end confdefs.h. */
  113. |
  114. | int
  115. | main ()
  116. | {
  117. |
  118. | ;
  119. | return 0;
  120. | }
  121. configure:3577: error: in `/root/cpuminer-opt':
  122. configure:3579: error: C compiler cannot create executables
  123. See `config.log' for more details
  124.  
  125. ## ---------------- ##
  126. ## Cache variables. ##
  127. ## ---------------- ##
  128.  
  129. ac_cv_build=x86_64-unknown-linux-gnu
  130. ac_cv_env_CCASFLAGS_set=
  131. ac_cv_env_CCASFLAGS_value=
  132. ac_cv_env_CCAS_set=
  133. ac_cv_env_CCAS_value=
  134. ac_cv_env_CCC_set=
  135. ac_cv_env_CCC_value=
  136. ac_cv_env_CC_set=
  137. ac_cv_env_CC_value=
  138. ac_cv_env_CFLAGS_set=set
  139. ac_cv_env_CFLAGS_value=O3
  140. ac_cv_env_CPPFLAGS_set=
  141. ac_cv_env_CPPFLAGS_value=
  142. ac_cv_env_CPP_set=
  143. ac_cv_env_CPP_value=
  144. ac_cv_env_CXXFLAGS_set=
  145. ac_cv_env_CXXFLAGS_value=
  146. ac_cv_env_CXX_set=
  147. ac_cv_env_CXX_value=
  148. ac_cv_env_LDFLAGS_set=
  149. ac_cv_env_LDFLAGS_value=
  150. ac_cv_env_LIBS_set=
  151. ac_cv_env_LIBS_value=
  152. ac_cv_env_build_alias_set=
  153. ac_cv_env_build_alias_value=
  154. ac_cv_env_host_alias_set=
  155. ac_cv_env_host_alias_value=
  156. ac_cv_env_target_alias_set=
  157. ac_cv_env_target_alias_value=
  158. ac_cv_host=x86_64-unknown-linux-gnu
  159. ac_cv_path_install='/usr/bin/install -c'
  160. ac_cv_path_mkdir=/bin/mkdir
  161. ac_cv_prog_AWK=gawk
  162. ac_cv_prog_ac_ct_CC=gcc
  163. ac_cv_prog_make_make_set=yes
  164. ac_cv_target=x86_64-unknown-linux-gnu
  165. am_cv_make_support_nested_variables=yes
  166.  
  167. ## ----------------- ##
  168. ## Output variables. ##
  169. ## ----------------- ##
  170.  
  171. ACLOCAL='${SHELL} /root/cpuminer-opt/missing aclocal-1.14'
  172. ALLOCA=''
  173. AMDEPBACKSLASH='\'
  174. AMDEP_FALSE='#'
  175. AMDEP_TRUE=''
  176. AMTAR='$${TAR-tar}'
  177. AM_BACKSLASH='\'
  178. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  179. AM_DEFAULT_VERBOSITY='1'
  180. AM_V='$(V)'
  181. ARCH_ARM_FALSE=''
  182. ARCH_ARM_TRUE=''
  183. ARCH_x86_64_FALSE=''
  184. ARCH_x86_64_TRUE=''
  185. ARCH_x86_FALSE=''
  186. ARCH_x86_TRUE=''
  187. AUTOCONF='${SHELL} /root/cpuminer-opt/missing autoconf'
  188. AUTOHEADER='${SHELL} /root/cpuminer-opt/missing autoheader'
  189. AUTOMAKE='${SHELL} /root/cpuminer-opt/missing automake-1.14'
  190. AWK='gawk'
  191. CC='gcc'
  192. CCAS=''
  193. CCASDEPMODE=''
  194. CCASFLAGS=''
  195. CCDEPMODE=''
  196. CFLAGS='O3'
  197. CPP=''
  198. CPPFLAGS=''
  199. CXX=''
  200. CXXDEPMODE=''
  201. CXXFLAGS=''
  202. CYGPATH_W='echo'
  203. DEFS=''
  204. DEPDIR='.deps'
  205. ECHO_C=''
  206. ECHO_N='-n'
  207. ECHO_T=''
  208. EGREP=''
  209. EXEEXT=''
  210. GREP=''
  211. HAVE_WINDOWS_FALSE=''
  212. HAVE_WINDOWS_TRUE=''
  213. INSTALL_DATA='${INSTALL} -m 644'
  214. INSTALL_PROGRAM='${INSTALL}'
  215. INSTALL_SCRIPT='${INSTALL}'
  216. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  217. JANSSON_LIBS=''
  218. LDFLAGS=''
  219. LIBCURL=''
  220. LIBCURL_CFLAGS=''
  221. LIBCURL_CPPFLAGS=''
  222. LIBOBJS=''
  223. LIBS=''
  224. LTLIBOBJS=''
  225. MAINT='#'
  226. MAINTAINER_MODE_FALSE=''
  227. MAINTAINER_MODE_TRUE='#'
  228. MAKEINFO='${SHELL} /root/cpuminer-opt/missing makeinfo'
  229. MINGW_FALSE=''
  230. MINGW_TRUE=''
  231. MKDIR_P='/bin/mkdir -p'
  232. OBJEXT=''
  233. PACKAGE='cpuminer-opt'
  234. PACKAGE_BUGREPORT=''
  235. PACKAGE_NAME='cpuminer-opt'
  236. PACKAGE_STRING='cpuminer-opt 3.6.8'
  237. PACKAGE_TARNAME='cpuminer-opt'
  238. PACKAGE_URL=''
  239. PACKAGE_VERSION='3.6.8'
  240. PATH_SEPARATOR=':'
  241. PTHREAD_FLAGS=''
  242. PTHREAD_LIBS=''
  243. RANLIB=''
  244. SET_MAKE=''
  245. SHELL='/bin/bash'
  246. STRIP=''
  247. USE_ASM_FALSE=''
  248. USE_ASM_TRUE=''
  249. VERSION='3.6.8'
  250. WANT_JANSSON_FALSE=''
  251. WANT_JANSSON_TRUE=''
  252. WS2_LIBS=''
  253. ac_ct_CC='gcc'
  254. ac_ct_CXX=''
  255. am__EXEEXT_FALSE=''
  256. am__EXEEXT_TRUE=''
  257. am__fastdepCCAS_FALSE=''
  258. am__fastdepCCAS_TRUE=''
  259. am__fastdepCC_FALSE=''
  260. am__fastdepCC_TRUE=''
  261. am__fastdepCXX_FALSE=''
  262. am__fastdepCXX_TRUE=''
  263. am__include='include'
  264. am__isrc=''
  265. am__leading_dot='.'
  266. am__nodep='_no'
  267. am__quote=''
  268. am__tar='$${TAR-tar} chof - "$$tardir"'
  269. am__untar='$${TAR-tar} xf -'
  270. bindir='${exec_prefix}/bin'
  271. build='x86_64-unknown-linux-gnu'
  272. build_alias=''
  273. build_cpu='x86_64'
  274. build_os='linux-gnu'
  275. build_vendor='unknown'
  276. datadir='${datarootdir}'
  277. datarootdir='${prefix}/share'
  278. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  279. dvidir='${docdir}'
  280. exec_prefix='NONE'
  281. host='x86_64-unknown-linux-gnu'
  282. host_alias=''
  283. host_cpu='x86_64'
  284. host_os='linux-gnu'
  285. host_vendor='unknown'
  286. htmldir='${docdir}'
  287. includedir='${prefix}/include'
  288. infodir='${datarootdir}/info'
  289. install_sh='${SHELL} /root/cpuminer-opt/install-sh'
  290. libdir='${exec_prefix}/lib'
  291. libexecdir='${exec_prefix}/libexec'
  292. localedir='${datarootdir}/locale'
  293. localstatedir='${prefix}/var'
  294. mandir='${datarootdir}/man'
  295. mkdir_p='$(MKDIR_P)'
  296. oldincludedir='/usr/include'
  297. pdfdir='${docdir}'
  298. prefix='NONE'
  299. program_transform_name='s,x,x,'
  300. psdir='${docdir}'
  301. sbindir='${exec_prefix}/sbin'
  302. sharedstatedir='${prefix}/com'
  303. sysconfdir='${prefix}/etc'
  304. target='x86_64-unknown-linux-gnu'
  305. target_alias=''
  306. target_cpu='x86_64'
  307. target_os='linux-gnu'
  308. target_vendor='unknown'
  309.  
  310. ## ----------- ##
  311. ## confdefs.h. ##
  312. ## ----------- ##
  313.  
  314. /* confdefs.h */
  315. #define PACKAGE_NAME "cpuminer-opt"
  316. #define PACKAGE_TARNAME "cpuminer-opt"
  317. #define PACKAGE_VERSION "3.6.8"
  318. #define PACKAGE_STRING "cpuminer-opt 3.6.8"
  319. #define PACKAGE_BUGREPORT ""
  320. #define PACKAGE_URL ""
  321. #define PACKAGE "cpuminer-opt"
  322. #define VERSION "3.6.8"
  323.  
  324. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement