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
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