Mail Archives: djgpp/1997/11/14/07:16:21
From: | michael DOT mauch AT gmx DOT de (Michael Mauch)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Explain RHIDE error
|
Date: | Sun, 09 Nov 1997 18:06:12 +0100
|
Organization: | Gerhard-Mercator-Universitaet -GH- Duisburg
|
Lines: | 16
|
Message-ID: | <3466506f.355995@news.uni-duisburg.de>
|
References: | <6422eq$6s$1 AT news DOT interlog DOT com>
|
NNTP-Posting-Host: | ppp101.uni-duisburg.de
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
On Sat, 08 Nov 97 16:03:29 GMT, rthurton AT interlog DOT com (RAYMOND) wrote:
> I just downloaded DJGPP v2.1 and RHIDE. On a very simple test C++ test
> program I tried to compile with "#include <iostream>", I received an
> error that the file or directory cannot be located. Can anyone suggest
> what I might do to correct this error.
Try using "#include <iostream.h>", because the name of the file
iostream.h in your lang/cxx dircectory is iostream.h, not iostream. If
you don't have neither the lang/cxx directory nor a file iostream.h, you
probably did not download the C++ files (lgp271b.zip).
Btw: it's DJGPP 2.01, not 2.1.
Regards...
Michael
- Raw text -