develooper Front page | perl.perl5.porters | Postings from April 2001

Re: [PATCH: perl@9885] win32/Makefile (nmake) update

Thread Previous
From:
Prymmer/Kahn
Date:
April 29, 2001 22:04
Subject:
Re: [PATCH: perl@9885] win32/Makefile (nmake) update
Message ID:
Pine.BSF.4.21.0104292200320.10588-100000@shell8.ba.best.com

On Sun, 29 Apr 2001, Gurusamy Sarathy wrote:

> Not really the case, at least in 5.6.1.  I use dmake with VC just fine
> here, but haven't tried the 5.7.x makefiles recently.

OK it should work then.  Thanks.

> >So apparently dmake cannot recognize basic %COMSPEC% builtins like
> >`del` and `copy`.
> 
> Probably because you haven't set the SHELL line in the configuration
> section?

Hmm...

 D:\ttt\perl\win32>echo %COMSPEC%
 C:\WINNT\system32\cmd.exe
 
 D:\ttt\perl\win32>grep "^SHELL" makefile.mk
 SHELL           *= c:\winnt\system32\cmd.exe
 
 D:\ttt\perl\win32>vcvars32
 Setting environment for using Microsoft Visual C++ tools.

 D:\ttt\perl\win32>dmake
 del /f config.h
 del: not found
 dmake.exe:  Error code 127, while making '.\config.h' (Ignored)
 copy config_H.vc config.h
 copy: not found
 dmake.exe:  Error code 127, while making '.\config.h'

Something is messed up here.  (BTW that was MKS grep used on the second
command line).

Peter Prymmer




Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About