Date: Tue, 30 May 1995 13:06:56 +0300 (IDT) From: Eli Zaretskii To: Shri Rai Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: DJGPP crashes On Tue, 30 May 1995, Shri Rai wrote: > > As shown in the dump for cc1, the error is different - Segmentation > violation in pointer 0x0046e66c at d8:b4cd5. The unsupported int 0x06 That's because cc1 crashes for an entirely different reason: it should be invoked by gcc and NOT directly. cc1 will crash that way on any machine, even if compilations and other DJGPP stuff work as advertised.