Date: Wed, 11 May 94 09:07:32 -0400 From: dj AT ctron DOT com (DJ Delorie) To: cnc AT netcom DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: problem compiling GCC > after it made the cc1 file, I stopped the make. When I stripped cc1 > it went from 1432122 bytes to 1282048 bytes. This seems pretty far off > from the cc1.exe in djgpp\bin, and when I try to run it with "go32 cc1 -v" > it just responds "cc1: Invalid option '-v'" and sits reading from the stdin. cc1 doesn't take a "-v" flag. Try "-version" instead. If you don't give a filename, it reads from stdin. Try typing "main(){}" and ^Z.