On 16 Mar 2000, at 10:24, Mark Taylor wrote:
I have not been able to find the fix to my "cannot exec cpp" problem, but from looking at the GCC documentation it looks like an incorrectly set GCC_EXEC_PREFIX (or other option that sets the driectories that are search for compiler subprograms).
I've lost track of whether your problem is with GCC or GPC, but in either case, if you do:
gpc -print-search-dirs or gcc -print-search-dirs
...you should get a list of directories that GxC is looking in to find cpp (listed under the "programs:" heading). If cpp.exe isn't in one of those, that will cause the error message you quoted.
-- Dave