# New Ticket Created by Iaroslav Tymchenko # Please include the string: [perl #109376] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=109376 >
I am trying to follow instructions that I've found on page: http://rakudo.org/how-to-get-rakudo/ 1. git clone git://github.com/rakudo/rakudo.git 2. cd rakudo 3. perl Configure.pl --gen-parrot 4. make and at the end I have: The following step can take a long time, please be patient. ./perl6 --setting=NULL --optimize=3 --target=pir --output=src/gen/CORE.setting.pir src/gen/CORE.setting Killed make: *** [CORE.setting.pbc] Error 137 I tried to run: perl ./Configure.pl --gen-parrot --gen-parrot-option=--optimize but: Unknown option: gen-parrot-option Configuration: Ubuntu 11.04, kernel 3.0.0-15-generic, GCC 4.6.1, Perl 5.12.4. Iaroslav Tymchenko