Date: Tue, 13 Feb 1996 08:08:33 +0200 (IST) From: Eli Zaretskii To: Erik Paulson Cc: djgpp AT delorie DOT com Subject: Re: basic help with djgpp On Mon, 12 Feb 1996, Erik Paulson wrote: > I downloaded djgpp the other day, and followed the instructions on > installing it I found in readme.1st. However, I haven't been able to get > anything to compile yet because djgpp can't find the include files. I know > that they're installed, and it looks like my djgpp.env file has the right path. > Can anyone help me out? Thanks You should set the DJGPP environment variable to point to the exact pathname of the `djgpp.env' file, like this: set DJGPP=c:/djgpp/djgpp.env (change the above path if you installed DJGPP in a directory other than C:\DJGPP). Beware of those blanks to the left of the equals sign, or you'll get a variable named "DJGPP " (with the blank!) instead of "DJGPP". If you did set that variable right, please add -v to the compilation command line and post everything gcc prints. (You might need to use the `redir' program in your bin/ subdirectory to redirect the output of GCC to a file.)