Boost logo

Boost :

Subject: Re: [boost] Problem with debug Boost, Mac OS X and g++ 4.6
From: Dave Abrahams (dave_at_[hidden])
Date: 2011-03-30 21:35:18


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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk