Date: Wed, 23 Jun 1999 11:19:23 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Rolf Campbell cc: djgpp AT delorie DOT com Subject: Re: newbie prob.02 In-Reply-To: <376FD21E.8FE24A54@americasm01.nt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 22 Jun 1999, Rolf Campbell wrote: > > And I'm still getting 'iostream.h: no such file or directory' > > That sounds like you are using gcc instead of g++ (or gxx). No, there's no difference between gxx and gcc when compiling programs. The difference is only when linking, and the error message about iostream.h (or any other header) comes from the compiler, not the linker. So gxx vs gcc issue has nothing to do with this problem.