JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
765 stars 543 forks source link

algo/m7m/m7m.c:4:10: fatal error: gmp.h: No such file or directory #336

Closed mitchngwen closed 2 years ago

mitchngwen commented 2 years ago

Perhaps I'm missing something or the file is missing something.

algo/m7m/m7m.c:4:10: fatal error: gmp.h: No such file or directory

JayDDee commented 2 years ago

Yes you missed a lot. You didn't follow the procedure for compiling or for reporting issues. Search for gmp in the procedure and you'll find your problem.

mitchngwen commented 2 years ago

Fixed the issue, I bypassed that for some reason. Thank you kind sir!