Date: Sat, 16 May 1998 10:07:01 +0200 (WET) From: Andris Pavenis To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: Missing headers again! In-Reply-To: <4ZR61.1137$qR3.3599857@news20.bellglobal.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 15 May 1998, Paul Derbyshire wrote: > I'm missing the headers and , and this time it is *not* > PFE32...they really are missing. is nowhere used in libstdc++ itself. There is in $DJDIR/include and in $DJDIR/lang/cxx which only includes limits.h. The same in Linux where I also compiled libstdc++-2.8.1.1 from sources with much less changes than for DJGPP. So I think You should use About . It's really is not present for DJGPP. For Linux it is in GNU C library libc-5.4.XX. Such file is not present in djdev201.zip so perhaps we'll have to live now without it. I don't think this is big problem as it is used in STL from 2 files only lang/cxx/cwctype and lang/cxx/std/cwctype.h (these files only includes wctype.h). Andris