Message-ID: <3AF62EB7.82D0792F@earthlink.net> From: Martin Ambuhl X-Mailer: Mozilla 4.76 [en] (Win95; U) X-Accept-Language: en,zh-CN,fr,de-CH,ru MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: need help References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 12 Date: Sun, 06 May 2001 17:10:29 GMT NNTP-Posting-Host: 209.246.103.187 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 989169029 209.246.103.187 (Sun, 06 May 2001 10:10:29 PDT) NNTP-Posting-Date: Sun, 06 May 2001 10:10:29 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net X-Received-Date: Sun, 06 May 2001 10:08:54 PDT (newsmaster1.prod.itd.earthlink.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rain dont have one wrote: > > this is what the message says but the file it says it cant find is in the > same folder!!! > > C:\>gcc hello.cpp -o hello.exe -lm > In file included from hello.cpp:1: > c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory > (ENOENT) You are trying to compile and link C++ code as C. See your documentation for details on using gpp instead of gcc