Compiling on Linux/SPARC
Frank Mehnert
Frank.Mehnert at mchp.siemens.de
Sun Mar 23 23:26:15 PST 1997
On Sun, 23 Mar 1997, James A. Hillyerd wrote:
> Has anyone successfuly compiled Kaffe 0.8.3 on Linux/SPARC? I had no
> problems compiling 0.7.1, but I want the latest and greatest. =)
>
> My problem is with kaffe/kaffevm/classMethod.c
> Around line 490: (this was typed by hand, so this may not be completely
> accurate)
>
> 488: if (class->state == CSTATE_DOING_LINK) {
> 489: while (class->state == CSTATE_DOING_LINK) {
> 490: suspendThread(currentThread);
> 491: }
> 492: return;
> 493: }
Please insert line
#include "thread.h
after line #include "baseClasses.h"
Frank
Frank Mehnert
email: Frank.Mehnert at mchp.siemens.de
More information about the kaffe
mailing list