Mail Archives: djgpp/1997/03/23/07:08:53
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.
- Raw text -