Your suggestion made the install successful.  Thanks.
Now, I have an issue using pp.  Should I log it as a new thread?

As a test, I make a file called try.pl, which contains:
#!/usr/bin/perl -w
print "Hello.\n";
my $Wait = <STDIN>;
exit;

Then I entered 'pp -o try.exe try.pl'
When I execute try.exe, the shell returns:
Program too big to fit into memory.



-----Original Message-----
From: Autrijus Tang [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 19, 2004 8:57 PM
To: Clint Harames
Cc: [EMAIL PROTECTED]
Subject: Re: PAR-0.79 install fails on windows XP (Cygwin)

Clint Harames wrote:
> I've tried to install PAR with the cpan shell (perl -MCPAN -e shell)
and
> also with the make file.  Both methods fail in similar fashions.

I can confirm this.  Somehow /bin is lost from PATH.

An easy workaround is cp'ing everything in /bin into PAR-0.79/myldr/.
It should
I'll look into fixing this.

/Autrijus/

Reply via email to