Re: Dumb Configure.pl question

2006-08-25 Thread Mark J. Reed
Thanks! On 8/25/06, Will Coleda <[EMAIL PROTECTED]> wrote: I know C++ is needed for linking because of ICU. I can't address your concerns about using it "for all the linking" though. Whatever the actual program doing the linking is should still respect whatever env vars control its behavior, bu

Re: Dumb Configure.pl question

2006-08-25 Thread Will Coleda
I know C++ is needed for linking because of ICU. I can't address your concerns about using it "for all the linking" though. Whatever the actual program doing the linking is should still respect whatever env vars control its behavior, but you can override all these settings via arguments to

Dumb Configure.pl question

2006-08-25 Thread Mark J. Reed
I'm trying to build parrot on OS X 10.3. It gets as afar as "Determining if your C compiler is actually gcc..." and then fails a link test. It turns out that it's failing because it is trying to use "c++" to do the linking. Any idea why? It's using $link, not $cxx, and I haven't found an assig