From: "jose" Newsgroups: comp.os.msdos.djgpp Subject: Re: #include ???? Date: Sat, 31 Oct 1998 00:58:10 +0100 Organization: XS4ALL, networking for the masses Lines: 32 Sender: josvanr AT dc2-modem1577 DOT dial DOT xs4all DOT nl Message-ID: <71djmb$lum$1@news2.xs4all.nl> References: <71867m$koh$1 AT nnrp1 DOT dejanews DOT com> NNTP-Posting-Host: dc2-modem1577.dial.xs4all.nl X-NNTP-Posting-Host: dc2-modem1577.dial.xs4all.nl [194.109.134.41] X-XS4ALL-Date: Sat, 31 Oct 1998 00:55:55 CET X-XS4ALL-User: josvanr X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com yes, you have to set LFN=y in your djgpp.env file I had the same problem jos van riswick alien147 AT my-dejanews DOT com wrote in message <71867m$koh$1 AT nnrp1 DOT dejanews DOT com>... >I use >gxx test.c -o test.exe > or >g++ test.c -o test.exe >to compile the following code: > >#include >int main() >{ >cout << "Hello World!\n"; >return o; >} > >and it get the following message: > >In file included from test.c:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: >No such file or directory [ENOENT] > >What is wrong? And what can I do? > >-----------== Posted via Deja News, The Discussion Network ==---------- >http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own