Hello team ,

I am downloading a package using cpan command :cpan install /Net-SSH-Perl-2.01/ it is being errors out with a message that dmake file is not OK . Please let know how can I change it and able to install it successfully .

"C:\Perl64\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "Perl.bs" "C:\Perl64\bin\perl.exe" "C:\Perl64\lib\ExtUtils\xsubpp" -typemap "C: +\Perl64\lib\ExtUtils\typemap" -typemap "typemap" Perl.xs > Perl.xsc +&& "C:\Perl64\bin\perl.exe" -MExtUtils::Command -e mv -- Perl.xsc Per +l.c C:\Perl\site\bin\gcc.exe -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE +-DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT - +DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bit +fields -s -O2 -DVERSION=\"2.01\" -DXS_VERSION=\"2.01\" "-IC:\ +Perl64\lib\CORE" Perl.c dmake.exe: Error code 9712, while making 'Perl.o' SCHWIGON/Net-SSH-Perl-2.01.tar.gz

-Ajay


In reply to ERROR out while downloading a package by chopraa

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.