No nmake to be found on this system. I searched my entire C: drive and only found that .lnk file, and I think that is some kind of saved search when I did a search for "nmake" in Explorer.

C:\ > dir nmake*.* /s Volume in drive C has no label. Volume Serial Number is C85E-7FA1 Directory of C:\Users\myid\AppData\Roaming\Microsoft\Windows\Recent 2012-02-16 14:02 11,688 nmake.lnk 1 File(s) 11,688 bytes Total Files Listed: 1 File(s) 11,688 bytes 0 Dir(s) 89,554,558,976 bytes free C:\

The C: drive is my only local disk. My D: drive is the DVD, and I have a network drive with nothing but two data files in it.

Also, after firing up my command window, I trim the PATH down manually to just Strawberry Perl.

C:\ > echo %PATH% C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin C:\ > nmake /? 'nmake' is not recognized as an internal or external command, operable program or batch file.

Even with the complete PATH, I still don't have nmake in my path.

C:\strawberry > nmake /? 'nmake' is not recognized as an internal or external command, operable program or batch file. C:\strawberry > echo %PATH% C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\Sys +tem32\WindowsPowerShell\v1.0\;C:\Windows\System32\Empirum;C:\P rogram Files\Hummingbird\Connectivity\11.00\Accessories\;;C:\Program F +iles\SlikSvn\bin\;C:\Program Files\QuickTime\QTSystem\;C:\stra wberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\str +awberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\b in;C:\Program Files\PuTTY;C:\Users\jmm6ry\bin;C:\Program Files\GnuWin3 +2\bin

So at this point, there must be some other reason for my make file getting created for nmake instead of dmake.


In reply to Re^4: Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\" by jffry
in thread Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\" by jffry

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.