Advertisement
Guest User

config.log

a guest
Mar 27th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.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 configure 0.8.1, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = sabine
  14. uname -m = x86_64
  15. uname -r = 2.6.38-1-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Mar 16 17:38:02 UTC 2011
  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/lib/ccache
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2187: checking for a BSD-compatible install
  42. configure:2255: result: /usr/bin/install -c
  43. configure:2266: checking whether build environment is sane
  44. configure:2316: result: yes
  45. configure:2457: checking for a thread-safe mkdir -p
  46. configure:2496: result: /bin/mkdir -p
  47. configure:2509: checking for gawk
  48. configure:2525: found /usr/bin/gawk
  49. configure:2536: result: gawk
  50. configure:2547: checking whether make sets $(MAKE)
  51. configure:2569: result: yes
  52. configure:2653: checking whether to enable maintainer-specific portions of Makefiles
  53. configure:2662: result: no
  54. configure:2724: checking for gcc
  55. configure:2740: found /usr/lib/ccache/gcc
  56. configure:2751: result: gcc
  57. configure:2980: checking for C compiler version
  58. configure:2989: gcc --version >&5
  59. gcc (Debian 4.5.2-7) 4.5.2
  60. Copyright (C) 2010 Free Software Foundation, Inc.
  61. This is free software; see the source for copying conditions. There is NO
  62. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  63.  
  64. configure:3000: $? = 0
  65. configure:2989: gcc -v >&5
  66. Using built-in specs.
  67. COLLECT_GCC=/usr/bin/gcc
  68. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  69. Target: x86_64-linux-gnu
  70. Configured with: ../src/configure -v --with-pkgversion='Debian 4.5.2-7' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --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
  71. Thread model: posix
  72. gcc version 4.5.2 (Debian 4.5.2-7)
  73. configure:3000: $? = 0
  74. configure:2989: gcc -V >&5
  75. gcc: '-V' option must have argument
  76. configure:3000: $? = 1
  77. configure:2989: gcc -qversion >&5
  78. gcc: unrecognized option '-qversion'
  79. gcc: no input files
  80. configure:3000: $? = 1
  81. configure:3020: checking whether the C compiler works
  82. configure:3042: gcc -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  83. configure:3046: $? = 0
  84. configure:3094: result: yes
  85. configure:3097: checking for C compiler default output file name
  86. configure:3099: result: a.out
  87. configure:3105: checking for suffix of executables
  88. configure:3112: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  89. configure:3116: $? = 0
  90. configure:3138: result:
  91. configure:3160: checking whether we are cross compiling
  92. configure:3168: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  93. configure:3172: $? = 0
  94. configure:3179: ./conftest
  95. configure:3183: $? = 0
  96. configure:3198: result: no
  97. configure:3203: checking for suffix of object files
  98. configure:3225: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  99. configure:3229: $? = 0
  100. configure:3250: result: o
  101. configure:3254: checking whether we are using the GNU C compiler
  102. configure:3273: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  103. configure:3273: $? = 0
  104. configure:3282: result: yes
  105. configure:3291: checking whether gcc accepts -g
  106. configure:3311: gcc -c -g conftest.c >&5
  107. configure:3311: $? = 0
  108. configure:3352: result: yes
  109. configure:3369: checking for gcc option to accept ISO C89
  110. configure:3433: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  111. configure:3433: $? = 0
  112. configure:3446: result: none needed
  113. configure:3477: checking for style of include used by make
  114. configure:3505: result: GNU
  115. configure:3530: checking dependency style of gcc
  116. configure:3640: result: gcc3
  117. configure:3661: checking how to run the C preprocessor
  118. configure:3692: gcc -E conftest.c
  119. configure:3692: $? = 0
  120. configure:3706: gcc -E conftest.c
  121. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  122. compilation terminated.
  123. configure:3706: $? = 1
  124. configure: failed program was:
  125. | /* confdefs.h */
  126. | #define PACKAGE_NAME "cpuminer"
  127. | #define PACKAGE_TARNAME "cpuminer"
  128. | #define PACKAGE_VERSION "0.8.1"
  129. | #define PACKAGE_STRING "cpuminer 0.8.1"
  130. | #define PACKAGE_BUGREPORT ""
  131. | #define PACKAGE_URL ""
  132. | #define PACKAGE "cpuminer"
  133. | #define VERSION "0.8.1"
  134. | /* end confdefs.h. */
  135. | #include <ac_nonexistent.h>
  136. configure:3731: result: gcc -E
  137. configure:3751: gcc -E conftest.c
  138. configure:3751: $? = 0
  139. configure:3765: gcc -E conftest.c
  140. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  141. compilation terminated.
  142. configure:3765: $? = 1
  143. configure: failed program was:
  144. | /* confdefs.h */
  145. | #define PACKAGE_NAME "cpuminer"
  146. | #define PACKAGE_TARNAME "cpuminer"
  147. | #define PACKAGE_VERSION "0.8.1"
  148. | #define PACKAGE_STRING "cpuminer 0.8.1"
  149. | #define PACKAGE_BUGREPORT ""
  150. | #define PACKAGE_URL ""
  151. | #define PACKAGE "cpuminer"
  152. | #define VERSION "0.8.1"
  153. | /* end confdefs.h. */
  154. | #include <ac_nonexistent.h>
  155. configure:3794: checking for grep that handles long lines and -e
  156. configure:3852: result: /bin/grep
  157. configure:3857: checking for egrep
  158. configure:3919: result: /bin/grep -E
  159. configure:3925: checking whether gcc needs -traditional
  160. configure:3959: result: no
  161. configure:3967: checking whether gcc and cc understand -c and -o together
  162. configure:3998: gcc -c conftest.c -o conftest2.o >&5
  163. configure:4002: $? = 0
  164. configure:4008: gcc -c conftest.c -o conftest2.o >&5
  165. configure:4012: $? = 0
  166. configure:4023: cc -c conftest.c >&5
  167. configure:4027: $? = 0
  168. configure:4035: cc -c conftest.c -o conftest2.o >&5
  169. configure:4039: $? = 0
  170. configure:4045: cc -c conftest.c -o conftest2.o >&5
  171. configure:4049: $? = 0
  172. configure:4067: result: yes
  173. configure:4135: checking for ranlib
  174. configure:4151: found /usr/bin/ranlib
  175. configure:4162: result: ranlib
  176. configure:4185: checking for ANSI C header files
  177. configure:4205: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  178. configure:4205: $? = 0
  179. configure:4278: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  180. configure:4278: $? = 0
  181. configure:4278: ./conftest
  182. configure:4278: $? = 0
  183. configure:4289: result: yes
  184. configure:4302: checking for sys/types.h
  185. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  186. configure:4302: $? = 0
  187. configure:4302: result: yes
  188. configure:4302: checking for sys/stat.h
  189. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  190. configure:4302: $? = 0
  191. configure:4302: result: yes
  192. configure:4302: checking for stdlib.h
  193. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  194. configure:4302: $? = 0
  195. configure:4302: result: yes
  196. configure:4302: checking for string.h
  197. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  198. configure:4302: $? = 0
  199. configure:4302: result: yes
  200. configure:4302: checking for memory.h
  201. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  202. configure:4302: $? = 0
  203. configure:4302: result: yes
  204. configure:4302: checking for strings.h
  205. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  206. configure:4302: $? = 0
  207. configure:4302: result: yes
  208. configure:4302: checking for inttypes.h
  209. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  210. configure:4302: $? = 0
  211. configure:4302: result: yes
  212. configure:4302: checking for stdint.h
  213. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  214. configure:4302: $? = 0
  215. configure:4302: result: yes
  216. configure:4302: checking for unistd.h
  217. configure:4302: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  218. configure:4302: $? = 0
  219. configure:4302: result: yes
  220. configure:4316: checking syslog.h usability
  221. configure:4316: gcc -c -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  222. configure:4316: $? = 0
  223. configure:4316: result: yes
  224. configure:4316: checking syslog.h presence
  225. configure:4316: gcc -E conftest.c
  226. configure:4316: $? = 0
  227. configure:4316: result: yes
  228. configure:4316: checking for syslog.h
  229. configure:4316: result: yes
  230. configure:4329: checking for working alloca.h
  231. configure:4346: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  232. configure:4346: $? = 0
  233. configure:4354: result: yes
  234. configure:4362: checking for alloca
  235. configure:4399: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c >&5
  236. configure:4399: $? = 0
  237. configure:4407: result: yes
  238. configure:4529: checking for json_loads in -ljansson
  239. configure:4554: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c -ljansson >&5
  240. /usr/bin/ld: cannot find -ljansson
  241. collect2: ld returned 1 exit status
  242. configure:4554: $? = 1
  243. configure: failed program was:
  244. | /* confdefs.h */
  245. | #define PACKAGE_NAME "cpuminer"
  246. | #define PACKAGE_TARNAME "cpuminer"
  247. | #define PACKAGE_VERSION "0.8.1"
  248. | #define PACKAGE_STRING "cpuminer 0.8.1"
  249. | #define PACKAGE_BUGREPORT ""
  250. | #define PACKAGE_URL ""
  251. | #define PACKAGE "cpuminer"
  252. | #define VERSION "0.8.1"
  253. | #define STDC_HEADERS 1
  254. | #define HAVE_SYS_TYPES_H 1
  255. | #define HAVE_SYS_STAT_H 1
  256. | #define HAVE_STDLIB_H 1
  257. | #define HAVE_STRING_H 1
  258. | #define HAVE_MEMORY_H 1
  259. | #define HAVE_STRINGS_H 1
  260. | #define HAVE_INTTYPES_H 1
  261. | #define HAVE_STDINT_H 1
  262. | #define HAVE_UNISTD_H 1
  263. | #define HAVE_SYSLOG_H 1
  264. | #define HAVE_ALLOCA_H 1
  265. | #define HAVE_ALLOCA 1
  266. | /* end confdefs.h. */
  267. |
  268. | /* Override any GCC internal prototype to avoid an error.
  269. | Use char because int might match the return type of a GCC
  270. | builtin and then its argument prototype would still apply. */
  271. | #ifdef __cplusplus
  272. | extern "C"
  273. | #endif
  274. | char json_loads ();
  275. | int
  276. | main ()
  277. | {
  278. | return json_loads ();
  279. | ;
  280. | return 0;
  281. | }
  282. configure:4563: result: no
  283. configure:4571: checking for pthread_create in -lpthread
  284. configure:4596: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c -lpthread >&5
  285. configure:4596: $? = 0
  286. configure:4605: result: yes
  287. configure:4639: checking for yasm
  288. configure:4657: found /usr/bin/yasm
  289. configure:4670: result: /usr/bin/yasm
  290. configure:4682: checking if yasm version is greater than 1.0.1
  291. configure:4705: result: yes
  292. configure:4774: checking for pkg-config
  293. configure:4792: found /usr/bin/pkg-config
  294. configure:4804: result: /usr/bin/pkg-config
  295. configure:4829: checking pkg-config is at least version 0.9.0
  296. configure:4832: result: yes
  297. configure:4880: checking for gawk
  298. configure:4907: result: gawk
  299. configure:4969: checking for curl-config
  300. configure:4987: found /usr/bin/curl-config
  301. configure:4999: result: /usr/bin/curl-config
  302. configure:5010: checking for the version of libcurl
  303. configure:5017: result: 7.21.4
  304. configure:5024: checking for libcurl >= version 7.10.1
  305. configure:5037: result: yes
  306. configure:5078: checking whether libcurl is usable
  307. configure:5111: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c -lcurl >&5
  308. configure:5111: $? = 0
  309. configure:5125: result: yes
  310. configure:5138: checking for curl_free
  311. configure:5138: gcc -o conftest -s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf conftest.c -lcurl >&5
  312. configure:5138: $? = 0
  313. configure:5138: result: yes
  314. configure:5366: creating ./config.status
  315.  
  316. ## ---------------------- ##
  317. ## Running config.status. ##
  318. ## ---------------------- ##
  319.  
  320. This file was extended by cpuminer config.status 0.8.1, which was
  321. generated by GNU Autoconf 2.67. Invocation command line was
  322.  
  323. CONFIG_FILES =
  324. CONFIG_HEADERS =
  325. CONFIG_LINKS =
  326. CONFIG_COMMANDS =
  327. $ ./config.status
  328.  
  329. on sabine
  330.  
  331. config.status:907: creating Makefile
  332. config.status:907: creating compat/Makefile
  333. config.status:907: creating compat/jansson/Makefile
  334. config.status:907: creating x86_64/Makefile
  335. config.status:907: creating cpuminer-config.h
  336. config.status:1135: executing depfiles commands
  337.  
  338. ## ---------------- ##
  339. ## Cache variables. ##
  340. ## ---------------- ##
  341.  
  342. ac_cv_c_compiler_gnu=yes
  343. ac_cv_env_CC_set=
  344. ac_cv_env_CC_value=
  345. ac_cv_env_CFLAGS_set=set
  346. ac_cv_env_CFLAGS_value='-s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf'
  347. ac_cv_env_CPPFLAGS_set=
  348. ac_cv_env_CPPFLAGS_value=
  349. ac_cv_env_CPP_set=
  350. ac_cv_env_CPP_value=
  351. ac_cv_env_LDFLAGS_set=
  352. ac_cv_env_LDFLAGS_value=
  353. ac_cv_env_LIBS_set=
  354. ac_cv_env_LIBS_value=
  355. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  356. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  357. ac_cv_env_PKG_CONFIG_PATH_set=
  358. ac_cv_env_PKG_CONFIG_PATH_value=
  359. ac_cv_env_PKG_CONFIG_set=
  360. ac_cv_env_PKG_CONFIG_value=
  361. ac_cv_env_build_alias_set=
  362. ac_cv_env_build_alias_value=
  363. ac_cv_env_host_alias_set=
  364. ac_cv_env_host_alias_value=
  365. ac_cv_env_target_alias_set=
  366. ac_cv_env_target_alias_value=
  367. ac_cv_func_alloca_works=yes
  368. ac_cv_func_curl_free=yes
  369. ac_cv_header_inttypes_h=yes
  370. ac_cv_header_memory_h=yes
  371. ac_cv_header_stdc=yes
  372. ac_cv_header_stdint_h=yes
  373. ac_cv_header_stdlib_h=yes
  374. ac_cv_header_string_h=yes
  375. ac_cv_header_strings_h=yes
  376. ac_cv_header_sys_stat_h=yes
  377. ac_cv_header_sys_types_h=yes
  378. ac_cv_header_syslog_h=yes
  379. ac_cv_header_unistd_h=yes
  380. ac_cv_lib_jansson_json_loads=no
  381. ac_cv_lib_pthread_pthread_create=yes
  382. ac_cv_objext=o
  383. ac_cv_path_EGREP='/bin/grep -E'
  384. ac_cv_path_GREP=/bin/grep
  385. ac_cv_path_YASM=/usr/bin/yasm
  386. ac_cv_path__libcurl_config=/usr/bin/curl-config
  387. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  388. ac_cv_path_install='/usr/bin/install -c'
  389. ac_cv_path_mkdir=/bin/mkdir
  390. ac_cv_prog_AWK=gawk
  391. ac_cv_prog_CPP='gcc -E'
  392. ac_cv_prog_ac_ct_CC=gcc
  393. ac_cv_prog_ac_ct_RANLIB=ranlib
  394. ac_cv_prog_cc_c89=
  395. ac_cv_prog_cc_g=yes
  396. ac_cv_prog_cc_gcc_c_o=yes
  397. ac_cv_prog_gcc_traditional=no
  398. ac_cv_prog_make_make_set=yes
  399. ac_cv_working_alloca_h=yes
  400. am_cv_CC_dependencies_compiler_type=gcc3
  401. libcurl_cv_lib_curl_usable=yes
  402. libcurl_cv_lib_curl_version=7.21.4
  403. libcurl_cv_lib_version_ok=yes
  404.  
  405. ## ----------------- ##
  406. ## Output variables. ##
  407. ## ----------------- ##
  408.  
  409. ACLOCAL='${SHELL} /home/sabine/devel/cpuminer/missing --run aclocal-1.11'
  410. ALLOCA=''
  411. AMDEPBACKSLASH='\'
  412. AMDEP_FALSE='#'
  413. AMDEP_TRUE=''
  414. AMTAR='${SHELL} /home/sabine/devel/cpuminer/missing --run tar'
  415. AUTOCONF='${SHELL} /home/sabine/devel/cpuminer/missing --run autoconf'
  416. AUTOHEADER='${SHELL} /home/sabine/devel/cpuminer/missing --run autoheader'
  417. AUTOMAKE='${SHELL} /home/sabine/devel/cpuminer/missing --run automake-1.11'
  418. AWK='gawk'
  419. CC='gcc'
  420. CCDEPMODE='depmode=gcc3'
  421. CFLAGS='-s -pipe -O3 -mmmx -msse -msse2 -msse3 -msse4.1 -msse4.2 -mcx16 -msahf'
  422. CPP='gcc -E'
  423. CPPFLAGS=''
  424. CYGPATH_W='echo'
  425. DEFS='-DHAVE_CONFIG_H'
  426. DEPDIR='.deps'
  427. ECHO_C=''
  428. ECHO_N='-n'
  429. ECHO_T=''
  430. EGREP='/bin/grep -E'
  431. EXEEXT=''
  432. GREP='/bin/grep'
  433. HAS_YASM_FALSE=''
  434. HAS_YASM_TRUE='#'
  435. HAVE_WINDOWS_FALSE=''
  436. HAVE_WINDOWS_TRUE='#'
  437. INSTALL_DATA='${INSTALL} -m 644'
  438. INSTALL_PROGRAM='${INSTALL}'
  439. INSTALL_SCRIPT='${INSTALL}'
  440. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  441. JANSSON_LIBS='compat/jansson/libjansson.a'
  442. LDFLAGS=''
  443. LIBCURL='-lcurl'
  444. LIBCURL_CPPFLAGS=''
  445. LIBOBJS=''
  446. LIBS=''
  447. LTLIBOBJS=''
  448. MAINT='#'
  449. MAINTAINER_MODE_FALSE=''
  450. MAINTAINER_MODE_TRUE='#'
  451. MAKEINFO='${SHELL} /home/sabine/devel/cpuminer/missing --run makeinfo'
  452. MKDIR_P='/bin/mkdir -p'
  453. OBJEXT='o'
  454. PACKAGE='cpuminer'
  455. PACKAGE_BUGREPORT=''
  456. PACKAGE_NAME='cpuminer'
  457. PACKAGE_STRING='cpuminer 0.8.1'
  458. PACKAGE_TARNAME='cpuminer'
  459. PACKAGE_URL=''
  460. PACKAGE_VERSION='0.8.1'
  461. PATH_SEPARATOR=':'
  462. PKG_CONFIG='/usr/bin/pkg-config'
  463. PKG_CONFIG_LIBDIR=''
  464. PKG_CONFIG_PATH=''
  465. PTHREAD_FLAGS='-pthread'
  466. PTHREAD_LIBS='-lpthread'
  467. RANLIB='ranlib'
  468. SET_MAKE=''
  469. SHELL='/bin/bash'
  470. STRIP=''
  471. VERSION='0.8.1'
  472. WANT_JANSSON_FALSE='#'
  473. WANT_JANSSON_TRUE=''
  474. YASM='/usr/bin/yasm'
  475. _libcurl_config=''
  476. ac_ct_CC='gcc'
  477. am__EXEEXT_FALSE=''
  478. am__EXEEXT_TRUE='#'
  479. am__fastdepCC_FALSE='#'
  480. am__fastdepCC_TRUE=''
  481. am__include='include'
  482. am__isrc=''
  483. am__leading_dot='.'
  484. am__quote=''
  485. am__tar='${AMTAR} chof - "$$tardir"'
  486. am__untar='${AMTAR} xf -'
  487. bindir='${exec_prefix}/bin'
  488. build_alias=''
  489. datadir='${datarootdir}'
  490. datarootdir='${prefix}/share'
  491. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  492. dvidir='${docdir}'
  493. exec_prefix='${prefix}'
  494. host_alias=''
  495. htmldir='${docdir}'
  496. includedir='${prefix}/include'
  497. infodir='${datarootdir}/info'
  498. install_sh='${SHELL} /home/sabine/devel/cpuminer/install-sh'
  499. libdir='${exec_prefix}/lib'
  500. libexecdir='${exec_prefix}/libexec'
  501. localedir='${datarootdir}/locale'
  502. localstatedir='${prefix}/var'
  503. mandir='${datarootdir}/man'
  504. mkdir_p='/bin/mkdir -p'
  505. oldincludedir='/usr/include'
  506. pdfdir='${docdir}'
  507. prefix='/usr/local'
  508. program_transform_name='s,x,x,'
  509. psdir='${docdir}'
  510. sbindir='${exec_prefix}/sbin'
  511. sharedstatedir='${prefix}/com'
  512. sysconfdir='${prefix}/etc'
  513. target_alias=''
  514.  
  515. ## ----------- ##
  516. ## confdefs.h. ##
  517. ## ----------- ##
  518.  
  519. /* confdefs.h */
  520. #define PACKAGE_NAME "cpuminer"
  521. #define PACKAGE_TARNAME "cpuminer"
  522. #define PACKAGE_VERSION "0.8.1"
  523. #define PACKAGE_STRING "cpuminer 0.8.1"
  524. #define PACKAGE_BUGREPORT ""
  525. #define PACKAGE_URL ""
  526. #define PACKAGE "cpuminer"
  527. #define VERSION "0.8.1"
  528. #define STDC_HEADERS 1
  529. #define HAVE_SYS_TYPES_H 1
  530. #define HAVE_SYS_STAT_H 1
  531. #define HAVE_STDLIB_H 1
  532. #define HAVE_STRING_H 1
  533. #define HAVE_MEMORY_H 1
  534. #define HAVE_STRINGS_H 1
  535. #define HAVE_INTTYPES_H 1
  536. #define HAVE_STDINT_H 1
  537. #define HAVE_UNISTD_H 1
  538. #define HAVE_SYSLOG_H 1
  539. #define HAVE_ALLOCA_H 1
  540. #define HAVE_ALLOCA 1
  541. #define HAVE_LIBCURL 1
  542. #define LIBCURL_FEATURE_SSL 1
  543. #define LIBCURL_FEATURE_IPV6 1
  544. #define LIBCURL_FEATURE_LIBZ 1
  545. #define LIBCURL_FEATURE_IDN 1
  546. #define LIBCURL_FEATURE_NTLM 1
  547. #define LIBCURL_FEATURE_TLS_SRP 1
  548. #define LIBCURL_PROTOCOL_DICT 1
  549. #define LIBCURL_PROTOCOL_FILE 1
  550. #define LIBCURL_PROTOCOL_FTP 1
  551. #define LIBCURL_PROTOCOL_FTPS 1
  552. #define LIBCURL_PROTOCOL_GOPHER 1
  553. #define LIBCURL_PROTOCOL_HTTP 1
  554. #define LIBCURL_PROTOCOL_HTTPS 1
  555. #define LIBCURL_PROTOCOL_IMAP 1
  556. #define LIBCURL_PROTOCOL_IMAPS 1
  557. #define LIBCURL_PROTOCOL_LDAP 1
  558. #define LIBCURL_PROTOCOL_POP3 1
  559. #define LIBCURL_PROTOCOL_POP3S 1
  560. #define LIBCURL_PROTOCOL_RTSP 1
  561. #define LIBCURL_PROTOCOL_SMTP 1
  562. #define LIBCURL_PROTOCOL_SMTPS 1
  563. #define LIBCURL_PROTOCOL_TELNET 1
  564. #define LIBCURL_PROTOCOL_TFTP 1
  565.  
  566. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement