Thanks, have an engineer trying to build from CPAN and running into problems. We are running MSVS 8. He is getting errors on the make:

C:\Tcl-0.84>make -i /../"Program Files/Microsoft Visual Studio 8/VC/bin/cl" -c -I/../Tcl/i +nclude -nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DN O_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS + -DPERL_MSVCRT_READFIX -O1 -MD -Zi -DNDEBUG -DVERSION=\" 0.84\" -DXS_VERSION=\"0.84\" -I\..\Perl\lib\CORE Tcl.c Tcl.c link -out:blib\arch\auto\Tcl\Tcl.dll -dll -nologo -nodefaultlib -debug + -opt:ref,icf -libpath:"\..\Perl\lib\CORE" -machine:x86 Tcl.obj \..\Perl\lib\CORE\perl56.lib \..\Tcl\lib\tcl84.lib -def:Tcl. +def Creating library blib\arch\auto\Tcl\Tcl.lib and object blib\arch\au +to\Tcl\Tcl.exp Tcl.obj : error LNK2001: unresolved external symbol __fltused Tcl.obj : error LNK2019: unresolved external symbol _strcmp referenced + in function _boot_Tcl LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@1 +2 blib\arch\auto\Tcl\Tcl.dll : fatal error LNK1120: 3 unresolved externa +ls make: *** [blib\arch\auto\Tcl\Tcl.dll] Signal 96 \..\Perl\bin\perl.exe -I\..\Perl\lib -I\..\Perl\lib -MExtUtils::Comman +d -e chmod 755 blib\arch\auto\Tcl\Tcl.dll
Are we missing something?

In reply to Re^2: ActiveState Perl 5.6 package repository password protected? by fwashbur
in thread ActiveState Perl 5.6 package repository password protected? by fwashbur

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.