$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Problem with debug Boost, Mac OS X and g++ 4.6
From: John Wiegley (johnw_at_[hidden])
Date: 2011-03-31 01:00:39
Dave Abrahams <dave_at_[hidden]> writes:
> 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).
I've edited darwin.jam to use g++-mp-4.6, since toolset=gcc didn't work for me
the last time I tried it. I'll give it another try though. Wonder why it
works fine for 4.5 though?
John