Alex -- > The MIPSPro compiler is not happy with Parrot (it used to be though). > Everything is fine with gcc on the same system, which implies that some > nastiness has slipped in at some point. > ...
Sure enough. 'nm -u interpreter.o | grep runops' shows runops_cores is not unresolved. I just committed changes to add the missing 'extern' qualifier (and incidentally 'const') to the declaration of runops_cores in include/parrot/runops_cores.h. I believe this will resolve the problem. Too bad the GNU tools didn't complain at me here when I missed the 'extern'. Oh, well. Let me know how it works for you. Regards, -- Gregor