On Sun, Aug 08, 2010 at 07:28:41PM +0100, Alberto Simões wrote: > > > On 08/08/2010 19:25, Alberto Simões wrote: > > Just to ask if the --prefix option from rakudo star was removed by > > decision, or if it was a mistake > > Hmms, probably it is the new -gen-parrot-prefix > (or the old that got renamed for the release)
I think you may be confusing the Star distribution and the compiler. The Star distribution has a --prefix option, but the compiler does not. However, I just tried --prefix with my Star tarball and Configure.pl failed to detect the parrot_config after installing Parrot. So, that's a bug to be fixed for the next release. The "--gen-parrot-prefix" option is available for the compiler's Configure.pl to supply a prefix whenever a new Parrot is being built via "--gen-parrot". But again, for Rakudo Star we expect people to simply use --prefix. Pm