Re: kaffe javac question: forward reference supported?

2001-04-11 Thread Mark Wielaard
Hi, On Wed, Apr 11, 2001 at 09:39:28AM +0200, Edouard G. Parmelan wrote: > > Note that kjc release contains in Kaffe-1.0.6 is broken (kjc-1.4F). > You could use kjc.jar (kjc-1.4F-egp1) from latest CVS Tree or from > http://egp.free.fr/kaffe. There are snapshot of KOPI CVS Tree with > minor fix

Re: Question about Config Kaffe

2001-04-11 Thread Valentin Valchev
Well it's not so hard to make under 3M even!! Here is what I do: CFLAGS="-s -O3" ./configure --prefix=/home/fire/kaffebin --enable-shared --disable-stativ --with-engine=intrp --disable-debug --disable-xprofiling --disable-xdebugging --disable-feedback --without-profiling --without-suncompat --wi

Re: kaffe javac question: forward reference supported?

2001-04-11 Thread Erwin Bolwidt
On Wed, 11 Apr 2001, Mark Wielaard wrote: > Hi, > > On Tue, Apr 10, 2001 at 07:02:38PM -0700, Yong Chen wrote: > > Hi, > > > > thank you very much for the reply, it did help me to some extent. But > > unfortunately I'm still facing a problem which is related to my previous > > question. I tried

Question about Config Kaffe

2001-04-11 Thread dark_knight
Hi : I'm a newbie of useing kaffe. and I meet some problem : I want it to be configured as little as possible (I need only a JVM) so the javac and so on not needed. I read the doc ans faq but still not clearly how to do this. I tryed some keys like --with-engine=intrp but the result not so

Re: kaffe javac question: forward reference supported?

2001-04-11 Thread Edouard G. Parmelan
Yong Chen wrote: > Hi, > > thank you very much for the reply, it did help me to some extent. But > unfortunately I'm still facing a problem which is related to my previous > question. I tried to compile 2 classes (each references the other) at same > time (like: kjc A.java B.java) but got excep

Re: kaffe javac question: forward reference supported?

2001-04-11 Thread Mark Wielaard
Hi, On Tue, Apr 10, 2001 at 07:02:38PM -0700, Yong Chen wrote: > Hi, > > thank you very much for the reply, it did help me to some extent. But > unfortunately I'm still facing a problem which is related to my previous > question. I tried to compile 2 classes (each references the other) at same