I'm unable to build Parrot with the new ICU changes. It appears to fail
in the linking step. I've attached the error output as well as myconfig
and my Perl 5 config.
This is GCC on Gentoo: gcc (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r4, propolice).
Since the ICU static libs (".a"s) have C++ inside, we need to link with a C++-aware linking. Try setting:
link => 'c++'
in config/init/hints/linux.pl and see if that fixes it. The error you're getting looks like that's what happening.
JEff