From: Steve Chapel Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler error, no such file Date: Sat, 24 Oct 1998 00:32:12 -0700 Organization: Utilicom, Inc. Lines: 47 Message-ID: <3631827C.8EF09E98@utilicom.com> References: <2e8e3eb8 DOT 3630f780 AT aol DOT com> NNTP-Posting-Host: steve.utilicom.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------9B963AE3BE0CCCC66368DFD2" X-Trace: sienna.impulse.net 909214334 18497 207.33.43.138 (24 Oct 1998 07:32:14 GMT) X-Complaints-To: abuse AT impulse DOT net NNTP-Posting-Date: 24 Oct 1998 07:32:14 GMT X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en 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. --------------9B963AE3BE0CCCC66368DFD2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Company98 AT aol DOT com wrote: > > I just started c++ and this is the error I get. Can anyone help me please. > c:\djgpp/lang/cxx/iostream.h:31: streambuf.h. No such file or directory > (ENOENT) > I checked the directory and it has both files. > > #include > > int main() > { > cout << "Hello World!\n"; > return 0; > } Try adding the following line to AUTOEXEC.BAT: set LFN=Y It will add support for long file names (beyond 8.3) --------------9B963AE3BE0CCCC66368DFD2 Content-Type: text/x-vcard; charset=us-ascii; name="schapel.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Steve Chapel Content-Disposition: attachment; filename="schapel.vcf" begin:vcard n:Chapel;Steve tel;fax:(805) 964-5706 tel;work:(805) 964-5848 x227 x-mozilla-html:TRUE url:http://www.utilicom.com/ org:Utilicom, Inc. Spread Spectrum Communications adr:;;323 Love Place;Santa Barbara;CA;93117-3289;USA version:2.1 email;internet:schapel AT utilicom DOT com title:Software Engineer fn:Steve Chapel end:vcard --------------9B963AE3BE0CCCC66368DFD2--