EU::MM would actually be getting the "as" value from Config_heavy.pl if "as" would exist in the future
Would EU::MM pick that up automatically ?
It's easy enough to set 'as' to the correct value ('x86_64-w64-mingw32-as') in Config_heavy.pl, and doing so means that $Config{as} is set to that correct value. However, $(AS) in the Win32::API Makefile is still set to the incorrect value of 'as'.
Perhaps it just needs 'as' to have been available (in config.gc) when perl was being built ... I haven't tested that out yet.
In any case, you're correct that the first thing to do is to get 'as' into the next release. I'll request that of p5p soon.
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.