
22 Oct
2008
22 Oct
'08
7:01 p.m.
On Wed, Oct 22, 2008 at 11:15 AM, Steven Watanabe <watanabesj@gmail.com> 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