Re: Klasses.jar needs to be rebuilt

2002-03-20 Thread Carlos Valiente
On Wed, 2002-03-20 at 05:35, Archie Cobbs wrote: OK, I rebuilt Klasses.jar. Sorry for the delay checking it in, there was a problem with disk space on the CVS server. Just for curiosity's sake: what compiler did you use?

Re: Interesting results...

2002-03-20 Thread Dalibor Topic
On Thursday 21 March 2002 01:21, Andrew Dalgleish wrote: On Wed, Mar 20, 2002 at 06:54:48PM -0500, Mason Loring Bliss wrote: Hello, all. I saw the note about Klasses.jar on the list, rebuilt, and reinstalled. That was evidently part of the problem I was seeing, as now javac comes back

Re: Interesting results...

2002-03-20 Thread Ito Kazumitsu
In message Interesting results... on 02/03/20, Mason Loring Bliss [EMAIL PROTECTED] writes: java.lang.VerifyError: at pc 5 sp 7 not in range [4, 6] at java.io.PushbackReader.init(PushbackReader.java:32) at

Re: Interesting results...

2002-03-20 Thread Andrew Dalgleish
On Thu, Mar 21, 2002 at 04:42:13AM +0100, Dalibor Topic wrote: Try to rebuild Klasses.jar using jikes 1.13 jikes == 1.13 or jikes = 1.13? With jikes == 1.15 on OpenBSD-current I get: FAIL: DoubleCvt.java FAIL: TestSerializable2.java FAIL: Alias.java FAIL: wc.java With jikes == 1.13 on Cygwin

Re: Interesting results...

2002-03-20 Thread Erik Corry
On Thu, Mar 21, 2002 at 01:28:07AM -0500, Mason Loring Bliss wrote: I've built Jikes 1.13 and set JIKES = jikes in rebuildLib and Makefile, and this is what I see: acheron /usr/local/src/kaffe/libraries/javalib# make classes /bin/sh ./rebuildLib Compiling classes ... Issued 1

Re: Interesting results...

2002-03-20 Thread Andrew Dalgleish
On Thu, Mar 21, 2002 at 05:17:13PM +1100, Andrew Dalgleish wrote: With jikes == 1.13 on Cygwin I get: FAIL: StackDump.java I've rebuilt Kaffe with debug symbols. It seems I'm getting a sigsegv in cygwin1.dll. Rebuilding cygwin now...