
31 Mar
2011
31 Mar
'11
5 a.m.
Dave Abrahams <dave@boostpro.com> 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