Date: Fri, 3 Oct 1997 18:33:48 -0700 (PDT) Message-Id: <199710040133.SAA18125@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: timrhea AT erols DOT com, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Location of Header files Precedence: bulk At 04:09 10/3/1997 -0400, slacker wrote: >How do i specify what directory the header files should be set to so >that i can compile the programs. I love the interface of DJGPP but for >some reason every time i try to compile it won't find the header files. >I downloaded all the files correctly i just don't know what directory i >should specify it so that it will read them. Any help would be >appreciated, thanks. If you downloaded, unzipped with -d for PKUNZIP, and have your DJGPP environment variable set correctly, the headers should be found automatically. See README.1ST for info about these. If you're still stuck, please post your AUTOEXEC.BAT and your environment (SET >FOO and post FOO), and also the output of gcc -v somefile.c here. Nate Eldredge eldredge AT ap DOT net So is your DJGPP environment variable set to `D:/PROGRA~1/DJGPP/DJGPP.ENV'? Because that's what it should be. You might also try setting it to the long name, and set `LFN=Y' in the environment. You shouldn't have to change DJGPP.ENV; go back to the original one. Nate Eldredge eldredge AT ap DOT net