Subject: | $Config{ld} |
Date: | Fri, 8 Sep 2006 10:30:26 +1000 |
To: | <bug-ExtUtils-FakeConfig [...] rt.cpan.org> |
From: | "Sisyphus" <sisyphus1 [...] optusnet.com.au> |
On MinGW-built perl $Config{ld} is set to 'g++'. This has always worked fine
for me - I have never found a need to alter it to 'gcc'.
However, EU::FC sets $Config{ld} to 'gcc'. This works most of the time but,
to build Inline::CPP (and probably some other modules as well), I have to
change $Config{ld} to 'g++'.
My suggestion is that EU::FC simply follows the lead set by MinGW and
assigns 'g++' to $Config{ld}.
Cheers,
Rob