On Feb 6, 2006, at 16:29, Florian Ragwitz wrote:
c) Merge parrot_config and installable_configThe only difference between those two seems to be the prefix setting.This is set to $PWD for parrot_config and isn't set for installable_config.
The prefix points to the directory, where Parrot searches for runtime/* files. It should be set for installable_config too of course.
$ make installable_parrot $ ./installable_parrot --runtime-prefix /usr/local
-Flo
leo