I'm trying to build and compile bitcoin using the following procedure:
./autogen.sh
./configure CC=clang CXX=clang++ --with-incompatible-bdb --with-gui=no
make
make check && sudo make install
But I keep getting the following error after I run make:
CXX util/libbitcoinconsensus_la-strencodings.lo
CXXLD libbitcoinconsensus.la
Making all in doc/man
make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all-am'.
Not sure how to fix this so would appreciate any help - thanks!