in reply to Perl 5.14.0 cc_runtime.h
Try installing the latest developer release ExtUtils-MakeMaker-6.57_11.
$ wget http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-M +akeMaker-6.57_11.tar.gz $ tar xzvf ExtUtils-MakeMaker-6.57_11.tar.gz $ cd ExtUtils-MakeMaker-6.57_11 $ /path/to/perl-5.14.0/bin/perl Makefile.pl $ make $ make test # make install
|
|---|