On 2013-11-03 19:45:25, davidgross18@gmail.com wrote:
Show quoted text> Hello,
>
> It appears that a core file is missing in the Image::Magick Perl
> distribution. It will not compile on either OS X or Ubuntu.
>
> fatal error: magick/MagickCore.h: No such file or directory
> compilation terminated.
>
> Best,
> David Gross
It sounds like the Makefile.PL should be first checking for the presence of the required imagemagick libraries and headers, and bailing out (with a helpful error message) if they are missing.
See
https://metacpan.org/pod/Devel::CheckLib