> I just tried to build parrot with g++ on darwin/intel to see if I could replicate the initial failure > reported in the ticket, but am unable to. (g++ is detected as gcc, and then we pass it an option > that makes it explode.) What Configure options do you used? I usually do: --cc=g++ --cxx=g++ --ld=g++ --link=g++ -- Salu2