[kaffe] cvs build fails

2003-02-25 Thread Milos Negovanovic
Hi, cvs build fails on NetBSD-STABLE/i386 system with this error msg: gcc -march=i686 -O2 -pipe -Wall -Wstrict-prototypes -DKVER='"1.1.x-cvs"' -I/home/milosn/projects/java/kaffe/./kaffe/kaffevm -I/home/milosn/projects/java/kaffe/./kaffe/kaffevm/systems/unix-jthreads -I../../config -I../../include

RISC OS Port (Was: Re: [kaffe] Kaffe CVS: kaffe dalibor)

2003-02-25 Thread Dalibor Topic
hi, I've just checked in a port to RISC OS by Peter Naulls and David Marston. At the moment, it allows HelloWorld to run. You can get the latest RISC OS binary from http://www.chocky.org/unix/downloads.html#kaffe . cheers, dalibor topic __ Do you Y

[kaffe] Kaffe CVS: kaffe dalibor

2003-02-25 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/02/25 15:19:59 Added files: config/arm/riscos: config.frag jit-md.h md.c md.h Log message: added the config/arm/riscos directory ___ kaffe mailing list [EMAIL PROTEC

[kaffe] Kaffe CVS: kaffe dalibor

2003-02-25 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/02/25 15:10:19 kaffe/config/arm/riscos Update of /cvs/kaffe/kaffe/config/arm/riscos In directory pogo:/tmp/cvs-serv465/riscos Log Message: Directory /cvs/kaffe/kaffe/config/arm/riscos added to the repository _

[kaffe] Kaffe CVS: kaffe dalibor

2003-02-25 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/02/25 15:06:29 Modified files: . : ChangeLog README WHATSNEW config : config.alias config/arm : trampolines.c include: system.h kaffe/kaffevm :

[kaffe] include/Makefile.am HDRS

2003-02-25 Thread Marc Kleine-Budde
Hi *! In the file include/Makefile.am (and the derived Makefile.in, Makefile) What is the difference between the various *_HDRS (INSTALL_DERIVED_HDRS, NOINSTALL_DERIVED_HDRS, ...)? Why is a header file in a certain _HDRS group, what are the requuirements for the header files and the groups? I ho

[kaffe] Garbage Collection

2003-02-25 Thread Matthew Toseland
Using Kaffe CVS, it looks like when I call: System.gc(); System.runFinalization(); It locks the whole VM for the GC. Is there any way to prevent this? Sun doesn't do this. Also it seems rather slower than Sun. What exactly is the Kaffe garbage collection policy? Under Sun VMs, it would appear that

Re: [kaffe] port problem m68k-mint

2003-02-25 Thread Dalibor Topic
--- Helmer Krämer <[EMAIL PROTECTED]> wrote: > On Tue, 25 Feb 2003 02:29:34 -0800 (PST) > Dalibor Topic <[EMAIL PROTECTED]> wrote: > > Hi Jens, > > > --- [EMAIL PROTECTED] wrote: > > > > > > does it continue? I.e. do you get a Makefile > after > > > you > > > > run ./configure, or not? In the f

Re: Fwd: Re: [kaffe] help

2003-02-25 Thread Dalibor Topic
Hi Yuxing, I've cc:ed the mailing list. --- Yuxing Qian <[EMAIL PROTECTED]> wrote: > Hallo, > > thanks for your reply! > I've tried cross compling the source 1.0.7 for Try the current version from CVS, like I've said :) > arm-linux, and successful > without any error. But when I run the kaffe

Re: [kaffe] port problem m68k-mint

2003-02-25 Thread Helmer Krämer
On Tue, 25 Feb 2003 02:29:34 -0800 (PST) Dalibor Topic <[EMAIL PROTECTED]> wrote: Hi Jens, > --- [EMAIL PROTECTED] wrote: > > > > does it continue? I.e. do you get a Makefile after > > you > > > run ./configure, or not? In the first case, the > > errors > > > are probably irrelevant, in the seco

[kaffe] [patch] Support for using a precompiled rt.jar

2003-02-25 Thread Dalibor Topic
Hi. I hope this is good news for the cross-compiling developers (and possibly others). The attached patch allows you to use a precompiled rt.jar instead of compiling the class library during the build. A new configure time option --with-rt-jar is introduced. --with-rt-jar=/absolute/path/to/an/alr

Re: [kaffe] port problem m68k-mint

2003-02-25 Thread Dalibor Topic
Hallo Jens, --- [EMAIL PROTECTED] wrote: > > does it continue? I.e. do you get a Makefile after > you > > run ./configure, or not? In the first case, the > errors > > are probably irrelevant, in the second case, we'd > have > > to change the tests to something more compatible. > > No makefile, b

Re: [kaffe] COMPARE_AND_EXCHANGE with m68k

2003-02-25 Thread Dalibor Topic
Oh, and the changeLog entry for the COMPARE_AND_EXCHANGE is not very convinving that it ever worked: (COMPARE_AND_EXCHANGE): Add assembly version, not tested. See http://www.kaffe.org/cgi-bin/viewcvs.cgi/kaffe/config/m68k/common.h cheers, dalibor topic __

Re: [kaffe] port problem m68k-mint

2003-02-25 Thread js712688
> Hallo Jens, > Hi, > You may want to take a look at > http://www.funet.fi/pub/atari/piwo-mint/Java/ , which > is a port of kaffe 0.9.1 (really, really old) to MiNT I tried to contact the "port-man", but email is dead. :( > does it continue? I.e. do you get a Makefile after you > run ./configure,

Re: [kaffe] COMPARE_AND_EXCHANGE with m68k

2003-02-25 Thread Dalibor Topic
hi Tony, --- Tony Wyatt <[EMAIL PROTECTED]> wrote: > Clearly this can not be put into the source tree, > and with Dalibor snapping > at my heels to post my patches, I am asking for > help. I can see two ways out > of this, can anyone suggest the best way? I've looked at the pocketlinux tree, and