Klaus Espenlaub wrote:
Reading the docs and doing a "strings gpc" it turns out that the env variable name is wrong: it's still GCC_EXEC_PREFIX.
Indeed. (But you don't need `strings' if you look into the source of GPC.;-)
Maybe this should be fixed or documented.
I am not sure what to do here. Integration of GPC into EGCS (--> gcc-3.0) is still planned, so it might be possible to compile Pascal files with `gcc', one day. However I can imagine that we will keep a separate `gpc' program, so it might be reasonable to search for `GPC_EXEC_PREFIX' _and_ `GCC_EXEC_PREFIX'.
Peter