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
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
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