$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:07:31
On Mar 30, 2011, at 9:35 PM, Dave Abrahams wrote:
> Second, I believe your g++ 4.6 is a plain GCC (toolset=gcc) and not an
> Apple build (toolset=darwin).
Ah, bjam doesn't accept toolset=gcc on Mac OS X. It just selects darwin
anyway. How do others build with a different compiler on OS X?
John