Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC
[email protected] (NotFound)
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
> 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