Hi all, Ive finally decided to add Perl to my PC (Vista 64b) and got the source code to compile from perl.org latest.tar.latest.perl-5.10.1 Ive done command line compiles before but could not find detailed instructions on how to compile using the Microsoft compiler. Some of the steps taken so far, 1. There was a makefile.make, it said change as needed, I picked VC9.0, although Ive got several versions of VC; 2. Did nmake and it says its up to date. 3. In the main Readme file, one instruction step found appeared to be a linux command to set params then run make Test, make Install. 4. Well just to try it, did nmake test then nmake install? (in a VS command prompt)and the compiler starts, runs a bit in each case then errors out. 5. I had run the prerequisite Set Environment Path using the Win32 sub directory of the Perl source download. 6. Had tried what i thought were obvious steps to compile, after a couple hours of this, decided to ask the experts. My question is where are instructions on how to compile Perl to run on this windows vista 64b pc? Or I humbly ask for an enlighted explanation thereof. thanks

In reply to How to Compile v10 in Vista 64b ? by iBradleyAllen

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.