Advertisement
a2457

Untitled

Sep 24th, 2018
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.72 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-argon2d configure 3.8.3.3, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure CFLAGS=*-march=native* --with-crypto --with-curl
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = DESKTOP-QPOGJBR
  14. uname -m = x86_64
  15. uname -r = 2.11.1(0.329/5/3)
  16. uname -s = MSYS_NT-10.0
  17. uname -v = 2018-09-10 14:19
  18.  
  19. /usr/bin/uname -p = unknown
  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: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /opt/bin
  34. PATH: /c/Windows/System32
  35. PATH: /c/Windows
  36. PATH: /c/Windows/System32/Wbem
  37. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  38. PATH: /usr/bin/site_perl
  39. PATH: /usr/bin/vendor_perl
  40. PATH: /usr/bin/core_perl
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:2256: loading site script /etc/config.site
  48. | # This file is in public domain.
  49. | # Original author: Karlson2k (Evgeny Grin)
  50. | # Written for MSys2 to help running 'configure' scripts
  51. |
  52. | # Use correct config.site even if CONFIG_SITE is not set
  53. | if test "x$MSYSTEM" = "xMINGW64"; then
  54. |   if test -r "${MINGW_PREFIX-/mingw64}/etc/config.site"; then
  55. |     . "${MINGW_PREFIX-/mingw64}/etc/config.site"
  56. |   fi
  57. | elif test "x$MSYSTEM" = "xMINGW32"; then
  58. |   if test -r "${MINGW_PREFIX-/mingw32}/etc/config.site"; then
  59. |     . "${MINGW_PREFIX-/mingw32}/etc/config.site"
  60. |   fi
  61. | else
  62. |   # Defaults for MSys2-targeted programs
  63. |
  64. |   # Set proper selfname on bash and fallback to default name on other shells
  65. |   test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
  66. |
  67. |   # Set default 'host' to speedup configure
  68. |   if test -z "$build_alias"; then
  69. |     build_alias="${MSYSTEM_CARCH-x86_64}-pc-msys"  && \
  70. |       $as_echo "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
  71. |   fi
  72. |
  73. |   # Set default 'prefix' to "/usr"
  74. |   if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
  75. |      ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
  76. |     prefix="${MSYSTEM_PREFIX-/usr}" && \
  77. |       $as_echo "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
  78. |   fi
  79. |
  80. | fi
  81. config.site:23: default build_alias set to x86_64-pc-msys
  82. config.site:30: default prefix set to /usr
  83. configure:2387: checking build system type
  84. configure:2401: result: x86_64-pc-msys
  85. configure:2421: checking host system type
  86. configure:2434: result: x86_64-pc-msys
  87. configure:2454: checking target system type
  88. configure:2467: result: x86_64-pc-msys
  89. configure:2515: checking for a BSD-compatible install
  90. configure:2583: result: /usr/bin/install -c
  91. configure:2594: checking whether build environment is sane
  92. configure:2649: result: yes
  93. configure:2800: checking for a thread-safe mkdir -p
  94. configure:2839: result: /usr/bin/mkdir -p
  95. configure:2846: checking for gawk
  96. configure:2862: found /usr/bin/gawk
  97. configure:2873: result: gawk
  98. configure:2884: checking whether make sets $(MAKE)
  99. configure:2906: result: yes
  100. configure:2935: checking whether make supports nested variables
  101. configure:2952: result: yes
  102. configure:3080: checking whether to enable maintainer-specific portions of Makefiles
  103. configure:3089: result: no
  104. configure:3115: checking for style of include used by make
  105. configure:3143: result: GNU
  106. configure:3214: checking for gcc
  107. configure:3230: found /usr/bin/gcc
  108. configure:3241: result: gcc
  109. configure:3470: checking for C compiler version
  110. configure:3479: gcc --version >&5
  111. gcc (GCC) 7.3.0
  112. Copyright (C) 2017 Free Software Foundation, Inc.
  113. This is free software; see the source for copying conditions.  There is NO
  114. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  115.  
  116. configure:3490: $? = 0
  117. configure:3479: gcc -v >&5
  118. Using built-in specs.
  119. COLLECT_GCC=gcc
  120. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe
  121. Target: x86_64-pc-msys
  122. Configured with: /msys_scripts/gcc/src/gcc-7.3.0/configure --build=x86_64-pc-msys --prefix=/usr --libexecdir=/usr/lib --enable-bootstrap --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --with-arch=x86-64 --with-tune=generic --disable-multilib --enable-__cxa_atexit --with-dwarf2 --enable-languages=c,c++,fortran,lto --enable-graphite --enable-threads=posix --enable-libatomic --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --disable-libssp --disable-win32-registry --disable-symvers --with-gnu-ld --with-gnu-as --disable-isl-version-check --enable-checking=release --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible
  123. Thread model: posix
  124. gcc version 7.3.0 (GCC)
  125. configure:3490: $? = 0
  126. configure:3479: gcc -V >&5
  127. gcc: error: unrecognized command line option '-V'
  128. gcc: fatal error: no input files
  129. compilation terminated.
  130. configure:3490: $? = 1
  131. configure:3479: gcc -qversion >&5
  132. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  133. gcc: fatal error: no input files
  134. compilation terminated.
  135. configure:3490: $? = 1
  136. configure:3510: checking whether the C compiler works
  137. configure:3532: gcc *-march=native*   conftest.c  >&5
  138. gcc: error: *-march=native*: No such file or directory
  139. configure:3536: $? = 1
  140. configure:3574: result: no
  141. configure: failed program was:
  142. | /* confdefs.h */
  143. | #define PACKAGE_NAME "cpuminer-argon2d"
  144. | #define PACKAGE_TARNAME "cpuminer-argon2d"
  145. | #define PACKAGE_VERSION "3.8.3.3"
  146. | #define PACKAGE_STRING "cpuminer-argon2d 3.8.3.3"
  147. | #define PACKAGE_BUGREPORT ""
  148. | #define PACKAGE_URL ""
  149. | #define PACKAGE "cpuminer-argon2d"
  150. | #define VERSION "3.8.3.3"
  151. | /* end confdefs.h.  */
  152. |
  153. | int
  154. | main ()
  155. | {
  156. |
  157. |   ;
  158. |   return 0;
  159. | }
  160. configure:3579: error: in `/f/modminer/cpuminer-argon2d-3.8.3.3':
  161. configure:3581: error: C compiler cannot create executables
  162. See `config.log' for more details
  163.  
  164. ## ---------------- ##
  165. ## Cache variables. ##
  166. ## ---------------- ##
  167.  
  168. ac_cv_build=x86_64-pc-msys
  169. ac_cv_env_CCASFLAGS_set=
  170. ac_cv_env_CCASFLAGS_value=
  171. ac_cv_env_CCAS_set=
  172. ac_cv_env_CCAS_value=
  173. ac_cv_env_CCC_set=
  174. ac_cv_env_CCC_value=
  175. ac_cv_env_CC_set=
  176. ac_cv_env_CC_value=
  177. ac_cv_env_CFLAGS_set=set
  178. ac_cv_env_CFLAGS_value='*-march=native*'
  179. ac_cv_env_CPPFLAGS_set=
  180. ac_cv_env_CPPFLAGS_value=
  181. ac_cv_env_CPP_set=
  182. ac_cv_env_CPP_value=
  183. ac_cv_env_CXXFLAGS_set=
  184. ac_cv_env_CXXFLAGS_value=
  185. ac_cv_env_CXX_set=
  186. ac_cv_env_CXX_value=
  187. ac_cv_env_LDFLAGS_set=
  188. ac_cv_env_LDFLAGS_value=
  189. ac_cv_env_LIBS_set=
  190. ac_cv_env_LIBS_value=
  191. ac_cv_env_build_alias_set=
  192. ac_cv_env_build_alias_value=
  193. ac_cv_env_host_alias_set=
  194. ac_cv_env_host_alias_value=
  195. ac_cv_env_target_alias_set=
  196. ac_cv_env_target_alias_value=
  197. ac_cv_host=x86_64-pc-msys
  198. ac_cv_path_install='/usr/bin/install -c'
  199. ac_cv_path_mkdir=/usr/bin/mkdir
  200. ac_cv_prog_AWK=gawk
  201. ac_cv_prog_ac_ct_CC=gcc
  202. ac_cv_prog_make_make_set=yes
  203. ac_cv_target=x86_64-pc-msys
  204. am_cv_make_support_nested_variables=yes
  205.  
  206. ## ----------------- ##
  207. ## Output variables. ##
  208. ## ----------------- ##
  209.  
  210. ACLOCAL='${SHELL} /f/modminer/cpuminer-argon2d-3.8.3.3/missing aclocal-1.15'
  211. ALLOCA=''
  212. AMDEPBACKSLASH='\'
  213. AMDEP_FALSE='#'
  214. AMDEP_TRUE=''
  215. AMTAR='$${TAR-tar}'
  216. AM_BACKSLASH='\'
  217. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  218. AM_DEFAULT_VERBOSITY='1'
  219. AM_V='$(V)'
  220. ARCH_ARM_FALSE=''
  221. ARCH_ARM_TRUE=''
  222. ARCH_x86_64_FALSE=''
  223. ARCH_x86_64_TRUE=''
  224. ARCH_x86_FALSE=''
  225. ARCH_x86_TRUE=''
  226. AUTOCONF='${SHELL} /f/modminer/cpuminer-argon2d-3.8.3.3/missing autoconf'
  227. AUTOHEADER='${SHELL} /f/modminer/cpuminer-argon2d-3.8.3.3/missing autoheader'
  228. AUTOMAKE='${SHELL} /f/modminer/cpuminer-argon2d-3.8.3.3/missing automake-1.15'
  229. AWK='gawk'
  230. CC='gcc'
  231. CCAS=''
  232. CCASDEPMODE=''
  233. CCASFLAGS=''
  234. CCDEPMODE=''
  235. CFLAGS='*-march=native*'
  236. CPP=''
  237. CPPFLAGS=''
  238. CXX=''
  239. CXXDEPMODE=''
  240. CXXFLAGS=''
  241. CYGPATH_W='cygpath -w'
  242. DEFS=''
  243. DEPDIR='.deps'
  244. ECHO_C=''
  245. ECHO_N='-n'
  246. ECHO_T=''
  247. EGREP=''
  248. EXEEXT=''
  249. GREP=''
  250. HAVE_WINDOWS_FALSE=''
  251. HAVE_WINDOWS_TRUE=''
  252. INSTALL_DATA='${INSTALL} -m 644'
  253. INSTALL_PROGRAM='${INSTALL}'
  254. INSTALL_SCRIPT='${INSTALL}'
  255. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  256. JANSSON_LIBS=''
  257. LDFLAGS=''
  258. LIBCURL=''
  259. LIBCURL_CFLAGS=''
  260. LIBCURL_CPPFLAGS=''
  261. LIBOBJS=''
  262. LIBS=''
  263. LTLIBOBJS=''
  264. MAINT='#'
  265. MAINTAINER_MODE_FALSE=''
  266. MAINTAINER_MODE_TRUE='#'
  267. MAKEINFO='${SHELL} /f/modminer/cpuminer-argon2d-3.8.3.3/missing makeinfo'
  268. MINGW_FALSE=''
  269. MINGW_TRUE=''
  270. MKDIR_P='/usr/bin/mkdir -p'
  271. OBJEXT=''
  272. PACKAGE='cpuminer-argon2d'
  273. PACKAGE_BUGREPORT=''
  274. PACKAGE_NAME='cpuminer-argon2d'
  275. PACKAGE_STRING='cpuminer-argon2d 3.8.3.3'
  276. PACKAGE_TARNAME='cpuminer-argon2d'
  277. PACKAGE_URL=''
  278. PACKAGE_VERSION='3.8.3.3'
  279. PATH_SEPARATOR=':'
  280. PTHREAD_FLAGS=''
  281. PTHREAD_LIBS=''
  282. RANLIB=''
  283. SET_MAKE=''
  284. SHELL='/bin/sh'
  285. STRIP=''
  286. USE_ASM_FALSE=''
  287. USE_ASM_TRUE=''
  288. VERSION='3.8.3.3'
  289. WANT_JANSSON_FALSE=''
  290. WANT_JANSSON_TRUE=''
  291. WS2_LIBS=''
  292. ac_ct_CC='gcc'
  293. ac_ct_CXX=''
  294. am__EXEEXT_FALSE=''
  295. am__EXEEXT_TRUE=''
  296. am__fastdepCCAS_FALSE=''
  297. am__fastdepCCAS_TRUE=''
  298. am__fastdepCC_FALSE=''
  299. am__fastdepCC_TRUE=''
  300. am__fastdepCXX_FALSE=''
  301. am__fastdepCXX_TRUE=''
  302. am__include='include'
  303. am__isrc=''
  304. am__leading_dot='.'
  305. am__nodep='_no'
  306. am__quote=''
  307. am__tar='$${TAR-tar} chof - "$$tardir"'
  308. am__untar='$${TAR-tar} xf -'
  309. bindir='${exec_prefix}/bin'
  310. build='x86_64-pc-msys'
  311. build_alias='x86_64-pc-msys'
  312. build_cpu='x86_64'
  313. build_os='msys'
  314. build_vendor='pc'
  315. datadir='${datarootdir}'
  316. datarootdir='${prefix}/share'
  317. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  318. dvidir='${docdir}'
  319. exec_prefix='NONE'
  320. host='x86_64-pc-msys'
  321. host_alias=''
  322. host_cpu='x86_64'
  323. host_os='msys'
  324. host_vendor='pc'
  325. htmldir='${docdir}'
  326. includedir='${prefix}/include'
  327. infodir='${datarootdir}/info'
  328. install_sh='${SHELL} /f/modminer/cpuminer-argon2d-3.8.3.3/install-sh'
  329. libdir='${exec_prefix}/lib'
  330. libexecdir='${exec_prefix}/libexec'
  331. localedir='${datarootdir}/locale'
  332. localstatedir='${prefix}/var'
  333. mandir='${datarootdir}/man'
  334. mkdir_p='$(MKDIR_P)'
  335. oldincludedir='/usr/include'
  336. pdfdir='${docdir}'
  337. prefix='/usr'
  338. program_transform_name='s,x,x,'
  339. psdir='${docdir}'
  340. sbindir='${exec_prefix}/sbin'
  341. sharedstatedir='${prefix}/com'
  342. sysconfdir='${prefix}/etc'
  343. target='x86_64-pc-msys'
  344. target_alias=''
  345. target_cpu='x86_64'
  346. target_os='msys'
  347. target_vendor='pc'
  348.  
  349. ## ----------- ##
  350. ## confdefs.h. ##
  351. ## ----------- ##
  352.  
  353. /* confdefs.h */
  354. #define PACKAGE_NAME "cpuminer-argon2d"
  355. #define PACKAGE_TARNAME "cpuminer-argon2d"
  356. #define PACKAGE_VERSION "3.8.3.3"
  357. #define PACKAGE_STRING "cpuminer-argon2d 3.8.3.3"
  358. #define PACKAGE_BUGREPORT ""
  359. #define PACKAGE_URL ""
  360. #define PACKAGE "cpuminer-argon2d"
  361. #define VERSION "3.8.3.3"
  362.  
  363. configure: exit 77
  364.  
  365. ## ---------------------- ##
  366. ## Running config.status. ##
  367. ## ---------------------- ##
  368.  
  369. This file was extended by cpuminer-argon2d config.status 3.8.3.3, which was
  370. generated by GNU Autoconf 2.69.  Invocation command line was
  371.  
  372.   CONFIG_FILES    =
  373.   CONFIG_HEADERS  =
  374.   CONFIG_LINKS    =
  375.   CONFIG_COMMANDS =
  376.   $ ./config.status Makefile depfiles
  377.  
  378. on DESKTOP-QPOGJBR
  379.  
  380. config.status:919: creating Makefile
  381. config.status:1148: executing depfiles commands
  382.  
  383. ## ---------------------- ##
  384. ## Running config.status. ##
  385. ## ---------------------- ##
  386.  
  387. This file was extended by cpuminer-argon2d config.status 3.8.3.3, which was
  388. generated by GNU Autoconf 2.69.  Invocation command line was
  389.  
  390.   CONFIG_FILES    =
  391.   CONFIG_HEADERS  =
  392.   CONFIG_LINKS    =
  393.   CONFIG_COMMANDS =
  394.   $ ./config.status compat/Makefile
  395.  
  396. on DESKTOP-QPOGJBR
  397.  
  398. config.status:919: creating compat/Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement