[kaffe] Re: rebuildLib for cross compiling

2002-11-08 Thread Kiyo Inaba
Hi Dalibor Dalibor Topic <[EMAIL PROTECTED]> wrote: >It might have something to do with the new compiler. >Coould you try compiling rt.jar with Sun's javac or >jikes and see if the results improve? OK I will do that later. But (as you can guess) it may take long on m68k (current regressino tests

Re: [kaffe] Re: rebuildLib for cross compiling

2002-11-08 Thread Dalibor Topic
Hi Kiyo, --- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > Anyway, before starting to attack this I want to fix > several faults (for super-h and m68k) introduced > after > the release of 1.0.7. For your info, latest snap > generates > 13 FAILs in regression test (against only 2 FAILs in > 1.0.7) :-< I

[kaffe] Re: rebuildLib for cross compiling

2002-11-07 Thread Kiyo Inaba
Hi Dalibor, --- Dalibor Topic <[EMAIL PROTECTED]> wrote: >>--- Kiyo Inaba <[EMAIL PROTECTED]> wrote: >> The configure script knows whether it is cross >> compiling or not, >> and then it should not be so hard to determine which >> java compiler >> 'rebuildLib' shall use for bootstrapping. >If you

Re: [kaffe] Re: rebuildLib for cross compiling

2002-11-07 Thread Dalibor Topic
hi Kiyo, --- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > Hi Dalibor, > > >> Are there smart idea to avoid this problem? > >you could try to comment out JIKES= line in > rebuildLib > >and set the environment variable JIKES to a working > >java compiler on the host. > > That's the way how I do right n

[kaffe] Re: rebuildLib for cross compiling

2002-11-05 Thread Kiyo Inaba
Hi Dalibor, >> Are there smart idea to avoid this problem? >you could try to comment out JIKES= line in rebuildLib >and set the environment variable JIKES to a working >java compiler on the host. That's the way how I do right now. That's why I asked aren't there any 'smart' way... The configure