Closed cryptozeny closed 5 years ago
Hm, builds for me on Ubuntu 18.04...
There are two things I'd try. First, make sure all of the dependency libraries are updated as outlined in https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md
If you still get errors while building, try building the dependencies from scratch as outlined in https://github.com/bitcoin/bitcoin/tree/master/depends
Basically, cd into the 'depends' directory, run 'make' and then back out to the main dir and run 'configure' with the --prefix=pwd
/depends/x86_64-
on ubuntu 16.04 64-Bit
I did:
But I gor error:
Any idea?