Post
Topic
Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 29/11/2017, 01:11:20 UTC
Guys,

I cant compile https://github.com/JayDDee/cpuminer-opt on my centos 7. Other cpuminer work but they dont support yescryptr16. Does someone has a clue or a guide to follow ?



-Wall  -Iyes/include -MT algo/cpuminer-m7m.o -MD -MP -MF algo/.deps/cpuminer-m7m.Tpo -c -o algo/cpuminer-m7m.o `test -f 'algo/m7m.c' || echo './'`algo/m7m.c
algo/m7m.c:4:17: fatal error: gmp.h: No such file or directory
 #include
                 ^
compilation terminated.
make[2]: *** [algo/cpuminer-m7m.o] Error 1
make[2]: Leaving directory `/opt/yenten/cpuminer-opt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/yenten/cpuminer-opt'
make: *** [all] Error 2


you need to install libgmp3-dev
Code:
yum install  libgmp3-dev