[kaffe] qnx installation

2004-08-24 Thread Tony Burgo
hy, I'm trying to install  kaffe-1.0.7.tar.gz on qnx 6.3 centrino rtos. I have various problems platform related. Where can I find a complete installation guide for this operative system? Can I follow happly an alternative installation guide?   Thanks for all.   --Regards--   Ing. Antonino

Re: [kaffe] Using Kaffe with remote debugging via Eclipse

2004-08-24 Thread Derek Davies
Dalibor Topic <[EMAIL PROTECTED]> writes: > Derek Davies wrote: > > Hi, > > There's bad news and good news. The bad news is that my most recent > > backup of kaffe JVMDI work (~2001) gets I/O errors when I try to read > > it. It's shrimp toast. The good news is that at least I was able to > > r

[kaffe] Bug in configure.ac

2004-08-24 Thread Luca Saiu
Hi. There's a bug in the configure.ac of mainline, still unfixed after today's commits: Line 1507: if "$ac_cv_c_compile_value_glibc_minor" -le "2"; then after the 'if' token a 'test' is obviously missing. Bye, -- Luca Saiu, maintainer of GNU epsilon http://www.gnu.org/software/eps

[kaffe] CVS kaffe (guilhem): Checked in some missing files from the regeneration. This is the last sync.

2004-08-24 Thread Kaffe CVS
PatchSet 5100 Date: 2004/08/24 19:41:54 Author: guilhem Branch: HEAD Tag: (none) Log: Checked in some missing files from the regeneration. This is the last sync. Members: kaffe/kaffevm/boehm-gc/boehm/Makefile.in:INITIAL->1.1 kaffe/kaffevm/boehm-gc/boehm/doc/Makefile.in:INITIAL-

[kaffe] CVS kaffe (guilhem): Regenerate kaffe/kaffevm/boehm-gc/boehm too

2004-08-24 Thread Kaffe CVS
PatchSet 5099 Date: 2004/08/24 19:36:21 Author: guilhem Branch: HEAD Tag: (none) Log: Regenerate kaffe/kaffevm/boehm-gc/boehm too Members: developers/autogen.sh:1.47->1.48 Index: kaffe/developers/autogen.sh diff -u kaffe/developers/autogen.sh:1.47 kaffe/developers/autogen.sh:1.48 ---

Re: [kaffe] Problem in build

2004-08-24 Thread Guilhem Lavaux
Pinaki Mukherjee wrote: Hi Guilhem, I've modified the intrp according your previous modifications to slot. It mainly runs and passes all but 12 tests. The tests are more double oriented so maybe there is still a little nitpick there. Anyway, here is a patch against CVS head that will solve ne

Re: [kaffe] CVS kaffe (dalibor): Made kjc work again on m68k

2004-08-24 Thread Guilhem Lavaux
Kiyo Inaba wrote: Hi Dalibor, Guilhem committed a jit patch that might help with the double tests, as it fixes some problems with NaNs. I can not find any patch recently to fix jit for NaN handling. You are not talking sysdepCallMethod in mit-as, right? ;-) Kiyo He was talking about t

Re: [kaffe] CVS kaffe (dalibor): Made kjc work again on m68k

2004-08-24 Thread Kiyo Inaba
Hi Dalibor, >Guilhem committed a jit patch that might help with the double tests, as >it fixes some problems with NaNs. I can not find any patch recently to fix jit for NaN handling. You are not talking sysdepCallMethod in mit-as, right? ;-) Kiyo _

Re: [kaffe] m68k/netbsd self compilation failed

2004-08-24 Thread Kiyo Inaba
Hi Dalibor, You wrote: >looking at your build log you sent me, it seems that libtool does not >pass the output file option to gcc (-o .libs/libkaffevm_la-access.o). >Could you try again with a fresh build from scratch? There may be some >confusion on libtool's side since I updated it to 1.5.8

Re: [kaffe] armv5b regression tests

2004-08-24 Thread Kiyo Inaba
Dalibor Topic wrote: >My proposal would be to use autotest, which comes with autoconf. See >gcjwebplugin, autoconf & cvs for examples on how to use it. My 'naive' feeling for auto-something is something like 'not good for portability' ;-> Roughly every two weeks, I was faced with one more bug by

[kaffe] Re: kjc on m68k/netbsd works.

2004-08-24 Thread Kiyo Inaba
Hi Tony, We miss you for long... Tony Wyatt wrote: >>> As attached patch suggests, this is a revert patch against Tony submitted >>> several years ago. This portion is to correctly setup saved registers >>> area (usually for d2-d7/a2-a5) when exception was raised and I have no >>> idea why he com

Re: [kaffe] netbsd/sparc, status

2004-08-24 Thread Dalibor Topic
Riccardo wrote: Hey, NetBSD/sparc 1.6.2 - with pthreads it fails with: kaffevm/systems/unix-pthreads/jthread.h:20, from ../../../kaffe/kaffe/kaffeh/../kaffevm/classMethod. h:21, from ../../../kaffe/kaffe/kaffeh/support.c:23: /home/multix/kaffe-cvs/netbsd-sparc/../k

[kaffe] CVS kaffe (dalibor): Only include semaphore.h if it exists

2004-08-24 Thread Kaffe CVS
PatchSet 5097 Date: 2004/08/24 11:34:38 Author: dalibor Branch: HEAD Tag: (none) Log: Only include semaphore.h if it exists 2004-08-24 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: Check for semaphore.h. * kaffe/kaffevm/systems/unix-pthreads/thread-internal.h: Onl

Re: [kaffe] Re: netbsd/sparc, status

2004-08-24 Thread Dalibor Topic
Riccardo wrote: In <[EMAIL PROTECTED]> Riccardo wrote: Hey, NetBSD/sparc 1.6.2 - with jthreads with: I unset the shell limits, retried with jikes and ended. Using jthreads... I have this: 3 of 144 tests failed pretty cool, isn't it ? CLTestConc.fail MethodErrors.fail TestUnlock.fail Yep, ni

Re: [kaffe] printing to a file in kaffe

2004-08-24 Thread Dalibor Topic
sita wrote: Hi, I'm actually trying to profile kaffe. In this process, I'm printing some arguments to a file. Say for example If I have a function called gcmalloc in kaffe, I put a hook as follows: extern FILE *outfp; //outfp points to my trace file fprintf(outfp,"%p %d\n",mem,sz); I expec