Jamie Lahowetz schrieb:
OK then. I'm trying to install PAR-Packer 0.975 and I get this output:
[...]
What now?
Building PAR::Packer using AS Perl has been a little troublesome for a while. It's somehow related to the Makefile in the myldr subdirectory, I guess, but I haven't yet found the source of the bad configuration yet.
Anyhow. You can either cd to myldr and run the last (failing) command by hand while replacing -libpath:... with -L... . Then rerun make and repeat this until the build is done.
If this is too cumbersome, then you can also install PAR::Packer as a PPM from www.bribes.org or from Randy Kobes' repository. Finally, there is a .par package on CPAN which you can install using PAR::Dist:
perl -MPAR::Dist -e 'install_par("http://cpan.perl.org/authors/id/S/SM/SMUELLER/PAR-Packer-0.975-MSWin32-x86-multi-thread-5.8.8.par")'
might be all you need. But I make no promises. Cheers, Steffen
