Date: Tue, 1 Dec 1998 10:49:37 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kryztofer Plorze cc: djgpp AT delorie DOT com Subject: Re: An include file won't work (iostream.h) In-Reply-To: <19981201050302.20834.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 30 Nov 1998, Kryztofer Plorze wrote: > I am really an amateur at programming, but I noticed that when I > included iostream.h in a C++ file it would say that it needed a file > called streambuf.h. So I renamed streambu.h to streambuf.h in > lang/cxx/. Then when I compiled again (using gxx file.cc -o file.exe), > it said that there was no file called _g_config.h. So I went to > lang/cxx/ and changed _g_confi.h to _g_config.h. But now that the > compiler says that it can't open -lstdcxx. Please tell me what to do, > because I can't do anything without the functions in iostream.h. This sounds like a problem with long file names. Please tell what operating system do you use, and what program did you use to unzip the package. Then the best solution for your case can be suggested.