Not getting this to work on CentOS7. Any ideas folks? I think I've got all the dependencies...
Build.sh output...
[b]algo/m7m.c:4:17: fatal error: gmp.h: No such file or directory
#include
^
compilation terminated.[/b]
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I./compa t/jansson -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -ma rch=native -Wall -Iyes/include -MT algo/cpuminer-nist5.o -MD -MP -MF algo/.deps /cpuminer-nist5.Tpo -c -o algo/cpuminer-nist5.o `test -f 'algo/nist5.c' || echo './'`algo/nist5.c
In file included from algo/nist5.c:15:0:
./algo/keccak/sse2/keccak.c:780:2: warning: multi-line comment [-Wcomment]
//kekDECL_STATE \
^
algo/nist5.c: In function ??nist5hash??:
algo/nist5.c:69:6: warning: right shift count >= width of type [enabled by defau lt]
JH_H;
^
algo/nist5.c:69:6: warning: right shift count >= width of type [enabled by defau lt]
algo/nist5.c:69:6: warning: right shift count >= width of type [enabled by defau lt]
algo/nist5.c:69:6: warning: right shift count >= width of type [enabled by defau lt]
make[2]: *** [algo/cpuminer-m7m.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f algo/heavy/.deps/cpuminer-bastion.Tpo algo/heavy/.deps/cpuminer-bastion.Po
mv -f algo/.deps/cpuminer-neoscrypt.Tpo algo/.deps/cpuminer-neoscrypt.Po
mv -f algo/.deps/cpuminer-nist5.Tpo algo/.deps/cpuminer-nist5.Po
make[2]: Leaving directory `/root/cpuminer-opt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/cpuminer-opt'
make: *** [all] Error 2
strip: 'cpuminer': No such file
[root@CENTOS7 cpuminer-opt]#