Date: Tue, 24 Sep 1996 08:20:27 +0200 (IST) From: Eli Zaretskii To: The Crystal Dragon <75231 DOT 3114 AT compuserve DOT com> Cc: djgpp AT delorie DOT com, "John M. Aldrich" Subject: Re: HELP! In-Reply-To: <3246ABAC.2C4E@compuserve.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 23 Sep 1996, The Crystal Dragon wrote: > When I try to compile, GCC cannont find the header files. Here is why: set DJGPP = c:/djgpp/djgpp.env ^ Delete that blank! What it does is define a variable called "DJGPP " (with the blank), whereas DJGPP looks for the variable without any whitespace (of course). (Btw, John: this is one of the cases that `djverify' should look for.) > Yes, I have looked in the FAQ. It doesn't help. How so? Unless you have an old FAQ, this precise problem is explained in section 8.1 of the FAQ. Quote: Many such problems happen when people put excess blanks around the `=' character when setting DJGPP, which has the effect of defining "DJGPP " (with the blank) which is not the same as "DJGPP" (without blanks). You should make sure there are no such excess blanks, or DJGPP won't find some of its files. Unquote. Btw, go32-v2 reports that you have 0 swap space. Unless you really mean to disable virtual memory, you should change your system configuration. If you don't know how, search chapter 15 of the FAQ for suggestions specific to your DPMI server, and if you still have no clue, post a question here.