Trouble installing boost on Leopard using macports

mac-osxosx-leopardport

Building boost with macports falls causes a cc1plus process to run forever. Anyone know anything about this? (BTW, port is version 1.710 and I'm running OS X 10.5.6 with kernel 9.6.0)

$ port install boost
--->  Fetching boost
--->  Attempting to fetch boost_1_38_0.tar.bz2 from http://superb-east.dl.sourceforge.net/boost
--->  Verifying checksum(s) for boost
--->  Extracting boost
--->  Applying patches to boost
--->  Configuring boost
--->  Building boost

Best Answer

Have you tried running sudo port -d install boost to enable debug messages in hopes of finding out what it's stuck on?

Related Topic