Search found 2 matches

by rickan
2013-05-09T18:53:53-07:00
Forum: Bugs
Topic: can not "make" for PerlMagick
Replies: 4
Views: 5896

Re: can not "make" for PerlMagick

Why is -lperl in Makefile.PL? Shouldn't something like that be coming from Config.pm?

Thinking like this I it occurred to me to try removing -lperl from Makefile.PL in PerlMagick and in PerlMagick/quantum.
The result was a successful build and all tests passed!
by rickan
2013-05-09T18:33:26-07:00
Forum: Bugs
Topic: can not "make" for PerlMagick
Replies: 4
Views: 5896

Re: can not "make" for PerlMagick

I am having this exact problem also.

Ubuntu 12.20

Perl 5.14.2

I'm VERY frustrated. The instructions at http://www.imagemagick.org/script/perl-magick.php are not nearly sufficient since the missing Q16.pm error (which I've finally learned how to avoid) also occurs when following them.