Re: IA-64 port

2001-12-11 Thread Gwenole Beauchesne
On Mon, 10 Dec 2001, John R. Daily wrote: > I've been working to get kaffe working on Debian/ia64 via libffi, > and I've run into a roadblock. I too provided a port of the interpreter (no JIT then) in Mandrake Linux 8.1 for Itanium. Patches are attached, to be compiled with gcc3. libffi is not r

Re: IA-64 port

2001-12-15 Thread Gwenole Beauchesne
[Repost: I don't happen to see that message on the list] Hi, > Are those patches available somewhere? They are available in the sources rpm (available on any cooker/srpms mirror) or in a previous mail I sent on this list. Bye, Gwenolé.

Re: Planning for next release (1.0.7)

2002-03-21 Thread Gwenole Beauchesne
On Thu, 21 Mar 2002, Jim Pick wrote: > It doesn't have to work on everything, but if it doesn't work on a > particular platform - it would be nice to identify that in the release > notes. What about IA-64 ? I had a patch against some 1.0.6 cvs snapshot 2001/08/19. However, it requires gcc3.0 a

Re: Planning for next release (1.0.7)

2002-03-28 Thread Gwenole Beauchesne
On Thu, 21 Mar 2002, Dalibor Topic wrote: > * i64 platform patch from mandrake. Has "cool new feature" written all > over it and the developer announced it on the mailing list a couple of > months ago. Talking about that, it would be interesting to have Kaffe's lib directory be $(libdir)/kaffe/

Re: JRE file layout for 1.0.7?

2002-03-30 Thread Gwenole Beauchesne
Hi, > But I would like to change the way the the files are installed when doing > "make install". Instead of installing it by default in /usr/local/bin, > /usr/local/lib, /usr/local/include, etc., I'd like to have the default > install put everything in /usr/local/kaffe, in a JRE-style layo

About new kaffe files hierarchy

2002-04-10 Thread Gwenole Beauchesne
Hi, I am building test rpms of Kaffe 1.0.7 and updating the IA-64 port. So far, the new kaffe hierarchy looks nice except for the location of kjc.jar and tools.jar. Is there any good reason to keep toolslibdir defined to /usr/lib or could we make kjc.jar and tools.jar also going to jrelibdir?

Re: Bug with Current KJC Compiler

2002-04-10 Thread Gwenole Beauchesne
On Tue, 2 Apr 2002, Brent Fulgham wrote: > Administrator@BFULGHAM1 ~/java > $ javac PlusPlusTest.java > assertion "!INTS_DISABLED()" failed: file "exception.c", line 386 > Aborted (core dumped) Interesting. I am sorry but I don't have a solution. If I remember correctly, I also encountered that