Date: Fri, 5 Aug 1994 16:50:14 +0800 From: pierre AT phi DOT la DOT tce DOT com (Pierre Willard) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: make.exe problem in djgpp 1.11m5 Reply-To: pierre AT la DOT tce DOT com First problem I have is that if TMPDIR is not defined, the following makefile does not work (..\foo exists of course). It gives 'make.exe: *** [all] Error 1'. I tried to debug a little bit (I do not have dowloaded gdb yet), and the temporary files "./mk000084.bat" and "./mk000084.err" are created OK, so I do not know where is the real problem... all: cd ..\foo echo OK Second problem is that if I tried to run an undefined command, make does not print the error message "Command not found" as it should. It just exists with 'make.exe: *** [all] Error -1' which is not very helpful. Please tell me if this is fixed in djgpp 1.12. Regards Pierre