Shiping Wang wrote:
> 
> Hello,

Hello,

> When I try to install modules from CPAN to my Window XP followed by
> perl Makefile.PL
> nmake
> nmake test
> nmake install
> 
> Most time installation is OK, but sometime I get following message after
> "nmake":
> 
> 'cl' is not recognized as an internal or external command,
> operable program or batch file.
> NMAKE : fatal error U1077: 'cl' : return code '0x1'
> Stop.
> 
> Does it mean this module only use for *nix. How can I pass the problem to
> continue installation process?

'cl' is the C language compiler which means that part(s) of the module
are written in C and need to be compiled.  You either have the 'cl'
compiler and it is not in the current path or you don't have it. 
Perhaps following Paul's advice will help (I don't know as I don't use
Windows.)


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to