$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] Problems building Boost.Test
From: Daniel Walker (daniel.j.walker_at_[hidden])
Date: 2008-10-22 15:01:22
On Wed, Oct 22, 2008 at 11:15 AM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> AMDG
>
> Daniel Walker wrote:
>>
>> $ gcc --version
>> i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5488)
>>
>> <snip>
>>
>> $ bjam --toolset=gcc --with-tes
>
> toolset=darwin should work better.
Ah! I wasn't expecting a separate toolset for gcc on OSX. No other OS
has a separate gcc toolset. But yeah, that did the trick. It also
works for 4.3 built from the gcc source distribution. Thanks!
Daniel Walker