Are you using ActiveState's PPM utility? It sounds like you tried downloading MinGW from somewhere and are trying to install it manually. If you're doing that, you need to make sure that it is compatible with the compiler that ActiveState used to compile their ActivePerl that you are using. By installing MinGW using the PPM utility, you'll definitely get the correct version of MinGW.

Would this impact any of my existing environment and occupy more space on my machine?

Following those steps, any new command prompts opened after modifying and saving the path environment variable will use the new value. Any command prompts that were previously opened before the change will not pick up the changed value for the path environment variable.

As for using more space, just simply changing an environment variables value shouldn't have any significant change to the space used. Installing an application will definitely use up disk space. The amount of disk space used will vary by application.


In reply to Re^3: Could not able to install Win32::GuiTest by dasgar
in thread Could not able to install Win32::GuiTest by bedohave9

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.