Skip to content

Instantly share code, notes, and snippets.

@donaldh
Created November 12, 2015 11:59
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 donaldh/5b61e9da8bbfa967a35c to your computer and use it in GitHub Desktop.
Save donaldh/5b61e9da8bbfa967a35c to your computer and use it in GitHub Desktop.
perl Configure.pl blows up
% perl Configure.pl
ATTENTION: no --prefix supplied, building and installing to /Users/donaldh/git/rakudo/install
Found /Users/donaldh/git/rakudo/install/bin/nqp-j (backend jvm)
Using /Users/donaldh/git/rakudo/install/bin/nqp-j (version 2015.10-117-gd181c8b / Java(TM) 1.8.0_40).
Use of uninitialized value $config{"sysroot"} in concatenation (.) or string at Configure.pl line 229.
Use of uninitialized value $config{"sysroot"} in concatenation (.) or string at Configure.pl line 229.
Use of uninitialized value $config{"sysroot"} in concatenation (.) or string at Configure.pl line 229.
Use of uninitialized value $config{"sysroot"} in concatenation (.) or string at Configure.pl line 229.
Use of uninitialized value $config{"sysroot"} in concatenation (.) or string at Configure.pl line 229.
Use of uninitialized value $config{"sysroot"} in concatenation (.) or string at Configure.pl line 229.
Cleaning up ...
You can now use 'make' to build Rakudo.
After that, 'make test' will run some tests and
'make install' will install Rakudo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment