To: Allan De Leon Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Question Date: Sun, 08 Jan 95 10:31:01 +0200 From: "Eli Zaretskii" > when I try to compile a program with gcc it says something like > > ...: stdio.h:: file not found > ...: stdlib.h: file not found > etc... I assume you do have these headers installed, do you? If you do, then did you remember to define the DJGPP environment variable, like this: set DJGPP=c:/djgpp/djgpp.env If you did, then check to see that the above header files reside in the include subdirectory of your main DJGPP directory. If all of the above seems to be OK, then invoke gcc with -v option and post whatever gcc prints.