in reply to Re^3: problems installing PAR::Packer (pp) on Windows 7
in thread problems installing PAR::Packer (pp) on Windows 7

I am trying to install using strawberry perl, no success so far. Here is the message I get:

pl2bat.bat blib\script\scandeps.pl Can't execute /cygdrive/c/strawberry/perl/bin/pl2bat.bat. dmake.exe: Error code 129, while making 'blib\script\scandeps.pl'

I am running this in the standard shell, not in cygwin, so I don't get where /cygdrive comes from.

Replies are listed 'Best First'.
Re^5: problems installing PAR::Packer (pp) on Windows 7
by Corion (Patriarch) on Jan 30, 2013 at 14:54 UTC

    Most likely your environment contains Cygwin tools somewhere in $ENV{PATH}. Eliminate these.

      Yes, this helped! Thanks.