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, I've described AFAIK yesterday. *If* you've installed once i.e. the prefix path exists, Parrot will look up all loaded stuff there. There isn't a distinction between an uninstalled and and installed parrot. So for now just rr -rf /usr/local/parrot-0.1.0 >From tomorrow night on parrot will look for /usr/local/parrot-0.1.1 ;) leo