[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

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 a class I get the

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. BTW,

[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): 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 sched.h 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.

[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] 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 sched.h 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

[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: