Mail Archives: djgpp/1996/08/08/03:16:05
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 <stdio.h>, 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.
- Raw text -