Re: ICU failure on RedHat

2004-10-22 Thread Joshua Gatcomb
--- Andy Dougherty <[EMAIL PROTECTED]> wrote: > > ICU libs are in /usr/local/lib > > > /usr/local/lib is in my path > > Which "path"? Do you mean LD_LIBRARY_PATH or do > you mean PATH? > > PATH is irrelevant. That's the set of directories > used by /bin/sh > (or equivalent) to find executable

Re: ICU failure on RedHat

2004-10-22 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > >> All tests pass normally, but I get 3 tests > failing > >> under JIT > >> > >> t/op/interp.t #7 > >> t/pmc/coroutine.t #10 > >> t/pmc/exception.t #19 > > > ok, so I did investigate a little further.

Re: ICU failure on RedHat

2004-10-21 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: >> All tests pass normally, but I get 3 tests failing >> under JIT >> >> t/op/interp.t #7 >> t/pmc/coroutine.t #10 >> t/pmc/exception.t #19 > ok, so I did investigate a little further. make testj > works fine (all tests pass) if I don't pass the > --o

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > ok, so I did investigate a little further. make > testj > works fine (all tests pass) if I don't pass the > --optimize flag to Configure.pl. Ok, so optimizations break things - why not add more. Interestingly, adding more aggressive options mak

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > > --- Joshua Gatcomb <[EMAIL PROTECTED]> > wrote: > > > > > 1. Transfer ICU 3.0 and build from source > > 2. Do a fresh CVS checkout of parrot, transfer > and > > build > > > > $ perl Configure.pl --optimize > > > > > > $ make > > > > > >

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > > 1. Transfer ICU 3.0 and build from source > 2. Do a fresh CVS checkout of parrot, transfer and > build > > $ perl Configure.pl --optimize > > > $ make > > > c++ -o parrot -L/usr/local/lib -Wl,-E -g imcc/main.o > blibl/lib/libparrot.a -lnsl

ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
Yes, that's right folks - I said RedHat. I got a shiny new development machine at work that I can install anything I want on. The trouble is that it doesn't have any net access so I have to transfer everything via memory stick or CD. I just so happened to have some RH CDs lying around, so that's