Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Cryptoncoin(CCN)-PoW-Exchange
by
Daniko7
on 07/02/2020, 23:20:50 UTC
trying to compile the wallet but get following error by "make"

/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status
Makefile:4345: recipe for target 'libcryptoncoinconsensus.la' failed
make[2]: *** [libcryptoncoinconsensus.la] Error 1
make[2]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:11311: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:686: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Any hints?
/usr/bin/ld: cannot find -lgmp      did you compile depends?your install all libraries?write how you compiled)  you need start ./avtogen.sh,then cd depends,make)than depends compiled,go to folder with source, ./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu   and if no errors have occurred type make)


Thanks! It works now!