Paul Doerwald wrote:
It seems that the only reason I ever post in this list is for help compiling GPC. I've got gcc 2.8.1 and gpc-980511. These are the errors I get: [...] /usr/src/gcc-2.8.1/p/gpc-common.c:2572: undefined reference to `emit_string_move' /usr/src/gcc-2.8.1/p/gpc-common.c:2587: undefined reference to `emit_string_move'
That's a VPATH problem (though I wonder that it does exist on a Linux platform). See the section "Help! linking `gpc1' fails: `_emit_string_move' undefined (and more)" in the GPC FAQ list, http://home.pages.de/~GNU-Pascal/gpc-faq.html .
Hope this helps,
Peter