[kaffe] help me in porting to arm

2004-10-01 Thread Kirankumar T
hi    as part of a research work we are trying to port kaffe on ARM926EJ-s board    so for this i have crossed compiled kaffe  vmby gining the following options [EMAIL PROTECTED] kaffe-1.1.4]#./configure --host=arm-linux --with-jikes=yes --with-tools=arm-linux --enable-pure-java-math --with-awt=

[kaffe] Re:

2004-10-01 Thread Dalibor Topic
Kirankumar T wrote: Hi Kirankumar, Thanks for the bug report. and through minicom iported kaffe on to the board and when i run kaffe i am getting the following errors # ./kaffe ../../sample pc : [<000c1820>]lr : [<400606d8>]Not tainted sp : b324 ip : b350 fp : b34c r10: 400

Re: [kaffe] algorithm for garbage collection

2004-10-01 Thread Dalibor Topic
Sarang Admane wrote: I want to know that which "algorithm" kaffe uses for "garbage collection"? and how it works? Hi Sarang, thank you for your interest. Check out http://www.kaffe.org/doc/kaffe/FAQ.gcstrategy http://www.kaffe.org/doc/kaffe/FAQ.gcblock http://gcc.gnu.org/java/papers/nosb.html There

[kaffe] Re: algorithm for garbage collection

2004-10-01 Thread Riccardo
> Content-Type: text/plain; charset="us-ascii" > > I want to know that which "algorithm" kaffe uses for "garbage > collection"? and how it works? > have a look here http://www.kaffe.org/doc/kaffe/FAQ.gcstrategy this is the standard kaffe GC. Since shorrtly thangs to Mr. Lavaux we also have Bo

Re: [kaffe] undefined symbol: xmlIsBaseCharGroup in kaffeh with ---enable-libxmlj

2004-10-01 Thread Dalibor Topic
Mark Wielaard wrote: Hi, When configuring with --enable-libxmlj I get: make[3]: Leaving directory `/home/mark/src/kaffe-obj/kaffe/kaffeh' ../kaffe/kaffeh/kaffeh -classpath ../../kaffe/libraries/javalib/Klasses.jar.bootstrap -o java_lang_Object.h java/lang/Object ../kaffe/kaffeh/kaffeh: relocation

Re: [kaffe] undefined symbol: xmlIsBaseCharGroup in kaffeh with ---enable-libxmlj

2004-10-01 Thread Mark Wielaard
Hi, On Fri, 2004-10-01 at 15:22, Dalibor Topic wrote: > It seems that configure is picking up the wrong libxmlj version. Could > you post the relevant part of output from config.log? Hope the relevant part is in the attachement. Thanks, Mark This file contains any messages produced by compiler

Re: [kaffe] undefined symbol: xmlIsBaseCharGroup in kaffeh with ---enable-libxmlj

2004-10-01 Thread Mark Wielaard
Hi, On Fri, 2004-10-01 at 15:45, Mark Wielaard wrote: > On Fri, 2004-10-01 at 15:22, Dalibor Topic wrote: > > It seems that configure is picking up the wrong libxmlj version. Could > > you post the relevant part of output from config.log? > > Hope the relevant part is in the attachement. Sigh.

Re: [kaffe] undefined symbol: xmlIsBaseCharGroup in kaffeh with ---enable-libxmlj

2004-10-01 Thread Dalibor Topic
Mark Wielaard wrote: Hi, On Fri, 2004-10-01 at 15:22, Dalibor Topic wrote: It seems that configure is picking up the wrong libxmlj version. Could you post the relevant part of output from config.log? Hope the relevant part is in the attachement. LIBS='-L/usr/lib -lxslt -lxml2 -lz -lpthread -lm -

[kaffe] CVS kaffe (guilhem): KSem destruction fix.

2004-10-01 Thread Kaffe CVS
PatchSet 5236 Date: 2004/10/01 15:02:27 Author: guilhem Branch: HEAD Tag: (none) Log: KSem destruction fix. 2004-09-29 Guilhem Lavaux <[EMAIL PROTECTED]> * kaffe/kaffevm/thread.c, kaffe/kaffevm/thread.h (unlinkNativeAndJavaThread): Renamed to KaffeVM_unlinkNativeAndJav

Re: [kaffe] jMocha test on kaffe on Fbsd 5.2.1

2004-10-01 Thread Dalibor Topic
Supreet Sethi wrote: Attached are test results of jMocha test on kaffe on FreeBSD 5.2.1 Hi Supreet, That was one long file, probably too long for the list. I didn't realize that whan I passed it though. Sorry to other readers for the inconvenience. But many, many thanks to you for sharing your re

Re: [kaffe] can't find a register in class 'INDEX_REGS' while reloading 'asm'

2004-10-01 Thread Dalibor Topic
Andy Chuo wrote: > Hi All, Hi Andy, > make[1]: Leaving directory '/root/kaffe-1.0.b4/kaffe-1.0.b4/kaffe' > make: *** [all-recursive] Error 1 > > Can anyone help with this problem I have? much appreciated! Kaffe 1.0b4 is several years old ;) Could you try again with 1.1.4? cheers, dalibor topic

[kaffe] gtk/awt autodetect on run-time

2004-10-01 Thread Kero van Gelder
iAs promised, a bug repo to the list ;) $ ./configure --prefix=/usr/local --enable-ltdl-convenience \ --with-kaffe-x-awt --without-classpath-gtk-awt $ java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit And now for the Good News: Robilad says he knows a solution a

Re: [kaffe] Re: japi note

2004-10-01 Thread Dalibor Topic
Stuart Ballard wrote: Thanks for the new version, Stuart! I'll make sure to update the kaffe file. I've heard on irc that the only way to get eclipse 3 working is to use the apache javax.xml stuff (xalan I think). I'm already building that as part of rhug, maybe I should run the comparison using t