#691: installed pbc_to_exe can't find config.fpmc.
---------------------+------------------------------------------------------
 Reporter:  coke     |       Owner:             
     Type:  bug      |      Status:  new        
 Priority:  blocker  |   Milestone:             
Component:  none     |     Version:  1.2.0      
 Severity:  medium   |    Keywords:  tcl blocker
     Lang:  tcl      |       Patch:             
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by Util):

 As of r39589, this test case works for me, having done `sudo make
 install`:
 {{{
     echo ".sub main :main"      > foo.pir
     echo "  say 'hello world'" >> foo.pir
     echo ".end"                >> foo.pir
     parrot  -o foo.pbc foo.pir
     pbc_to_exe foo.pbc
     ./foo
 }}}
 Output:
     `hello world`

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/691#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to