Date: Mon, 23 Oct 2000 14:08:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: the Icefalcon cc: djgpp AT delorie DOT com Subject: Re: Programs crash on fstream<< if features.h included before fstream.h In-Reply-To: <39F3AC04.8FC5B786@otakuwars.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 23 Oct 2000, the Icefalcon wrote: > Okay, I found out something interesting today. fstream does NOT like it > when you #include features.h before it. I mean, it really doesn't. It > seems to dislike the file so much, in fact, that it will crash within > ostream operator<< (location: ___ls__7ostreamPCc+203) if features.h is > included before fstream.h. Please always tell what version of gccNNNb.zip and gppNNNb.zip do you have installed. FWIW, I don't see any feature.h file inside gpp2952b.zip. Are you sure it comes from a DJGPP distribution? Also, is it possible that you have another compiler, apart of DJGPP, installed on that machine?