That's quite strange from GNU Make and I don't know what is the proper
solution here as COMSPEC is accessed from a lot of places.
Also, it should be checked what happens on DOS and Win9x.
Brgds,
Viktor
On 2009.07.01., at 22:55, April White wrote:
April White wrote:
The ComSpec environment va
April White wrote:
The ComSpec environment variable points to cmd.exe.
In file config/win/global.cf is this section:
ifeq ($(COMSPEC),) #location of command.com
ifeq ($(OS),Windows_NT)
COMSPEC := cmd.exe
else
COMSPEC := command.com
endif
endif
Th
Viktor Szakáts wrote:
I cannot see any entry within Changelog to account for this, but when
I run
make_gnu.bat install
this error is reported multiple times:
'cmd.exe' is not recognized as an internal or external command,
operable program or batch file.
I've removed c:\windows\system32\ f
Viktor Szakáts wrote:
I cannot see any entry within Changelog to account for this, but
when I run
make_gnu.bat install
this error is reported multiple times:
'cmd.exe' is not recognized as an internal or external command,
operable program or batch file.
I've removed c:\windows\system32\ f
Hi April,
I cannot see any entry within Changelog to account for this, but
when I run
make_gnu.bat install
this error is reported multiple times:
'cmd.exe' is not recognized as an internal or external command,
operable program or batch file.
I've removed c:\windows\system32\ from my pa