Advertisement
Guest User

cpuminer build fix for Linux Mint 15 Cinnamon

a guest
Jun 5th, 2013
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. I ran into trouble building cpuminer in Linux Mint 15 (64 bit) Cinnamon. Everything was fine until I got to configuring CPFLAGS. It wouldnt take and it was annoying because that is the last step. Here is my solution. This can be done whether your are currently stuck on this step or you are about to do the entire build.
  2.  
  3. sudo apt-get install make automake build-essential git
  4. sudo apt-get install libcurl4-openssl-dev
  5. git clone git://github.com/pooler/cpuminer.git
  6. cd cpuminer
  7. ./autogen.sh
  8. ./configure CPPFLAGS=''
  9. make
  10.  
  11. Notice the standard build for Ubuntu based distros contains ./configure CPFLAGS="-03". WHen it wouldnt go any further I just checked the config log file in cpuminer main folder, plugged in the CPPFLAGS='' command and Bingo!
  12.  
  13. A few noobs trying to cpu mine FeatherCoins were getting frustrated in the chat so I figured I would see if I could get it to work.
  14.  
  15. Rock on, happy mining
  16.  
  17. @DMatthewStewart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement