Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Tue, 2 Nov 1999 13:46:06 -0800 Message-Id: <199911022146.NAA25608@yorick.cygnus.com> From: Benjamin Kosnik To: cygwin AT sourceware DOT cygnus DOT com Subject: CVS libstdc++-v3 encounters make assertion Hello all. Apologies if this is a known bug, but I did not find a reference to it anywhere in the archives. (I did see some posts from Mumit with patches that are now in the libstdc++-v3 tree.) Using the Cygwin release one CD, I checked out the CVS sources to v-3 and tried to do a configure/make. Everything goes pretty smoothly, then I get an error in make, as follows: /bin/sh ../libtool --mode=link gcc -g -O2 -o libio.la filedoalloc.lo floatco nv.lo genops.lo fileops.lo iovfprintf.lo iovfscanf.lo ioignore.lo iopadn.lo iofg etpos.lo iofread.lo iofscanf.lo iofsetpos.lo iogetdelim.lo ioprintf.lo ioseekoff .lo ioseekpos.lo outfloat.lo strops.lo iofclose.lo iopopen.lo ioungetc.lo peekc. lo iogetc.lo ioputc.lo iofeof.lo ioferror.lo stdfiles.lo cleanup.lo iogetline.lo ioprims.lo iostrerror.lo filedoalloc.c floatconv.c genops.c fileops.c iovfprint f.c iovfscanf.c ioignore.c iopadn.c iofgetpos.c iofread.c iofscanf.c iofsetpos.c iogetdelim.c ioprintf.c ioseekoff.c ioseekpos.c outfloat.c strops.c iofclose.c iopopen.c ioungetc.c peekc.c iogetc.c ioputc.c iofeof.c ioferror.c stdfiles.c cl eanup.c mkdir .libs ar cru .libs/libio.a filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iog etdelim.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopo pen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o stdfiles.o cleanu p.o iogetline.o ioprims.o iostrerror.o ranlib .libs/libio.a creating libio.la (cd .libs && rm -f libio.la && ln -s ../libio.la libio.la) make[2]: Leaving directory `/cygdrive/c/home/bkoz/bld-cygwin-libstdc++/libio' Making all in src assertion "*p2 != '\0'" failed: file "/src/make/read.c", line 866 0 0 [sig] C:\Cygwin\bin\make.exe 7293 stackdump: Dumping stack trace t o make.exe.stackdump Hmmm. Is this a known problem? -Benjamin -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com