"Dr A Olowofoyeku" wrote:
That's right, that's just two different names for the same thing (`C Pre-Processor' and `C-Compatible Compiler Preprocessor'). Of course, on a real OS they are hard links to the same inode, so they don't waste disk space twice...
I think so. I never used EGCS, so, Peter, correct me if I'm wrong.
I don't know. Have you:
- unpacked GCC and GPC sources from the original archives (not influenced by "round 1")
- moved the GPC sources into the right directory (so there is, say, gcc.c in the "main" directory, and gpc.c in a directory called p below it),
- run configure in the "main" directory,
- been asked if the GCC patch should be applied (or run patch before configure),
- run something like `make LANGUAGES=pascal CFLAGS=-O2 exeext=.exe'?
If you like, send me a log (your input and the output of the commands -- not the files created), and I'll check it...
Frank