zoktook has asked for the wisdom of the Perl Monks concerning the following question:
So I'm down loading all these tar files from CPAN and I have winzip and everything is unpacking.
C:\Users\pcusername\Documents\PerlMaple has:
Make-1.00
PerlMaple-0.06
Test-Deep-0.103
Test-NoWarnings-0.084
Test-Simple
Test-Tester
then I get to:
perl Makefile.PL
perl -I. pmake
perl -Mblib pmake test
perl -Mblib pmake install
And I can get perl Makefile.PL to run, but the perl -I. pmake doesn't work
C:\Users\pcusername\Documents\PerlMaple\Make-1.00>perl -I. pmake Reading Make.pm Reading C:\Users\pcusername\Documents\PerlMaple\Make-1.00\makefile Cannot recurse Make - no target C:\Perl\libConfig.pm in C:/Users/pcusername/Document s/PerlMaple/Make-1.00 at Make.pm line 454.
so obviously I have placed the new stuff in the wrong place
perl is installed at C:\Perl\bin\perl.exe
and there is a PATH variable that describes this location.
So I think I just need to know where to put all the new stuff before I try to nmake, pmake, make, etc.
Help. Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: installing modules from CPAN.org
by fmerges (Chaplain) on Nov 19, 2008 at 14:05 UTC | |
by Bloodnok (Vicar) on Nov 19, 2008 at 15:36 UTC | |
|
Re: installing modules from CPAN.org
by svenXY (Deacon) on Nov 19, 2008 at 13:36 UTC |