phoreproject / Phore

Phore
https://phore.io
MIT License
45 stars 62 forks source link

Updates from Pivx Upstream #174

Open KolbyML opened 4 years ago

wqking commented 3 years ago

Hi Kolby, did you build this version on Linux? When I try to build it on Ubuntu, I get this error,

  CXXLD    phored
/usr/bin/ld: libzerocoin/libbitcoin_zerocoin.a(Accumulator.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
libzerocoin/libbitcoin_zerocoin.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:3707: recipe for target 'phored' failed
make[2]: *** [phored] Error 1

I tried to add -fPIC to configure.ac, but still get this error. Did you see such error?