Date: Wed, 21 Aug 1996 11:20:12 +0200 (IST) From: Eli Zaretskii To: Rostislav Muchnik Cc: djgpp AT delorie DOT com Subject: Re: help In-Reply-To: <3218712F.2AE5@atitech.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 19 Aug 1996, Rostislav Muchnik wrote: > I tried to compile one file from the program that was previously > compiled with WATCOM compiler, but it gives me strange error > > gcc -c /gtdev/dos/ragedos/samples/common/exusml.c -dDOS_BUILD > -I/gtdev/common/inc -I/gtdev/dos/inc -I/gtdev/dos/ragedos/samples/common > -I/gtdev/dos/inc/interal -I../../../../common/inc -I/WATCOM/h -o > exusml.o > > cc1.exe: exusml.c.loop: No such file or directory (ENOENT) > ---------------------------------------------------------- > Anyone knows what it is??? How did you run such a long command line? Was it with Make? If so, post the relevant part of the Makefile. Also, what DJGPP version is that?