m0n0lithic

config.log (ckolivas-cgminer)

Feb 11th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 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 cgminer configure 3.8.1, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --enable-bflsc
  8.  
  9. more info at http://stlcoinblog.blogspot.com.co/2014/01/how-to-setup-cgminer-to-solo-mine-using.html
  10.  
  11.  
  12. ------------------------------------------------------------------------
  13. cgminer 3.8.1
  14. ------------------------------------------------------------------------
  15.  
  16.  
  17. Configuration Options Summary:
  18.  
  19. libcurl(GBT+getwork).: Enabled: -lcurl
  20. curses.TUI...........: FOUND: -lncurses
  21.  
  22. Avalon.ASICs.........: Disabled
  23. BlackArrow.ASICs.....: Disabled
  24. BFL.ASICs............: Enabled
  25. BitForce.FPGAs.......: Disabled
  26. BitFury.ASICs........: Disabled
  27. Hashfast.ASICs.......: Disabled
  28. Icarus.ASICs/FPGAs...: Disabled
  29. Klondike.ASICs.......: Disabled
  30. KnC.ASICs............: Disabled
  31. ModMiner.FPGAs.......: Disabled
  32.  
  33. Compilation............: make (or gmake)
  34. CPPFLAGS.............:
  35. CFLAGS...............: -g -O2
  36. LDFLAGS..............: -lpthread
  37. LDADD................: -ldl -lcurl compat/jansson-2.5/src/.libs/libjansson.a -lpthread -lm compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev -lrt
  38.  
  39. Installation...........: make install (as root if needed, with 'su' or 'sudo')
  40. prefix...............: /usr/local
  41.  
  42.  
  43. ==============================================================================
  44. LINUX:
  45.  
  46. On linux, the direct USB support requires no drivers at all. However due to
  47. permissions issues, you may not be able to mine directly on the devices as a
  48. regular user without giving the user access to the device or by mining as
  49. root (administrator). In order to give your regular user access, you can make
  50. him a member of the plugdev group with the following commands:
  51.  
  52. sudo usermod -G plugdev -a `whoami`
  53.  
  54. If your distribution does not have the plugdev group you can create it with:
  55.  
  56. sudo groupadd plugdev
  57.  
  58. In order for the BFL devices to instantly be owned by the plugdev group and
  59. accessible by anyone from the plugdev group you can copy the file
  60. "01-cgminer.rules" from the cgminer archive into the /etc/udev/rules.d
  61. directory with the following command:
  62.  
  63. sudo cp 01-cgminer.rules /etc/udev/rules.d/
  64.  
  65. After this you can either manually restart udev and re-login, or more easily
  66. just reboot.
Advertisement
Add Comment
Please, Sign In to add comment