Date: Thu, 8 Aug 1996 10:11:34 +0200 (IST) From: Eli Zaretskii To: Scott Phung Cc: djgpp AT delorie DOT com Subject: Re: DJGPP config In-Reply-To: <4tqfhf$m1@opus.vcn.bc.ca> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 1 Aug 1996, Scott Phung wrote: > I was wondering where do you put your source files (the ones you create) > in DJGPP? Because everytime i use a #include , i don't think > i'll find it in the source files directory. GCC should be able to find them itself. For this to work, you should define the variable DJGPP in the environment, like this: set DJGPP=C:\DJGPP\DJGPP.ENV Put the above line into your AUTOEXEC.BAT, and everything should work automagically for you.