Mail Archives: djgpp/1997/10/09/06:04:13
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.
- Raw text -