So I looked at config/auto/gmp.pl to compare it against config/gen/icu.pl
gmp.pl has a line:
Configure::Data->add(' ', 'libs', '-lgmp');
but in icu.pl the line is:
Configure::Data->add(' ', ccflags => "-I $icuheaders");
So the parameter for 'libs' is not set eventhough I think it should be.
Has this just been forgotten or is there a real reason against adding
"-licuuc" (besides breaking mod_parrot) ?
Adrian Lambeck
---------- Forwarded message ----------
From: jerry gay <jerr...@gmail.com>
Date: Aug 18, 2005 8:05 AM
Subject: Re: Is Configure.pl missing ICU ?
To: Adrian Lambeck <adrian....@basicsedv.de>
it seems to me that the icu libs should indeed be added to the config.
i don't compile with icu, so i'm probably not the best one to test the
change--but if nobody takes ownership of this issue in the next few
days, i'll take a look at it.
~jerry
Adrian Lambeck