Re: [kaffe] Mac OS X Dynamic Library (autoconf/automake)

2004-09-03 Thread Dalibor Topic
Michael Franz wrote: Dalibor, I updated kaffevm/kaffe-gc and it solved some of my linkage problems. I have attached the remaining issues below. On Tuesday, August 31, 2004, at 10:41 AM, Dalibor Topic wrote: Michael Franz wrote: Hi Dalibor, On Tuesday, August 31, 2004, at 05:03 AM, Dalibor Topic

[kaffe] repost: help w/ java.security + gnucrypto

2004-09-03 Thread D greene
Hello all (sorry for the repost): I need some pointers to docs on how to use the java.security file (below) with Kaffe 1.1.4: # Security configuration file for Kaffe # # You'll need to have kaffe configured to use GNU Crypto for the GNU Crypto provider # to be picked up. security.provider.1=gnu.

Re: [kaffe] [FW] [RFC] Debian Bugs information: Bug list for package kaffe

2004-09-03 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sun, 15 Aug 2004 19:50:36 +0200, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Arnaud Vandyck wrote: [...] >> * #253755: kaffe: Javasound no longer works; 62 days old. >> ,[ Debian ] >> | Reporter> Javasound has stopped working since the last

Re: [kaffe] [FW] [RFC] Debian Bugs information: Bug list for package kaffe

2004-09-03 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mon, 23 Aug 2004 19:54:23 +0200, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Dalibor Topic wrote: >> Arnaud Vandyck wrote: > >>> * #159162: sid Kaffe does not support LFS; 1 year and 345 days old. >>> >>> ,[ Kaffe ] >>> | Kaffe fails when ex

[kaffe] CVS kaffe (dalibor): Made gc_heap_base and gc_heap_range static

2004-09-03 Thread Kaffe CVS
PatchSet 5141 Date: 2004/09/03 19:08:16 Author: dalibor Branch: HEAD Tag: (none) Log: Made gc_heap_base and gc_heap_range static 2004-09-03 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/kaffe-gc/gc-incremental.c Use gc_get_heap_base und gc_get_heap_range. * kaffe/

[kaffe] CVS kaffe (dalibor): Made gc_heap_limit static

2004-09-03 Thread Kaffe CVS
PatchSet 5140 Date: 2004/09/03 17:10:53 Author: dalibor Branch: HEAD Tag: (none) Log: Made gc_heap_limit static 2004-09-03 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/kaffe-gc/gc-mem.h: (gc_heap_limit) Removed. (gc_get_heap_limit) Added prototype. * kaffe/kaffev

[kaffe] make error on mips

2004-09-03 Thread 程明
Hi, everyone. I configured using the following command: KAFFEH=/home/chengming/w/kaffe-1.1.4/kaffeh CC=mipsel-linux-gcc CXX=mipsel-linux-g++ CXXCPP=mipsel-linux-cpp CFLAGS="-O2 -msoft-float -fno-gcse -mips2 -Wa,-mfixhua7,-mno-lwl" ./configure --with-threads=unix-jthreads --with-engine=intrp --host

[kaffe] CVS kaffe (dalibor): Made gc_heap_total static

2004-09-03 Thread Kaffe CVS
PatchSet 5139 Date: 2004/09/03 11:12:36 Author: dalibor Branch: HEAD Tag: (none) Log: Made gc_heap_total static 2004-09-03 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/kaffe-gc/gc-incremental.c: Use gc_get_heap_total. * kaffe/kaffevm/kaffe-gc/gc-mem.h: (gc_heap_total) Re

[kaffe] CVS kaffe (dalibor): Turned GCMEM2BLOCK into a normal function

2004-09-03 Thread Kaffe CVS
PatchSet 5137 Date: 2004/09/03 10:10:51 Author: dalibor Branch: HEAD Tag: (none) Log: Turned GCMEM2BLOCK into a normal function 2004-09-03 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/kaffe-gc/gc-incremental.c, kaffe/kaffevm/kaffe-gc/gc-mem.c: Use gc_mem2block inst

[kaffe] CVS kaffe (dalibor): Made gc_pgbits static

2004-09-03 Thread Kaffe CVS
PatchSet 5138 Date: 2004/09/03 10:21:04 Author: dalibor Branch: HEAD Tag: (none) Log: Made gc_pgbits static 2004-09-03 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/kaffe-gc/gc-mem.c: (gc_pgbits) Made static. * kaffe/kaffevm/kaffe-gc/gc-mem.h: (gc_pgbits) Removed.

[kaffe] Are there anyone trying arm/jit3

2004-09-03 Thread Kiyo Inaba
Hi, As I said in previous mail, I am now investigating m68k/jit3. I want to know are there anyone successfully use arm/jit3 with -DHAVE_NO_FLOATING_POINT compiling option? If my guess is correct, it neither work. If my guess is wrong, real debugging may start ;-) Kiyo __

[kaffe] Build fail for ia32/nb1.6

2004-09-03 Thread Kiyo Inaba
Hi, CURRENT fails to be compiled with --disable-static --enable-pure-java-math --disable-sound --without-x --disable-native-awt --with-threads=unix-jthreads --with-jikes=/home/inaba/bin/jikes on i686/NetBSD-1.6. It cause compilation problem for kaffe/kaffevm/system