[kaffe] Do not use libltdl

2002-11-15 Thread Steve Tsai
I want to port kaffe to uClinux and my system can not use loading module. Can I configure the makefile to exclude libltdl? I saw another kaffe souce in XOE_1.0. What's it? Can I use it? The source code in XOE_1.0 does not use libltdl. Steve Tsai _

[Fwd: Re: [kaffe] Some patches to use jikes]

2002-11-15 Thread Hervé Roussain
oops I replied only to Dalibor... Original Message Subject: Re: [kaffe] Some patches to use jikes Date: Thu, 14 Nov 2002 18:03:33 +0100 From: Hervé Roussain <[EMAIL PROTECTED]> To: Dalibor Topic <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> > I believe you forgot to > atta

Re: [kaffe] JIT3 question.

2002-11-15 Thread Dalibor Topic
Hi Kiyo, --- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > As someone may know, I am now trying to make > super-h's jit3 work. > While doing this, I go back to check how it was > organized in m68k. > Of course, the jit3 port of m68k does not work for > kjc (this is the > reason why m68k port still uses

Partially merging in Classpath's collections (Was: Re: [kaffe] japitools, subMap, and html output)

2002-11-15 Thread Dalibor Topic
--- Dalibor Topic <[EMAIL PROTECTED]> wrote: > > > As running a kaffe nightly job to generate a > > > kaffe.japi.gz file depends on getting TreeMap & > > > TreeSet from Classpath integrated into kaffe, > and > > > Archie is o.k. with that approach, I'll give it > a > > try > > > in the next couple

[kaffe] Re: unable to compile on assabet

2002-11-15 Thread Kiyo Inaba
Alain, It looks like your generated kaffe wants to get class libraries from different place. Please do 'make' on your cross compiling host, but 'make install' on your cross-compiling target. If your target does not have this capability please see 'BUILD_ENVIRONMENT' in your compiling directory an

[kaffe] JIT3 question.

2002-11-15 Thread Kiyo Inaba
As someone may know, I am now trying to make super-h's jit3 work. While doing this, I go back to check how it was organized in m68k. Of course, the jit3 port of m68k does not work for kjc (this is the reason why m68k port still uses 'jit' rather than 'jit3'), but it can execute so many regression t

[kaffe] RE: unable to compile on assabet

2002-11-15 Thread BOTINEAU Alain
i forgot to say: i'm using kaffe-1.0.7.tar.gz (02-Jul-2002) -Original Message- From: BOTINEAU Alain Sent: Fri 11/15/2002 10:28 AM To: [EMAIL PROTECTED] Cc: Subject:unable to compile on assabet Hi, I'm trying to use kaffe on an intel SA-1110 and linux. To install ka

[kaffe] unable to compile on assabet

2002-11-15 Thread BOTINEAU Alain
Hi, I'm trying to use kaffe on an intel SA-1110 and linux. To install kaffe, i did: export KAFFEH=/usr/local/kaffe/bin/kaffeh CC=/opt/hardhat/devkit/arm/sa110_le/bin/sa110_le-gcc ./configure --prefix =/mnt/cdk --build=i386-linux --host=arm-linux --target=arm-linux --without-x --without-awt ma