Problem install
ET2200 opened this issue · 4 comments
ET2200 commented
gcc -O3 -c bloom/bloom.c -o bloom.o
gcc -O3 -c sha256/sha256.c -o sha256.o
gcc -O3 -c base58/base58.c -o base58.o
gcc -O3 -c rmd160/rmd160.c -o rmd160.o
gcc -O3 -c xxhash/xxhash.c -o xxhash.o
gcc -O3 -c gmpecc.c -o gmpecc.o
gmpecc.c:1:10: fatal error: gmp.h: No such file or directory
1 | #include <gmp.h>
| ^~~~~~~
compilation terminated.
make: *** [Makefile:7: default] Error 1
albertobsd commented
Google: "fatal error: gmp.h: No such file or directory"
ET2200 commented
where file gmp.h ?
ET2200 commented
Where file gmp.h ?
Pada tanggal Jum, 11 Feb 2022 pukul 12.47 Luis Alberto <
***@***.***> menulis:
… Closed #9 <#9>.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXWY23XJTCFWHHJCJEXHWYDU2SPFTANCNFSM5OCUNG5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
albertobsd commented
Did you Google it? You need to install libgmpdev