Compiled it on a 32 bit debian install when I get through the one fatal compile error and start it it gives me this.
Jul 20 14:35:55.454 [err] tor_assertion_failed_(): Bug: src/tor/memarea.c:127: alloc_chunk: Assertion realign_pointer(res->next_mem) == res->next_mem failed; aborting.
Jul 20 14:35:55.455 [err] Bug: Assertion realign_pointer(res->next_mem) == res->next_mem failed in alloc_chunk at src/tor/memarea.c:127.
the compile error is in net.ccp line 65 should be
boost::array vnThreadsRunning;
instead of
array vnThreadsRunning;
I had to upgrade boost to version 1.6 else it would not compile due to SSL3 not compiling.
Please provide a pre-compiled 32 bit linux version.