使用 macports 构建 boost 会导致 cc1plus 进程永远运行。有人知道这件事吗?(顺便说一句,port 是版本 1.710,我运行的是 OS X 10.5.6,内核是 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
答案1
您是否尝试过运行sudo port -d install boost
以启用调试消息,以期找出它卡在了哪里?