From: "cryptopo" Newsgroups: comp.os.msdos.djgpp Subject: cannot file include Date: Sat, 9 Dec 2000 21:57:15 -0500 Organization: Penn State University, Center for Academic Computing Lines: 14 Message-ID: <90ura5$17v6@r02n01.cac.psu.edu> NNTP-Posting-Host: access-isdn2-14.hbg.psu.edu X-Authinfo-User: txn131 AT psu DOT edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com #include int main { return 0; } compilers complains cannot find streambuf.h I've been using djgpp (back till version 1.x) and command such as gcc, g++ before. But can't get it working now. What did I do wrong ? I used the command gxx source.cc . and another question is when I try to compile from gnu emacs (on windows), it says cannot load file compile. Do I need to set anything in emacs ? Thanks