Mac OS X 10.3.8 / gcc 3.3 build hanging boost 1_32_0
OS X newbie trying to compile boost 1.32.0 bjam -sTOOLS=darwin stage on OS X 10.3.8 with stock gcc (gcc 3.3), the build hangs trying to compile boost/libs/serialization/build/libboost_wserialization.a/darwin/release/xml_wgrammar.o the compiler (gcc1) just sits there (i started the build and went to bed, in the morning it was still there) Any hints much appreciated. -- Jwahar Bammi bammi@memento-inc.com
On Sat, 26 Feb 2005 13:05:26 -0500, Jwahar Bammi wrote
OS X newbie trying to compile boost 1.32.0 bjam -sTOOLS=darwin stage on OS X 10.3.8 with stock gcc (gcc 3.3), the build hangs trying to compile
boost/libs/serialization/build/libboost_wserialization.a/darwin/release/xml_wgrammar.o
the compiler (gcc1) just sits there (i started the build and went to bed, in the morning it was still there)
Any hints much appreciated.
See http://lists.boost.org/MailArchives/boost-users/msg09415.php Hopefully that will help. Jeff
in libs/serialization/build/Jamfile add the following: <darwin><release><inlining>off in the requirements for the library builds. I believe this will fix the problem. Robert Ramey Jwahar Bammi wrote:
OS X newbie trying to compile boost 1.32.0 bjam -sTOOLS=darwin stage on OS X 10.3.8 with stock gcc (gcc 3.3), the build hangs trying to compile
boost/libs/serialization/build/libboost_wserialization.a/darwin/release/xml_ wgrammar.o
the compiler (gcc1) just sits there (i started the build and went to bed, in the morning it was still there)
Any hints much appreciated.
participants (3)
-
Jeff Garland
-
Jwahar Bammi
-
Robert Ramey