On Tue, Jul 13, 2010 at 1:32 AM, scott miller <scott.j.mil...@gmail.com> wrote:
> After having recently built a brand new version of 5.8.9, I'm having trouble
> getting PAR::Packer installed.  Compilation consistently fails at static.c
> with:
>
> catastrophic error: The compiler has run out of memory; terminating the
> compilation.

PAR::Packer 1.006, I suppose? Try changing the line

my $chunk_size = 30000;

in myldr/Makefile.PL to something smaller, say 1000, then rebuild

make clean
perl Makefile.PL
make
....

Also, how large is myldr/par?

Cheers, Roderich

Reply via email to