Date: Fri, 1 Apr 94 19:00:50 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: kim AT sparc DOT SanDiegoCA DOT ncr DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: How to set the Include directives in DOS ? Reply-To: babcock AT cfa DOT harvard DOT edu > I just installed the gcc package last night following the installation > instruction (as below) on my 486 DOS PC, C:\DJGPP. After the installation, > I tried to compile the test programs and gcc could not find the There should be a setdjgpp.bat in your djgpp\bin directory which sets various environment variables, including one which tells the compiler where to find include files. Alternately, you can specify the include path with the -I option when you invoke gcc. Another point, in your installation summary, you didn't say that you had applied the maintenance updates dj111m1.zip through dj111m4.zip. I suppose you must have, or you wouldn't have gotten as far as you did.