On Tue, Mar 5, 2013 at 9:29 AM, Tariq Rahmani <rahmani.ta...@gmail.com> wrote:
>> Hi : I am trying to install PAR::Packer on cygwin redhat , But I got all
>> the below . Can anybody help me ?

Why do you want to use PAR::Packer on Cygwin at all?
If you just want to create a standalone executable from a Perl application:
Are you aware that the resulting executable still needs a Cygwin
environment to run?


Now for your current problem with

> windres -i winres\pp.rc -o ppresource.coff --input-format=rc 
> --output-format=coff --target=pe-i386

Find this line in myldr/Makefile and change the backslash in
"winres\pp.rc" to a forward slash, then
retry "make".

Note that I haven't tried building PAR::Packer on Cygwin in ages, so
no guarantee that this will be
the last of your problems (or whether it will work at all).

Cheers, Roderich

Reply via email to