home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / g / help / 1609 next >
Encoding:
Text File  |  1992-12-21  |  1.3 KB  |  38 lines

  1. Newsgroups: gnu.g++.help
  2. 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
  3. From: honglin@apmaths.uwo.ca (HONGLIN YE)
  4. Subject: help! C++ include dirctory
  5. Organization: Applied Mathematics, U.W.O
  6. Distribution: na
  7. Date: Mon, 21 Dec 1992 16:42:56 GMT
  8. Message-ID: <honglin.13@apmaths.uwo.ca>
  9. Sender: news@julian.uwo.ca (USENET News System)
  10. Nntp-Posting-Host: lab4.apmaths.uwo.ca
  11. Lines: 25
  12.  
  13.  
  14. Hi, there,
  15.  
  16.  I have just installed djgpp on my computer. It works well for
  17.  C programs. I have difficulty in runing c++ on it.
  18.  
  19.  I tried to run a toy program ex1.cc, both cpp and gcc complained
  20.  that iostream.h file not found. I checked the installation many
  21.  times, I think every thing should be ok. iostream.h is in directory
  22.  cplusinc, and the cplus_include_path=c:/djgpp/cplusinc;c:/djgpp/include
  23.  was set correctly in autoexec.bat. What can be wrong here? How to
  24.  correct this problem?
  25.  
  26.   ------ There two differences in the readme file and readme.1st file
  27.  about the installation.
  28.   (1) set CPLUS_INCLUDE_PATH=c:/djgcc/cplusinc;c:/djgcc/include
  29.       .......................................c:c:/dj...........
  30.   (2) set TMPDIR=c:/tmp
  31.       ....TEMP=c:/tmp
  32.   I have tried all the possible combinations.
  33.  
  34.   Thank you.  Merry Xmas.
  35.  
  36.  
  37.  
  38.