From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: -m486 crashes CC1.EXE Date: Mon, 5 Jan 1998 11:53:06 -0800 Organization: Hewlett Packard Lines: 13 Message-ID: <68rdmp$8ov$1@rosenews.rose.hp.com> References: <#a2ja7vF9GA DOT 248 AT upnetnews04> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk DeHackEd wrote in message <#a2ja7vF9GA DOT 248 AT upnetnews04>... >That's it. I was re-compiling the Allegro library after installing and then >uninstalling the Pentium optimized version of CC1 and it's croud>cc1.exe: Invalid option "cpu=i486" >cc1.exe: Invalid option "arch=i486" Probably the file $(DJDIR)\lib\specs is the pgcc version still, it has different support for machines. If you don't have the original you can get something similar to it by doing a 'gcc --dump-specs' I think. Just manually add in the linker stuff, thats all thats needed for vanilla gcc. Andy