Author

Topic: Compiling bitcoind on Angstrom LINUX (Read 1588 times)

newbie
Activity: 10
Merit: 0
August 31, 2013, 04:21:39 PM
#1
Hello all,

After using the Angstrom package manager to install a few dependencies (boost-dev, openssl-dev, and db-dev) I ran into the following error....
/usr/include/db_cxx.h File iostream.h not found.

Now I drilled into the db_cxx.h file to see a comment "C++ assumptions. To ensure comparability with many platforms..." which seemed scary. Then I noticed an else switch with an include of or . Not knowing how to invoke this CXX_STDHEADERS switch I simply commented out the else switch. After that I could successfully compile bitcoind!

My question is should the makefile.unix file be passing something along to the compiler so it can handle this db_cxx.h library correctly? Or am I missing something when invoking make -f makefile.unix? Should I be defining something manually?

Thanks much,
A.J.
Jump to: