Nilay Puri wrote:

> 
> I downloaded perl 5.8.0 from search.cpan.org
> 
> While running make , I am getting this error :
> 
> Can anyone throw some light about the cause:
>         Making Errno (nonxs)
> make[1]: Entering directory `/perl-5.8.0/ext/Errno'
> Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
> Cleaning current config before rebuilding Makefile...
> make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
> ../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl"
> "PERL_
> CORE=1" "LIBPERL_A=libperl.a"
> Writing Makefile for Errno
> ==> Your Makefile has been rebuilt. <==
> ==> Please rerun the make command.  <==
> false
> make[1]: *** [Makefile] Error 255
> make[1]: Leaving directory `/perl-5.8.0/ext/Errno'
> make config failed, continuing anyway...
> make[1]: Entering directory `/perl-5.8.0/ext/Errno'
> ../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib"
> Errno_pm.
> PL Errno.pm
> sh: cc: not found
> No error definitions found at Errno_pm.PL line 180.
> make[1]: *** [Errno.pm] Error 1
> make[1]: Leaving directory `/perl-5.8.0/ext/Errno'
> make: *** [ext/Errno/pm_to_blib] Error 2
> 
 
what's your configure command? make can't find cc which means you either do 
not have cc installed or cc is not in your path. if it's the first case, 
you need to specify a C compiler for your machine. if it's the later, you 
need to make sure cc is in your path so make can find it.

david
-- 
s$s*$+/<tgmecJ"ntgR"tgjvqpC"vuwL$;$;=qq$
\x24\x5f\x3d\x72\x65\x76\x65\x72\x73\x65
\x24\x5f\x3b\x73\x2f\x2e\x2f\x63\x68\x72
\x28\x6f\x72\x64\x28\x24\x26\x29\x2d\x32
\x29\x2f\x67\x65\x3b\x70\x72\x69\x6e\x74
\x22\x24\x5f\x5c\x6e\x22\x3b\x3b$;eval$;

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to