From: "G" Newsgroups: comp.os.msdos.djgpp Subject: Re: problem Date: Mon, 16 Aug 1999 19:16:39 -0400 Organization: Cornell University Lines: 91 Sender: msk11 AT cornell DOT edu (Verified) Message-ID: <7pa61g$6c6@newsstand.cit.cornell.edu> References: <000901bee5aa$2be6ce60$e140f3c2 AT s92779 DOT studenti DOT to DOT it> NNTP-Posting-Host: 98cbbec0.ipt.aol.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001D_01BEE81B.DDD90160" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_001D_01BEE81B.DDD90160 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I know little about using DJGPP on the command line but just judging by = the length of "streambuf.h", i.e. >8 characters in the filename before = the extension I would guess that maybe DOS can't find the file = streambuf.h. Maybe if you type SET LFN=3DY at the command prompt to tell = the compiler to use lonf file names it will work. This may be adressed a = little in the FAQ list. Sorry if this is a facile answer from a novice, = but I hope it helps some. GK Ramella Stefano & Francesco wrote in = message news:000901bee5aa$2be6ce60$e140f3c2 AT s92779 DOT studenti DOT to DOT it... Good morning. I have a problem. After the command:=20 gcc -c -Wall hello.cc the following error-message always appears: In file included from hello.cc:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or = directory (ENOENT) How can i solve it? Thanks in advance. Stefano _______________________________________________________ =20 Stefano Ramella viale Milite Ignoto, 108 15100 Alessandria (ITALY) tel. (+39) 0131 22.35.11 ------=_NextPart_000_001D_01BEE81B.DDD90160 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I know little about using DJGPP on the command line = but just=20 judging by the length of "streambuf.h", i.e. >8 characters in the = filename=20 before the extension I would guess that maybe DOS can't find the file=20 streambuf.h. Maybe if you type SET LFN=3DY at the command prompt to tell = the=20 compiler to use lonf file names it will work. This may be adressed a = little in=20 the FAQ list. Sorry if this is a facile answer from a novice, but I hope = it=20 helps some.
GK
Ramella Stefano & Francesco <s DOT ramella AT studenti DOT to DOT it>= wrote=20 in message news:0= 00901bee5aa$2be6ce60$e140f3c2 AT s92779 DOT studenti DOT to DOT it...
Good morning. I have a problem. = After the=20 command:
gcc -c -Wall = hello.cc
the following=20 error-message always appears:
In file included from=20 hello.cc:1:
c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such = file or=20 directory (ENOENT)
How can i solve it?
Thanks in advance.=20 = Stefano
_______________________________________________________
=
 
Stefano Ramella
viale Milite = Ignoto,=20 108
15100 Alessandria (ITALY)
tel. (+39) 0131=20 22.35.11
------=_NextPart_000_001D_01BEE81B.DDD90160--