From: rayeung Newsgroups: comp.os.msdos.djgpp Subject: djgpp.env Date: Wed, 11 Jun 1997 03:25:32 -0500 Organization: University of Illinois at Urbana-Champaign Lines: 28 Message-ID: NNTP-Posting-Host: ehhpx10.cen.uiuc.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk When I compile cpp programs, it can't seem to find iostream.h I think the djgpp.env file is right and I also have the autoexec.bat file correct. Here's part of the djgpp.env file DJDIR=%:/>DJGPP% +USER=dosuser +TMPDIR=%DJDIR%/tmp +GO32TMP=%DJDIR%/tmp [cpp] CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/cplusinc;%DJDIR%/include C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include OBJCPLUS_INCLUDE_PATH=%/>;OBJCPLUS_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/include/objc OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/include/objc I have djgpp at c:\djgpp\ the iostream.h file is in c:\djgpp\cplusinc\ My autoexec/bat has the line set djgpp=c:\djgpp\djgpp.env If anyone can help me, I would really appreciate it. Thanks in advance for any help given.. Ray Yeung