This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Patch libgcj] sgi-mips-irix-6.5 port


>>>>> "Gilles" == Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr> writes:

Gilles> libgcj/libjava/boehm.cc:326: implicit declaration of function `int
Gilles> __lock_release(...)'

This means that some header in boehm-gc, probably gc_priv.h, is not
including the Irix header that declares the functions used by the
UNLOCK macro.

Tom