As Reini also mentioned, an upgrade in Cygwin and Perl turned out to fix the problems altogether. Today I try actually using PAR::Packer -- stay tuned ;)
-----Original Message----- From: Roderich Schupp [mailto:roderich.sch...@googlemail.com] Sent: Thursday, July 16, 2009 9:03 AM To: Vanderputten, Jennifer Cc: par@perl.org Subject: Re: Build error On Wed, Jul 15, 2009 at 4:54 PM, <vanderputten_jenni...@emc.com> wrote: > > Reini's fix got me past that first error (thanks Reini!). As you've > said Roderich, something is still amiss because I am seeing another > error down the line (and yes, par.exe does not exist, only par.dll): > > Creating library file: libpar.dll.a > /usr/bin/perl.exe -e1 > /usr/bin/perl.exe ./file2c.pl ./par.exe my_par.c load_me_1 1 30000 > Usage: ./file2c.pl file.pl file.c c_variable The problem is that par.dll - I really dunno where this comes from, AFAICT your myldr/Makefile doesn't mention it. Perhaps it's a weird artifact of how your old Cygwin Perl 5.8.8 tries to link an executable with an embedded Perl interpreter (that's what par.exe is)? "Usage: ./file2c.pl file.pl file.c c_variable" is definitely triggered if par.exe doesn't exist (though the message is a little misleading). Cheers, Roderich