Post
Topic
Board Announcements (Altcoins)
Re: Feathercoin [FTC]
by
aciddude
on 01/03/2018, 14:39:32 UTC
Code:
Making all in src
make[1]: Entering directory '/home/ftc/source/Feathercoin/src'
 cd .. && /bin/bash /home/ftc/source/Feathercoin/build-aux/missing automake-1.15 --foreign src/Makefile
 cd .. && /bin/bash ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
make[2]: Entering directory '/home/ftc/source/Feathercoin/src'
make[3]: Entering directory '/home/ftc/source/Feathercoin/src/secp256k1'
make[3]: Leaving directory '/home/ftc/source/Feathercoin/src/secp256k1'
  CXXLD    feathercoind
/usr/bin/ld: crypto/libbitcoin_crypto.a(crypto_libbitcoin_crypto_a-neoscrypt.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
crypto/libbitcoin_crypto.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:3428: recipe for target 'feathercoind' failed
make[2]: *** [feathercoind] Error 1
make[2]: Leaving directory '/home/ftc/source/Feathercoin/src'
Makefile:8650: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ftc/source/Feathercoin/src'
Makefile:689: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1





try it like this please



./configure CFLAGS=-fPIC CXXFLAGS=-fPIC --enable-shared