From: Roy Quitter Newsgroups: comp.os.msdos.djgpp Subject: Re: Can not compile C++ program Date: Sat, 27 Jun 1998 22:33:43 -0500 Organization: ioNET Inc. Lines: 14 Message-ID: <3595B997.601D18BB@hotmail.com> References: <19980628032900 DOT 9885 DOT rocketmail AT attach1 DOT rocketmail DOT com> NNTP-Posting-Host: bartnas2-13.ionet.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jimchael Tsee wrote: > when i use "gcc hello.cpp", gcc says can not find the > file "streambuf.h", but it is exist as "iostream.h". > > i am using Windows 95. it samed to be the problem of > long filename and 8.3 filename. what can i do then? Set the environment variable LFN to 1. - Roy