Mail Archives: djgpp/1997/06/11/22:01:52
From: | rayeung <ryeung AT ehhpx10 DOT cen DOT uiuc DOT edu>
|
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: | <Pine.HPP.3.91.970611031441.14907B-100000@ehhpx10.cen.uiuc.edu>
|
NNTP-Posting-Host: | ehhpx10.cen.uiuc.edu
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
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
- Raw text -