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