sipa / bitcoin

Bitcoin integration/staging tree
http://www.bitcoin.org
MIT License
88 stars 21 forks source link

compile error #64

Open ghost opened 8 years ago

ghost commented 8 years ago

there is an error below when i make. /usr/bin/ld: /usr/local/db4.8//lib//libdb_cxx-4.8.a(db_vrfy.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/local/db4.8//lib//libdb_cxx-4.8.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status make[2]: *\ [bitcoind] Error 1

sipa commented 8 years ago

I think you need to wipe cached old results (make clean, git clean -dfx if you're certain there is nothing of value in the repository, ccache -C to wipe ccache...)

Lajandra commented 1 year ago

sipa:taproot