Re: Makefile: error executing 'shell' command in makefile

2003-01-08 Thread Igor Pechtchanski
Anand, Generally, a good first step to solving Cygwin problems is searching the mailing list archives to see if someone else has encountered the same problem before. As it turns out, there have been messages about this problem (and a fix) posted within the past month, which can be easily retrieve

Makefile: error executing 'shell' command in makefile

2003-01-08 Thread Anand Bapat
problem statement: I have a make file which works perfectly on linux. when I use the same makefile on cygwin, the following line in makefile gives error : CWD = $(shell pwd) The ERROR is === D:\cygwin\bin\pwd.exe: *** Can't create title mutes, Win32 error 6 I notice