Re: System ICU

2004-09-29 Thread William Coleda
Jens - Thanks for putting this in. (ah, if only I had a system ICU to take advantage of!) FYI, the line `icu-config --exists`; generates a message to stderr, which un-prettifies the configure output: Testing snprintf .done. Configuring ICU if

Re: System ICU

2004-09-29 Thread Joshua Gatcomb
--- Jens Rieks <[EMAIL PROTECTED]> wrote: > On Wednesday 29 September 2004 18:40, Joshua Gatcomb > wrote: > > cannot find -licui18n > I am not sure, is this library used by parrot? I have no idea - first I have seen it other than when I built ICU many moons ago. > > > I would propose that if Co

Re: System ICU

2004-09-29 Thread Jens Rieks
On Wednesday 29 September 2004 18:40, Joshua Gatcomb wrote: > cannot find -licui18n I am not sure, is this library used by parrot? > I would propose that if Configure.pl does see any > other icu config flags that it not attempt to auto > configure. Done. Thank you for your proposal! jens

Re: System ICU

2004-09-29 Thread Joshua Gatcomb
--- Jens Rieks <[EMAIL PROTECTED]> wrote: > Hi all, > > Configure.pl should now detect a system ICU > installation. It uses the > icu-config script to gather the neccessary > information. If icu-config is not > in your path, you can use the > --icu-config

System ICU

2004-09-29 Thread Jens Rieks
Hi all, Configure.pl should now detect a system ICU installation. It uses the icu-config script to gather the neccessary information. If icu-config is not in your path, you can use the --icu-config=/path/to/icu-config configure option. You do not need to specifiy any other ICU related options

System ICU

2004-09-29 Thread Jens Rieks
Hi all, Configure.pl should now detect a system ICU installation. It uses the icu-config script to gather the neccessary information. If icu-config is not in your path, you can use the --icu-config=/path/to/icu-config configure option. You do not need to specifiy any other ICU related options

Using a system ICU with parrot

2004-07-20 Thread Dan Sugalski
Support was put in for this a while back, but I found I needed to thump it a bit to get it working for me. The patch for it is in, and so... To use a system ICU, pass in the following three flags to Configure: --icudatadir=/usr/lib/icu/2.6.1 --icushared=' -licudata -licuuc ' --icuhe