Another Monk! Sweet.

The first link is the one I reference in the first post. The solutions there do no apply for whatever reason. The discussed outputs in this post also suggest I am running the correct version of mingW.

The second link has nothing there for my n00bin' eye balls. I think (based on the first link) that there is no issue with 32bit v 64bit dlls.

The third link; installed VS community, and added a value to PATH. Rebooted and tried again, no change :(

Here's my PATH in case that gives anyone an idea. Sorry for not including it originally:

D:\Program Files\Python\Python27\;D:\Program Files\Python\Python27\Scr +ipts;c:\Rtools\bin;c:\Rtools\mingw_32\bin;C:\ProgramData\Oracle\Java\ +javapath;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\w +indows\system32\windowspowershell\v1.0\;C:\Program Files (x86)\NVIDIA + Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program + Files\Common Files\Intel\WirelessCommon\;D:\Program Files\nodejs\;C: +\Program Files (x86)\Skype\Phone\;D:\Strawberry\c\bin;D:\Strawberry\p +erl\site\bin;D:\Strawberry\perl\bin;D:\Strawberry\c\x86_64-w64-mingw3 +2;D:\VisualStudio\Common7\IDE\

EDIT: forgot to mention that I tried installing another module dependent on XS framework(?); namely Time::Piece. This failes in the same manner as installing Math::Random. The issue (possibly) is linked to the compiler (mingW in this case). I added the mingw PATh variable (2nd from the end) myself as there wasn't one to start off with. It made no difference to the error output anyways.

EDIT...again: I just noticed that R has a 32-bit version of mingW installed as part of Rtools. Could this be causing a conflict? If so how should it be resolved? It took quite a bit of effort getting Rtools installed. Bloody windows :/


In reply to Re^4: cannot gmake Math-Random Random.xs.dll by BobbyT420
in thread cannot gmake Math-Random Random.xs.dll by BobbyT420

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.