Richard D. Jackson wrote:
Ok commented out the above two lines. Now I'm getting a whole bunch of undefined reference errors. So for now I'm going to stick with the vanilla gcc sources ( which works ). For your referance though below I've listed some of the undefined reference errors you will note that the errors are in both gpc and gcc.
gcc/p/gpc-common.c:845: more undefined references to `tree_code_type' gcc/p/gpc-typeck.c:2852: undefined reference to `tree_code_length'
Apparently they've changed more things. If someone can provide me with the respective changes, I'll integrate them. Otherwise I'll wait until they appear in the next GCC release.
Frank