Post
Topic
Board Mining (Altcoins)
Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // Prep. for Release on 6.2 /7:30 GMT
by
iGOSHi
on 06/02/2014, 06:36:35 UTC
Quote from: piece of shit
configure: error: in `/root/maxcoin-cpuminer':
configure: error: C compiler cannot create executables
See `config.log' for more details

I wish we had a pre-compiled version...

it doesn't want to work for me.

I made sure every single command syntax was right up until then.


I seems to also say
Quote
cpu-miner.c:36:21: fatal error: jansson.h: No such file or directory
 #include
                     ^
compilation terminated.


try this. I am ubuntu. This works fine.

cd maxcoin-cpuminer
sudo apt-get install -y build-essential libjansson-dev libcurl4-openssl-dev unzip automake autoconf
export OBJECT_MODE=64
./autogen.sh
CFLAGS="-O3 -msse2 -march=native" ./configure
make