From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: PGCC and rhide Date: Tue, 24 Feb 1998 11:09:40 -0800 Organization: Hewlett Packard Lines: 14 Message-ID: <6cv5tf$d5c$1@rosenews.rose.hp.com> References: 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 Dervarics Gergely wrote in message ... >How can I make rhide to work with PGCC? I want to generate pentium code >with my DJGPP... The way the zip files are made by default they will overwrite your existing gcc installation. So all you need to do after extracting pgcc is specify -O6 (or whatever) as your optimization option. If you want a dual installation then you will need to put the actual compiler (cpp.exe, cc1.exe) in their own directory, make the new gcc pgcc, modify djgpp.env to support the new app, and then follow roberts instructions for tweaking rhide. Andy