
31 Mar
2011
31 Mar
'11
1:35 a.m.
At Wed, 30 Mar 2011 18:48:09 -0400, John Wiegley wrote:
I'm not sure yet whether this is a Boost issue, or a g++ 4.6 issue. I've compiled Boost 1.46.1 on Mac OS X using g++ 4.6 and these build options:
sh bootstrap.sh && ./bjam debug \ --toolset=darwin --build-type=complete --layout=versioned \ define=_GLIBCXX_FULLY_DYNAMIC_STRING=1 define=_GLIBCXX_DEBUG=1 \ install
Maybe this will help: First, "toolset=" takes no leading dashes. Second, I believe your g++ 4.6 is a plain GCC (toolset=gcc) and not an Apple build (toolset=darwin). -- Dave Abrahams BoostPro Computing http://www.boostpro.com