1

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
user7965
  • 113
  • 3

1 Answers1

1

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

Chealion
  • 5,733
  • 28
  • 29