"Dr A Olowofoyeku" wrote:
Can you make sure by looking at the make output whether this is the case. Normally, the GPC just created (called `xgpc') should be used.
Can't find any "xgpc". It doesn't seem to be created. So, there seems to be a problem somewhere :(
Neither xgpc.exe or whatever it may be called? The file should be in the GCC main directory (the one above the `p' directory, if you're building in the source directory, and the main build directory otherwise). Can you search for any files with similar names (under Linux, I'd try things like `ls -tr' to see the files created most recently or `ls *gpc*' to see all files with `gpc' in their names, and if you have bash and ls installed, this might work on your system as well)...
I think we have to find out why xgpc is not created (or created and not used). So, if the above doesn't provide any clues, perhaps try running the whole configure and make process again (i.e. after a `make distclean'), and send me the whole configure and make output by private mail...
In the meantime, [...]
Thoguh this might be an interesting exercise, I don't think you'll get a workable RTS unless when compiling it with the current GPC.
Frank