Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

While trying to install CPAN modules on a fresh Perl 5.14.0 install I get the following error message repeatedly from different modules (DBI, List::MoreUtils, ...).

make: *** No Rule ... Target »/opt/perl-5.14.0/lib/5.14.0/i686-linux-t +hread-multi/CORE/cc_runtime.h«, ... (/usr/bin/make exited with 512)

What am I doing wrong?

Any hints are very appreciated. Thanks.

Replies are listed 'Best First'.
Re: Perl 5.14.0 cc_runtime.h
by Anonymous Monk on May 23, 2011 at 20:00 UTC

    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