Post
Topic
Board Mining (Altcoins)
Re: Wolf's XMR/BCN/DSH CPUMiner - 2x speed compared to LucasJones' - NEW 06/20/2014
by
tracercho
on 29/08/2016, 14:42:11 UTC
Hello,

I have a problem building this miner. I am trying to build it in Linux 16.04 64bit with mingw32. I am configuring like that :

 sudo ./configure --host=i586-mingw32msvc

Then I have this error after sudo make :

cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
Makefile:526: recipe for target 'minerd-cpu-miner.o' failed
make[2]: *** [minerd-cpu-miner.o] Error 1


I tried to remove this lines in the Makefile, but then I got other error. Does somebody have some idea how to fix that?

Thanks in advance !