Message-ID: <5337D585DDD3D111996B0008C728F07DA42A3D@pa00fsr01.pa.atitech.com> From: Nick DiToro To: "'djgpp AT delorie DOT com'" Subject: c++ & NT Date: Wed, 19 Jul 2000 11:53:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BFF199.786F17A0" Reply-To: djgpp AT delorie DOT com This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BFF199.786F17A0 Content-Type: text/plain; charset="iso-8859-1" Hi, I just installed djgpp on my NT 4.0 system. I tried to compile the following code: #include int main (void) { cout <<"hello\n"; return 0; } The compiler gives me the following message: In file included from h2.cpp:1: lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) A dir of d:\djgpp\lang\cxx shows that the streambuf.h file is there, as is iostream.h. I used pkzip 2.5 to unzip. Long filenames were preserved. What up?? Thanks Nick ------_=_NextPart_001_01BFF199.786F17A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi,

 

=

I just installed djgpp on my NT 4.0 system.  I tried to compile the following = code:

 

=

#include <iostream.h>

int main (void)

{

 cout <<"hello\n";

 return = 0;

}

 

=

The compiler gives me the following = message:

 

=

In file included from = h2.cpp:1:

lang/cxx/iostream.h:31: streambuf.h: No such file or directory = (ENOENT)

 

=

A dir of  = d:\djgpp\lang\cxx shows that the streambuf.h file is there, as is = iostream.h.

 

=

I used pkzip 2.5 to unzip.  Long filenames were = preserved.

 

=

What up??

 

=

Thanks

Nick

------_=_NextPart_001_01BFF199.786F17A0--