[perl #65994] Fakexecutable is not working anymore in latest rakudo/parrot

2010-08-03 Thread Patrick R. Michaud via RT
Now working in 51cc37: pmich...@plum:~/rakudo$ ./perl6 --target=PIR hello.p6 >hello.pir pmich...@plum:~/rakudo$ parrot_install/bin/parrot -o hello.pbc hello.pir pmich...@plum:~/rakudo$ parrot_install/bin/pbc_to_exe hello.pbc cc -o hello.o -I/home/pmichaud/rakudo/parrot_install/include/2.6.0-devel

[perl #65994] Fakexecutable is not working anymore in latest rakudo/parrot

2010-08-03 Thread Patrick R. Michaud via RT
Now working in 51cc37: pmich...@plum:~/rakudo$ ./perl6 --target=PIR hello.p6 >hello.pir pmich...@plum:~/rakudo$ parrot_install/bin/parrot -o hello.pbc hello.pir pmich...@plum:~/rakudo$ parrot_install/bin/pbc_to_exe hello.pbc cc -o hello.o -I/home/pmichaud/rakudo/parrot_install/include/2.6.0-devel

[perl #65994] Fakexecutable is not working anymore in latest rakudo/parrot

2010-07-27 Thread Will Coleda via RT
On Mon May 25 14:16:52 2009, ahmadz wrote: > This does not work anymore on the latest rakudo. > > fakexecutable.bat > > perl6 --target=PIR hello.p6 > hello.pir > parrot\parrot -o hello.pbc hello.pir > parrot\pbc_to_exe hello.pbc > dir hello.exe > perl6 hello.p6 > hello.exe > > output f

[perl #65994] Fakexecutable is not working anymore in latest rakudo/parrot

2009-05-26 Thread via RT
# New Ticket Created by Ahmad Zawawi # Please include the string: [perl #65994] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65994 > This does not work anymore on the latest rakudo. fakexecutable.bat perl6 --target