Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XYLO] PoW/PoS HYBRID MASTERNODE | PAYMENT SYSTEM
by
Technical
on 01/12/2017, 15:43:03 UTC
i would install the github for my mining server , all works okay , after make -f makefile.unix

i get this error :

/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status
makefile.unix:214: recipe for target 'XYLOd' failed
make: *** [XYLOd] Error 1


anyone know , what i can do ?


you are missing gmp library dude

install it by typing

sudo apt-get install libgmp-dev libgmp3-dev