Date: Thu, 9 Oct 1997 11:56:09 +0200 (IST) From: Eli Zaretskii To: Andrew Crabtree cc: djgpp AT delorie DOT com Subject: Re: PGCC Question In-Reply-To: <61e6qc$mrp$1@rosenews.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 7 Oct 1997, Andrew Crabtree wrote: > 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. Sounds like there's a need for a DOS-specific patch here. If pgcc looks for a file called "cpp" before it invokes it (e.g., with `stat'), it will fail. The DOS version should look for "cpp.exe" instead. Shouldn't be too hard to change that.