| delorie.com/archives/browse.cgi | search |
| Date: | Tue, 9 Feb 1999 09:05:10 +0530 (IST) |
| From: | "Raju K.V" <rajukv AT wipinfo DOT soft DOT net> |
| X-Sender: | rajukv AT tagore |
| To: | djgpp AT delorie DOT com |
| Subject: | Re: Error compiling C++ programs |
| In-Reply-To: | <36BEEBB4.6A05EB41@xyz.net> |
| Message-ID: | <Pine.SV4.3.93.990209090311.27048B-100000@tagore> |
| MIME-Version: | 1.0 |
| X-MIME-Autoconverted: | from QUOTED-PRINTABLE to 8bit by delorie.com id WAA09579 |
| Reply-To: | djgpp AT delorie DOT com |
this must be because dos considers only the first 8 chars a valid file
name. so look in ur d:/cstuff/compiler/lang/cxx/streambu.h.
On Mon, 8 Feb 1999, Bjorn Hansen wrote:
> When I try to compile this code:
> #include <iostream.h>
>
> Main
> {
> cout<<"hey hey/n";
> }
>
> I get the following errors:
> hello.cpp(1) In file included from hello.cpp:1:
> d:/cstuff/compiler/lang/cxx/iostream.h(31) Error: streambuf.h: No such
> file or directory (ENOENT)
>
> I checked in that directory and the streambuf.h header file is there. I
> would like to know what I need to do to fix this.
>
> Bjørn
>
>
>
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |