Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RE: Is Configure.pl missing ICU ?

2 views
Skip to first unread message

Adrian Lambeck

unread,
Aug 18, 2005, 7:23:58 AM8/18/05
to perl6-i...@perl.org
Since nobody responded to my question up to now I had a look at the parrot
source. Just to remind you what I was asking:
Eventough parrot is compiled with icu support this does not show up when I
query parrot for it (i.e. # /usr/lib/parrot-0.2.3/parrot parrot-config.imc
libs).

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

Jerry Gay

unread,
Aug 18, 2005, 11:06:28 AM8/18/05
to Adrian Lambeck, Internals List
forgot to copy the list on this response

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

unread,
Aug 19, 2005, 5:29:34 AM8/19/05
to perl6-i...@perl.org
> 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.
That would be great Jerry! I think it should be only one line. Since I have a
working setup including icu I will test if for sure :-).

Adrian Lambeck

0 new messages