MakeFile.pl Run problems

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
Harrry

MakeFile.pl Run problems

Post by Harrry »

I am a novist to PerlMagick, and I am trying to install it on a windows XP system. I have installed ImageMagick with no problems, but I am trying to modify the Makefile.pl program with the correct libraries, and I do not know which libraries it is looking for ans which directories they are in. I installed PerlMagick in C:\ImageMagick and ImagMagick in C:\Program Files\ImageMagic. Which ligrary directories is it looking for?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: MakeFile.pl Run problems

Post by magick »

Use Makefile.nt rather than Makefile.PL when building PerlMagick under Windows.
Harrry

Re: MakeFile.pl Run problems

Post by Harrry »

Thanks, but now tha I have used makefile.nt it can not find nmake as a command when I thry nmake install
Post Reply