JimEL has asked for the wisdom of the Perl Monks concerning the following question:
I'm using a Camelbox build of perl (v 5.10.0 for MSWin32-x86-MultiThread).
I downloaded a CPAN module (Game-Cards-1.45) which I am having trouble "make"ing.
I run perl Makefile.PL - no problem
When I run make I get the following error:
C:\DOCUME~1\Margie\LOCALS~1\Temp\make46962.sh: command not found: C:camelboxbinperl.exe [1]
Note the absence of "\"
The temp file "make46962.sh" was deleted after the command was completed so I can't get anything useful there.
Does anyone have any suggestions on how I can resolve this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "make"ing a CPAN module
by syphilis (Archbishop) on Sep 23, 2008 at 19:01 UTC | |
by JimEL (Initiate) on Sep 23, 2008 at 19:31 UTC |