Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Authentication-Warning: modi.xraylith.wisc.edu: khan owned process doing -bs Date: Tue, 6 Apr 1999 16:40:43 -0500 (CDT) From: Mumit Khan To: Phil Edwards cc: Cygwin List Subject: Re: egcs-2.9.66 (B20.1) errors In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 6 Apr 1999, Phil Edwards wrote: > > I've been experiencing two errors with the egcs-1.1.2 > > The same happens in a minimal testcase. Line 64-66 > of bastring.h are: > > template , > class Allocator = alloc > > class basic_string > > It's either puking at the start of "class Allocator," > or (more likely?) at the end of the traits bit on the > previous line. > The only time I've seen is when running GCC with -mno-cygwin mode or using include path that has mingw32 include files before g++ include files. The Mingw32 header directory contains alloc.h, which should be deleted (and the contents moved into malloc.h), which causes this. Can you please send me more info? $ env > bug.txt $ cygcheck -s -r >> bug.txt 2>&1 $ gcc -c -v -save-temps foo.cc >> bug.txt 2>&1 and email me bug.txt and foo.ii file. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com