Guten Morgen
Guten Abend! (-:
Has anyone compiled gpc-19980830 on HPUX 10.20 with the HP ANSI C compiler? [...]
In general, are you using gcc as your "cc" rather than a vendor's?
Yes.
(Well, I am using Linux where gcc *is* my vendor's cc.;-)
Since GPC shares the compiler backend with GCC you have to build large parts of GCC anyway, so I recommend to complete the GCC compilation and then use GCC to compile GPC. For example, after having compiled GCC in /usr/local/src/gpc, you can compile GPC with a command line like the following:
make CC="/usr/local/src/gpc/xgcc -B /usr/local/src/gpc/" \ LANGUAGES=pascal CFLAGS="-g -O"
Schöne GrüÃe,
Peter