From 064fdbb8baee75503ef5b3d37cc20ec93c7ccb0d Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 8 Sep 2003 14:10:38 +0000 Subject: [PATCH 1/1] Explain CPAN error: Writing Makefile for -- NOT OK --- AutoGen.pm | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 1.8.3.1