I was first having problem passing past Makefile.pl installing the perlMagick module(otherwise known as Image::Magick).
It said I didn't had the required binaries installed, but a person here in SO pointed out that it was a problem with the Makefile, it didn't look for the binaries on their location. After fixing that, I had no problem with the Makefile other than "Gonna create 'libMagickCore.a' from 'C:\Program Files\ImageMagick-6.8.0-Q16\CORE_RL_magick_.dll'" After that, doing the dmake(I'm using Strawberry Perl for the 64-bit) with no issues, I try to perform the dmake test, which gives me this output: http://www.textswell.com/read,4233986902330
After every line it pops an error window stating that perl.exe has stopped working.
I would appreciate any help with this, I have been stuck here for like 3 days
dmake cleanand then show us the output ofdmake. In fact, not every distribution cleans completely so I'd suggest blowing the directory away and unpacking a fresh copy. – Schwern Nov 19 '12 at 21:55Win7 64-bitsystem withStrawberry Perl 5.14and the IM binaries from theImageMagick-6.8.0-4-Q16-windows-x64-dll.exeinstaller from their page. It worked just fine. – Demnogonis Nov 20 '12 at 13:06dmake cleanand deleting the directory I unpacked the .zip file again, perform the Makefile.pl which besides the normal success output, it displayedGonna create 'libMagickCore.a' from 'C:\Program Files\ImageMagick-6.8.0-Q16\CORE_RL_magick_.dll. After that, I did the dmake clean again, just to be sure, and performed the dmake. Here's the output: textuploader.com/?p=6&id=NrEsZ – Sismetic Nov 20 '12 at 16:21