Message-ID: <32155DBE.9EF@sysnetway.com.br> Date: Fri, 16 Aug 1996 22:50:54 -0700 From: Edevaldo Pereira Silva Júnior MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp AT delorie DOT com Subject: Re: Building GCC with DJGPP sources. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Eli Zaretskii wrote: > > On Mon, 12 Aug 1996, Edevaldo Pereira Silva Junior wrote: > > > touch s-attr > > make.exe: [s-attr] Error -1 > > 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. I'm trying to build GCC in a DOS machine, and the XGCC.EXE file, the stage one compiler, is much larger than GCC.EXE that comes with DJGPP. Can I use XGCC.EXE?