> > > We have problems with the sysdepCallMethod(), there is no "common.h" > > file for the Power PC, so we are actually working with the 68000 one, > > but it seems that it is not compatible. Do we have to rewrite the > > sysdepCallMethod() with the Power PC=B4s assembler ? > > sysdepCallMethod() is only need when you compile Kaffe with JIT engine. No, you also need it if you configure kaffe to be an interpreter. See http://www.kaffe.org/porting.html for more information. - Godmar