Date: Sun, 18 Aug 1996 14:33:42 +0200 (IST) From: Eli Zaretskii To: Edevaldo Pereira Silva Jznior Cc: djgpp AT delorie DOT com Subject: Re: Building GCC with DJGPP sources. In-Reply-To: <32155DBE.9EF@sysnetway.com.br> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 16 Aug 1996, Edevaldo Pereira Silva Jznior wrote: > > Do you have a program named `touch.exe'? If not, Make is just telling > > you that it can't find it, I think. > > Thanks Eli, but TOUCH is executed many times before the error > occurs and the makefike is aborted. I think that touch is a kind of "Is > there any s-attr here? If isn't return false.", I guess. Despite that, > there isn't any touch.exe in all my hard disk. If you don't have TOUCH, that just might be your problem. Previous calls to TOUCH might have been ignored because the Makefile tells Make to ignore any errors in those commands, I cannot say without seeing the Makefile and the exact output from Make. Please get TOUCH.EXE (there should be one in the DOS port of GNU Fileutils) and try again.