Xref: news2.mv.net comp.os.msdos.djgpp:6706 Newsgroups: comp.os.msdos.djgpp From: hk AT bercos DOT de (Helge Kruse) Subject: Re: DJGPP config Sender: usenet AT bercos DOT de Organization: Bercos GmbH Message-ID: References: <4tqfhf$m1 AT opus DOT vcn DOT bc DOT ca> Date: Thu, 1 Aug 1996 23:15:20 GMT Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp landmark AT vcn DOT bc DOT ca (Scott Phung) wrote: >my source files are in C:\DJGPP\SOURCE >my .h files are in c:\DJGPP\INCLUDE > >i don't think when i compile my programs, it sees the .h files. >So i copy them to my source directory. Any way to change this? You should read the FAQ, look for DJGPP.ENV and set your environment: set djgpp=c:/djgpp/djgpp.env Look at the file c:\djgpp\djgpp.env Alternatively set the environment variable LIBC_INCLUDE_PATH At least you can use the -I switch for your own .h files. Helge