Date: Tue, 1 Dec 1998 10:33:07 +0200 From: Alexander Bokovoy X-Mailer: The Bat! (v1.15) S/N 137834AC Organization: BSPU named after Maxim Tank X-Priority: 3 (Normal) Message-ID: <1439.981201@bspu.unibel.by> To: Kryztofer Plorze Subject: Re: An include file won't work (iostream.h) References: <19981201050302 DOT 20834 DOT qmail AT hotmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi Kryztofer! you wrote: > Dear the people at Delorie software, > 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. It seems that you unzipped djgpp archives using archiver without long file names (LFN) support, but tried to use DGPP under MS Windows 9X. Compiler looks for headers with long file names but they aren't exist due file name stripping during unzipping. Solution: try to use WinZip or other archiver with LFN support to extract DJGPP archives. Best regards, Alexander Bokovoy, = Linux ============================================================== Though it is always possible to have a look at the world through the Windows, people usually prefer not only to look but live in it too. ============================================================== Linux =