make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Facing issue in build procedure on Windows


From: Geetika Gupta
Subject: Re: Facing issue in build procedure on Windows
Date: Tue, 3 Aug 2010 09:43:11 +0530

HI

I executed command
nmake -f Makefile.nmake setup

so I dont know from where its picking ./echo.


On Mon, Aug 2, 2010 at 11:34 PM, Eli Zaretskii <address@hidden> wrote:
> Date: Mon, 2 Aug 2010 11:35:47 +0530
> From: Geetika Gupta <address@hidden>
>
> '.\echo.' is not recognized as an internal or external command,
> operable program or batch file.
> NMAKE : fatal error U1077: '.\echo.' : return code '0x1'
> Stop.
> **************************
>
> Pls help me out with the problem.

This list is for GNU Make, whereas you are using Microsoft's
proprietary Nmake.

Anyway, my guess is that the you need to use "echo", without the
backslash and the period, rather than ".\echo.".


reply via email to

[Prev in Thread] Current Thread [Next in Thread]