Skip to content

Instantly share code, notes, and snippets.

@colomon
Created June 6, 2013 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/5722100 to your computer and use it in GitHub Desktop.
Save colomon/5722100 to your computer and use it in GitHub Desktop.
rakudo-debugger$ make
nqp --vmlibs=perl6_group,perl6_ops --target=pir --output=perl6-debug.pir bin/perl6-debug.nqp
parrot -o perl6-debug.pbc perl6-debug.pir
error:imcc:loadlib directive could not find library `perl6_group'
in file 'perl6-debug.pir' line 1
make: *** [perl6-debug.pbc] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment