On Sun, 9 Dec 2001, Frank Heckenbach wrote:
Why? These files are not part of GPC at all, and not affected by GPC's back-end patch (only files under gcc/ are).
Hmm, do you use non-GNU *make*? That's another thing. ISTR it says in the GCC documentation that this generally won't work, and I don't think they'll ever "fix" it. (Variations between different `make's are simply too big, as I've noticed myself, so it's not practical to support more than one "dialect" in a complicated project. `VPATH' is one essential feature present in GNU and some, but not all other `make's, and this seems the relevant one here.)
You are right again. That was a native 'make' thing. However, the built is OK but the installation fails as follows with the gmake:
make install /bin/sh /home/pugh/miklos/pascal/gcc-2.95.2/mkinstalldirs /var/tmp/gpc /var/tmp/gpc make: file `Makefile' line 1649: Must be a separator (: or ::) for rules (bu39) make: file `Makefile' line 1649: Syntax error *** Error code 1 (bu21) unset echo>
Yours,
miklos