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 <e...@gnu.org> wrote: > > Date: Mon, 2 Aug 2010 11:35:47 +0530 > > From: Geetika Gupta <geettka.gu...@gmail.com> > > > > '.\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.". >
_______________________________________________ Make-w32 mailing list Make-w32@gnu.org http://lists.gnu.org/mailman/listinfo/make-w32