Bah, fooey! One day, someone is going to realise that this build system is ...

c:\Perl\packages\Math-GMP-2.04>nmake Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSO +LE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTE +XT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DN +DEBUG -O1 -DV cl : Command line warning D4029 : optimization is not available in the + standard edition compiler GMP.c Running Mkbootstrap for Math::GMP () C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 GMP.bs C:\Perl\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('N +AME'=>\"Math::GMP\", 'DLBASE' => 'GMP', 'DL_FUNCS' => { }, 'FUNCLIST +' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Math\GMP\GMP.xs.dll -dll -nologo -nod +efaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine: +x86 GMP.obj C:\Perl\lib\CORE\perl58.lib gmp.lib c:\cl\lib\oldnames. +lib c:\cl\lib\ke Creating library blib\arch\auto\Math\GMP\GMP.xs.lib and object blib +\arch\auto\Math\GMP\GMP.xs.exp GMP.xs.exp : warning LNK4070: /OUT:GMP.dll directive in .EXP differs f +rom output filename 'blib\arch\auto\Math\GMP\GMP.xs.dll'; ignoring di +rective C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arc +h\auto\Math\GMP\GMP.xs.dll C:\Perl\bin\perl.exe -MExtUtils::Command -e cp GMP.bs blib\arc +h\auto\Math\GMP\GMP.bs C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arc +h\auto\Math\GMP\GMP.bs c:\Perl\packages\Math-GMP-2.04>nmake test Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harn +ess(0, 'blib\lib', 'blib\arch')" t\gmppm.t t\gmppm....Can't load 'C:\Perl\packages\Math-GMP-2.04\blib\arch/auto/M +ath/GMP/GMP.xs.dll' for module Math::GMP: load_file:The specified pro +cedure could not be found at C:/Perl/lib/DynaLoader.pm line 230. at t\gmppm.t line 7 Compilation failed in require at t\gmppm.t line 7. BEGIN failed--compilation aborted at t\gmppm.t line 7. t\gmppm....dubious Test returned status 255 (wstat 65280, 0xff00) FAILED--1 test script could be run, alas--no output ever seen NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2' Stop.

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

In reply to Re^7: Writing threadsafe perl extensions by BrowserUk
in thread Writing threadsafe perl extensions by syphilis

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.