On 03/04/2013 11:35 AM, John Goodyear wrote:
> I tried to say in an earlier email that the make after the miniperl gets
> linked is likely to fail spectacularly. Instead of continuing the make
> at this point, use the already-linked miniperl and do the Hello world
test:
>
> ./miniperl -le 'print "Hello World"'
>
This too, fails with ~643K lines of
Semicolon seems to be missing
And then finally
Out of memory!
What happens if you add a semi-colon? ./miniperl -le 'print "Hello World";'
