id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
488,Parrot::Interpreter - cannot load PCT.pbc - cannot find PCT/Grammar.pbc,szabgab,whiteknight,"Attached test script (to be placed in ext/Parrot-Embed/t)
works if I run it when standing in the parrot directory
{{{
perl -I ext/Parrot-Embed/blib/lib -I ext/Parrot-Embed/blib/arch ext/Parrot-Embed/t/load_pct.t
}}}

but when any other directory (e.g. in ext/Parrot-Embed)
then the call
{{{
perl -Iblib/lib -Iblib/arch t/load_pct.t
}}}
fails with 
{{{
""load_bytecode"" couldn't find file 'PCT/Grammar.pbc'
current instr.: 'parrot;PCT;__onload' pc 0 (PCT.pir:15)
called from Sub 'mypct' pc 0 (EVAL_1:2)
}}}
",bug,closed,normal,,embed/extend,trunk,medium,invalid,,jkeenan,,,linux
