From: short <> Date: Mon, 8 Sep 2003 14:10:38 +0000 (+0000) Subject: Explain CPAN error: Writing Makefile for -- NOT OK X-Git-Tag: lufs_0_9_6_captive1~11 X-Git-Url: http://git.jankratochvil.net/?p=macros.git;a=commitdiff_plain;h=064fdbb8baee75503ef5b3d37cc20ec93c7ccb0d;hp=19e00dcd0398730dff10b24fe7258f7b5b79f4ec Explain CPAN error: Writing Makefile for -- NOT OK --- diff --git a/AutoGen.pm b/AutoGen.pm index 8519a75..0947a21 100644 --- a/AutoGen.pm +++ b/AutoGen.pm @@ -43,6 +43,9 @@ HERE } die "You are missing some modules - install them by:\n" ."\tperl -MCPAN -e 'install qw(".join(" ",@missing).")'\n" + ."If you see messages: Writing Makefile for -- NOT OK\n" + ."you may did not have installed make(1) while configuring Perl CPAN.\n" + ."Install make(1) and type 'o conf init' in: perl -MCPAN -e shell\n" if @missing; }