From: Jason Marshall Newsgroups: comp.os.msdos.djgpp Subject: Can't find include paths... Date: Tue, 21 Oct 1997 09:24:57 -0700 Lines: 16 Message-ID: <344CD759.EC412A22@ricochet.net> NNTP-Posting-Host: mg134-228.ricochet.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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) 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? TIA, Jason