Date: Sun, 23 Mar 1997 14:58:45 +0300 (IDT) From: Eli Zaretskii To: FIM cc: djgpp AT delorie DOT com Subject: Re: problem using djgpp with matcom (make) In-Reply-To: <5h2aq0$f7f$1@news.tudelft.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 23 Mar 1997, FIM wrote: > del *.o > Kan het bestand niet vinden. (can't find file) This is OK, don't worry about this message. > gcc -c -w -O -fno-inline -Dm_type=double -DMLIB=1 -o file_32.o file_32.cxx > file_32.cxx:8: string.h: No such file or directory (ENOENT) You probably haven't set the DJGPP environment variable correctly. Here's how: set DJGPP=E:\DJGPP\DJGPP.ENV After you type that from the DOS prompt, everything should beging working.