11
3
Following the instructions in build-osx.txt (which seem sadly out of date) leaves me without a file named libboost_system.a.
Here is how I built boost:
% cd boost_1_42_0
% ./bootstrap.sh
% ./bjam architecture=combined address-model=32_64 macosx-version=10.6 \
macosx-version-min=10.6 link=static runtime-link=static -a \
--toolset=darwin --prefix=/Users/`whoami`/bitcoin/deps install
I had to edit the makefile.osx to add some include paths, but I could not find libboost_system.a. What am I missing?
Also, I needed to compile OpenSSL because OS X only comes with dynamically linked libraries.



Sorry I cant help with Mac but be warned I have herd of their machines overheating when mining due to only average cooling implementations (style over functionality). This wouldnt be an issue if you had a server case mind you ;) – MaxSan – 2011-09-09T08:13:20.727
I believe you need to download the Boost C++ libraries, but I can't help you further...
– nmat – 2011-09-10T01:28:31.593