[kaffe] Re: ANNOUNCE: japitools 0.9.5 released

2004-11-11 Thread C. Brian Jones
On Thu, 2004-11-11 at 14:17, Stuart Ballard wrote: > > * A new bytecode reading implementation from Jeroen Frijters to > replace Jode. This vastly reduces the amount of code because it only > reads and understands the bits of metadata we actually need, where Jode > was part of a larger sys

[kaffe] java.util.date problem (on SH4 & X86)

2004-11-11 Thread takahiro tokui
Hello. We tried to build kaffe-1.1.4 for SH4/linux,and It seems to have succeeded in build. But There is one problem. It was too late when java.util.date() method was called in a program. So,I thought first that build on SH4 went wrong. I build kaffe-1.1.4 on X86/linux to run that same program

[kaffe] ANNOUNCE: japitools 0.9.5 released

2004-11-11 Thread Stuart Ballard
I'm pleased to announce the release of japitools 0.9.5. japitools, as many of you know, is a toolkit for testing implementations of Java APIs for binary compatibility. Homepage: http://www.kaffe.org/~stuart/japi/ Download: http://www.kaffe.org/~stuart/japi/japitools-0.9.5.tar.gz Producers of jap

[kaffe] link problems and missing symbols on IRIX

2004-11-11 Thread Riccardo
Hey all, on IRIX 6.5, pthreads (!), gcc. AFAIK irix threeads are regarded as good and should be posix compliant ( draft 7 ?) Compiling classes from @all.files using /disk2/kaffe-cvs/irix- pthreads/kaffe/kaffe/kaffe-bin -verbosegc -ss 500k -mx 512M at.dms.kjc. Main 43022:/disk2/kaffe-cvs/irix

[kaffe] pthreads still broken on NetBSD

2004-11-11 Thread Riccardo
Hello, using sched_yield() solved the link problems, but kaffe on NetBSD still fails to run: Compiling classes from @all.files using /home/multix/kaffe-cvs/netbsd- intrp/kaffe/kaffe/kaffe-bin -verbosegc -ss 500k -mx 512M at.dms.kjc.Main kaffe-bin: Error detected by libpthread: Invalid mutex.

[kaffe] darwin errors

2004-11-11 Thread Riccardo
Hey, trying to build pthreads with intrp on darwin. I get a strange error at the end of the makefile: ./../libltdl/.libs/libltdlc.a creating kaffe-bin Making all in scripts Making all in compat make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. Making all in man mak

[kaffe] error in classloading (fwd)

2004-11-11 Thread Michael Grunditz
errr wrong date I did not send this in 1999 *** Begin of forwarded message *** Date: 11/10/99 6:30 pm From: Michael Grunditz <[EMAIL PROTECTED]> Subject: [kaffe] error in classloading --- Forwarded message follows --- I finaly managed to run kaffe with the system classes unpacked , but now I g

[kaffe] Re: pthread_yield misses on darwin too

2004-11-11 Thread Riccardo
In <[EMAIL PROTECTED]> Guilhem Lavaux wrote: > Michael Franz wrote: >> On Sat, 6 Nov 2004 14:28:40 + (UTC), Riccardo <[EMAIL PROTECTED]> >> wrote: >>>Hey, >>> >>>erifier.dylib /Users/multix/kaffe-cvs/darwin-intrp/kaffe/kaffevm/ >>>kaffe- gc/.libs/libkaffegc.dylib -lm ../../replace/.libs/libr

[kaffe] CVS kaffe (guilhem): Small fix for pthreads (pthread_yield).

2004-11-11 Thread Kaffe CVS
PatchSet 5447 Date: 2004/11/11 07:40:40 Author: guilhem Branch: HEAD Tag: (none) Log: Small fix for pthreads (pthread_yield). * configure, config/config.h.in: Regenerated. * configure.ac: Check for pthread_yield, sched_yield and sched.h. * kaffe/kaffevm/systems/unix-pth