Date: Thu, 24 Jun 1999 12:15:45 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: vital_pourprix AT my-deja DOT com cc: djgpp AT delorie DOT com Subject: Re: [gcc build] genattrtab crash In-Reply-To: <7kqstd$968$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 23 Jun 1999 vital_pourprix AT my-deja DOT com wrote: > cl -Zi -c -DIN_GCC -Di386 -DWIN32 -D_WIN32 -D_M_IX86=300 -D_X86_=1 > -DALMOST_STDC -D_MSC_VER=800 -D__MSDOS__ -Fortlanal.o -D__STDC__ -Ox - > DSNPSX -I. -I. -I./config rtlanal.c > link -debug -subsystem:console -entry:mainCRTStartup - > stack:1000000,1000 -out:genattrtab.exe genattrtab.o rtl.o print-rtl.o > rtlanal.o obstack.o alloca.o libc.lib kernel32.lib advapi32.lib You are building this with MSVC, probably for the Mingw32 or Cygwin environments. This forum is for discussing the DJGPP port of GNU C, which is an entirely different port. So I cannot help you, as I don't use the Win32 tools. I suggest to post your question to the appropriate forum.