From: "JetStar" Newsgroups: comp.os.msdos.djgpp Subject: newbie question Lines: 26 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Tue, 2 Mar 1999 02:25:37 -0500 NNTP-Posting-Host: 209.103.29.19 X-Complaints-To: abuse AT sprint DOT ca X-Trace: hme2.newscontent-01.sprint.ca 920359648 209.103.29.19 (Tue, 02 Mar 1999 02:27:28 EDT) NNTP-Posting-Date: Tue, 02 Mar 1999 02:27:28 EDT Organization: Sprint Canada Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When I try to compile a "hello world" program I get this error: In file included from c:/djgpp/lang/cxx/iostream:6, from test.cc:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) iostream.h is there, but what does the 31 mean? There is a file called streambu.h so I renamed it streambuf.h and got these errors: In file included from c:/djgpp/lang/cxx/streambuf.h:36, from c:/djgpp/lang/cxx/iostream.h:31, from c:/djgpp/lang/cxx/iostream:6, from test.cc:1: c:/djgpp/lang/cxx/libio.h:30: _G_config.h: No such file or directory (ENOENT) So I tried to rename _G_confi.h to _G_config.h and I got this error: c:/djgpp/bin/ld.exe: cannot open -lstdcxx: No such file or directory (ENOENT) What should I do now? Thanks for any response.