delorie.com/archives/browse.cgi | search |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Problem with DJGGPV2 |
Date: | Fri, 21 Jan 2000 19:15:10 +0200 |
Organization: | NetVision Israel |
Lines: | 19 |
Message-ID: | <3888941E.A3AE8E9D@is.elta.co.il> |
References: | <000801bf646a$575d3360$64fc33ce AT caronfamily> <6stf8s87uig8e912ce64bkp3v08ga0fm4b AT 4ax DOT com> |
NNTP-Posting-Host: | ras1-p37.rvt.netvision.net.il |
Mime-Version: | 1.0 |
X-Trace: | news.netvision.net.il 948474906 5335 62.0.172.39 (21 Jan 2000 17:15:06 GMT) |
X-Complaints-To: | abuse AT netvision DOT net DOT il |
NNTP-Posting-Date: | 21 Jan 2000 17:15:06 GMT |
X-Mailer: | Mozilla 4.7 [en] (Win98; I) |
X-Accept-Language: | en,ru,hebrew |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Damian Yerrick wrote: > > "Caron" <caron AT intranet DOT ca> wrote in message > <000801bf646a$575d3360$64fc33ce AT caronfamily>... > >I am having trouble finding this problem on your website > >Whenever I try to compile it gives me the error message > >' Error: iostream.h: No such file or directory (ENOENT) ' > > I assume you're trying to compile a C program with gcc. > Use gxx instead. I don't think this is the case where gxx (or gpp) will help. The include directories searched by both compilers are the same, and depend only on the source language. If the source file doesn't have one of the C++ extensions (.cc, .cxx. .cpp, etc.), then both gcc and gxx won't look into the C++ include directories. Another possibility might be that the original poster didn't install gpp2952b.zip, which is where iostream.h comes from.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |