Seriously broken.... hmm. That a good thing? :D

No, the aim is to have things in an hilariously broken state ;-)

Ok ... so Strawberry Perl is apparently using the MinGW compiler that shipped with it. Where did you place the other MinGW (ie the one that you mentioned installing in the earlier post) ? Let's give it a whirl and see if it makes any difference.
Assuming it's in C:/MinGW run PATH=C:\MinGW\bin;%PATH% then run gcc -v again. This time the output should be for the MinGW that you installed - which will be different to the one you just posted. That being so, run dmake realclean, perl Makefile.PL and dmake and see if there's any change of behaviour.

Which version of Windows do you have, btw ?

Cheers,
Rob

In reply to Re^5: Win32::GUI Installation Errors by syphilis
in thread Win32::GUI Installation Errors 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.