albertobsd / ecctools

Small collection of tools written in C for ECC and bitcoin
MIT License
59 stars 38 forks source link

Problem install #9

Closed ET2200 closed 2 years ago

ET2200 commented 2 years ago

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 | ^~~ compilation terminated. make: *** [Makefile:7: default] Error 1

albertobsd commented 2 years ago

Google: "fatal error: gmp.h: No such file or directory"

ET2200 commented 2 years ago

where file gmp.h ?

ET2200 commented 2 years ago

Where file gmp.h ?

Pada tanggal Jum, 11 Feb 2022 pukul 12.47 Luis Alberto < @.***> menulis:

Closed #9 https://github.com/albertobsd/ecctools/issues/9.

— Reply to this email directly, view it on GitHub https://github.com/albertobsd/ecctools/issues/9#event-6048519332, 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 2 years ago

Did you Google it? You need to install libgmpdev