Mail Archives: djgpp/1999/06/17/08:25:21
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.
- Raw text -