Date: Tue, 21 Oct 1997 18:48:04 -0700 (PDT) Message-Id: <199710220148.SAA19023@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Jason Marshall , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Can't find include paths... Precedence: bulk At 09:25 10/21/1997 -0700, Jason Marshall wrote: >I just installed djgpp the other night, and I have all the minimal >components to run it, however, when I run a batch file full of builds >for this program I want to compile (not mine, someone else's distrib), >it apparently can't find the std include directories, as if it's not >even looking at the DJGPP env var. (=D:\Program Files\djgpp\dgjpp.env) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ First, I assume `dgjpp' is a typo. Next, I would suspect that a space in the pathname is the cause of the choking. You say below that you are on Windows NT. Long file names do not work on NT (see FAQ section 3.3 to learn why). If you put djgpp in a directory with 8+3 names, it should work. >I even tried manually setting DJDIR in djgpp.env, but it still only >looks for /usr/ etc. when I do a gcc -v, and the FAQ suggests. I just >get a big cascade of file not founds for all the standard header >includes... (eg, #include ) > >Is this some problem with NT or long filenames? Yes, see above. Nate Eldredge eldredge AT ap DOT net