Re: *** ALERT *** Upgrade to 0.3.6

Figures: knightmb
Quote from: satoshi on July 30, 2010, 9:44:04 PM UTC
Quote from: knightmb on July 30, 2010, 8:04:19 PM UTC

So that last command should simply be sudo apt-get install libboost1.37-dev

Except that wouldn’t work for boost 1.40+ (on Ubuntu 10.04), where you need to get libboost-all-dev.

Seems they changed everything around in Boost recently, “-mt” and all that, makes it hard.

BTW, I tried Boost 1.34 but it didn’t have the boost.interprocess stuff.

Mac OSX version is available now. See bitcoin.org or the SourceForge link.

Oh, ok, that makes more sense now. Didn’t know that was being compiled on Ubuntu 10.04, I was thinking of everything from a Ubuntu 9.04 point of view.

Well for me, the libboost1.37-dev was all it needed on a Ubuntu 9.04 box to get a 64bit compile. Seems I’ll just need to keep a bunch of virutal box for each one to avoid distro confusion when compiling 😁