Post
Topic
Board Mining (Altcoins)
Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // Prep for TODAY'S RELEASE /7:30 GMT
by
Diamonds13
on 06/02/2014, 11:32:09 UTC
Hi. I've got an issue when i try this command : CFLAGS="-O3 -msse2" ./configure

checking whether the C compiler works... no
configure: error: in `/root/maxcoin-cpuminer':
configure: error: C compiler cannot create executables


Seems like your C compiler is nonexistent. Make sure to install all the required dependencies.

10a. Install dependencies
Code:
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev zip
That's what i did after google'ing but i still got the same error. But this time it worked. Thanks anyway Smiley