ICU causing make to fail w/o --prefix=`pwd`

2004-10-08 Thread Steve Fink
If I just do perl Configure.pl make right now, it builds the parrot executable ok but then fails when it tries to compile the library .imc files. It's looking for the icu data dir in $(prefix)/blib/lib/2.6.1. It works if I do perl Configure.pl --prefix=$(pwd) make or set

Re: ICU causing make to fail w/o --prefix=`pwd`

2004-10-08 Thread Jeff Clites
On Oct 8, 2004, at 9:03 AM, Steve Fink wrote: If I just do perl Configure.pl make right now, it builds the parrot executable ok but then fails when it tries to compile the library .imc files. It's looking for the icu data dir in $(prefix)/blib/lib/2.6.1. It works if I do perl Configure.pl

Re: ICU causing make to fail w/o --prefix=`pwd`

2004-10-08 Thread Leopold Toetsch
Steve Fink [EMAIL PROTECTED] wrote: If I just do perl Configure.pl make right now, it builds the parrot executable ok but then fails when it tries to compile the library .imc files. It's looking for the icu data dir in $(prefix)/blib/lib/2.6.1. It works if I do Well, that's an issue,

Re: ICU causing make to fail w/o --prefix=`pwd`

2004-10-08 Thread Jeff Clites
On Oct 8, 2004, at 9:24 AM, Jeff Clites wrote: On Oct 8, 2004, at 9:03 AM, Steve Fink wrote: If I just do perl Configure.pl make right now, it builds the parrot executable ok but then fails when it tries to compile the library .imc files. It's looking for the icu data dir in