Date: Sun, 16 Feb 1997 09:38:14 +0200 (IST) From: Eli Zaretskii To: danmintz AT juno DOT com cc: djgpp AT delorie DOT com Subject: Re: DJGPP header file help! In-Reply-To: <19970214.152536.6606.0.danmintz@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 14 Feb 1997 danmintz AT juno DOT com wrote: > I just got a brand new Pentium MMX 200 Mhz with 32 megs of RAM. I zipped > up my DJGPP version 2.0 from my old 486 and moved it to my new computer > successfully. When I tried to compile, it couldn't find any of the > standard header files! The most probable reason is that you didn't define the DJGPP environment variable to point to the file DJGPP.ENV in your root DJGPP directory, like so: set DJGPP=c:/djgpp/djgpp.env (This assumes that you installed DJGPP in C:\DJGPP. If not, change the value as appropriate.) > I read djgpp.env and the library and header file path was correct. You didn't by any chance edit DJGPP.ENV, did you? If you did, try with the original one from djdev201.zip. If all of the above doesn't help, post the output of the command SET from the DOS prompt (i.e., type "set > env.lst" and post the file env.lst).