Good Day monks, While installing Image::Magick (CPAN not ppm) module, i am getting following errors

D:\Modules\PerlMagick-6.24.tar\PerlMagick-6.24>perl makefile.pl Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lMagick Note (probably harmless): No library found for -ltiff Note (probably harmless): No library found for -ljpeg Note (probably harmless): No library found for -lpng Note (probably harmless): No library found for -ldpstk Note (probably harmless): No library found for -ldps Note (probably harmless): No library found for -lXext Note (probably harmless): No library found for -lXt Note (probably harmless): No library found for -lSM Note (probably harmless): No library found for -lICE Note (probably harmless): No library found for -lX11 Note (probably harmless): No library found for -lbz2 Note (probably harmless): No library found for -lxml2 Note (probably harmless): No library found for -lpthread Note (probably harmless): No library found for -lm Note (probably harmless): No library found for -lpthread Writing Makefile for Image::Magick

After that, i am executing nmake, nmake test, nmake install commands and it gives the following error.

Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten. cp Magick.pm blib\lib\Image\Magick.pm AutoSplitting blib\lib\Image\Magick.pm (blib\lib\auto\Image\Magick) C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:\ +Perl\lib\E xtUtils\typemap Magick.xs > Magick.xsc && C:\Perl\bin\perl.exe -MExtU +tils::Comm and -e mv Magick.xsc Magick.c cl -c -I../ -I.. -I/usr/include/freetype2 -I/usr/X11R6/includ +e -I/usr/X 11R6/include/X11 -I/usr/include/libxml2 -nologo -Gf -W3 -MD -Zi -DNDE +BUG -O1 -D WIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_ +IMPLICIT_C ONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -O3 -g - +Wall -pthr ead -MD -Zi -DNDEBUG -O1 -DVERSION=\"6.2.4\" -DXS_VERSION=\"6.2.4\ +" "-IC:\P erl\lib\CORE" -DHAVE_CONFIG_H Magick.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x1' Stop.

What is the problem? What i do for this problem? Help me.


In reply to Installation Problem in Image::Magick module by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.