Re: kaffe 1.0b1

1998-07-20 Thread Carsten Hoeger
On Sun, Jul 19, Steffen Tacke wrote: > I'm trying to compile the new Kaffe 1.0 beta1 with SuSe 5.1 but all > i get are some strange error messages : You can find an actual, precompiled rpm-version at http://www.suse.de/~choeger -- mfG, Carsten Hoeger -- Carsten Hoeger - S.u.S.E.

kaffe 1.0b1

1998-07-19 Thread Steffen Tacke
Hi ! I'm trying to compile the new Kaffe 1.0 beta1 with SuSe 5.1 but all i get are some strange error messages : gcc -g -O2 -I. -I. -I./../../config -I../../config -I../../include -I./../../include -I../../libraries/clib -DTRANSLATOR -I./jit -DKVER=\"1.00\" -c -fPIC external.c -o external.o

new kaffe (1.0b1)

1998-07-18 Thread Luiz Otavio L. Zorzella
Luiz Otavio L. Zorzella writes: > > Did anyone try the new kaffe? For me, all it does is segfault (no > core) after a long wait (Hello World program): > Sorry to follow-up to my own question, but I just found the answer. The classpath has to contain kaffe's Klasses.jar file... -- Luiz Otav

new kaffe (1.0b1)

1998-07-18 Thread Luiz Otavio L. Zorzella
Did anyone try the new kaffe? For me, all it does is segfault (no core) after a long wait (Hello World program): $ cat Hello.java import java.io.*; public class Hello { public static void main (String[] args) { System.out.println ("Hello"); } } $ /usr/local/kaffe-1.0b1