Is there some reason that runtime/parrot/library isn't in the list of search paths for both include_paths and dynext_paths?
Fixed.
load_bytecode "PGE.pbc" # should work now
i.e. load_bytecode searches now:
- runtime/parrot/library/ - runtime/parrot/ - ./
currently prefixed by the directory parrot was built in.
prefix path for an installed parrot will follow soon.
-Scott
leo