Mail Archives: djgpp/2000/06/17/17:19:12
This is a multi-part message in MIME format.
--------------6A1ACB285C037B77A0824BAA
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I'm not sure my original E-mail got thru. Can anyone help me with this
problem compiling?
--------------6A1ACB285C037B77A0824BAA
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Mozilla-Status2: 00000000
Message-ID: <393D8D15 DOT CC629F6B AT mc DOT net>
Date: Tue, 06 Jun 2000 18:45:25 -0500
From: Jerry Lemke <jklemke AT mc DOT net>
X-Mailer: Mozilla 4.7 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: djgpp AT delorie DOT com
Subject: Problem Compiling
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I just installed ver 2.8.1 of the gcc compiler that was supplied with
with the "Sams Teach Yourself C++" book. The operating system is
Windows 98 ver 4.10.1998
When I try to compile the first exercise, I get a message indicating:
In file included from jl0101.cpp:1:
C:\STYCPP24\DJGPP\lang/cxx/iostream.h:31: streambuf.h: No such file or
directory
(ENOENT)
I searched for the "streambuf.h" file and it exists in :
C:\STYCPP24\DJGPP\lang\cxx
The source code contained in the sample exercise (jl0101.cpp) is:
#include <iostream.h>
int main()
{
cout << "Hello World!\n";
return 0;
}
Can you help determine what is wrong?
Thanks
--------------6A1ACB285C037B77A0824BAA--
- Raw text -