[kaffe] solaris/sparc link failure

2004-11-06 Thread Riccardo
Hey, some of the new code must use some function unavailable under solaris. -R ../../libltdl/.libs/libltdlc.a -ldl -lposix4 -R/usr/local/kaffe/jre/lib/ sparc Undefined first referenced symbol in file pthread_yield ../kaffe

Re: [kaffe] Re: kaffe on morphos

2004-11-06 Thread Helmer Krämer
On Fri, 05 Nov 1999 12:37:07 + Michael Grunditz <[EMAIL PROTECTED]> wrote: > Hello Helmer > > On 11/03/04, you wrote: > > > On Fri, 29 Oct 2004 19:45:50 + > > Michael Grunditz <[EMAIL PROTECTED]> wrote: > > > >> Hi > >> > >> I have compiled latest kaffe on MorphOS. When I run "java" on

Re: Re: [kaffe] Misc. serialization patches

2004-11-06 Thread Mark Wielaard
Hi, On Tue, 2004-11-02 at 19:44, Mattias Rehnberg wrote: > Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > > Thanks. Just one question: I don't remember why we should call > > defaultWrite/ReadObject in Vector. The logic behind this call is the > > same as if there would not be any write/readObject.

[kaffe] pthread_yield misses on darwin too

2004-11-06 Thread Riccardo
Hey, erifier.dylib /Users/multix/kaffe-cvs/darwin-intrp/kaffe/kaffevm/kaffe- gc/.libs/libkaffegc.dylib -lm ../../replace/.libs/libreplace.dylib ../../ libltdl/.libs/libltdlc.a ld: Undefined symbols: _pthread_yield make[3]: *** [kaffe-bin] Error 1 this is on darwin6 ... -R _

[kaffe] CVS kaffe (robilad): Warnings fixed in code.c

2004-11-06 Thread Kaffe CVS
PatchSet 5405 Date: 2004/11/06 15:59:43 Author: robilad Branch: HEAD Tag: (none) Log: Warnings fixed in code.c 2004-11-06 Eric Anholt <[EMAIL PROTECTED]> * kaffe/kaffevm/code.c: Cast a uintp to a long and use %ld to print instead of %d. Members: ChangeLog:1.2954->1.2

[kaffe] CVS kaffe (robilad): Fixed Preempt regression test for amd64-freebsd

2004-11-06 Thread Kaffe CVS
PatchSet 5406 Date: 2004/11/06 16:23:08 Author: robilad Branch: HEAD Tag: (none) Log: Fixed Preempt regression test for amd64-freebsd 2004-11-06 Eric Anholt <[EMAIL PROTECTED]> * test/regression/Preempt.java: Increased the timeout to make test pass on amd64-freebsd. Members:

Re: [kaffe] solaris/sparc link failure

2004-11-06 Thread Guilhem Lavaux
Riccardo wrote: Hey, Hi Riccardo ! Does sched_yield is there ? #include int sched_yield(void); If it is not I'll have to completely disable the code in jthread_yield() (and I'll also check for pthread_yield in configure now). Thanks for the bug report ! :) Cheers, Guilhem. some of

[kaffe] CVS kaffe (robilad): Further const cleanups

2004-11-06 Thread Kaffe CVS
PatchSet 5407 Date: 2004/11/06 20:02:04 Author: robilad Branch: HEAD Tag: (none) Log: Further const cleanups 2004-11-06 Eric Anholt <[EMAIL PROTECTED]> * kaffe/kaffevm/access.c, kaffe/kaffevm/soft.c, replace/getaddrinfo.c: Const cleanups to shut the compiler up

[kaffe] CVS kaffe (robilad): Added missing cast in classMethod.c

2004-11-06 Thread Kaffe CVS
PatchSet 5408 Date: 2004/11/07 01:27:47 Author: robilad Branch: HEAD Tag: (none) Log: Added missing cast in classMethod.c 2004-11-06 Eric Anholt <[EMAIL PROTECTED]> * kaffe/kaffevm/classMethod.c: Cast appropriately to avoid a warning. Members: ChangeLog:1.2957->1.295

[kaffe] Re: solaris/sparc link failure

2004-11-06 Thread Riccardo
In <[EMAIL PROTECTED]> Guilhem Lavaux wrote: > Riccardo wrote: >> Hey, > > Hi Riccardo ! > > Does sched_yield is there ? > > > #include > > int sched_yield(void); > > > If it is not I'll have to completely disable the code in jthread_yield() > (and I'll also check for pthr

[kaffe] CVS kaffe (robilad): Don't try to return from a void function

2004-11-06 Thread Kaffe CVS
PatchSet 5409 Date: 2004/11/07 02:22:43 Author: robilad Branch: HEAD Tag: (none) Log: Don't try to return from a void function 2004-11-06 Eric Anholt <[EMAIL PROTECTED]> * kaffe/kaffevm/intrp/native-wrapper.c: Don't try to return something from a void function. Members:

Re: [kaffe] stepping inside kaffe.def file

2004-11-06 Thread Michael Franz
Hi, Was there an answer to this that I missed? On Thu, 9 Sep 2004 14:12:21 -0600 (MDT), Timothy Stack <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > how can I step inside the file .../kaffe/kaffevm/kaffe.def while > > debugging? when I do a 'step', gdb just shows the line number and says > > "in