laurent@laurent-parise.com wrote:
However, I can find /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/cc1 here. (but not in /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/ ...)
You need C files (cc1 among others) of the same version and in the same directory as the gpc files (gpc1 among others) to compile C files like crtc.c automatically with --automake. Or you have to use GPC_EXEC_PREFIX and/or GCC_EXEC_PREFIX: see the discussion in recent mails of the gpc list. But the surest if you can is to install them.
Maurice