From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: PGCC Question Date: Tue, 7 Oct 1997 13:43:01 -0700 Organization: Hewlett Packard Lines: 19 Message-ID: <61e6qc$mrp$1@rosenews.rose.hp.com> References: NNTP-Posting-Host: ros51675cra.rose.hp.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Eli Zaretskii wrote in message ... > - put cpp.exe, cc1.exe, as.exe, ld.exe and any other > pgcc-specific programs into a special directory; >Note that I didn't actually test the above, so I could have missed >some additional problems. Yep, there are additional problems. But we will forgive you. Its actually documented in the pgcc readme file how to do this. The gotcha is that the gcc that comes with pgcc will only find files without the exe extension. You need to symlink cpp->cpp.exe and so forth. I still haven't figured out why this is so. Andrew