Date: Thu, 17 Jun 1999 15:22:46 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mark Collinson cc: djgpp AT delorie DOT com Subject: Re: C++ "Hello World" compiling problem In-Reply-To: <3768D090.9BA88A6F@unn.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 17 Jun 1999, Mark Collinson wrote: > Having difficulties compiling a basic C++ "Hello World" program. The > program and compiler output are provided below. Basically it's > complaining that streambuf.h cannot be found, but it does exist. AND the > DJGPP.ENV's +LFN=y. > > I am using Windows NT 4.0 NT does not let DJGPP programs access long file names (streambuf.h exceeds the DOS 8+3 limits). So you need to unzip the packages with a DOS program that truncates the long file names, otherwise nothing will work. This is in the FAQ, btw (section 8.2). I suggest to search the FAQ whenever you have problems, since many questions are already answered there.