home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.help
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!cs.utexas.edu!torn!newshost.uwo.ca!lab4.apmaths.uwo.ca!honglin
- From: honglin@apmaths.uwo.ca (HONGLIN YE)
- Subject: help! C++ include dirctory
- Organization: Applied Mathematics, U.W.O
- Distribution: na
- Date: Mon, 21 Dec 1992 16:42:56 GMT
- Message-ID: <honglin.13@apmaths.uwo.ca>
- Sender: news@julian.uwo.ca (USENET News System)
- Nntp-Posting-Host: lab4.apmaths.uwo.ca
- Lines: 25
-
-
- Hi, there,
-
- I have just installed djgpp on my computer. It works well for
- C programs. I have difficulty in runing c++ on it.
-
- I tried to run a toy program ex1.cc, both cpp and gcc complained
- that iostream.h file not found. I checked the installation many
- times, I think every thing should be ok. iostream.h is in directory
- cplusinc, and the cplus_include_path=c:/djgpp/cplusinc;c:/djgpp/include
- was set correctly in autoexec.bat. What can be wrong here? How to
- correct this problem?
-
- ------ There two differences in the readme file and readme.1st file
- about the installation.
- (1) set CPLUS_INCLUDE_PATH=c:/djgcc/cplusinc;c:/djgcc/include
- .......................................c:c:/dj...........
- (2) set TMPDIR=c:/tmp
- ....TEMP=c:/tmp
- I have tried all the possible combinations.
-
- Thank you. Merry Xmas.
-
-
-
-