That's about as far as I've got

I've just now managed to get ICC-Support-Lapack-0.6 and ICC-Support-Levmar-0.50 to build ok and pass the test suite on Strawberry-5.28.0.
With the 'Levmar' module, the following command gets run at the end of the 'perl Build':
g++.exe -o "blib\arch\auto\ICC\Support\Levmar\Levmar.xs.dll" -Wl,--ima +ge-base,0x2d170000 -mdll -s -L"C:\_64\strawberry-5.28.0\perl\lib\CORE +" -L"C:\_64\strawberry-5.28.0\c\lib" "lib\ICC\Support\Levmar.lds" -framework Accelerate "lib\ICC\Support\L +evmar.exp"
That command fails in the way I outlined earlier. But if I remove the last 4 arguments and manually run:
g++.exe -o "blib\arch\auto\ICC\Support\Levmar\Levmar.xs.dll" -Wl,--ima +ge-base,0x2d170000 -mdll -s -L"C:\_64\strawberry-5.28.0\perl\lib\CORE +" -L"C:\_64\strawberry-5.28.0\c\lib"
then the build is completed, and I can then successfully run 'perl Build test'.

And it's the same for the 'Lapack' module (except, of course, that occurrences of "Levmar" are replaced by "Lapack").

However, manually running edited commands is not an ideal way to complete a build.
It would be better if Module::Build could be coerced into producing the shortened command that actually works.
I don't know how to get Module::Build to do that. Someone other than me would have to sort that out.

Cheers,
Rob

In reply to Re^8: Need Help Porting XS Modules to Windows by syphilis
in thread Need Help Porting XS Modules to Windows by wbirkett

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.