Skip to content

Instantly share code, notes, and snippets.

@gerdr
Created January 5, 2013 11:30
Show Gist options
  • Save gerdr/4461110 to your computer and use it in GitHub Desktop.
Save gerdr/4461110 to your computer and use it in GitHub Desktop.
/usr/local/bin/pbc_to_exe.exe nqp.pbc
[...]
Class '[ 'File' ]' not found
current instr.: 'link_file' pc 1768 (tools/dev/pbc_to_exe.pir:558)
called from Sub 'main' pc 240 (tools/dev/pbc_to_exe.pir:75)
Makefile:739: recipe for target `nqp.exe' failed
make: *** [nqp.exe] Error 1
/usr/local/bin/pbc_to_exe.exe perl6.pbc
[...]
Class '[ 'File' ]' not found
current instr.: 'link_file' pc 1768 (tools/dev/pbc_to_exe.pir:558)
called from Sub 'main' pc 240 (tools/dev/pbc_to_exe.pir:75)
Makefile:331: recipe for target `perl6.exe' failed
make: *** [perl6.exe] Error 1
./perl6.exe --setting=NULL --optimize=3 --target=pir --stagestats --output=src/gen/CORE.setting.pir src/gen/CORE.setting
Stage start : 0.000
error:imcc:loadlib directive could not find library `os'
in file '(file unknown)' line 1
Makefile:401: recipe for target `CORE.setting.pbc' failed
make: *** [CORE.setting.pbc] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment