From: shoham AT enel DOT ucalgary DOT ca (Idan Shoham) Subject: DJGPP not working To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Tue, 26 Jul 1994 21:14:39 -0600 (MDT) > Well, I downloaded the real mode gcc and gcc257bn.zip in an attempt to > fix gcc by rewriting the old one or using the real mode gcc instead. > Didn't work. I checked out everything I could think of - setting the temp > directory to a hard drive directory, removing or changing various > environment variables, etc. Nothing works. :( > What could possibly be going wrong? I am running the same system I was > when it used to compile, but it JUST WON'T DO ANYTHING. > My knight in shining armour has yet to appear and without a compiler, > I'm starting to get bored. :( > Kim > From this and a previous post, I'd hazard a guess that CPP is failing. Are you perhaps trying to #include a missing header file? Can we see your test.c? Has anything perhaps happened to any of the files it includes? Try editing them in djgpp\include.. 8) -- Idan (Of course, I could be completely wrong, but what the heck!)