Tadeusz Sośnierz wrote: > On 29-01-2010 14:46:40, Moritz Lenz wrote: >> Hi, > Hi, thanks for your response. > >> Tadeusz Sośnierz wrote: >> > However, compiling the code for later use makes problems: >> > >> > $ perl6 --target=pir hello.pl > hello.pir >> > $ parrot /usr/lib/parrot/2.0.0/languages/perl6/perl6.pbc hello.pir >> >> You should use parrot to turn the .pir file, not the Perl 6 compiler. So try >> >> parrot hello.pir >> >> instead. > Well, when trying alone 'parrot hello.pir' I get the following: > > $ parrot hello.pir > "load_bytecode" couldn't find file 'perl6.pbc'
Did you run 'make install' in Rakudo? If you do, parrot should find perl6.pbc. Cheers, Moritz